Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Logging.Debug from 3.1.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime) from 3.1.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v7.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Debug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent a9db483 commit af45b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PollyTestWebApi/PollyTestWebApi.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 All @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="AspNetCoreRateLimit" Version="3.0.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.0" />
</ItemGroup>
</Project>

0 comments on commit af45b1b

Please sign in to comment.