f2d917ed2e
When using a ruleset with a relative path in buildOptions, csc can't find the file because it is not working in the same directory as the project. Fix #2710
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"additionalArguments": [ "/ruleset:../global.ruleset" ]
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-24027",
|
|
"System.Runtime.Analyzers": {
|
|
"version": "1.1.0",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
}
|