ModernUO/.config/dotnet-tools.json
Kamron Batman 48f1fe3384
fix: Moves codegen to its own repo (#918)
- [X] Replace serialization generator with nuget
- [X] Replace schema migration with dotnet bool
- [X] Add ability to run migrations in VS/Rider using a project build
2022-02-12 17:58:42 -08:00

12 lines
182 B
JSON

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