52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"compile": [
|
|
"../Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFileProvider.cs",
|
|
"../Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFileInfo.cs",
|
|
"../Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFileTrigger.cs",
|
|
"../Microsoft.AspNetCore.Mvc.ViewFeatures.Test/TestViewBufferScope.cs"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.TestCommon": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"Microsoft.Dnx.Runtime": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
|
|
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622"
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"moq.netcore": "4.4.0-beta8"
|
|
}
|
|
}
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
} |