fix: Fixes RunebookEntry serialization and removes unused migrations (#1449)

### Summary

- [X] Removes migration files were committed that aren't actually (and have never) been used.
- [X] Moves runebook entry from being manually serialized to using the serialization generator.
This commit is contained in:
Kamron Batman 2023-08-10 19:27:01 -07:00 committed by GitHub
parent 23c729f31b
commit 09fc30546b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 74 deletions

View file

@ -38,7 +38,7 @@
<PackageReference Include="Zlib.Bindings" Version="1.11.0" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.6.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.6.1" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.6.2" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />