Skip to content

Commit ddfa663

Browse files
committed
Update to .NET 7 RTM
1 parent ea2b9ce commit ddfa663

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: actions/[email protected]
3838
with:
3939
dotnet-version: |
40-
3.1.x
4140
6.0.x
4241
global-json-file: "./global.json"
4342
- name: "Dotnet Tool Restore"

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"allowPrerelease": true,
3+
"allowPrerelease": false,
44
"rollForward": "latestMajor",
5-
"version": "7.0.100-preview.7.22377.5"
5+
"version": "7.0.100"
66
}
77
}

0 commit comments

Comments
 (0)