|
|
@@ -4,15 +4,15 @@ |
|
|
|
<AssemblyName>Discord.Net.WebSocket</AssemblyName> |
|
|
|
<RootNamespace>Discord.WebSocket</RootNamespace> |
|
|
|
<Description>A core Discord.Net library containing the WebSocket client and models.</Description> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.1;netstandard1.3</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.1;netstandard1.3</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.1;netstandard1.3;netstandard2.0</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.1;netstandard1.3;netstandard2.0</TargetFrameworks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> |
|
|
|
<ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard2.0' "> |
|
|
|
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.2" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |