angularsen / UnitsNet

Makes life working with units of measurement just a little bit better.
https://www.nuget.org/packages/UnitsNet/
MIT No Attribution
2.65k stars 382 forks source link

Upgrade to .NET 8 #1375

Closed Muximize closed 8 months ago

Muximize commented 8 months ago

As we're doing breaking changes in v6, it might be worth upgrading to the current Long Term Support version of dotnet.

This enables us to use C# 12 features and remove a bunch of conditional compilation (net 5328 deletions)

angularsen commented 8 months ago

Good point, I don't really know. The benchmarks are not actively used so we can revisit later. Let's go with net48 and net8 for now. No need to fix all the scripts, we can address that whenever benchmarking comes up again.

angularsen commented 8 months ago

Release UnitsNet/6.0.0-pre004 · angularsen/UnitsNet