Added WebSocketSharp support and fixed Mono issues
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, PublicKeyToken=null">
|
||||
<HintPath>..\..\..\DiscordBot\packages\RestSharp.105.2.3\lib\net45\RestSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="websocket-sharp, Version=1.0.2.36589, Culture=neutral, PublicKeyToken=5660b08a1845a91e">
|
||||
<HintPath>..\..\..\DiscordBot\packages\WebSocketSharp.1.0.3-rc9\lib\websocket-sharp.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="lib\libopus.so" />
|
||||
@@ -241,6 +244,9 @@
|
||||
<Compile Include="..\Discord.Net\WebSockets\WebSocket.Events.cs">
|
||||
<Link>WebSockets\WebSocket.Events.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Discord.Net\WebSockets\WebSocket.WebSocketSharp.cs">
|
||||
<Link>WebSockets\WebSocket.WebSocketSharp.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Discord.Net\WebSockets\WebSocketMessage.cs">
|
||||
<Link>WebSockets\WebSocketMessage.cs</Link>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user