aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Core/Version.csproj.include.template
blob: 5bc66e911b2c32fca604a6a947695df93d7a9d7b (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.3.0</GoogleProtobufVersion>
    </PropertyGroup>
  </Project>