Skip to content

Commit

Permalink
Update Serilog.AspNetCore requirement from 6.* to 7.*
Browse files Browse the repository at this point in the history
Updates the requirements on [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) to permit the latest version.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2023
1 parent 5c75611 commit 1e8dd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RedLeg.Forms.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand Down Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="Swashbuckle.Core" Version="5.*" />

<PackageReference Include="Sentry.AspNetCore" Version="3.*" />
<PackageReference Include="Serilog.AspNetCore" Version="6.*" />
<PackageReference Include="Serilog.AspNetCore" Version="7.*" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.*" />
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.*" />
</ItemGroup>
Expand Down

0 comments on commit 1e8dd67

Please sign in to comment.