From 7a0e2ec075347dfcd6deb35a240cf2ac02711626 Mon Sep 17 00:00:00 2001 From: Arun Mahapatra Date: Mon, 23 Jan 2017 11:43:44 +0530 Subject: [PATCH 1/2] Insert test platform v15.0.0-preview-20160120-03. Remove OutputType from test project templates since it is automatically determined by Microsoft.NET.Test.Sdk. --- build/Microsoft.DotNet.Cli.DependencyVersions.props | 2 +- .../commands/dotnet-new/CSharp_Mstest/$projectName$.csproj | 3 +-- .../commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj | 3 +-- .../commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj | 3 +-- .../commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj | 3 +-- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/build/Microsoft.DotNet.Cli.DependencyVersions.props b/build/Microsoft.DotNet.Cli.DependencyVersions.props index 86351a0f62..6aed53ee61 100644 --- a/build/Microsoft.DotNet.Cli.DependencyVersions.props +++ b/build/Microsoft.DotNet.Cli.DependencyVersions.props @@ -6,7 +6,7 @@ 1.0.0-alpha-20170117-4 4.0.0-rc3 1.0.0-alpha-20170114-1-223 - 15.0.0-preview-20170106-08 + 15.0.0-preview-20170120-03 1.0.0-beta1-20170108-83 diff --git a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj index 689b3f8f29..e254109096 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj @@ -1,12 +1,11 @@ - 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 1de3d53ff6..b950519ea8 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj @@ -1,12 +1,11 @@ - 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 00636ee77d..adced7ce41 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 @@ -14,7 +13,7 @@ - + diff --git a/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj b/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj index 2197d2277a..59f2486ea9 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 @@ -14,7 +13,7 @@ - + From 216df278c65958cd3241acb1564ab88cf4c3ee48 Mon Sep 17 00:00:00 2001 From: Arun Mahapatra Date: Mon, 23 Jan 2017 20:36:24 +0530 Subject: [PATCH 2/2] Update testplatform v15.0.0-preview-20170123-02. --- build/Microsoft.DotNet.Cli.DependencyVersions.props | 2 +- .../commands/dotnet-new/CSharp_Mstest/$projectName$.csproj | 2 +- .../commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj | 2 +- .../commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj | 2 +- .../commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/Microsoft.DotNet.Cli.DependencyVersions.props b/build/Microsoft.DotNet.Cli.DependencyVersions.props index edb9b645f2..b7ebc8f547 100644 --- a/build/Microsoft.DotNet.Cli.DependencyVersions.props +++ b/build/Microsoft.DotNet.Cli.DependencyVersions.props @@ -6,7 +6,7 @@ 1.0.0-alpha-20170117-4 4.0.0-rc3 1.0.0-alpha-20170120-3-249 - 15.0.0-preview-20170120-03 + 15.0.0-preview-20170123-02 1.0.0-beta1-20170108-83 diff --git a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj index e254109096..0511221145 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj index b950519ea8..22bf0da91a 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Xunittest/$projectName$.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj b/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj index adced7ce41..ec090fa885 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj +++ b/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj @@ -13,7 +13,7 @@ - + diff --git a/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj b/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj index 59f2486ea9..cbd1570f08 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj +++ b/src/dotnet/commands/dotnet-new/FSharp_Xunittest/$projectName$.fsproj @@ -13,7 +13,7 @@ - +