Update WS4Net dependency to 0.15.0 (#812)

Also changes target to NetStandard1.3
This commit is contained in:
Joe4evr
2017-09-11 05:14:45 +02:00
committed by Christopher F
parent ec03883e26
commit e25054bb3b

View File

@@ -4,12 +4,12 @@
<AssemblyName>Discord.Net.Providers.WS4Net</AssemblyName> <AssemblyName>Discord.Net.Providers.WS4Net</AssemblyName>
<RootNamespace>Discord.Providers.WS4Net</RootNamespace> <RootNamespace>Discord.Providers.WS4Net</RootNamespace>
<Description>An optional WebSocket client provider for Discord.Net using WebSocket4Net</Description> <Description>An optional WebSocket client provider for Discord.Net using WebSocket4Net</Description>
<TargetFramework>net45</TargetFramework> <TargetFramework>netstandard1.3</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> <ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="WebSocket4Net" Version="0.14.1" /> <PackageReference Include="WebSocket4Net" Version="0.15.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>