From da8687f1a43170985ddc3d00658a537af863ce1a Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Tue, 6 Jun 2017 13:56:26 -0700 Subject: [PATCH] Removing CoreCLR from uap10.1 package for both aot and non-aot runtimes Commit migrated from https://github.com/dotnet/core-setup/commit/3fbb574954f1f3e3fac31077cc8ec1cea7b729d5 --- .../src/Microsoft.NETCore.UniversalWindowsPlatform.depproj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/installer/pkg/projects/Microsoft.NETCore.UniversalWindowsPlatform/src/Microsoft.NETCore.UniversalWindowsPlatform.depproj b/src/installer/pkg/projects/Microsoft.NETCore.UniversalWindowsPlatform/src/Microsoft.NETCore.UniversalWindowsPlatform.depproj index aff8aa3..1ecddf1 100644 --- a/src/installer/pkg/projects/Microsoft.NETCore.UniversalWindowsPlatform/src/Microsoft.NETCore.UniversalWindowsPlatform.depproj +++ b/src/installer/pkg/projects/Microsoft.NETCore.UniversalWindowsPlatform/src/Microsoft.NETCore.UniversalWindowsPlatform.depproj @@ -26,9 +26,6 @@ $(CoreFxVersion) - - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) - $(PlatformPackageVersion) @@ -65,9 +62,6 @@ - - <_runtimeCLR Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.FileName)' == 'coreclr' OR '%(ReferenceCopyLocalPaths.FileName)' == 'libcoreclr'" /> - <_FilesToPackage Include="@(ReferenceCopyLocalPaths)"> -- 2.7.4