From 45b817a9535136e01097de28657141f171f615d4 Mon Sep 17 00:00:00 2001 From: Phil Henning Date: Wed, 23 Nov 2016 09:50:15 -0800 Subject: [PATCH 1/2] Update Web Template from Template repo --- .../CSharp_Web/$projectName$.csproj | 66 +++++-------------- .../dotnet-new/CSharp_Web/bundleconfig.json | 2 +- 2 files changed, 19 insertions(+), 49 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj index 26cf9eddf..f4c5b0bcc 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj @@ -1,4 +1,4 @@ - + @@ -17,54 +17,24 @@ - - 1.0.1 - - - 1.0.0-alpha-20161104-2-112 - - - 1.0.0 - - - 1.0.1 - - - 1.0.0-preview2-final - - - 1.0.1 - - - 1.0.0 - - - 1.0.1 - - - 1.0.0 - - - 1.0.0 - - - 1.0.0 - - - 1.0.0 - - - 1.0.0 - - - 1.0.0 - - - 1.0.0 - - - 14.0.0 + + + All + + + + + + + + + + + + + + diff --git a/src/dotnet/commands/dotnet-new/CSharp_Web/bundleconfig.json b/src/dotnet/commands/dotnet-new/CSharp_Web/bundleconfig.json index 04754ba71..6d3f9a57a 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Web/bundleconfig.json +++ b/src/dotnet/commands/dotnet-new/CSharp_Web/bundleconfig.json @@ -18,7 +18,7 @@ "enabled": true, "renameLocals": true }, - // Optinally generate .map file + // Optionally generate .map file "sourceMap": false } ] From 14445b936e3859964e30ef0e33a32adfe4e5a855 Mon Sep 17 00:00:00 2001 From: Phil Henning Date: Wed, 23 Nov 2016 10:16:44 -0800 Subject: [PATCH 2/2] Remove Exclude from Compile/Embeddedresource --- .../commands/dotnet-new/CSharp_Web/$projectName$.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj index f4c5b0bcc..3c4d15244 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj @@ -12,8 +12,8 @@ - - + +