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-07-09 00:19:28 +0300
committerEric St. John <ericstj@microsoft.com>2016-07-13 00:52:53 +0300
commite586f1b2f4eca793de97361aa4b981eb966d13ec (patch)
tree2a2beba9925f96d27d041eaf5088c0feff4fcc6a /src/System.Threading.ThreadPool/pkg
parent04dc5f309fc0ff05f7099b02c612ad1e1dc2b173 (diff)
Validate Xamarin frameworks
This adds validation for Xamarin frameworks and fixes some packages which were not representing Xamarin correctly.
Diffstat (limited to 'src/System.Threading.ThreadPool/pkg')
-rw-r--r--src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
index ec315f2ffb..2d2c8c4319 100644
--- a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
+++ b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
@@ -1,9 +1,9 @@
-<?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;netcoreapp1.0</SupportedFramework>
+ <SupportedFramework>net46;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
</ProjectReference>
<ProjectReference Include="..\src\System.Threading.ThreadPool.builds" />
</ItemGroup>