Small fixes + use utf-8 in projects

This commit is contained in:
Simon Lübeß
2024-06-30 13:38:37 +02:00
parent 134d9399f7
commit 0f738b2264
15 changed files with 118 additions and 5 deletions

7
global.json Normal file
View File

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