aspnetcore/test/Microsoft.AspNet.Security.Test/project.json

21 lines
345 B
JSON

{
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Security" : "",
"Moq": "4.2.1312.1622",
"Xunit.KRunner": "1.0.0-*"
},
"commands": {
"test": "Xunit.KRunner"
},
"frameworks": {
"net45": {
"dependencies": {
"System.Runtime": ""
}
}
}
}