Initial commit (stub)

This commit is contained in:
2025-11-08 19:01:58 -05:00
parent 1b8e170a45
commit d331346e2b
5 changed files with 48 additions and 0 deletions

7
global.json Normal file
View File

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