Skip to content

Commit

Permalink
build: change sdk version for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashilzendegen committed May 15, 2024
1 parent 527580a commit 0a74b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install .NET Core SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x' # use latest 6.0 SDK
dotnet-version: '8.0.x'
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
Expand Down

0 comments on commit 0a74b31

Please sign in to comment.