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

14 lines
222 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"TestApp": {
"target": "project",
"version": "1.0.0-*"
},
2016-04-22 15:58:43 +00:00
"NETStandard.Library": "1.5.0-rc2-24022"
},
"frameworks": {
2016-04-22 15:58:43 +00:00
"netcoreapp1.0": {}
}
}