ModernUO/.config/dotnet-tools.json
Kamron Batman 3594e97109
fix: Updates serialization generator (#1062)
Updates the serialization and schema generators to a considerably more optimized version.
2022-06-13 23:28:33 -07:00

12 lines
182 B
JSON

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