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

19 lines
365 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TestLibraryWithAppDependency": { "target":"project", "version":"1.0.0-*" },
"NETStandard.Library": "1.0.0-rc2-23901"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}