Skip to content

Commit 674a2be

Browse files
Fix package validation
Looks like the GitHub Actions hosted runner doesn't come with .NET 6 anymore.
1 parent c9391cf commit 674a2be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ jobs:
131131
with:
132132
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
133133

134+
- name: Setup .NET 6 SDK
135+
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
136+
with:
137+
dotnet-version: '6.0.x'
138+
134139
- name: Validate NuGet packages
135140
shell: pwsh
136141
run: |

0 commit comments

Comments
 (0)