MadsKirkFoged / EngineeringUnits

Working with units made easy with automatic unit-check and converting between units
MIT License
43 stars 11 forks source link

Target framework updates #59

Closed mschmitz2 closed 3 months ago

mschmitz2 commented 4 months ago
  1. might as well use .NET8 for Sandbox, since we use it for CodeGen and Benchmark

  2. net470 isn't really a thing I think, see https://learn.microsoft.com/en-us/dotnet/standard/frameworks. net47 would be the correct way for .NET Framework 4.7.0. I think it was kind of interpreted correctly but I did see some weird behavior in Visual Studio's test window where tests showed up for both "net47" and "net470"... anyway thought we might as well go to 4.7.2 with net472. Guess one could also do net481.