We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1a04f commit 41098c8Copy full SHA for 41098c8
tests/protobuf-net.Grpc.Test/protobuf-net.Grpc.Test.csproj
@@ -20,6 +20,7 @@
20
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21
</PackageReference>
22
<ProjectReference Include="..\..\src\protobuf-net.Grpc\protobuf-net.Grpc.csproj" />
23
+ <PackageReference Include="Grpc.Core.Api" Version="$(GrpcVersion)" />
24
</ItemGroup>
25
26
<ItemGroup Condition="'$(TargetFramework)' != 'net461' and '$(TargetFramework)' != 'net472'">
0 commit comments