We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b92a81 commit 8fc6c8aCopy full SHA for 8fc6c8a
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-dotnet@v3
15
with:
16
- dotnet-version: 6.0.x
+ dotnet-version: 6.0.416
17
- name: Install dependencies
18
run: dotnet restore
19
- name: Build
0 commit comments