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