Skip to content

Commit

Permalink
chore(deps): Bump skwas.MockHttp from 4.1.1 to 4.2.0 (#89)
Browse files Browse the repository at this point in the history
Bumps [skwas.MockHttp](https://github.com/skwasjer/MockHttp) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/skwasjer/MockHttp/releases)
- [Changelog](https://github.com/skwasjer/MockHttp/blob/main/CHANGELOG.md)
- [Commits](skwasjer/MockHttp@v4.1.1...v4.2.0)

---
updated-dependencies:
- dependency-name: skwas.MockHttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 5f41455 commit 11d39a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Correlate.Testing/Correlate.Testing.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.1</TargetFrameworks>
Expand All @@ -16,7 +16,7 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" Condition="'$(TargetFramework)'=='net7.0'" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" Condition="'$(TargetFramework)'!='net8.0' And '$(TargetFramework)'!='net7.0'" />
<PackageReference Include="Serilog.Sinks.TestCorrelator" Version="3.2.0" />
<PackageReference Include="skwas.MockHttp" Version="4.1.1" />
<PackageReference Include="skwas.MockHttp" Version="4.2.0" />
</ItemGroup>

</Project>

0 comments on commit 11d39a4

Please sign in to comment.