Closed manjzu closed 2 months ago
It's built using .NET Standard v2.0 which supports .NET 8.
https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0
This is done to ensure the widest possible compatability.
The tests are .NET 6 and I'll probably update them at somepoint but this shouldn't make a difference to the library functionality.
@mattosaurus version in the encrypted file seems to be showing description as .net6.0 "Version: BouncyCastle.NET Cryptography (net6.0) v2.4.0", which is deceiving.
Ah, I see. The version info in the encrypted file comes from the underlying Bouncy Castle library which is built using .NET 6.
If desired you can set your own custom headers, which includes overwriting the version header.
looks like current package is built using .net 6, is there any plans of upgrading code to .net 8?