Closed
Description
Describe the bug
UnitsNet installs System.ValueTuple into net47 or higher targets
To Reproduce
Steps to reproduce the behavior (just an example):
- Add nuget UnitsNet 4.9.0 to a .NET 4.7 or higher project
- See it installs System.ValueTuple
Expected behavior
.NET Framework 4.7 and higher has ValueTuples include in mscorlib