xref: /aosp_15_r20/external/grpc-grpc/templates/src/csharp/build/dependencies.props.template (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1%YAML 1.2
2--- |
3  <!-- This file is generated -->
4  <Project>
5    <PropertyGroup>
6      <GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
7      <GoogleProtobufVersion>${settings.protobuf_version}</GoogleProtobufVersion>
8    </PropertyGroup>
9  </Project>
10