added default project

This commit is contained in:
ConfuzzedCat 2026-01-13 17:37:23 +01:00
parent b0105721a0
commit b085d9a7c8
Signed by: ConfuzzedCat
GPG key ID: D54F2F0C38D0304A
65 changed files with 60194 additions and 0 deletions

7
global.json Normal file
View file

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