Skip to content

Commit

Permalink
Update the .NET SDK in the CI builds to 6.0.300
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and xperiandri committed Jul 30, 2024
1 parent 55c4409 commit 25f9076
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.101'
dotnet-version: '6.0.300'
- name: Restore dotnet tools
run: dotnet tool restore
- name: remove current fake runner tool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.101'
dotnet-version: '6.0.300'
- name: Restore dotnet tools
run: dotnet tool restore
- name: remove current fake runner tool
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk" : {
"version": "6.0.101",
"sdk": {
"version": "6.0.300",
"rollForward": "latestMinor"
}
}

0 comments on commit 25f9076

Please sign in to comment.