We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd70db commit 9764ab9Copy full SHA for 9764ab9
1 file changed
.github/workflows/dotnet-aot-check.yaml
@@ -24,7 +24,6 @@ jobs:
24
# 正确的数组格式:多个版本放在同一个 dotnet-version 下,用 - 前缀
25
dotnet-version:
26
- '8.0.x' # 按需添加需要的 SDK 版本
27
- - '9.0.x' # 你的核心 SDK 版本
28
29
- name: Restore dependencies
30
run: dotnet restore ./src/c#/GeneralUpdate.sln
0 commit comments