Skip to content

Commit

Permalink
Aux, update
Browse files Browse the repository at this point in the history
  • Loading branch information
panthernet committed Nov 1, 2020
1 parent ae1c77a commit c2603a4
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 4 deletions.
Binary file modified ExternalLibraries/Discord.Net.Commands.dll
Binary file not shown.
Binary file modified ExternalLibraries/Discord.Net.Commands.pdb
Binary file not shown.
Binary file modified ExternalLibraries/Discord.Net.Core.dll
Binary file not shown.
Binary file modified ExternalLibraries/Discord.Net.Core.pdb
Binary file not shown.
Binary file modified ExternalLibraries/Discord.Net.Rest.dll
Binary file not shown.
Binary file modified ExternalLibraries/Discord.Net.Rest.pdb
Binary file not shown.
Binary file modified ExternalLibraries/Discord.Net.WebSocket.dll
Binary file not shown.
Binary file modified ExternalLibraries/Discord.Net.WebSocket.pdb
Binary file not shown.
9 changes: 5 additions & 4 deletions ThunderED/ThunderED.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
<PackageReference Include="MatriX.NetCore" Version="2.0.0.22-beta4" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.5" />
Expand Down Expand Up @@ -212,16 +213,16 @@

<ItemGroup>
<Reference Include="Discord.Net.Commands">
<HintPath>..\ExternalLibraries\Discord.Net.Commands.dll</HintPath>
<HintPath>Discord.Net.Commands.dll</HintPath>
</Reference>
<Reference Include="Discord.Net.Core">
<HintPath>..\ExternalLibraries\Discord.Net.Core.dll</HintPath>
<HintPath>Discord.Net.Core.dll</HintPath>
</Reference>
<Reference Include="Discord.Net.Rest">
<HintPath>..\ExternalLibraries\Discord.Net.Rest.dll</HintPath>
<HintPath>Discord.Net.Rest.dll</HintPath>
</Reference>
<Reference Include="Discord.Net.WebSocket">
<HintPath>..\ExternalLibraries\Discord.Net.WebSocket.dll</HintPath>
<HintPath>Discord.Net.WebSocket.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\PresentationFramework.dll</HintPath>
Expand Down

0 comments on commit c2603a4

Please sign in to comment.