From bee4c6ff1173287d57980c010a90aedc91bf49a8 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 25 May 2017 12:05:34 +0100 Subject: [PATCH] Stop "dotnet new" from stripping out important parts of .csproj files --- templates/AngularSpa/AngularSpa.csproj | 4 +++- templates/AureliaSpa/AureliaSpa.csproj | 4 +++- templates/KnockoutSpa/KnockoutSpa.csproj | 4 +++- templates/ReactReduxSpa/ReactReduxSpa.csproj | 4 +++- templates/ReactSpa/ReactSpa.csproj | 4 +++- templates/VueSpa/VueSpa.csproj | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/templates/AngularSpa/AngularSpa.csproj b/templates/AngularSpa/AngularSpa.csproj index 5643f98..96f705d 100644 --- a/templates/AngularSpa/AngularSpa.csproj +++ b/templates/AngularSpa/AngularSpa.csproj @@ -21,6 +21,7 @@ + @@ -28,7 +29,8 @@ - + + diff --git a/templates/AureliaSpa/AureliaSpa.csproj b/templates/AureliaSpa/AureliaSpa.csproj index 9d33955..4fd7951 100644 --- a/templates/AureliaSpa/AureliaSpa.csproj +++ b/templates/AureliaSpa/AureliaSpa.csproj @@ -16,6 +16,7 @@ + @@ -23,7 +24,8 @@ - + + diff --git a/templates/KnockoutSpa/KnockoutSpa.csproj b/templates/KnockoutSpa/KnockoutSpa.csproj index 9d33955..4fd7951 100644 --- a/templates/KnockoutSpa/KnockoutSpa.csproj +++ b/templates/KnockoutSpa/KnockoutSpa.csproj @@ -16,6 +16,7 @@ + @@ -23,7 +24,8 @@ - + + diff --git a/templates/ReactReduxSpa/ReactReduxSpa.csproj b/templates/ReactReduxSpa/ReactReduxSpa.csproj index 5643f98..96f705d 100644 --- a/templates/ReactReduxSpa/ReactReduxSpa.csproj +++ b/templates/ReactReduxSpa/ReactReduxSpa.csproj @@ -21,6 +21,7 @@ + @@ -28,7 +29,8 @@ - + + diff --git a/templates/ReactSpa/ReactSpa.csproj b/templates/ReactSpa/ReactSpa.csproj index 9d33955..4fd7951 100644 --- a/templates/ReactSpa/ReactSpa.csproj +++ b/templates/ReactSpa/ReactSpa.csproj @@ -16,6 +16,7 @@ + @@ -23,7 +24,8 @@ - + + diff --git a/templates/VueSpa/VueSpa.csproj b/templates/VueSpa/VueSpa.csproj index 9d33955..4fd7951 100644 --- a/templates/VueSpa/VueSpa.csproj +++ b/templates/VueSpa/VueSpa.csproj @@ -16,6 +16,7 @@ + @@ -23,7 +24,8 @@ - + +