dotnet-installer/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json

22 lines
332 B
JSON
Raw Normal View History

2016-02-16 18:20:23 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc3-24126-00"
},
"configurations": {
"Test": {}
},
"frameworks": {
"netstandard1.5": {}
}
2016-05-24 00:04:20 +00:00
}