dotnet-installer/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json
2016-04-27 05:41:53 +00:00

21 lines
335 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
},
"configurations": {
"Test": {}
},
"frameworks": {
"netstandard1.5": {}
}
}