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-29 20:39:47 +0300
committerEric St. John <ericstj@microsoft.com>2016-03-01 01:43:27 +0300
commitbaf425fa935f4ecd32712448be627604067cf1d3 (patch)
treea33e242c9728285098d56fc742f7e92dffcd978f /src/System.Globalization.Calendars/pkg
parent7c50768be0a2008480aa22ddb8038fdcb0e8039b (diff)
Add support for new Xamarin frameworks
The latest build tools contains framework lists for two new Xamarin fxs: Xamarin.TVOS Xamarin.WatchOS This adds placeholders for those frameworks so that they can support the packages with inbox facades.
Diffstat (limited to 'src/System.Globalization.Calendars/pkg')
-rw-r--r--src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj7
-rw-r--r--src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj2
2 files changed, 5 insertions, 4 deletions
diff --git a/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj b/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj
index 08a99d2864..6459b2aa1c 100644
--- a/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj
+++ b/src/System.Globalization.Calendars/pkg/System.Globalization.Calendars.pkgproj
@@ -1,7 +1,6 @@
-<?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.Globalization.Calendars.csproj">
<SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
@@ -12,13 +11,13 @@
<ProjectReference Include="any\System.Globalization.Calendars.pkgproj" />
<ProjectReference Include="aot\System.Globalization.Calendars.pkgproj" />
</ItemGroup>
-
<ItemGroup>
<InboxOnTargetFramework Include="MonoAndroid10" />
<InboxOnTargetFramework Include="MonoTouch10" />
<InboxOnTargetFramework Include="xamarinios10" />
<InboxOnTargetFramework Include="xamarinmac20" />
+ <InboxOnTargetFramework Include="xamarintvos10" />
+ <InboxOnTargetFramework Include="xamarinwatchos10" />
</ItemGroup>
-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file
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 4a2fab1366..04f217085b 100644
--- a/src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj
+++ b/src/System.Globalization.Calendars/pkg/any/System.Globalization.Calendars.pkgproj
@@ -25,6 +25,8 @@
<InboxOnTargetFramework Include="MonoTouch10" />
<InboxOnTargetFramework Include="xamarinios10" />
<InboxOnTargetFramework Include="xamarinmac20" />
+ <InboxOnTargetFramework Include="xamarintvos10" />
+ <InboxOnTargetFramework Include="xamarinwatchos10" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file