6ba581fc17
Rather than keep a map that will have to be constantly updated every time a new argument gets added to a compiler, the 'additionalArguments' option will allow users to directly add arguments to the underlying compiler.
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true,
|
|
"additionalArguments": [ "-highentropyva+" ]
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc2-23727"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|