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-04-12 01:26:26 +0300
committerEric St. John <ericstj@microsoft.com>2016-04-13 00:49:26 +0300
commit5853b8f459c5b07d543274cd16137375970356ae (patch)
tree0375990b7ff538f8290c7fc7c4bae1b3d3c4620a /src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
parent9f90fdbdb3cc623dda7dc89f749172f619d0a767 (diff)
Add support for PCL profiles
Adds support for profile-based PCL using placeholders.
Diffstat (limited to 'src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj')
-rw-r--r--src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj b/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
index ad4a3fad57..904fd78140 100644
--- a/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
+++ b/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
@@ -15,6 +15,7 @@
<InboxOnTargetFramework Include="net451" />
<InboxOnTargetFramework Include="win81" />
<InboxOnTargetFramework Include="wpa81" />
+ <InboxOnTargetFramework Include="portable-net451+win81+wpa81" />
<InboxOnTargetFramework Include="xamarinios10" />
<InboxOnTargetFramework Include="xamarinmac20" />
<InboxOnTargetFramework Include="xamarintvos10" />