We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead04b1 commit 133e5b9Copy full SHA for 133e5b9
1 file changed
.github/workflows/deploy-nuget.yml
@@ -14,8 +14,7 @@ jobs:
14
15
- name: Setup .NET
16
uses: actions/setup-dotnet@v4
17
- with:
18
- dotnet-version: '8.0.4' # 根据你的项目选择版本
+
19
20
- name: Restore dependencies
21
run: dotnet restore
0 commit comments