From 17a8a461cb5715236a0329193c29cb89104a8290 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Mon, 8 May 2017 21:43:41 -0700 Subject: [PATCH] Work around https://github.com/dotnet/cli-migrate/issues/11 --- src/React.MSBuild/React.MSBuild.csproj | 9 +++++++-- src/React.Web.Mvc4/React.Web.Mvc4.csproj | 5 +++-- src/React.Web/React.Web.csproj | 5 +++-- .../System.Web.Optimization.React.csproj | 5 +++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/React.MSBuild/React.MSBuild.csproj b/src/React.MSBuild/React.MSBuild.csproj index 61c3f01d2..151e1bfae 100644 --- a/src/React.MSBuild/React.MSBuild.csproj +++ b/src/React.MSBuild/React.MSBuild.csproj @@ -23,9 +23,14 @@ - + true - + tools\ + + + true + content\ + diff --git a/src/React.Web.Mvc4/React.Web.Mvc4.csproj b/src/React.Web.Mvc4/React.Web.Mvc4.csproj index 11b3e7e1a..f651f84b7 100644 --- a/src/React.Web.Mvc4/React.Web.Mvc4.csproj +++ b/src/React.Web.Mvc4/React.Web.Mvc4.csproj @@ -24,9 +24,10 @@ - + true - + content\ + diff --git a/src/React.Web/React.Web.csproj b/src/React.Web/React.Web.csproj index de423e2ed..a8ab89f30 100644 --- a/src/React.Web/React.Web.csproj +++ b/src/React.Web/React.Web.csproj @@ -23,9 +23,10 @@ - + true - + content\ + diff --git a/src/System.Web.Optimization.React/System.Web.Optimization.React.csproj b/src/System.Web.Optimization.React/System.Web.Optimization.React.csproj index 4024faa9e..961a02d8e 100644 --- a/src/System.Web.Optimization.React/System.Web.Optimization.React.csproj +++ b/src/System.Web.Optimization.React/System.Web.Optimization.React.csproj @@ -23,9 +23,10 @@ - + true - + content\ +