Skip to content

Commit

Permalink
[Bot -> All](deps): Bump Microsoft.Extensions.DependencyInjection.Abs…
Browse files Browse the repository at this point in the history
…tractions and Discord.Net

Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) and [Discord.Net](https://github.com/discord-net/Discord.Net). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.0)

Updates `Discord.Net` from 3.16.0 to 3.17.0
- [Release notes](https://github.com/discord-net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@3.16.0...3.17.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Discord.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AnalogFeelings committed Dec 22, 2024
1 parent e3faa64 commit 0b8c3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/SammBot.Library/SammBot.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.16.0"/>
<PackageReference Include="Discord.Net" Version="3.17.0"/>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
Expand Down
2 changes: 1 addition & 1 deletion Source/SammBot/SammBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<ItemGroup>
<PackageReference Include="AnalogFeelings.Matcha" Version="2.1.0"/>
<PackageReference Include="Discord.Net" Version="3.16.0"/>
<PackageReference Include="Discord.Net" Version="3.17.0"/>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 0b8c3e8

Please sign in to comment.