Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-02-01 00:56:21 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-01 05:43:08 +0300
commit44df137ce0a9e38883d8f9a1149bdf01e54c8956 (patch)
tree2646d13d87ae50cc3813d5cfbb417aaaaa6f8b57 /src/System.Net.ServicePoint
parent83b3046e1f63c752ee0d69e8b847d633724d90b1 (diff)
Make netfx build work
This fixes all src and ref projects to build when TargetGroup=netfx.
Diffstat (limited to 'src/System.Net.ServicePoint')
-rw-r--r--src/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj b/src/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj
index a63fffe101..0abb28bf0a 100644
--- a/src/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj
+++ b/src/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj
@@ -4,11 +4,8 @@
<PropertyGroup>
<ProjectGuid>{53D09AF4-0C13-4197-B8AD-9746F0374E88}</ProjectGuid>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <IsPartialFacadeAssembly Condition="'$(TargetGroup)'=='net461'">true</IsPartialFacadeAssembly>
</PropertyGroup>
<!-- Default configurations to help VS understand the options -->
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net461-Windows_NT-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net461-Windows_NT-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Debug|AnyCPU'" />
@@ -19,9 +16,6 @@
<Compile Include="System\Net\ServicePointManager.cs" />
<Compile Include="System\Net\SecurityProtocolType.cs" />
</ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' == 'net461'">
- <TargetingPackReference Include="System" />
- </ItemGroup>
<ItemGroup>
<Reference Include="System.Collections.Concurrent" />
<Reference Include="System.Diagnostics.Debug" />