18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
|
"Moq": "4.2.1312.1622",
|
|
"xunit.runner.kre": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": { }
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.kre"
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true
|
|
}
|
|
}
|