From 0ef189c07ae084e1af54e1b4fc8b6a8242c57b36 Mon Sep 17 00:00:00 2001 From: Peter Marcu Date: Tue, 29 Mar 2016 23:02:58 -0700 Subject: [PATCH] Update new template to remove imports --- .../dotnet-new/CSharp_Console/project.json.template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template b/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template index a21ebb8fe..83cd22744 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template @@ -10,11 +10,6 @@ } }, "frameworks": { - "netstandard1.5": { - "imports": [ - "portable-net45+win8", - "dnxcore50" - ] - } + "netstandard1.5": {} } }