build(deps): bump Serilog.Sinks.ApplicationInsights

Bumps [Serilog.Sinks.ApplicationInsights](https://github.com/serilog-contrib/serilog-sinks-applicationinsights) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/serilog-contrib/serilog-sinks-applicationinsights/releases)
- [Commits](https://github.com/serilog-contrib/serilog-sinks-applicationinsights/compare/v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: Serilog.Sinks.ApplicationInsights
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-22 06:03:56 +00:00 committed by Collin M. Barrett
parent e687ee35cf
commit 305feddeff

View file

@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" />
<PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.0.0" />
</ItemGroup>
</Project>