|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | +<Project Sdk="MSBuild.Sdk.Extras/2.0.54"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFrameworks>Xamarin.iOS10</TargetFrameworks>
|
5 | 5 | <IsBindingProject>true</IsBindingProject>
|
|
19 | 19 | <Authors>Microsoft</Authors>
|
20 | 20 | <Owners>Microsoft</Owners>
|
21 | 21 | <Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
22 |
| - <PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosmlkitnaturallanguage_128x128.png</PackageIconUrl> |
| 22 | + <PackageIcon>firebaseiosmlkitnaturallanguage_128x128.png</PackageIcon> |
23 | 23 | <PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2109487</PackageProjectUrl>
|
24 |
| - <PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=2109658</PackageLicenseUrl> |
| 24 | + <PackageLicenseFile>License.md</PackageLicenseFile> |
25 | 25 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
26 | 26 | <PackageVersion>0.17.0</PackageVersion>
|
27 | 27 | </PropertyGroup>
|
|
36 | 36 |
|
37 | 37 | <ItemGroup>
|
38 | 38 | <None Include="MLKit.NaturalLanguage.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.MLKit.NaturalLanguage.targets" />
|
| 39 | + <None Include="MLKit.NaturalLanguage.targets" Pack="True" PackagePath="buildTransitive/Xamarin.Firebase.iOS.MLKit.NaturalLanguage.targets" /> |
| 40 | + <None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" /> |
| 41 | + <None Include="License.md" Pack="True" PackagePath="License.md" /> |
| 42 | + <None Include="../../../icons/firebaseiosmlkitnaturallanguage_128x128.png" Pack="True" PackagePath="firebaseiosmlkitnaturallanguage_128x128.png" /> |
39 | 43 | </ItemGroup>
|
40 | 44 |
|
41 | 45 | <ItemGroup>
|
|
52 | 56 | </ItemGroup>
|
53 | 57 |
|
54 | 58 | <ItemGroup>
|
55 |
| - <PackageReference Include="Xamarin.Build.Download" Version="0.10.0" /> |
56 |
| - <PackageReference Include="MSBuild.Sdk.Extras" Version="1.4.0" PrivateAssets="All" /> |
| 59 | + <PackageReference Include="Xamarin.Build.Download" Version="0.10.0" PrivateAssets="None" /> |
57 | 60 | </ItemGroup>
|
58 | 61 |
|
59 | 62 | <ItemGroup>
|
60 |
| - <ProjectReference Include="..\Core\Core.csproj" /> |
61 |
| - <ProjectReference Include="..\Installations\Installations.csproj" /> |
62 |
| - <ProjectReference Include="..\InstanceID\InstanceID.csproj" /> |
63 |
| - <ProjectReference Include="..\ABTesting\ABTesting.csproj" /> |
64 |
| - <ProjectReference Include="..\RemoteConfig\RemoteConfig.csproj" /> |
65 |
| - <ProjectReference Include="..\MLKit.Common\MLKit.Common.csproj" /> |
| 63 | + <ProjectReference Include="..\Core\Core.csproj" PrivateAssets="None" /> |
| 64 | + <ProjectReference Include="..\Installations\Installations.csproj" PrivateAssets="None" /> |
| 65 | + <ProjectReference Include="..\InstanceID\InstanceID.csproj" PrivateAssets="None" /> |
| 66 | + <ProjectReference Include="..\ABTesting\ABTesting.csproj" PrivateAssets="None" /> |
| 67 | + <ProjectReference Include="..\RemoteConfig\RemoteConfig.csproj" PrivateAssets="None" /> |
| 68 | + <ProjectReference Include="..\MLKit.Common\MLKit.Common.csproj" PrivateAssets="None" /> |
66 | 69 | </ItemGroup>
|
67 | 70 |
|
68 | 71 | <Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
|
|
0 commit comments