feat: initial project commit
Some checks failed
default / default (8.0) (push) Failing after 26s

This commit is contained in:
Louis Seubert 2024-04-27 20:15:05 +02:00
commit b54acec2f2
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
66 changed files with 5135 additions and 0 deletions

9
global.json Normal file
View file

@ -0,0 +1,9 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
},
"msbuild-sdks": {
}
}