9 lines
216 B
XML
9 lines
216 B
XML
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Grpc.AspNetCore" Version="2.47.0" />
|
||
|
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|