Skip to content

Commit b383e98

Browse files
(new-cli deps): Bump the microsoft group in /new-cli with 2 updates
Bumps the microsoft group in /new-cli with 2 updates: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.DependencyInjection` 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) Updates `Microsoft.Extensions.Logging.Console` 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.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 409bf48 commit b383e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

new-cli/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
99
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
10-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
11-
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
10+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
11+
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
1212
<PackageVersion Include="Polly" Version="8.2.0" />
1313
<PackageVersion Include="Scriban" Version="5.9.0" />
1414
<PackageVersion Include="Serilog.Extensions.Logging" Version="7.0.0" />

0 commit comments

Comments
 (0)