initial commit

This commit is contained in:
2025-01-07 23:43:28 +08:00
commit a9cdfb9d34
53 changed files with 4448 additions and 0 deletions

7
global.json Normal file
View File

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