This commit is contained in:
fISHIE
2025-12-10 11:01:46 +05:00
commit b17f2f734d
17 changed files with 196 additions and 0 deletions

7
global.json Normal file
View File

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