Skip to content

Commit

Permalink
build(deps): bump Microsoft.Extensions.Logging.Console
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from 8.0.0-rc.1.23419.4 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0-rc.1.23419.4...v8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 5855c72 commit 98b8453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grate/grate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ up using modern .NET 6/7/8.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.1.23419.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0-rc.1.23419.4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-rc.1.23419.4" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion unittests/TestCommon/TestCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="NUnit.Analyzers" Version="3.7.*" />
<PackageReference Include="FluentAssertions" Version="6.12.*" />
<PackageReference Include="NSubstitute" Version="5.1.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.1.23419.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
</ItemGroup>


Expand Down

0 comments on commit 98b8453

Please sign in to comment.