File tree 4 files changed +5
-5
lines changed
coreclr/tools/runincontext
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 158
158
<Uri >https://github.com/dotnet/llvm-project</Uri >
159
159
<Sha >cea4a95e1505e737e768c8094d6aa880f5442ab7</Sha >
160
160
</Dependency >
161
- <Dependency Name =" Microsoft.NETCore.App" Version =" 5 .0.0-rc.1.20451.14 " >
161
+ <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64 " Version =" 6 .0.0-rc.1.21415.6 " >
162
162
<Uri >https://github.com/dotnet/runtime</Uri >
163
- <Sha >38017c3935de95d0335bac04f4901ddfc2718656 </Sha >
163
+ <Sha >fde6b37e985605d862c070256de7c97e2a3f3342 </Sha >
164
164
</Dependency >
165
165
<Dependency Name =" Microsoft.NETCore.DotNetHost" Version =" 6.0.0-rc.1.21415.6" >
166
166
<Uri >https://github.com/dotnet/runtime</Uri >
Original file line number Diff line number Diff line change 69
69
<!-- NuGet dependencies -->
70
70
<NuGetBuildTasksPackVersion >6.0.0-preview.1.102</NuGetBuildTasksPackVersion >
71
71
<!-- Installer dependencies -->
72
- <MicrosoftNETCoreAppVersion >6.0.0-alpha.1.20612.4</MicrosoftNETCoreAppVersion >
72
+ <MicrosoftNETCoreAppRuntimewinx64Version >6.0.0-alpha.1.20612.4</MicrosoftNETCoreAppRuntimewinx64Version >
73
73
<MicrosoftNETCoreDotNetHostVersion >6.0.0-rc.1.21415.6</MicrosoftNETCoreDotNetHostVersion >
74
74
<MicrosoftNETCoreDotNetHostPolicyVersion >6.0.0-rc.1.21415.6</MicrosoftNETCoreDotNetHostPolicyVersion >
75
75
<MicrosoftExtensionsDependencyModelVersion >3.1.0</MicrosoftExtensionsDependencyModelVersion >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
4
<TargetFramework >$(NetCoreAppToolCurrent)</TargetFramework >
5
- <RuntimeFrameworkVersion >$(MicrosoftNETCoreAppVersion )</RuntimeFrameworkVersion >
5
+ <RuntimeFrameworkVersion >$(MicrosoftNETCoreAppRuntimewinx64Version )</RuntimeFrameworkVersion >
6
6
<UseAppHost >false</UseAppHost >
7
7
<CLRTestKind >BuildOnly</CLRTestKind >
8
8
<OutputPath >$(RuntimeBinDir)</OutputPath >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ $(_XunitEpilog)
101
101
102
102
<PropertyGroup>
103
103
<OutputPath>$(XUnitTestBinBase)\$(CategoryWithSlash)</OutputPath>
104
- <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppVersion )</RuntimeFrameworkVersion>
104
+ <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRuntimewinx64Version )</RuntimeFrameworkVersion>
105
105
<RunAnalyzers>false</RunAnalyzers>
106
106
</PropertyGroup>
107
107
You can’t perform that action at this time.
0 commit comments