|
@@ -41,13 +41,13 @@ |
|
|
<DefineConstants>RELEASE;NETSTANDARD1_3</DefineConstants> |
|
|
<DefineConstants>RELEASE;NETSTANDARD1_3</DefineConstants> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'"> |
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'"> |
|
|
<PackageReference Include="System.Net.Security" Version="4.3.2" /> |
|
|
<PackageReference Include="System.Net.Security" Version="4.3.2" /> |
|
|
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" /> |
|
|
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" /> |
|
|
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.2" /> |
|
|
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.2" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'"> |
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'"> |
|
|
<PackageReference Include="System.Net.Security" Version="4.3.2" /> |
|
|
<PackageReference Include="System.Net.Security" Version="4.3.2" /> |
|
|
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" /> |
|
|
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" /> |
|
|
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.2" /> |
|
|
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.2" /> |
|
|