Skip to content

Commit

Permalink
Merge pull request #183 from pyrocumulus/dependabot/nuget/tests/PVOut…
Browse files Browse the repository at this point in the history
…put.Net.Tests/RichardSzalay.MockHttp-7.0.0

Bump RichardSzalay.MockHttp from 6.0.0 to 7.0.0 in /tests/PVOutput.Net.Tests
  • Loading branch information
pyrocumulus authored Oct 18, 2023
2 parents c927a53 + 52da8ae commit a2af9cd
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 a2af9cd

Please sign in to comment.