Skip to content

Commit e47d5c3

Browse files
committed
Switch ICSharpCode.SharpZipLib to NuGet
1 parent 42c6aa4 commit e47d5c3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
-120 KB
Binary file not shown.

Source/Orts.Parsers.Msts/Orts.Parsers.Msts.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<DocumentationFile>..\..\Program\Orts.Parsers.Msts.xml</DocumentationFile>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<Reference Include="ICSharpCode.SharpZipLib, Version=0.81.0.1407, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
16-
<SpecificVersion>False</SpecificVersion>
17-
<HintPath>..\3rdPartyLibs\ICSharpCode.SharpZipLib.dll</HintPath>
18-
</Reference>
1915
<Reference Include="MonoGame.Framework">
2016
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
2117
</Reference>
@@ -24,5 +20,6 @@
2420
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.336902">
2521
<PrivateAssets>all</PrivateAssets>
2622
</PackageReference>
23+
<PackageReference Include="SharpZipLib" Version="1.3.3" />
2724
</ItemGroup>
2825
</Project>

0 commit comments

Comments
 (0)