dotnet-installer/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json
2016-05-23 17:19:11 -07:00

13 lines
225 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"TestApp": {
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc3-24123-01"
},
"frameworks": {
"netcoreapp1.0": {}
}
}