Skip to content

Commit

Permalink
[Bot] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Aug 17, 2024
1 parent 5bd33e0 commit b4e8155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Bot/Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,15 @@

<ItemGroup>
<PackageReference Include="ClashOfClans" Version="9.0.0" />
<PackageReference Include="Discord.Net.Interactions" Version="3.13.1" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.13.1" />
<PackageReference Include="Discord.Net.Interactions" Version="3.15.3" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.15.3" />
<PackageReference Include="QuikGraph" Version="2.5.0" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.8" />
</ItemGroup>

<ItemGroup>
<Reference Include="SQLite-net">
<HintPath>SQLite-net.dll</HintPath>
</Reference>
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
</ItemGroup>

<ItemGroup>
<None Update="secrets.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="SQLite-net.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Binary file removed Bot/SQLite-net.dll
Binary file not shown.

0 comments on commit b4e8155

Please sign in to comment.