dotnet-installer/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json
2016-04-22 10:58:43 -05:00

13 lines
222 B
JSON

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