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-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": { }
},
"commands": {
"test": "xunit.runner.aspnet"