Skip to content

Commit 32a6d12

Browse files
authored
Switch to using non-arch specific runtime properties (#116155)
1 parent a6094c1 commit 32a6d12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
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>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
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>

src/coreclr/tools/runincontext/runincontext.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

src/tests/xunit-wrappers.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)