23 lines
578 B
JSON
23 lines
578 B
JSON
{
|
|
"version": "1.0.0",
|
|
"resources": "TestFiles/**/*",
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622",
|
|
"Microsoft.AspNet.Razor": "4.0.0-*",
|
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
|
"xunit.runner.kre": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.kre"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": { },
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
|
|
"System.Reflection.TypeExtensions": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|