Disable Microsoft.AspNet.Cryptography.KeyDerivation.Test on CoreCLR.

This commit is contained in:
Cesar Blum Silveira 2015-10-16 15:23:50 -07:00
parent 4165ee02c1
commit cea46e7851
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { }
"dnxcore50": { }
}, },
"commands": { "commands": {
"test": "xunit.runner.aspnet" "test": "xunit.runner.aspnet"