Bumps dependencies. Fixes bugs with serialization generator (#2119)

This commit is contained in:
Kamron Batman 2025-02-12 20:50:28 -08:00 committed by GitHub
parent 2d0957119e
commit af027cdac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

View file

@ -37,10 +37,10 @@
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0" />
<PackageReference Include="LibDeflate.Bindings" Version="1.0.2.120" />
<PackageReference Include="PollGroup" Version="1.6.1" />
<PackageReference Include="System.IO.Hashing" Version="9.0.1" />
<PackageReference Include="System.IO.Hashing" Version="9.0.2" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.9.1" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.12.18" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.12.19" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />