For C# add next configs to project file csproj
<ItemGroup>
<PackageReference Include="Grpc.Tools" Version="2.23.0" PrivateAssets="All" />
<Protobuf Include="summator.proto" Link="summator.proto" OutputDir="."/>
</ItemGroup>
For C# add next configs to project file csproj
<ItemGroup>
<PackageReference Include="Grpc.Tools" Version="2.23.0" PrivateAssets="All" />
<Protobuf Include="summator.proto" Link="summator.proto" OutputDir="."/>
</ItemGroup>