37 lines
931 B
JSON
37 lines
931 B
JSON
{
|
|
"version": "1.0.0",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Razor.Runtime.Precompilation.Files": "1.0.0-*",
|
|
"Microsoft.AspNet.Razor.Runtime.Test": "1.0.0-*",
|
|
"Microsoft.AspNet.Razor.Test.Sources": {
|
|
"version": "4.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
|
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
}
|
|
},
|
|
"resource": [
|
|
"../Microsoft.AspNet.Razor.Runtime.Precompilation.Files/*.cs",
|
|
"../Microsoft.AspNet.Razor.Runtime.Test/Runtime/TagHelpers/TestTagHelpers/*.cs",
|
|
"BadFiles/*.cs"
|
|
],
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Text.Encoding": ""
|
|
}
|
|
},
|
|
"dnxcore50": {}
|
|
}
|
|
}
|