From 0aa5d6256e5096d18a10b324545edb027cc8018c Mon Sep 17 00:00:00 2001 From: Abhitej Anoop John Bandi Date: Tue, 20 Dec 2016 20:11:41 +0530 Subject: [PATCH] Updating the template to point to the rc packages of MSTest. --- .../commands/dotnet-new/CSharp_Mstest/$projectName$.csproj | 4 ++-- .../commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj index 934d54a06..5de6e69fb 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj +++ b/src/dotnet/commands/dotnet-new/CSharp_Mstest/$projectName$.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj b/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj index 4a8357186..4b40bd24b 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj +++ b/src/dotnet/commands/dotnet-new/FSharp_Mstest/$projectName$.fsproj @@ -14,8 +14,8 @@ - - + + All