Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n3436 committed May 16, 2024
1 parent 00b62d5 commit 73a0592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ExampleBot/ExampleBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net.Commands" Version="3.13.0" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.13.0" />
<PackageReference Include="Discord.Net.Commands" Version="3.15.0" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.15.0" />
<PackageReference Include="GScraper" Version="1.1.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Fergun.Interactive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a fork of Discord.InteractivityAddon that adds several features like mor
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net.WebSocket" Version="3.13.0" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.15.0" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 73a0592

Please sign in to comment.