From cea46e7851726fbf508f63ec57efbdc5bbffd06c Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Fri, 16 Oct 2015 15:23:50 -0700 Subject: [PATCH] Disable Microsoft.AspNet.Cryptography.KeyDerivation.Test on CoreCLR. --- .../project.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json b/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json index 95dda9a8b7..79e645fd53 100644 --- a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json +++ b/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json @@ -8,8 +8,7 @@ "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { - "dnx451": { }, - "dnxcore50": { } + "dnx451": { } }, "commands": { "test": "xunit.runner.aspnet"