dotnet-installer/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json

18 lines
290 B
JSON

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