File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 40
40
<Uri >https://github.com/dotnet/aspnetcore</Uri >
41
41
<Sha >a671f9652808921d6bbe74994c16065372bec6f6</Sha >
42
42
</Dependency >
43
- <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64" Version =" 6.0.0-rc.1.21406.5 " >
43
+ <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64" Version =" 6.0.0-rc.1.21411.2 " >
44
44
<Uri >https://github.com/dotnet/runtime</Uri >
45
- <Sha >58efa4b79751a2dad08d9bf7ca67930f8160afe3 </Sha >
45
+ <Sha >c0662e8129beaf93b8050d39a863cc6d16a0308c </Sha >
46
46
</Dependency >
47
- <Dependency Name =" VS.Redist.Common.NetCore.SharedFramework.x64.6.0" Version =" 6.0.0-rc.1.21406.5 " >
47
+ <Dependency Name =" VS.Redist.Common.NetCore.SharedFramework.x64.6.0" Version =" 6.0.0-rc.1.21411.2 " >
48
48
<Uri >https://github.com/dotnet/runtime</Uri >
49
- <Sha >58efa4b79751a2dad08d9bf7ca67930f8160afe3 </Sha >
49
+ <Sha >c0662e8129beaf93b8050d39a863cc6d16a0308c </Sha >
50
50
</Dependency >
51
51
</ToolsetDependencies >
52
52
</Dependencies >
Original file line number Diff line number Diff line change 17
17
<MicrosoftNETCoreApp50Version >5.0.6</MicrosoftNETCoreApp50Version >
18
18
<MicrosoftAspNetCoreApp50Version >$(MicrosoftNETCoreApp50Version)</MicrosoftAspNetCoreApp50Version >
19
19
<!-- Latest shared runtime version updated by darc -->
20
- <VSRedistCommonNetCoreSharedFrameworkx6460Version >6.0.0-rc.1.21406.5 </VSRedistCommonNetCoreSharedFrameworkx6460Version >
21
- <MicrosoftNETCoreAppRuntimewinx64Version >6.0.0-rc.1.21406.5 </MicrosoftNETCoreAppRuntimewinx64Version >
20
+ <VSRedistCommonNetCoreSharedFrameworkx6460Version >6.0.0-rc.1.21411.2 </VSRedistCommonNetCoreSharedFrameworkx6460Version >
21
+ <MicrosoftNETCoreAppRuntimewinx64Version >6.0.0-rc.1.21411.2 </MicrosoftNETCoreAppRuntimewinx64Version >
22
22
<!-- Latest shared aspnetcore version updated by darc -->
23
23
<MicrosoftAspNetCoreAppRefInternalVersion >6.0.0-rc.1.21410.16</MicrosoftAspNetCoreAppRefInternalVersion >
24
24
<MicrosoftAspNetCoreAppRefVersion >6.0.0-rc.1.21410.16</MicrosoftAspNetCoreAppRefVersion >
Original file line number Diff line number Diff line change @@ -1192,6 +1192,14 @@ private HashSet<string> GetEnabledDefines()
1192
1192
{
1193
1193
defines . Add ( "MAJOR_RUNTIME_VERSION_GE_5" ) ;
1194
1194
}
1195
+ if ( major >= 6 )
1196
+ {
1197
+ defines . Add ( "MAJOR_RUNTIME_VERSION_GE_6" ) ;
1198
+ }
1199
+ if ( major >= 7 )
1200
+ {
1201
+ defines . Add ( "MAJOR_RUNTIME_VERSION_GE_7" ) ;
1202
+ }
1195
1203
}
1196
1204
catch ( SkipTestException )
1197
1205
{
Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ ENDIF:DESKTOP
35
35
SOSCOMMAND:bpmd SymbolTestApp.dll SymbolTestApp.Program.Foo4
36
36
ENDIF:DESKTOP
37
37
38
- IFDEF:PROJECTK
38
+ !IFDEF:MAJOR_RUNTIME_VERSION_GE_6
39
+ !IFDEF:DESKTOP
39
40
CONTINUE
40
41
SOSCOMMAND:ClrStack
41
42
VERIFY:\s+<HEXVAL>\s+<HEXVAL>\s+SymbolTestApp\.Program\.Main\(.*\)\s+\[(?i:.*[\\|/]SymbolTestApp\.cs) @ 16\]\s*
42
- ENDIF:PROJECTK
43
+ ENDIF:DESKTOP
44
+ ENDIF:MAJOR_RUNTIME_VERSION_GE_6
43
45
44
46
CONTINUE
45
47
SOSCOMMAND:ClrStack
Original file line number Diff line number Diff line change @@ -36,11 +36,13 @@ ENDIF:DESKTOP
36
36
SOSCOMMAND:bpmd SymbolTestApp.dll SymbolTestApp.Program.Foo4
37
37
ENDIF:DESKTOP
38
38
39
+ !IFDEF:MAJOR_RUNTIME_VERSION_GE_6
39
40
!IFDEF:DESKTOP
40
41
CONTINUE
41
42
SOSCOMMAND:ClrStack
42
43
VERIFY:\s+<HEXVAL>\s+<HEXVAL>\s+SymbolTestApp\.Program\.Main\(.*\)\s+\[(?i:.*[\\|/]SymbolTestApp\.cs) @ 16\]\s*
43
44
ENDIF:DESKTOP
45
+ ENDIF:MAJOR_RUNTIME_VERSION_GE_6
44
46
45
47
CONTINUE
46
48
SOSCOMMAND:ClrStack
You can’t perform that action at this time.
0 commit comments