[BLD] [SKIP CI]

This commit is contained in:
tk
2023-09-28 09:36:35 +08:00
parent d18f950d84
commit ec380add5f
28 changed files with 301 additions and 413 deletions

View File

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