Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Joveler.Compression.XZ" Version="5.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkVersion)" />
<PackageReference Include="NUnit" Version="$(NUnitVersion)" />
<PackageReference Include="NUnit3TestAdapter" Version="$(NUnit3TestAdapterVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion lang/csharp/versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<IronSnappyVersion>1.3.1</IronSnappyVersion>
<!-- As of 11/19/2023, Joveler.Compression.XZ 4.3+ is not compatible with the Linux ARM64 C# github workflow.
Keep it at 4.1.0 until the issue is resolved. Maybe the shipped liblzma.so is incompatible? -->
<JovelerCompressionXZVersion>4.1.0</JovelerCompressionXZVersion>
<JovelerCompressionXZVersion>5.0.2</JovelerCompressionXZVersion>
<ZstandardNetVersion>1.1.7</ZstandardNetVersion>
</PropertyGroup>

Expand Down
Loading