This commit is contained in:
2022-12-04 22:22:35 +08:00
parent 97acd3ea56
commit d9aae8fe95
33 changed files with 1020 additions and 271 deletions

10
global.json Normal file
View File

@ -0,0 +1,10 @@
{
"sdk": {
"version": "7.0.100",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
"dotnet": "7.0.100"
}
}