Skip to content

Commit

Permalink
Bump dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored and michael-hawker committed Oct 30, 2023
1 parent e1cb508 commit 4cc0557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
merge_group:

env:
DOTNET_VERSION: ${{ '7.0.100' }}
DOTNET_VERSION: ${{ '7.0.402' }}
ENABLE_DIAGNOSTICS: false
#COREHOST_TRACE: 1
MSBUILD_VERBOSITY: normal
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.100",
"version": "7.0.402",
"rollForward": "latestFeature"
},
"msbuild-sdks":
Expand Down

0 comments on commit 4cc0557

Please sign in to comment.