Skip to content

Commit

Permalink
Fix Google.Protobuf.WellKnownTypes.Value (#1198)
Browse files Browse the repository at this point in the history
* <PackageReference Include="ProtoBufJsonConverter" Version="0.5.0-preview-01" />

* Fix Google.Protobuf.WellKnownTypes.Value
  • Loading branch information
StefH authored Oct 17, 2024
1 parent 1682c61 commit a468b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WireMock.Net/WireMock.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<PackageReference Include="GraphQL" Version="7.5.0" />
<PackageReference Include="GraphQL.NewtonsoftJson" Version="7.5.0" />
<PackageReference Include="MimeKitLite" Version="4.1.0.1" />
<PackageReference Include="ProtoBufJsonConverter" Version="0.4.0" />
<PackageReference Include="ProtoBufJsonConverter" Version="0.5.0" />
</ItemGroup>

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

0 comments on commit a468b89

Please sign in to comment.