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-02-29 20:39:47 +0300
committerEric St. John <ericstj@microsoft.com>2016-03-01 01:43:27 +0300
commitbaf425fa935f4ecd32712448be627604067cf1d3 (patch)
treea33e242c9728285098d56fc742f7e92dffcd978f /src/System.Threading.ThreadPool/pkg
parent7c50768be0a2008480aa22ddb8038fdcb0e8039b (diff)
Add support for new Xamarin frameworks
The latest build tools contains framework lists for two new Xamarin fxs: Xamarin.TVOS Xamarin.WatchOS This adds placeholders for those frameworks so that they can support the packages with inbox facades.
Diffstat (limited to 'src/System.Threading.ThreadPool/pkg')
-rw-r--r--src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
index e4e291f853..ac931ad643 100644
--- a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
+++ b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
@@ -1,22 +1,20 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>net46;netstandardapp1.5</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