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

23 lines
372 B
JSON

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