ModernUO/.config/dotnet-tools.json
Kamron Batman 2e4668dbe5
feat: Updates to .NET 8. (#1542)
### Breaking Changes
- Updating to .NET 8 - Required O/S's have slightly changed.
2023-11-14 17:08:09 -08:00

12 lines
182 B
JSON

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