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 4553345 commit 9031bb0Copy full SHA for 9031bb0
1 file changed
.github/workflows/build-and-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup .NET Core SDK
32
uses: actions/setup-dotnet@v1.9.0
33
with:
34
- dotnet-version: '5.0.x'
+ dotnet-version: '6.0.x'
35
36
- name: Print Environment Variables
37
run: |
0 commit comments