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

14 lines
212 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"TestApp": {
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netcoreapp1.0": {}
}
}