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

16 lines
297 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TestLibraryWithAppDependency": {
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc3-24113-00"
},
"frameworks": {
"netcoreapp1.0": {}
}
}