Google.Protobuf by Google Inc.

<PackageReference Include="Google.Protobuf" Version="3.7.0-rc.2" />

 Google.Protobuf 3.7.0-rc.2

C# runtime library for Protocol Buffers - Google's data interchange format.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Google.Protobuf</id>
    <version>3.7.0-rc.2</version>
    <authors>Google Inc.</authors>
    <owners>Google Inc.</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/protocolbuffers/protobuf</projectUrl>
    <description>C# runtime library for Protocol Buffers - Google's data interchange format.</description>
    <releaseNotes>C# proto3 support</releaseNotes>
    <copyright>Copyright 2015, Google Inc.</copyright>
    <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
    <repository type="git" url="https://github.com/protocolbuffers/protobuf.git" />
    <dependencies>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.0">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>