Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 4b56f68 commit 24e1884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/InfinityCrawler.Tests/InfinityCrawler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="8.0.0" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<!-- These are the highest versions that are compatible with all other target frameworks -->
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.22" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.22" />
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="3.1.22" />
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="8.0.0" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 24e1884

Please sign in to comment.