Skip to content

Commit ae1231e

Browse files
Bump Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging and Microsoft.Extensions.DependencyInjection
Bumps [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging.Debug` from 2.1.1 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v8.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 2.1.1 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v8.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 2.1.1 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v8.0.0) Updates `Microsoft.Extensions.Logging` from 2.1.1 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v8.0.0) Updates `Microsoft.Extensions.DependencyInjection` from 2.1.1 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.Debug dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d43b5a commit ae1231e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/SampleApp/SampleApp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.1.1" />
2323
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
2424
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="2.1.1" />
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />
26-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
27-
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
28-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.1" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
27+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
28+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
2929
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="2.1.1" />
3030
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.1" />
31-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.1" />
31+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
3232
<PackageReference Include="Microsoft.Extensions.Logging.EventSource" Version="2.1.1" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="2.1.1" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)