33 lines
733 B
JSON
33 lines
733 B
JSON
{
|
|
"version": "1.0.0",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*",
|
|
"Microsoft.AspNet.Razor.Test.Sources": {
|
|
"version": "4.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"dependencies": {
|
|
"Moq": "4.2.1312.1622"
|
|
}
|
|
},
|
|
"dnxcore50": {}
|
|
}
|
|
}
|