From d8a323f14615fc1f35068ca87d7a35d23c4597f5 Mon Sep 17 00:00:00 2001 From: Harsh Jain Date: Sat, 7 Jan 2017 20:51:36 +0530 Subject: [PATCH] Removed output type as it is handled through Microsoft.NET.Test.Sdk --- .../commands/dotnet-new/CSharp_Mstest/$projectName$.csproj | 3 +-- .../commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj | 1 - .../commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj | 1 - .../commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj index bf2b0f5e4..ae840e14c 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj @@ -1,7 +1,6 @@ - - Exe + netcoreapp1.0 diff --git a/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj index ffe6f1688..9cd1f0af0 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj @@ -1,7 +1,6 @@ - Exe netcoreapp1.0 diff --git a/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj b/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj index fcb27c10a..794329db6 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj +++ b/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj @@ -1,7 +1,6 @@ - Exe netcoreapp1.0 false diff --git a/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj b/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj index b8a2f8144..40672902f 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj +++ b/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj @@ -1,7 +1,6 @@ - Exe netcoreapp1.0 false