From b5450cabc2a5ae41364d39952bb362635d7f8070 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 11 Feb 2016 12:11:45 -0800 Subject: [PATCH] update version in 'dotnet new' template --- .../commands/dotnet-new/CSharp_Console/project.json.template | 2 +- .../commands/dotnet-new/FSharp_Console/project.json.template | 2 +- 2 files changed, 2 insertions(+), 2 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 506b85dce..8c87d36c9 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23810" + "NETStandard.Library": "1.0.0-rc2-23811" }, "frameworks": { diff --git a/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template b/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template index a7a2e65db..829f37a4c 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template @@ -11,7 +11,7 @@ "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc2-23810" + "NETStandard.Library": "1.0.0-rc2-23811" }, "frameworks": {