Skip to content

Commit

Permalink
new sdk 7.0.304
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jun 14, 2023
1 parent aa6f5b8 commit 8bc005b
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 @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.302'
dotnet-version: '7.0.304'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.302'
dotnet-version: '7.0.304'
- 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.302",
"version": "7.0.304",
"rollForward": "latestMinor"
}
}

0 comments on commit 8bc005b

Please sign in to comment.