forgot global.json
Some checks failed
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (push) Failing after 22s

This commit is contained in:
zznty
2025-07-28 04:00:40 +07:00
parent aa323f1ff6
commit 4b4d73ba60

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "9.0.0",
"rollForward": "latestFeature",
"allowPrerelease": false
}
}