We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1970234 commit dd422b8Copy full SHA for dd422b8
Samples/UnitConverter.Console/UnitConverter.Console.csproj
@@ -2,13 +2,13 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="UnitsNet" Version="5.9.0" />
+ <PackageReference Include="UnitsNet" Version="5.31.0" />
12
</ItemGroup>
13
14
</Project>
0 commit comments