Skip to content

Commit

Permalink
Bump RichardSzalay.MockHttp in /tests/PVOutput.Net.Tests
Browse files Browse the repository at this point in the history
Bumps [RichardSzalay.MockHttp](https://github.com/richardszalay/mockhttp) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/richardszalay/mockhttp/releases)
- [Changelog](https://github.com/richardszalay/mockhttp/blob/master/CHANGELOG)
- [Commits](richardszalay/mockhttp@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: RichardSzalay.MockHttp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent c927a53 commit 52da8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions tests/PVOutput.Net.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.13.3" targetFramework="net471" />
<package id="RichardSzalay.MockHttp" version="6.0.0" targetFramework="net471" />
<package id="RichardSzalay.MockHttp" version="7.0.0" targetFramework="net471" />
<package id="Tavis.UriTemplates" version="2.0.0" targetFramework="net471" />
</packages>

0 comments on commit 52da8ae

Please sign in to comment.