| 123456789101112131415161718192021222324252627 |
- {
- "buildOptions": {
- },
- "dependencies": {
- "Grpc.Core": {
- "target": "project"
- },
- "Google.Protobuf": "3.0.0-beta3"
- },
- "frameworks": {
- "net45": {
- "frameworkAssemblies": {
- "System.Runtime": "",
- "System.IO": ""
- }
- },
- "netstandard1.5": {
- "imports": [
- "portable-net45"
- ],
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- }
- }
- }
- }
|