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 5e263ae commit abca27dCopy full SHA for abca27d
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup dotnet
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: '6.0.x'
+ dotnet-version: '6.0.203'
20
include-prerelease: true
21
22
- name: NuGet cache
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
- name: Download nupkg
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
- name: Prepare
0 commit comments