aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Core/Version.csproj.include.template
blob: 0ec0a08c499b8b32bd50bf86b174d38c739a9d08 (plain)
1
2
3
4
5
6
7
8
9
%YAML 1.2
--- |
  <!-- This file is generated -->
  <Project>
    <PropertyGroup>
      <GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
      <GoogleProtobufVersion>3.6.1</GoogleProtobufVersion>
    </PropertyGroup>
  </Project>