From 408d083525b629a76ac060f12313cea54b66362e Mon Sep 17 00:00:00 2001 From: jplebre Date: Sat, 30 Jul 2016 00:29:28 +0100 Subject: [PATCH] eeeek! (sorry, wrong dependency version edited) --- .../dotnet-new/CSharp_nunittest/project.json.template | 4 ++-- .../dotnet-new/CSharp_xunittest/project.json.template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_nunittest/project.json.template b/src/dotnet/commands/dotnet-new/CSharp_nunittest/project.json.template index cd4d79c88..bb414fa52 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_nunittest/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_nunittest/project.json.template @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.0-*", "dependencies": { "NUnit": "3.4.1", @@ -13,7 +13,7 @@ "imports": "portable-net45+win8", "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.0.0", "type": "platform" } } 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 ad86b9aaf..eb7568bbe 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.0-*", "buildOptions": { "debugType": "portable" },