Skip to content

Commit

Permalink
what??
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianusIV committed Sep 30, 2023
1 parent 9125357 commit 2532217
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions LathBotBack/LathBotBack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.Lavalink" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-01735" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions LathBotFront/LathBotFront.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.Lavalink" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-01735" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.11.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<PackageReference Include="QrCoder" Version="1.4.3" />
Expand Down
8 changes: 4 additions & 4 deletions WarnModule/WarnModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.Lavalink" Version="5.0.0-nightly-01735" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-01788" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-01735" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2532217

Please sign in to comment.