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

22 lines
335 B
JSON
Raw Normal View History

2016-02-16 18:20:23 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
2016-04-27 05:41:53 +00:00
"NETStandard.Library": "1.5.0-rc2-24027"
},
"configurations": {
"Test": {}
},
"frameworks": {
"netstandard1.5": {}
}
2016-02-16 18:20:23 +00:00
}