This commit is contained in:
2022-11-30 21:35:22 +08:00
parent 74b2f0a234
commit 6564479cd2
8 changed files with 849 additions and 31 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"
}
}