dotnet-installer/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json
2016-04-22 16:39:44 -07:00

18 lines
293 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
},
"frameworks": {
"netstandard1.5": {}
}
}