From 697722fd1b502e2e37988bd2c02c4de3eca90846 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 19 Aug 2021 10:28:56 -0700 Subject: [PATCH] Update toolset MicrosoftNETCoreApp version This package no longer exists. Replace with runtime package version and appropriate property. --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- src/coreclr/tools/runincontext/runincontext.csproj | 2 +- src/tests/run.proj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9090f694e1c94d..4985927afaf01f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -158,9 +158,9 @@ https://github.com/dotnet/llvm-project cea4a95e1505e737e768c8094d6aa880f5442ab7 - + https://github.com/dotnet/runtime - 38017c3935de95d0335bac04f4901ddfc2718656 + fde6b37e985605d862c070256de7c97e2a3f3342 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 9ceca97773814a..0899a1059553a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -70,7 +70,7 @@ 6.0.0-preview.1.102 - 6.0.0-alpha.1.20612.4 + 6.0.0-alpha.1.20612.4 6.0.0-rc.1.21415.6 6.0.0-rc.1.21415.6 3.1.0 diff --git a/src/coreclr/tools/runincontext/runincontext.csproj b/src/coreclr/tools/runincontext/runincontext.csproj index 14a0a2cf310870..bf17769e6f0bd3 100644 --- a/src/coreclr/tools/runincontext/runincontext.csproj +++ b/src/coreclr/tools/runincontext/runincontext.csproj @@ -2,7 +2,7 @@ Exe $(NetCoreAppToolCurrent) - $(MicrosoftNETCoreAppVersion) + $(MicrosoftNETCoreAppRuntimewinx64Version) false BuildOnly $(RuntimeBinDir) diff --git a/src/tests/run.proj b/src/tests/run.proj index f21a0bd1284065..2d8d564ee15f0f 100644 --- a/src/tests/run.proj +++ b/src/tests/run.proj @@ -101,7 +101,7 @@ $(_XunitEpilog) $(XUnitTestBinBase)\$(CategoryWithSlash) - $(MicrosoftNETCoreAppVersion) + $(MicrosoftNETCoreAppRuntimewinx64Version) false