dotnet-installer/TestAssets/TestProjects/TestAppDependencyGraph/ProjectF/project.json.1
2016-09-28 09:00:15 -07:00

22 lines
356 B
Groff

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