%YAML 1.2 --- | { "version": "${settings.csharp_version}", "title": "gRPC C# Reflection", "authors": [ "Google Inc." ], "copyright": "Copyright 2016, Google Inc.", "packOptions": { "summary": "Implementation of gRPC reflection service", "description": "Provides information about services running on a gRPC C# server.", "owners": [ "grpc-packages" ], "licenseUrl": "https://github.com/grpc/grpc/blob/master/LICENSE", "projectUrl": "https://github.com/grpc/grpc", "requireLicenseAcceptance": false, "tags": [ "gRPC reflection" ] }, "buildOptions": { "define": [ "SIGNED" ], "keyFile": "../keys/Grpc.snk", "xmlDoc": true, "compile": { "includeFiles": [ "../Grpc.Core/Version.cs" ] } }, "dependencies": { "Grpc.Core": "${settings.csharp_version}", "Google.Protobuf": "3.0.0" }, "frameworks": { "net45": { "frameworkAssemblies": { "System.Runtime": "", "System.IO": "" } }, "netstandard1.5": { "dependencies": { "NETStandard.Library": "1.6.0" } } } }