dotnet-installer/TestAssets/TestProjects/PJTestLibraryWithConfiguration/project.json
Piotr Puszkiewicz 6fcbefa4f7 [WIP] Removes *3 verbs, making msbuild the driver (#4456)
Removes *3 verbs, making msbuild the driver
2016-10-27 18:46:43 -07:00

21 lines
No EOL
321 B
JSON
Executable file

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