From 85e4ed2b74e8cd262d906f5ec5e6ea59835d2c38 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Mon, 6 Jun 2016 09:53:26 -0700 Subject: [PATCH] Responding to PR feedback --- .../commands/dotnet-new/CSharp_Lib/project.json.template | 5 +++-- .../dotnet-new/CSharp_xunittest/project.json.template | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_Lib/project.json.template b/src/dotnet/commands/dotnet-new/CSharp_Lib/project.json.template index a0d30a992..883071de1 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Lib/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_Lib/project.json.template @@ -1,9 +1,10 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc3-24126-00" }, "frameworks": { - "netstandard1.5": {} + "netstandard1.6": { + "NETStandard.Library": "1.5.0-rc3-24126-00" + } } } diff --git a/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template b/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template index b77eda023..c44728483 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template @@ -2,9 +2,9 @@ "version": "1.0.0-*", "dependencies": { - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc3-24127-01", "xunit": "2.1.0", - "dotnet-test-xunit": "1.0.0-dev-140469-38" + "dotnet-test-xunit": "1.0.0-rc2-192208-24" }, "testRunner": "xunit",