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

22 lines
335 B
JSON
Raw Normal View History

2016-02-16 10:20:23 -08:00
{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
},
"configurations": {
"Test": {}
},
"frameworks": {
"netstandard1.5": {}
}
2016-02-16 10:20:23 -08:00
}