Skip to content

Commit a468b89

Browse files
authored
Fix Google.Protobuf.WellKnownTypes.Value (#1198)
* <PackageReference Include="ProtoBufJsonConverter" Version="0.5.0-preview-01" /> * Fix Google.Protobuf.WellKnownTypes.Value
1 parent 1682c61 commit a468b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WireMock.Net/WireMock.Net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<PackageReference Include="GraphQL" Version="7.5.0" />
151151
<PackageReference Include="GraphQL.NewtonsoftJson" Version="7.5.0" />
152152
<PackageReference Include="MimeKitLite" Version="4.1.0.1" />
153-
<PackageReference Include="ProtoBufJsonConverter" Version="0.4.0" />
153+
<PackageReference Include="ProtoBufJsonConverter" Version="0.5.0" />
154154
</ItemGroup>
155155

156156
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">

0 commit comments

Comments
 (0)