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:
parent
23c729f31b
commit
09fc30546b
8 changed files with 59 additions and 74 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue