dotnet-installer/TestAssets/TestProjects/AppWithDirectDependency/project.json

16 lines
274 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-*",
"dotnet-hello": {
"version": "1.0.0",
"target": "package"
2016-01-06 10:27:16 +00:00
}
},
"frameworks": {
"netcoreapp1.0": {}
}
}