| { | |
| "title": "Greeter", | |
| "version": "1.0.0-*", | |
| "buildOptions": { | |
| "debugType": "portable", | |
| }, | |
| "dependencies": { | |
| "Google.Protobuf": "3.0.0", | |
| "Grpc": "1.0.1", | |
| }, | |
| "frameworks": { | |
| "net45": { | |
| "frameworkAssemblies": { | |
| "System.Runtime": "", | |
| "System.IO": "" | |
| }, | |
| "dependencies": { | |
| "Microsoft.NETCore.Platforms": "1.0.1" | |
| } | |
| }, | |
| "netcoreapp1.0": { | |
| "dependencies": { | |
| "Microsoft.NETCore.App": { | |
| "type": "platform", | |
| "version": "1.0.1" | |
| } | |
| }, | |
| "imports": "dnxcore50" | |
| } | |
| } | |
| } |