XYY.gRpc.Customer.csproj 330 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Grpc.AspNetCore" Version="2.34.0" />
  10. </ItemGroup>
  11. </Project>