Skip to content

Commit

Permalink
Update to SDK 7.0.402 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Oct 12, 2023
1 parent 897f77f commit 6bf9dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.401'
dotnet-version: '7.0.402'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.401'
dotnet-version: '7.0.402'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.401",
"version": "7.0.402",
"rollForward": "latestMinor"
}
}

0 comments on commit 6bf9dad

Please sign in to comment.