Skip to content

Commit 236e490

Browse files
Update toolset MicrosoftNETCoreApp version This package no longer exists. Replace with runtime package version and appropriate property. (#57828)
Co-authored-by: Matt Mitchell <[email protected]>
1 parent 27d062a commit 236e490

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
<Uri>https://github.com/dotnet/llvm-project</Uri>
159159
<Sha>cea4a95e1505e737e768c8094d6aa880f5442ab7</Sha>
160160
</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">
162162
<Uri>https://github.com/dotnet/runtime</Uri>
163-
<Sha>38017c3935de95d0335bac04f4901ddfc2718656</Sha>
163+
<Sha>fde6b37e985605d862c070256de7c97e2a3f3342</Sha>
164164
</Dependency>
165165
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="6.0.0-rc.1.21415.6">
166166
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!-- NuGet dependencies -->
7070
<NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
7171
<!-- Installer dependencies -->
72-
<MicrosoftNETCoreAppVersion>6.0.0-alpha.1.20612.4</MicrosoftNETCoreAppVersion>
72+
<MicrosoftNETCoreAppRuntimewinx64Version>6.0.0-alpha.1.20612.4</MicrosoftNETCoreAppRuntimewinx64Version>
7373
<MicrosoftNETCoreDotNetHostVersion>6.0.0-rc.1.21415.6</MicrosoftNETCoreDotNetHostVersion>
7474
<MicrosoftNETCoreDotNetHostPolicyVersion>6.0.0-rc.1.21415.6</MicrosoftNETCoreDotNetHostPolicyVersion>
7575
<MicrosoftExtensionsDependencyModelVersion>3.1.0</MicrosoftExtensionsDependencyModelVersion>

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>$(MicrosoftNETCoreAppVersion)</RuntimeFrameworkVersion>
5+
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRuntimewinx64Version)</RuntimeFrameworkVersion>
66
<UseAppHost>false</UseAppHost>
77
<CLRTestKind>BuildOnly</CLRTestKind>
88
<OutputPath>$(RuntimeBinDir)</OutputPath>

src/tests/run.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ $(_XunitEpilog)
101101
102102
<PropertyGroup>
103103
<OutputPath>$(XUnitTestBinBase)\$(CategoryWithSlash)</OutputPath>
104-
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppVersion)</RuntimeFrameworkVersion>
104+
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppRuntimewinx64Version)</RuntimeFrameworkVersion>
105105
<RunAnalyzers>false</RunAnalyzers>
106106
</PropertyGroup>
107107

0 commit comments

Comments
 (0)