ModernUO/.config/dotnet-tools.json
Kamron Batman 61e9dd29ac
fix: Adds missing migration files. (#1642)
### Summary

- Bumps serialization generator. v2.10.9 fixes an issue with nuget publishing where files were missing.
- Fixes camps missing serialization of their prisoner.
- Adds missing serialization migration files.
2023-12-20 13:02:01 -08:00

12 lines
183 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"modernuoschemagenerator": {
"version": "2.10.9",
"commands": [
"ModernUOSchemaGenerator"
]
}
}
}