From 2bd73523f641632c0db3ae4d0b3023ceadfef1a7 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 12 Mar 2015 16:10:07 -0700 Subject: [PATCH] Update xunit.runner.kre => xunit.runner.aspnet. --- test/Microsoft.AspNet.Routing.Tests/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Routing.Tests/project.json b/test/Microsoft.AspNet.Routing.Tests/project.json index 3038440571..7f2a56a82c 100644 --- a/test/Microsoft.AspNet.Routing.Tests/project.json +++ b/test/Microsoft.AspNet.Routing.Tests/project.json @@ -7,7 +7,7 @@ "Microsoft.AspNet.Routing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.Framework.Logging.Testing": "1.0.0-*", - "xunit.runner.kre": "1.0.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnxcore50": { }, @@ -18,6 +18,6 @@ } }, "commands": { - "test": "xunit.runner.kre" + "test": "xunit.runner.aspnet" } }