Initial commit

This commit is contained in:
Matt Parker [SSW]
2025-01-10 18:30:33 +10:00
commit 00d8c105e8
20 changed files with 669 additions and 0 deletions

7
global.json Normal file
View File

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