diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json b/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json index d34f53f281..90f9726223 100644 --- a/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json +++ b/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json @@ -3,13 +3,13 @@ "Microsoft.AspNet.Cryptography.Internal": "1.0.0-*", "Microsoft.AspNet.DataProtection.Test.Shared": { "type": "build", "version": "" }, "Microsoft.AspNet.Testing": "1.0.0-*", - "xunit.runner.kre": "1.0.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { } }, "commands": { - "test": "xunit.runner.kre" + "test": "xunit.runner.aspnet" }, "compilationOptions": { "allowUnsafe": true diff --git a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json b/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json index 7fbc91ad6c..79e645fd53 100644 --- a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json +++ b/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json @@ -5,13 +5,13 @@ "Microsoft.AspNet.DataProtection.Test.Shared": "", "Microsoft.AspNet.Testing": "1.0.0-*", "Moq": "4.2.1312.1622", - "xunit.runner.kre": "1.0.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { } }, "commands": { - "test": "xunit.runner.kre" + "test": "xunit.runner.aspnet" }, "compilationOptions": { "allowUnsafe": true diff --git a/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json b/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json index 2be80d1ab4..cc31aaa5d0 100644 --- a/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json +++ b/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json @@ -4,13 +4,13 @@ "Microsoft.AspNet.DataProtection.Interfaces": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*", "Moq": "4.2.1312.1622", - "xunit.runner.kre": "1.0.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { } }, "commands": { - "test": "xunit.runner.kre" + "test": "xunit.runner.aspnet" }, "code": "**\\*.cs;..\\common\\**\\*.cs", "compilationOptions": { diff --git a/test/Microsoft.AspNet.DataProtection.Test.Shared/project.json b/test/Microsoft.AspNet.DataProtection.Test.Shared/project.json index 03f270e861..266a312c09 100644 --- a/test/Microsoft.AspNet.DataProtection.Test.Shared/project.json +++ b/test/Microsoft.AspNet.DataProtection.Test.Shared/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.AspNet.Cryptography.Internal": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*", - "xunit.runner.kre": "1.0.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { }, diff --git a/test/Microsoft.AspNet.DataProtection.Test/project.json b/test/Microsoft.AspNet.DataProtection.Test/project.json index 8203d16d13..ee622b09f7 100644 --- a/test/Microsoft.AspNet.DataProtection.Test/project.json +++ b/test/Microsoft.AspNet.DataProtection.Test/project.json @@ -5,13 +5,13 @@ "Microsoft.AspNet.Testing": "1.0.0-*", "Microsoft.Framework.DependencyInjection": "1.0.0-*", "Moq": "4.2.1312.1622", - "xunit.runner.kre": "1.0.0-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { "dnx451": { } }, "commands": { - "test": "xunit.runner.kre" + "test": "xunit.runner.aspnet" }, "compilationOptions": { "allowUnsafe": true