Skip to content

Commit

Permalink
Update Microsoft.Extensions.Logging requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) to permit the latest version.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0-rc.2.23479.6...v8.0.0-rc.2.23479.6)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 4649c65 commit f91a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptionless.Core/Exceptionless.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="McSherry.SemanticVersioning" Version="1.4.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0.pre.rc.*" />
<PackageReference Include="Stripe.net" Version="42.9.0" />
<PackageReference Include="System.DirectoryServices" Version="8.0.0-rc.2.*" />
<PackageReference Include="UAParser" Version="3.1.47" />
Expand Down

0 comments on commit f91a5af

Please sign in to comment.