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:
authorKoundinya Veluri <kouvel@users.noreply.github.com>2016-10-13 04:31:26 +0300
committerGitHub <noreply@github.com>2016-10-13 04:31:26 +0300
commitde8eee4b26f5154698fddcd150a4c7487a69da64 (patch)
treeb0c5b58226cc71cbb914a57ea438d924bf79bddb /src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
parent051a12153a74e15d9c21b23bf59ab8c8005310d4 (diff)
Expose some missing threading types/members (Timer, exceptions, etc.) (#12392)
- Expose: Timer members, some exception types and members, ThreadExceptionEventArgs/Handler, Monitor.Wait with exitContext parameter - Move CriticalHandle and remaining types from System.Runtime.Handles to System.Runtime, expose CriticalHandle[ZeroOr]MinusOneIsInvalid - Revert base class of safe handle types that used to derive from SafeHandle[ZeroOr]MinusOneIsInvalid, and upgrade those projects to ns1.7
Diffstat (limited to 'src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj')
-rw-r--r--src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj b/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
index c7666dd2b4..b6c34d5df5 100644
--- a/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
+++ b/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
@@ -3,7 +3,10 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
<ProjectReference Include="..\ref\System.Threading.Timer.csproj">
- <SupportedFramework>net451;netcore451;netcoreapp1.0;wpa81;$(AllXamarinFrameworks)</SupportedFramework>
+ <SupportedFramework>net463;netcoreapp1.1;$(AllXamarinFrameworks)</SupportedFramework>
+ </ProjectReference>
+ <ProjectReference Include="..\src\System.Threading.Timer.csproj">
+ <TargetGroup>net463</TargetGroup>
</ProjectReference>
<ProjectReference Include="any\System.Threading.Timer.pkgproj" />
<ProjectReference Include="aot\System.Threading.Timer.pkgproj" />