aspnetcore/test/Microsoft.AspNet.Cryptograp.../project.json

14 lines
289 B
JSON

{
"dependencies": {
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": { }
},
"commands": {
"test": "xunit.runner.kre"
}
}