dotnet-installer/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json

18 lines
355 B
JSON
Raw Normal View History

{
2016-01-06 10:27:16 +00:00
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"testRunner": "must-be-specified-to-generate-deps",
"dependencies": {
2016-02-02 04:48:34 +00:00
"NETStandard.Library": "1.0.0-rc2-23728",
2016-01-06 10:27:16 +00:00
"dotnet-hello": {"version": "1.0.0", "target": "package"}
},
"frameworks": {
"dnxcore50": { }
}
}