File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
coreclr/tools/runincontext Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 263263 <Uri >https://github.com/dotnet/llvm-project</Uri >
264264 <Sha >da5dd054a531e6fea65643b7e754285b73eab433</Sha >
265265 </Dependency >
266- <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64 " Version =" 10.0.0-preview.5.25260.104" >
266+ <Dependency Name =" Microsoft.NETCore.App.Ref " Version =" 10.0.0-preview.5.25260.104" >
267267 <Uri >https://github.com/dotnet/dotnet</Uri >
268268 <Sha >85778473549347b3e4bad3ea009e9438df7b11bb</Sha >
269269 </Dependency >
Original file line number Diff line number Diff line change 106106 <!-- NuGet dependencies -->
107107 <NuGetBuildTasksPackVersion >6.0.0-preview.1.102</NuGetBuildTasksPackVersion >
108108 <!-- Installer dependencies -->
109- <MicrosoftNETCoreAppRuntimewinx64Version >10.0.0-preview.5.25260.104</MicrosoftNETCoreAppRuntimewinx64Version >
109+ <MicrosoftNETCoreAppRefVersion >10.0.0-preview.5.25260.104</MicrosoftNETCoreAppRefVersion >
110110 <MicrosoftExtensionsDependencyModelVersion >6.0.0</MicrosoftExtensionsDependencyModelVersion >
111111 <!-- ILAsm dependencies -->
112112 <MicrosoftNETCoreILAsmVersion >10.0.0-preview.5.25260.104</MicrosoftNETCoreILAsmVersion >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
44 <TargetFramework >$(NetCoreAppToolCurrent)</TargetFramework >
5- <RuntimeFrameworkVersion >$(MicrosoftNETCoreAppRuntimewinx64Version )</RuntimeFrameworkVersion >
5+ <RuntimeFrameworkVersion >$(MicrosoftNETCoreAppRefVersion )</RuntimeFrameworkVersion >
66 <UseAppHost >false</UseAppHost >
77 <CLRTestKind >BuildOnly</CLRTestKind >
88 <OutputPath >$(RuntimeBinDir)</OutputPath >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $(_XunitEpilog)
2727
2828 <PropertyGroup>
2929 <OutputPath>$(XUnitTestBinBase)\$(CategoryWithSlash)</OutputPath>
30- <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRuntimewinx64Version )</RuntimeFrameworkVersion>
30+ <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRefVersion )</RuntimeFrameworkVersion>
3131 <RunAnalyzers>false</RunAnalyzers>
3232 </PropertyGroup>
3333
You can’t perform that action at this time.
0 commit comments