From 949fbd59dbe768f8a971f3e72d85b13dfb77c22e Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Tue, 21 Mar 2017 17:34:32 -0700 Subject: [PATCH] Remove dotnet-cli-build's dependency on CoreCLR dotnet-cli-build had a package reference to both CoreCLR and a new version of Microsoft.NETCore.App in order to pull down crossgen. Crossgen is now restored by a specific project that only deals will pulling down crossgen, so we can remove this code. Fixes #6093 --- .../dotnet-cli-build/dotnet-cli-build.csproj | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj index 952ebb548..abace8f08 100644 --- a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj +++ b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj @@ -7,9 +7,6 @@ true bin\$(Configuration) $(PackageTargetFallback);portable-net45+win8+wp8+wpa81 - - - $(CoreCLRRid) @@ -18,7 +15,6 @@ - @@ -33,9 +29,5 @@ - - - - - \ No newline at end of file +