Skip to content

Commit 6c8d5db

Browse files
Bump Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Options and Microsoft.Extensions.Options.ConfigurationExtensions
Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime), [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging.Console` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `Microsoft.Extensions.Options` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1faf19 commit 6c8d5db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mastacrss/mastacrss.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="9.0.1" PrivateAssets="all" />
2121
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
2222
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.1" />
23-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1" />
24-
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.1" />
25-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.1" />
23+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" />
24+
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.2" />
25+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2" />
2626
<PackageReference Include="PasswordGenerator" Version="2.1.0" />
2727
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
2828
<PackageReference Include="VYaml" Version="0.28.1" />

0 commit comments

Comments
 (0)