Skip to content

Commit

Permalink
Fix references from dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeybusygin committed Oct 9, 2024
1 parent 84b717e commit 4d9bde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShippingRates/ShippingRates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.ServiceModel.Http" Version="6.0.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.10.3" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.3" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

Expand Down

0 comments on commit 4d9bde0

Please sign in to comment.