Here is the csproj file
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.13.0" />
<PackageReference Include="Grpc" Version="2.31.0" />
<PackageReference Include="Grpc.Tools" Version="2.31.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.7.54" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Common\Prod\Ingest.Proto\Ingest.Proto.csproj" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="..\..\..\Common\Prod\Ingest.Proto\IngestMsg.proto" Link="IngestMsg.proto" ProtoCompile="false" GrpcServices="None" />
<Protobuf Include="..\..\..\Common\Prod\Ingest.Proto\IngestSvcApis.proto">
<Link>IngestSvcApis.proto</Link>
</Protobuf>
</ItemGroup>
</Project>NCrunch 4.4.0.12
Visual Studio Pro 16.7.2