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 6a022c907..cd4d79c88 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_nunittest/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_nunittest/project.json.template @@ -1,7 +1,8 @@ { - "version": "1.0.0-*", + "version": "1.0.0", "dependencies": { + "NUnit": "3.4.1", "dotnet-test-nunit": "3.4.0-beta-1" }, 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 eb7568bbe..ad86b9aaf 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" },