1
0

Using native Convert from hex function for .NET 8

This commit is contained in:
2024-09-13 07:53:41 +02:00
parent df6763b99b
commit fb26e441a4
4 changed files with 43 additions and 35 deletions

View File

@@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- .NET 8.0: `System.Net.IPNetwork`
- Moved `MessagePack` formatter extensions to own package `AMWD.Common.MessagePack`
- `GetAlignedInterval()` (without Local/Utc) is now public accessible
- Using native `Convert.FromHexString` on .NET 8.0 on `HexToBytes` extension
### Removed