Skip to content

Commit 3e3cae9

Browse files
Bump the deps group with 2 updates
Bumps the deps group with 2 updates: [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration.Json` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43b01b7 commit 3e3cae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: RedditFreeGamesNotifier/RedditFreeGamesNotifier.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<ItemGroup>
2020
<PackageReference Include="HtmlAgilityPack" Version="1.12.0" />
2121
<PackageReference Include="MailKit" Version="4.11.0" />
22-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
23-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.2" />
22+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
23+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
2424
<PackageReference Include="MimeKit" Version="4.11.0" />
2525
<PackageReference Include="NLog.Extensions.Logging" Version="5.4.0" />
2626
<PackageReference Include="Telegram.Bot" Version="22.4.4" />

0 commit comments

Comments
 (0)