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>2016-08-30 20:09:21 +0300
committerEric St. John <ericstj@microsoft.com>2016-08-31 01:30:50 +0300
commitc3042ed04fa3a246c544a7ead7d564b1d43e9862 (patch)
tree3437182b442d52a72b6dfebf1083e24b6d3735bf /src/System.Threading.ThreadPool/ref
parentf9767c32d2b1a7764d9c7899c643109187b51da7 (diff)
Remove PackageTargetFramework usage
Diffstat (limited to 'src/System.Threading.ThreadPool/ref')
-rw-r--r--src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj b/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj
index 610cf13150..42bfeeb0cf 100644
--- a/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj
+++ b/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj
@@ -3,7 +3,6 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<OutputType>Library</OutputType>
- <PackageTargetFramework>netstandard1.3</PackageTargetFramework>
<NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
</PropertyGroup>
<ItemGroup>