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-24 07:09:29 +0300
committerEric St. John <ericstj@microsoft.com>2016-02-24 07:09:29 +0300
commite5e7e23fe52188e3d09470bc51fd0d80f8d2354f (patch)
tree0c4b561c46e9803527e11bdefe3b30c41e15d58b /src/System.Globalization.Calendars/pkg
parent46a3090055d1a21062cc859194a3965bc58cc166 (diff)
Fix dependencies of runtime.any packages
The ExternalOnTargetFramework entry was causing a placeholder dependency group to be added to the any packages for netcore50 which was causing all the dependencies to be dropped when restoring for netcore50. [tfs-changeset: 1578314]
Diffstat (limited to 'src/System.Globalization.Calendars/pkg')
-rw-r--r--src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj b/src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj
index 1176b38a7d..4a2fab1366 100644
--- a/src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj
+++ b/src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj
@@ -16,9 +16,10 @@
<ExternalOnTargetFramework Include="net"/>
<!-- AOT implementation comes from AOT package -->
- <ExternalOnTargetFramework Include="netcore50">
- <PackageTargetRuntime>aot</PackageTargetRuntime>
- </ExternalOnTargetFramework>
+ <File Include="$(PlaceholderFile)">
+ <TargetPath>runtimes/aot/lib/netcore50</TargetPath>
+ <TargetFramework>aot</TargetFramework>
+ </File>
<InboxOnTargetFramework Include="MonoAndroid10" />
<InboxOnTargetFramework Include="MonoTouch10" />