Initial Commit

This commit is contained in:
Matthew Parker
2023-08-29 23:01:11 +10:00
parent dede8aef02
commit 18a4500c7b
7 changed files with 505 additions and 0 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "7.0.305",
"rollForward": "latestFeature"
}
}