Removing CoreCLR from uap10.1 package for both aot and non-aot runtimes
authorJose Perez Rodriguez <joperezr@microsoft.com>
Tue, 6 Jun 2017 20:56:26 +0000 (13:56 -0700)
committerJose Perez Rodriguez <joperezr@microsoft.com>
Tue, 6 Jun 2017 20:56:26 +0000 (13:56 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/3fbb574954f1f3e3fac31077cc8ec1cea7b729d5

src/installer/pkg/projects/Microsoft.NETCore.UniversalWindowsPlatform/src/Microsoft.NETCore.UniversalWindowsPlatform.depproj

index aff8aa3..1ecddf1 100644 (file)
@@ -26,9 +26,6 @@
     <PackageReference Include="Microsoft.Private.CoreFx.UAP">
       <Version>$(CoreFxVersion)</Version>
     </PackageReference>
-    <PackageReference Include="transport.Microsoft.NETCore.Runtime.CoreCLR">
-      <Version>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</Version>
-    </PackageReference>
     <PackageReference Include="Microsoft.NETCore.Platforms">
       <Version>$(PlatformPackageVersion)</Version>
     </PackageReference>
@@ -65,9 +62,6 @@
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
 
   <Target Name="GetFilesToPackage" DependsOnTargets="ResolveNuGetPackages" Returns="@(FilesToPackage)">
-    <ItemGroup  Condition="'$(NuGetRuntimeIdentifier)' != ''">
-      <_runtimeCLR Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.FileName)' == 'coreclr' OR '%(ReferenceCopyLocalPaths.FileName)' == 'libcoreclr'" />
-    </ItemGroup>
     <ItemGroup Condition="'$(NuGetRuntimeIdentifier)' != ''">
       <!-- RID-specific: include all runtime files -->
       <_FilesToPackage Include="@(ReferenceCopyLocalPaths)">