fix: Bumps serialization generator to add CanBeNull support (#1215)

This commit is contained in:
Kamron Batman 2022-10-29 15:25:33 -07:00 committed by GitHub
parent 212ce8bc24
commit 32a5825ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -41,8 +41,8 @@
<PackageReference Include="Standart.Hash.xxHash.Signed" Version="4.0.5" />
<PackageReference Include="Zlib.Bindings" Version="1.9.2" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.2.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.3" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.5.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.5.0" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />