From 47c870c8718bdca73d3d49212f2d1f1c1e961719 Mon Sep 17 00:00:00 2001 From: Brennan Date: Mon, 15 Dec 2014 15:22:36 -0800 Subject: [PATCH] Update tests to use official xunit --- .../project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Security.DataProtection.Test/project.json b/test/Microsoft.AspNet.Security.DataProtection.Test/project.json index bad79b6949..af25e55bfe 100644 --- a/test/Microsoft.AspNet.Security.DataProtection.Test/project.json +++ b/test/Microsoft.AspNet.Security.DataProtection.Test/project.json @@ -2,13 +2,13 @@ "dependencies": { "Microsoft.AspNet.Security.DataProtection": "1.0.0-*", "Moq": "4.2.1312.1622", - "Xunit.KRunner": "1.0.0-*" + "xunit.runner.kre": "1.0.0-*" }, "frameworks": { "aspnet50": { } }, "commands": { - "test": "Xunit.KRunner" + "test": "xunit.runner.kre" }, "compilationOptions": { "allowUnsafe": true