Skip to content

Commit

Permalink
fix: src/WireMock.Net/WireMock.Net.csproj to reduce vulnerabilities (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH and snyk-bot authored Jan 23, 2024
1 parent 13a3dfa commit b2b7172
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 @@ -74,7 +74,7 @@

<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard1.3' ">
<PackageReference Include="XPath2.Extensions" Version="1.1.4" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.12.2" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.34.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' or '$(TargetFramework)' == 'net452' ">
Expand Down

0 comments on commit b2b7172

Please sign in to comment.