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

16 lines
434 B
JSON

{
"dependencies": {
"EntityFramework.InMemory": "7.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",
"Moq": "4.2.1312.1622",
"xunit.runner.kre": "1.0.0-*"
},
"code": [ "**\\*.cs", "..\\Shared\\ApiConsistencyTestBase.cs", "..\\Shared\\TestHelpers.cs" ],
"commands": {
"test": "xunit.runner.kre"
},
"frameworks": {
"dnx451": { }
}
}