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-01-19 02:35:57 +0300
committerEric St. John <ericstj@microsoft.com>2017-01-19 08:01:34 +0300
commit99009fb3bc737af9d455ea0920b22347f69a78ff (patch)
tree2b726f8e0ae10c43f7893e80c8032ec909162b76 /src/System.Threading.ThreadPool
parent4f0c691bd631f3b0848df0c7e03eb2018e067960 (diff)
Remove packages from NETStandard2.0
Related to https://github.com/dotnet/corefx/commit/0797813bfe3a9e6d04d4bfaa865b477bb26f8ce2 This removes packages where the types have been moved into netstandard.dll in netstandard2.0. These types are supported as follows: 1. In a netstandard2.0+ project via NETStandard.Library package's netstandard.dll 2. In a netstandard1.x project via contract assembly packages which ship from servicing branches. 3. In a framework specific project via the framework's targeting pack or framework package.
Diffstat (limited to 'src/System.Threading.ThreadPool')
-rw-r--r--src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds8
-rw-r--r--src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj20
2 files changed, 0 insertions, 28 deletions
diff --git a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds
deleted file mode 100644
index 44789802a7..0000000000
--- a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.builds
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <ItemGroup>
- <Project Include="System.Threading.ThreadPool.pkgproj" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
-</Project> \ No newline at end of file
diff --git a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
deleted file mode 100644
index 03f29666bb..0000000000
--- a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <ItemGroup>
- <ProjectReference Include="..\ref\System.Threading.ThreadPool.csproj">
- <SupportedFramework>net463;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\src\System.Threading.ThreadPool.builds" />
- </ItemGroup>
- <ItemGroup>
- <NotSupportedOnTargetFramework Include="netcore50" />
- <InboxOnTargetFramework Include="MonoAndroid10" />
- <InboxOnTargetFramework Include="MonoTouch10" />
- <InboxOnTargetFramework Include="xamarinios10" />
- <InboxOnTargetFramework Include="xamarinmac20" />
- <InboxOnTargetFramework Include="xamarintvos10" />
- <InboxOnTargetFramework Include="xamarinwatchos10" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file