chore: add global.json file and add sample project to solution now that it builds

This commit is contained in:
Stevan Freeborn
2026-04-02 19:57:21 -05:00
parent d9affe2f75
commit 24f5f11a34
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "10.0.201",
"rollForward": "latestFeature"
}
}