Add project files.

This commit is contained in:
Pablu23
2023-01-10 22:19:04 +01:00
parent 1cc52b0d1c
commit e52f241422
8 changed files with 691 additions and 0 deletions

7
global.json Normal file
View File

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