We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e675f30 commit a0da15bCopy full SHA for a0da15b
src/GrpcMockServer/GrpcMockServer.csproj
@@ -11,6 +11,7 @@
11
<RestoreAdditionalProjectSources Condition="'$(FastTrack)' == 'true'">../GrpcTestKit/bin/$(Configuration)/</RestoreAdditionalProjectSources>
12
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
13
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
14
+ <IncludeHttpRuleProtos>true</IncludeHttpRuleProtos>
15
</PropertyGroup>
16
17
@@ -23,6 +24,7 @@
23
24
</ItemGroup>
25
<ItemGroup>
26
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0" />
27
+ <PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.11" />
28
<PackageReference Include="WireMock.Net" Version="1.6.7" />
29
30
0 commit comments