From 4165ee02c1b7c246c02a7c98616d58ae8ed4491e Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Fri, 16 Oct 2015 11:15:34 -0700 Subject: [PATCH] Enable some tests on CoreCLR. --- test/Microsoft.AspNet.Cryptography.Internal.Test/project.json | 3 ++- .../project.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json b/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json index 90f9726223..3ad4052791 100644 --- a/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json +++ b/test/Microsoft.AspNet.Cryptography.Internal.Test/project.json @@ -6,7 +6,8 @@ "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { - "dnx451": { } + "dnx451": { }, + "dnxcore50": { } }, "commands": { "test": "xunit.runner.aspnet" diff --git a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json b/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json index 79e645fd53..95dda9a8b7 100644 --- a/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json +++ b/test/Microsoft.AspNet.Cryptography.KeyDerivation.Test/project.json @@ -8,7 +8,8 @@ "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { - "dnx451": { } + "dnx451": { }, + "dnxcore50": { } }, "commands": { "test": "xunit.runner.aspnet"