This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json

21 lines
332 B
JSON
Raw Normal View History

2016-02-16 10:20:23 -08:00
{
"version": "1.0.0-*",
"buildOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24131-00"
},
"configurations": {
"Test": {}
},
"frameworks": {
"netstandard1.5": {}
}
2016-05-23 17:04:20 -07:00
}