dotnet-installer/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json
2016-02-01 20:48:34 -08:00

17 lines
355 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"testRunner": "must-be-specified-to-generate-deps",
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23728",
"dotnet-hello": {"version": "1.0.0", "target": "package"}
},
"frameworks": {
"dnxcore50": { }
}
}