Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 5cea395 commit 96493cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctaneEngine/OctaneEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="AsyncEnumerator" Version="4.0.2" Condition="'$(TargetFramework)' == 'net461' OR '$(TargetFramework)' == 'net472'" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="PooledAwait" Version="1.0.49" />
<PackageReference Include="System.Buffers" Version="4.5.1" Condition="'$(TargetFramework)' == 'net461' OR '$(TargetFramework)' == 'net472'" />
<PackageReference Include="System.Net.Http" Version="4.3.4" Condition="'$(TargetFramework)' == 'net461' OR '$(TargetFramework)' == 'net472'" />
Expand Down

0 comments on commit 96493cb

Please sign in to comment.