diff --git a/NuGet.config b/NuGet.config index a7595a0ed2..1707938c61 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,7 +2,6 @@ - \ No newline at end of file diff --git a/test/Microsoft.AspNet.Localization.Tests/project.json b/test/Microsoft.AspNet.Localization.Tests/project.json index e3aeaad6a6..20a89fa0ef 100644 --- a/test/Microsoft.AspNet.Localization.Tests/project.json +++ b/test/Microsoft.AspNet.Localization.Tests/project.json @@ -3,13 +3,13 @@ "Microsoft.AspNet.Localization": "1.0.0-*", "Microsoft.AspNet.TestHost": "1.0.0-*", "xunit": "2.1.0-*", - "xunit.runner.dnx": "2.1.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { }, "dnxcore50": { } }, "commands": { - "test": "xunit.runner.dnx" + "test": "xunit.runner.aspnet" } } \ No newline at end of file diff --git a/test/Microsoft.Framework.Localization.Tests/project.json b/test/Microsoft.Framework.Localization.Tests/project.json index c69723680f..4116f905cf 100644 --- a/test/Microsoft.Framework.Localization.Tests/project.json +++ b/test/Microsoft.Framework.Localization.Tests/project.json @@ -3,7 +3,7 @@ "Microsoft.Framework.DependencyInjection": "1.0.0-*", "Microsoft.Framework.Localization": "1.0.0-*", "xunit": "2.1.0-*", - "xunit.runner.dnx": "2.1.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { }, @@ -14,6 +14,6 @@ } }, "commands": { - "test": "xunit.runner.dnx" + "test": "xunit.runner.aspnet" } }