Skip to content

Commit 4cc0557

Browse files
Arlodotexemichael-hawker
authored andcommitted
Bump dotnet version
1 parent e1cb508 commit 4cc0557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
merge_group:
1818

1919
env:
20-
DOTNET_VERSION: ${{ '7.0.100' }}
20+
DOTNET_VERSION: ${{ '7.0.402' }}
2121
ENABLE_DIAGNOSTICS: false
2222
#COREHOST_TRACE: 1
2323
MSBUILD_VERBOSITY: normal

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.100",
3+
"version": "7.0.402",
44
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks":

0 commit comments

Comments
 (0)