Skip to content

Commit dd422b8

Browse files
committed
sample: ⬆️UnitConverter.Console to net7.0 and 5.31.0 nuget
1 parent 1970234 commit dd422b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Samples/UnitConverter.Console/UnitConverter.Console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="UnitsNet" Version="5.9.0" />
11+
<PackageReference Include="UnitsNet" Version="5.31.0" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)