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

29 lines
625 B
JSON

{
"dependencies": {
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": {
"dependencies": {
"Moq": "4.2.1312.1622"
}
},
"dnxcore50": {
"dependencies": {
"moq.netcore": "4.4.0-beta8"
}
}
},
"commands": {
"test": "xunit.runner.aspnet"
},
"compile": "../common/**/*.cs",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
}
}