ModernUO/.config/dotnet-tools.json
Kamron Batman 541dbc5ac5
feat: Bumps dependencies. Introduces Serialization Generator v3 (#2584)
### Summary

* Upgrades Serialization Generator to v3. This contains numerous bug fixes and a significant performance improvement.
* Bumps other dependencies.
2026-08-22 15:48:53 -07:00

12 lines
182 B
JSON

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