ModernUO/.config/dotnet-tools.json
Kamron Batman 3a3f5ee518
feat: Adds .NET 10 / C# 14 support. (#2258)
### Summary
* Adds .NET 10 support
* Bumps to C# 14
2025-11-11 11:26:34 -08:00

12 lines
183 B
JSON

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