diff --git a/test/Microsoft.AspNetCore.Razor.Runtime.Test/project.json b/test/Microsoft.AspNetCore.Razor.Runtime.Test/project.json index 92eb3fbcc8..f2e0703813 100644 --- a/test/Microsoft.AspNetCore.Razor.Runtime.Test/project.json +++ b/test/Microsoft.AspNetCore.Razor.Runtime.Test/project.json @@ -16,10 +16,13 @@ "Microsoft.NETCore.Platforms": "1.0.1-*" }, "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - }, "frameworks": { + "dnxcore50": { + "imports": "portable-net451+win8", + "dependencies": { + "dotnet-test-xunit": "1.0.0-dev-*" + } + }, "dnx451": { "frameworkAssemblies": { "System.Runtime": "", @@ -29,12 +32,6 @@ "Moq": "4.2.1312.1622", "xunit.runner.console": "2.1.0" } - }, - "dnxcore50": { - "imports": "portable-net451+win8", - "dependencies": { - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } } } } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Razor.Test/project.json b/test/Microsoft.AspNetCore.Razor.Test/project.json index f4555bdcd2..1a29baf289 100644 --- a/test/Microsoft.AspNetCore.Razor.Test/project.json +++ b/test/Microsoft.AspNetCore.Razor.Test/project.json @@ -13,10 +13,14 @@ "Microsoft.NETCore.Platforms": "1.0.1-*" }, "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - }, "frameworks": { + "dnxcore50": { + "imports": "portable-net451+win8", + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "dotnet-test-xunit": "1.0.0-dev-*" + } + }, "dnx451": { "frameworkAssemblies": { "System.Runtime": "", @@ -26,13 +30,6 @@ "Moq": "4.2.1312.1622", "xunit.runner.console": "2.1.0" } - }, - "dnxcore50": { - "imports": "portable-net451+win8", - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } } }, "compilationOptions": {