Skip to content

Commit

Permalink
update sdk in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Nov 13, 2024
1 parent 5a5f149 commit 905b034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 🥅 Install .Net 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
dotnet-quality: 'preview'
- name: 🔍 Enable problem matchers
run: echo "::add-matcher::.github/matchers/dotnet.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_nuget_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: 🥅 Install .Net 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
dotnet-quality: 'preview'
- name: 🔖 Set version number
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tags_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 🥅 Install .Net 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x" # SDK Version
dotnet-version: "9.0.x" # SDK Version

- name: 🔖 Set version number
run: |
Expand Down

0 comments on commit 905b034

Please sign in to comment.