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-01-30 00:43:08 +0300
committerEric St. John <ericstj@microsoft.com>2016-02-01 20:28:30 +0300
commit3ddc8ec2cf180a0beb22037f827fbf10cb3692d6 (patch)
tree6a85bc49837117f3b5d01783bdd108983daf74c7 /src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
parent3c86ba9cf4621aa6dc8150a19c42f59fc78b0461 (diff)
Add Runtime packages for NETStandard.Platform
This changes all the packages in NETStandard.Platform to be split into ref/impl packages. This enables the implementation packages to be different for different runtimes, such as the UWP case where we want to keep the packages consistent with the shared library.
Diffstat (limited to 'src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj')
-rw-r--r--src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj3
1 files changed, 2 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 2e2a1b3de7..e266e3a115 100644
--- a/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
+++ b/src/System.Threading.Timer/pkg/System.Threading.Timer.pkgproj
@@ -6,7 +6,8 @@
<ProjectReference Include="..\ref\System.Threading.Timer.csproj">
<SupportedFramework>net451;netcore451;dnxcore50;wpa81</SupportedFramework>
</ProjectReference>
- <ProjectReference Include="..\src\System.Threading.Timer.builds" />
+ <ProjectReference Include="any\System.Threading.Timer.pkgproj" />
+ <ProjectReference Include="aot\System.Threading.Timer.pkgproj" />
<InboxOnTargetFramework Include="MonoAndroid10"/>
<InboxOnTargetFramework Include="MonoTouch10"/>