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

19 lines
293 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
2016-04-22 23:01:51 +00:00
"NETStandard.Library": "1.5.0-rc2-24018"
},
"frameworks": {
2016-04-22 23:01:51 +00:00
"netcoreapp1.0": { }
}
}