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

17 lines
301 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TestLibraryWithAppDependency": {
"target": "project",
"version": "1.0.0-*"
},
2016-04-27 05:41:53 +00:00
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netcoreapp1.0": {}
}
}