36 lines
766 B
JSON
36 lines
766 B
JSON
{
|
|
"resource": "TestFiles/**",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.Core": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.TestCommon": { "version": "6.0.0-*", "type": "build" },
|
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"compilationOptions": {
|
|
"define": [ "__RemoveThisBitTo__GENERATE_BASELINES" ]
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622"
|
|
}
|
|
}
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"packExclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.kproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
]
|
|
}
|