aspnetcore/test/Microsoft.AspNet.Razor.Test/project.json

36 lines
860 B
JSON

{
"version": "1.0.0",
"resource": "TestFiles/**/*",
"dependencies": {
"Microsoft.AspNet.Razor": "4.0.0-*",
"Microsoft.AspNet.Razor.Test.Sources": {
"version": "4.0.0-*",
"type": "build"
},
"Microsoft.AspNet.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": {
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Reflection.TypeExtensions": "4.0.1-*",
"System.Runtime.Serialization.Primitives": "4.0.11-*"
}
}
},
"compilationOptions": {
"define": [ "__RemoveThisBitTo__GENERATE_BASELINES" ],
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
}
}