dotnet-installer/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json
2016-04-22 16:01:51 -07:00

16 lines
302 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TestLibraryWithAppDependency": {
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-24018"
},
"frameworks": {
"netcoreapp1.0": { }
}
}