Skip to content

Commit

Permalink
Upgrade ProtoBufJsonConverter to fix issue with dot(s) in package name (
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Mar 6, 2024
1 parent ce833c1 commit fcd6746
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 @@ -153,7 +153,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.2.0" />
<PackageReference Include="ProtoBufJsonConverter" Version="0.3.0" />
</ItemGroup>

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

0 comments on commit fcd6746

Please sign in to comment.