Skip to content

Commit

Permalink
Update .NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jul 24, 2023
1 parent 763393a commit e4631c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.1.23
dotnetSDKVersion: 7.0.305
dotnetSDKVersion: 7.0.306
nodeVersion: 18

jobs:
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.305",
"version": "7.0.306",
"rollForward": "latestMajor"
}
}

0 comments on commit e4631c4

Please sign in to comment.