Imported Upstream version 5.8.0.22

Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-10-19 20:04:20 +00:00
parent 5f4a27cc8a
commit 7d05485754
5020 changed files with 114082 additions and 186061 deletions

View File

@@ -17,36 +17,36 @@
<Imports>netcore50</Imports>
<CompatibleWith>netstandard1.4</CompatibleWith>
</TargetGroups>
<TargetGroups Include="uap101aot">
<TargetGroups Include="uapvnextaot">
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
<NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
<NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
<Imports>netcore50aot</Imports>
<CompatibleWith>uap101;netstandard2.0</CompatibleWith>
<CompatibleWith>uapvnext;netstandard2.0</CompatibleWith>
</TargetGroups>
<TargetGroups Include="uap101">
<NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
<NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
<TargetGroups Include="uapvnext">
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
<Imports>netcore50</Imports>
<CompatibleWith>netstandard2.0</CompatibleWith>
</TargetGroups>
<!-- uap is an alias for uap10.1 any/coreclr runtime -->
<!-- uap is an alias for uapvNext any/coreclr runtime -->
<TargetGroups Include="uap">
<NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
<NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
<Imports>uap101</Imports>
<Imports>uapvnext</Imports>
<CompatibleWith>netstandard</CompatibleWith>
</TargetGroups>
<!-- uapaot is an alias for uap10.1, aot runtime -->
<!-- uapaot is an alias for uapvNext, aot runtime -->
<TargetGroups Include="uapaot">
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
<NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
<NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
<UWPCompatible>true</UWPCompatible>
<Imports>uap101aot</Imports>
<Imports>uapvnextaot</Imports>
<CompatibleWith>uap;netstandard</CompatibleWith>
</TargetGroups>
<TargetGroups Include="netstandard1.0">