fix: Bumps dependencies. Adds Server 2012/2016 support. (#2509)

### Summary

* Bumps dependencies
* Bumps IORingGroup to add epoll support and backward compatibility for Server 2012/2016.

Closes #2508
This commit is contained in:
Kamron Batman 2026-07-02 19:29:34 -07:00 committed by GitHub
parent a28a32f46d
commit a038655541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -34,10 +34,10 @@
</Target>
<ItemGroup>
<ProjectReference Include="..\Logger\Logger.csproj" />
<PackageReference Include="IORingGroup" Version="1.0.6" />
<PackageReference Include="IORingGroup" Version="1.0.7" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.2" />
<PackageReference Include="LibDeflate.Bindings" Version="1.0.3" />
<PackageReference Include="System.IO.Hashing" Version="10.0.8" />
<PackageReference Include="System.IO.Hashing" Version="10.0.9" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.14.2" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.14.3" />