We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56854a commit 8d5e5d2Copy full SHA for 8d5e5d2
.github/workflows/build.yml
@@ -16,7 +16,7 @@ on:
16
workflow_dispatch:
17
18
env:
19
- DOTNET_VERSION: ${{ '6.0.x' }}
+ DOTNET_VERSION: ${{ '7.0.x' }}
20
ENABLE_DIAGNOSTICS: false
21
#COREHOST_TRACE: 1
22
COREHOST_TRACEFILE: corehosttrace.log
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "6.0.405",
+ "version": "7.0.304",
4
"rollForward": "latestFeature"
5
},
6
"msbuild-sdks":
0 commit comments