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 263
263
<Uri >https://github.com/dotnet/llvm-project</Uri >
264
264
<Sha >da5dd054a531e6fea65643b7e754285b73eab433</Sha >
265
265
</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" >
267
267
<Uri >https://github.com/dotnet/dotnet</Uri >
268
268
<Sha >85778473549347b3e4bad3ea009e9438df7b11bb</Sha >
269
269
</Dependency >
Original file line number Diff line number Diff line change 106
106
<!-- NuGet dependencies -->
107
107
<NuGetBuildTasksPackVersion >6.0.0-preview.1.102</NuGetBuildTasksPackVersion >
108
108
<!-- Installer dependencies -->
109
- <MicrosoftNETCoreAppRuntimewinx64Version >10.0.0-preview.5.25260.104</MicrosoftNETCoreAppRuntimewinx64Version >
109
+ <MicrosoftNETCoreAppRefVersion >10.0.0-preview.5.25260.104</MicrosoftNETCoreAppRefVersion >
110
110
<MicrosoftExtensionsDependencyModelVersion >6.0.0</MicrosoftExtensionsDependencyModelVersion >
111
111
<!-- ILAsm dependencies -->
112
112
<MicrosoftNETCoreILAsmVersion >10.0.0-preview.5.25260.104</MicrosoftNETCoreILAsmVersion >
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 >$(MicrosoftNETCoreAppRuntimewinx64Version )</RuntimeFrameworkVersion >
5
+ <RuntimeFrameworkVersion >$(MicrosoftNETCoreAppRefVersion )</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 @@ -27,7 +27,7 @@ $(_XunitEpilog)
27
27
28
28
<PropertyGroup>
29
29
<OutputPath>$(XUnitTestBinBase)\$(CategoryWithSlash)</OutputPath>
30
- <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRuntimewinx64Version )</RuntimeFrameworkVersion>
30
+ <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRefVersion )</RuntimeFrameworkVersion>
31
31
<RunAnalyzers>false</RunAnalyzers>
32
32
</PropertyGroup>
33
33
You can’t perform that action at this time.
0 commit comments