45 lines
928 B
JSON
45 lines
928 B
JSON
{
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Razor.Evolution": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
|
"Moq": "4.6.36-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"define": [
|
|
"__RemoveThisBitTo__GENERATE_BASELINES"
|
|
],
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"embed": {
|
|
"include": "TestFiles/**/*"
|
|
},
|
|
"compile": {
|
|
"include": "**/*.cs",
|
|
"exclude": [
|
|
"TestFiles/**/*",
|
|
"bin",
|
|
"obj"
|
|
]
|
|
}
|
|
}
|
|
} |