dotnet-installer/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json

18 lines
355 B
JSON
Raw Normal View History

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