perf: 升级至.NET9 (#90)

This commit is contained in:
2024-02-20 15:05:38 +08:00
committed by GitHub
parent 6f89015198
commit ad3eab929d
13 changed files with 24 additions and 26 deletions

View File

@ -1,10 +1,10 @@
{
"sdk": {
"version": "8.0.0",
"version": "9.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
},
"tools": {
"dotnet": "8.0.0"
"dotnet": "9.0.0"
}
}