From 9da6389bca2bc3b98c827af31334add47417ba11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 15:15:21 -0700 Subject: [PATCH] Update toolset MicrosoftNETCoreApp version This package no longer exists. Replace with runtime package version and appropriate property. (#57829) Co-authored-by: Matt Mitchell --- 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 d75bb7b..bba8717 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 4c68b19..6836bbf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,7 +69,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 14a0a2c..bf17769 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 f21a0bd..2d8d564 100644 --- a/src/tests/run.proj +++ b/src/tests/run.proj @@ -101,7 +101,7 @@ $(_XunitEpilog) $(XUnitTestBinBase)\$(CategoryWithSlash) - $(MicrosoftNETCoreAppVersion) + $(MicrosoftNETCoreAppRuntimewinx64Version) false -- 2.7.4