Skip to content

Commit

Permalink
Use ZlibSharp nuget package instead of buggy zlib.managed. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan authored Dec 7, 2022
1 parent 79a88da commit 80d010b
Show file tree
Hide file tree
Showing 42 changed files with 5 additions and 6,357 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="ZlibSharp" Version="1.2.13" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageVersion Include="Microsoft.Diagnostics.NetCore.Client" Version="0.2.328102" />
<PackageVersion Include="IDisposableGenerator" Version="1.1.0" />
Expand Down
2 changes: 0 additions & 2 deletions pkg/sfx/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<FrameworkReference Include="Microsoft.NETCore.App" />
<ProjectReference Include="$(ProjectReferenceBaseFolder)GitInformation/GitInformation.csproj" />
<ProjectReference Include="$(ProjectReferenceBaseFolder)Common/Common.csproj" />
<!-- zlib.managed has a zlib compression regression that needs fixed. -->
<ProjectReference Include="$(ProjectReferenceBaseFolder)zlib.managed/zlib.managed.csproj" />
<ProjectReference Include="$(ProjectReferenceBaseFolder)BlowFish/BlowFish.csproj" />
<ProjectReference Include="$(ProjectReferenceBaseFolder)MessageManager/MessageManager.csproj" />
<ProjectReference Include="$(ProjectReferenceBaseFolder)PluginUpdateCheck/PluginUpdateCheck.csproj" />
Expand Down
1 change: 1 addition & 0 deletions ref/PluginFramework/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Using Include="System.Diagnostics" />
<Using Include="System.Text" />
<Using Include="System.Xml.Linq" />
<Using Include="ZlibSharp" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion ref/PluginFramework/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<!-- <PackageReference Include="zlib.managed" Version="*-*" /> -->
<ProjectReference Include="../zlib.managed/zlib.managed.csproj" />
<PackageReference Include="ZlibSharp" />
<ProjectReference Include="../SettingsFile/SettingsFile.csproj" />
</ItemGroup>

Expand Down
154 changes: 0 additions & 154 deletions ref/zlib.managed/.editorconfig

This file was deleted.

8 changes: 0 additions & 8 deletions ref/zlib.managed/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions ref/zlib.managed/Directory.Build.props

This file was deleted.

12 changes: 0 additions & 12 deletions ref/zlib.managed/Directory.Build.targets

This file was deleted.

9 changes: 0 additions & 9 deletions ref/zlib.managed/Directory.Packages.props

This file was deleted.

21 changes: 0 additions & 21 deletions ref/zlib.managed/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion ref/zlib.managed/zlib.managed.csproj

This file was deleted.

Loading

0 comments on commit 80d010b

Please sign in to comment.