From cde3a8bcb20e99fc5cf1edb05c93e22a3fa490c3 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Tue, 6 Jun 2017 17:55:18 -0700 Subject: [PATCH] MIT License *NIX Builds. Remove non MIT licensed components from the CLI when building on non windows platforms. The shared framework provides the LICENSE file that is included with the tarballs, so we just need to ensure we don't pull any windows specific stuff that is not MIT licensed. Fixes: dotnet/core-setup#676 --- src/redist/redist.csproj | 8 ++++++++ src/tool_roslyn/tool_roslyn.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj index 665666da5..c45cd6bdf 100644 --- a/src/redist/redist.csproj +++ b/src/redist/redist.csproj @@ -142,6 +142,14 @@ AssetPath="%(NuPkgContentForMSBuildExtensionsRelativePaths.Identity)" /> + + + + + diff --git a/src/tool_roslyn/tool_roslyn.csproj b/src/tool_roslyn/tool_roslyn.csproj index ff2d6ac5d..bd702ca7c 100644 --- a/src/tool_roslyn/tool_roslyn.csproj +++ b/src/tool_roslyn/tool_roslyn.csproj @@ -16,7 +16,7 @@ - +