Skip to content

Commit

Permalink
update libdeflate
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Sep 27, 2024
1 parent b59eb1c commit 62e593a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 259 deletions.
16 changes: 9 additions & 7 deletions src/McProtoNet/McProtoNet/McProtoNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
Expand All @@ -12,18 +13,18 @@

<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2"/>
<PackageReference Include="DotNext.IO" Version="5.13.0" />
<PackageReference Include="DotNext.Threading" Version="5.13.0" />
<PackageReference Include="DotNext.IO" Version="5.13.0"/>
<PackageReference Include="DotNext.Threading" Version="5.13.0"/>
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DotNext" Version="5.13.0" />
<PackageReference Include="LibDeflate.NET" Version="1.19.0"/>
<PackageReference Include="DotNext" Version="5.13.0"/>
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0"/>

<PackageReference Include="System.Reactive" Version="6.0.1" />
<PackageReference Include="System.Reactive" Version="6.0.1"/>
<PackageReference Include="ZString" Version="2.6.0"/>
<PackageReference Include="Tomat.LibDeflate.Native" Version="1.21.1" />
</ItemGroup>

<ItemGroup>
Expand All @@ -33,4 +34,5 @@
<ProjectReference Include="..\McProtoNet.Serialization\McProtoNet.Serialization.csproj"/>
</ItemGroup>


</Project>
Loading

0 comments on commit 62e593a

Please sign in to comment.