Skip to content

Commit 0e63c01

Browse files
committed
Bump nuget package
1 parent e2ef463 commit 0e63c01

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
8-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
99

10-
<ItemGroup>
11-
<PackageReference Include="SharpZipLib" Version="1.4.2" />
12-
<PackageReference Include="ValveKeyValue" Version="0.10.0.360" />
13-
</ItemGroup>
10+
<ItemGroup>
11+
<PackageReference Include="SharpZipLib" Version="1.4.2"/>
12+
<PackageReference Include="ValveKeyValue" Version="0.11.0.378"/>
13+
</ItemGroup>
1414

15-
</Project>
15+
</Project>

0 commit comments

Comments
 (0)