From 5cfb6b520de063aff5fe1771fd89d70fcea19ea8 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 11 Nov 2020 11:04:21 -0800 Subject: [PATCH] Replace reference to Microsoft.NETCore.App.Internal and Microsoft.WindowsDesktop.App with other non-shipping packages. --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c0f5bce18c2..ef7263ab631a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -34,7 +34,7 @@ https://github.com/dotnet/runtime 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/runtime 72b7d236ad634c2280c73499ebfc2b594995ec06 @@ -130,7 +130,7 @@ https://github.com/dotnet/windowsdesktop bdde06edd144f54831fec7a30458553f2ec2b267 - + https://github.com/dotnet/windowsdesktop bdde06edd144f54831fec7a30458553f2ec2b267 @@ -138,7 +138,7 @@ https://github.com/dotnet/windowsdesktop bdde06edd144f54831fec7a30458553f2ec2b267 - + https://github.com/dotnet/wpf 1d65a975dab6f2543c0540a66f3299da74f4f30b diff --git a/eng/Versions.props b/eng/Versions.props index 86a0ae6b0a7c..d099ff733849 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -38,7 +38,7 @@ 6.0.0-alpha.1.20560.10 - 6.0.0-alpha.1.20560.10 + 6.0.0-alpha.1.20560.10 6.0.0-alpha.1.20560.10 $(MicrosoftNETCoreAppRuntimewinx64PackageVersion) 6.0.0-alpha.1.20560.10 @@ -132,7 +132,7 @@ - 6.0.0-alpha.1.20560.7 + 6.0.0-alpha.1.20560.7 diff --git a/global.json b/global.json index 9dbe22521b4e..4230ca8f4378 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "5.0.100-rc.2.20479.15", "runtimes": { "dotnet": [ - "$(MicrosoftNETCoreAppInternalPackageVersion)" + "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" ] }, "vs-opt": {