26 lines
830 B
JSON
26 lines
830 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": "true"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
"Microsoft.AspNet.Mvc": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.Formatters.Xml": "6.0.0-*",
|
|
"Microsoft.AspNet.Mvc.TestCommon": { "version": "6.0.0-*", "type": "build" },
|
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
"Microsoft.Framework.Logging.Testing": "1.0.0-*",
|
|
"Microsoft.Framework.WebEncoders.Testing": "1.0.0-*",
|
|
"Moq": "4.2.1312.1622",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"compilationOptions": { "define": ["MOCK_SUPPORT"] }
|
|
}
|
|
}
|
|
}
|