This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 4 files changed +21
-0
lines changed
System.Net.WebSockets.WebSocketProtocol
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 9
9
<ItemGroup >
10
10
<Reference Include =" System.Memory" />
11
11
</ItemGroup >
12
+ <ItemGroup Condition =" '$(TargetGroup)' == 'netstandard' OR '$(TargetsNetFx)' == 'true'" >
13
+ <Reference Include =" mscorlib" />
14
+ <Reference Include =" netstandard" />
15
+ <Reference Include =" System.Threading.Tasks.Extensions" />
16
+ <ProjectReference Include =" ..\..\Microsoft.Bcl.AsyncInterfaces\ref\Microsoft.Bcl.AsyncInterfaces.csproj" />
17
+ </ItemGroup >
12
18
</Project >
Original file line number Diff line number Diff line change 5
5
<ProjectGuid >{747BE014-7C1D-4460-95AF-B41C35717165}</ProjectGuid >
6
6
<NoWarn >$(NoWarn);CS1573</NoWarn >
7
7
<Configurations >netcoreapp-Debug;netcoreapp-Release;netcoreapp2.1-Debug;netcoreapp2.1-Release;netstandard-Debug;netstandard-Release</Configurations >
8
+ <DefineConstants Condition =" '$(TargetsNetFx)' == 'true'" >$(DefineConstants);netstandard</DefineConstants >
8
9
</PropertyGroup >
9
10
<ItemGroup >
10
11
<Compile Include =" $(CommonPath)\System\Net\WebSockets\ManagedWebSocket.cs" >
41
42
<Reference Include =" System.Threading.Tasks.Extensions" />
42
43
<Reference Include =" System.Threading.Timer" />
43
44
</ItemGroup >
45
+ <ItemGroup Condition =" '$(TargetGroup)'!='netcoreapp'" >
46
+ <Reference Include =" Microsoft.Bcl.AsyncInterfaces" />
47
+ </ItemGroup >
44
48
</Project >
Original file line number Diff line number Diff line change 15
15
<ProjectReference Include =" ..\..\System.Security.Principal\ref\System.Security.Principal.csproj" />
16
16
<ProjectReference Include =" ..\..\System.Threading.Tasks\ref\System.Threading.Tasks.csproj" />
17
17
</ItemGroup >
18
+ <ItemGroup Condition =" '$(TargetGroup)' == 'netstandard' OR '$(TargetsNetFx)' == 'true'" >
19
+ <Reference Include =" mscorlib" />
20
+ <Reference Include =" netstandard" />
21
+ <Reference Include =" System.Memory" />
22
+ <Reference Include =" System.Threading.Tasks.Extensions" />
23
+ <ProjectReference Include =" ..\..\Microsoft.Bcl.AsyncInterfaces\ref\Microsoft.Bcl.AsyncInterfaces.csproj" />
24
+ </ItemGroup >
18
25
</Project >
Original file line number Diff line number Diff line change 5
5
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
6
6
<NoWarn >$(NoWarn);CS1573</NoWarn >
7
7
<Configurations >netcoreapp-Debug;netcoreapp-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release</Configurations >
8
+ <DefineConstants Condition =" '$(TargetsNetFx)' == 'true'" >$(DefineConstants);netstandard</DefineConstants >
8
9
</PropertyGroup >
9
10
<ItemGroup >
10
11
<Compile Include =" System\Net\WebSockets\ManagedWebSocket.netcoreapp.cs" />
44
45
<Reference Include =" System.Threading.Tasks" />
45
46
<Reference Include =" System.Threading.Timer" />
46
47
</ItemGroup >
48
+ <ItemGroup Condition =" '$(TargetGroup)'!='netcoreapp'" >
49
+ <Reference Include =" Microsoft.Bcl.AsyncInterfaces" />
50
+ </ItemGroup >
47
51
</Project >
You can’t perform that action at this time.
0 commit comments