This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
dotnet-version : |
36
36
6.0.x
37
- 7.0.100-rc.2.22477.23
37
+ 7.0.x
38
38
39
39
- run : dotnet --info
40
40
Original file line number Diff line number Diff line change 40
40
- name : Checkout repository
41
41
uses : actions/checkout@v3
42
42
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
+
43
52
# Initializes the CodeQL tools for scanning.
44
53
- name : Initialize CodeQL
45
54
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
10
- <FrameworkVersionRuntime >7.0.0-rc.2.* </FrameworkVersionRuntime >
11
- <FrameworkVersionTesting >7.0.0-rc.2.* </FrameworkVersionTesting >
10
+ <FrameworkVersionRuntime >7.0.0</FrameworkVersionRuntime >
11
+ <FrameworkVersionTesting >7.0.0</FrameworkVersionTesting >
12
12
<YarpVersion >1.0.1</YarpVersion >
13
13
</PropertyGroup >
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7.0.100-rc.2.22477.23 " ,
3
+ "version" : " 7.0.100" ,
4
4
"rollForward" : " latestMajor" ,
5
- "allowPrerelease" : true
5
+ "allowPrerelease" : false
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments