modernuo/global.json
Kamron Batman c75514cc04
feat: Updates to .NET 9 (#1984)
### Summary

* Bumps to .NET 9 with updated dependencies
* Comparing a value type against null is no longer allowed
* CI/CD now uses the version specified in global.json
* Serialization generator updated to .NET 9 with bug fixes, fixes to turkish language, and parallelization
2024-12-08 10:16:34 -08:00

7 lines
108 B
JSON

{
"sdk": {
"version": "9.0.101",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}