Skip to content

Commit

Permalink
Rolled back SharpCompress
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema committed Sep 23, 2023
1 parent a8cfef2 commit a181e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookViewerApp/BookViewerApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
<Version>2.8.5</Version>
</PackageReference>
<PackageReference Include="SharpCompress">
<Version>0.34.0</Version>
<Version>0.33.0</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>7.0.3</Version>
Expand Down

1 comment on commit a181e25

@kurema
Copy link
Owner Author

@kurema kurema commented on a181e25 Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SharpCompress v0.34.0 depends on ZstdSharp, so we compile with .NET compile tool chain for UWP app.
oleg-st/ZstdSharp#17

Please sign in to comment.