Skip to content

Commit

Permalink
Update dependency Verify.Http to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 21, 2025
1 parent 1c64336 commit b725630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARI.Tests/ARI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Verify.NUnit" Version="28.9.0" />
<PackageReference Condition=" '$(TargetFramework)' == 'net7.0' " Include="Verify.Http" Version="5.0.1" />
<PackageReference Condition=" '$(TargetFramework)' == 'net7.0' " Include="Verify.Http" Version="6.4.1" />
<PackageReference Condition=" '$(TargetFramework)' != 'net7.0' " Include="Verify.Http" Version="6.4.1" />
<PackageReference Include="Cake.Testing" Version="5.0.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
Expand Down

0 comments on commit b725630

Please sign in to comment.