Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 50f22af

Browse files
committed
other changes for .NET 7
1 parent 9d5008b commit 50f22af

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
dotnet-version: |
3636
6.0.x
37-
7.0.100-rc.2.22477.23
37+
7.0.x
3838
3939
- run: dotnet --info
4040

.github/workflows/codeql.yml

+9
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
- name: Checkout repository
4141
uses: actions/checkout@v3
4242

43+
- name: Setup dotnet
44+
uses: actions/setup-dotnet@v1
45+
with:
46+
dotnet-version: |
47+
6.0.x
48+
7.0.x
49+
50+
- run: dotnet --info
51+
4352
# Initializes the CodeQL tools for scanning.
4453
- name: Initialize CodeQL
4554
uses: github/codeql-action/init@v2

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-rc.2.22477.23",
3+
"version": "7.0.100",
44
"rollForward": "latestMajor",
5-
"allowPrerelease": true
5+
"allowPrerelease": false
66
}
77
}

0 commit comments

Comments
 (0)