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

18 lines
283 B
JSON
Raw Normal View History

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