File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
build-tools/Xamarin.Android.Tools.BootstrapTasks Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 <RootNamespace >Xamarin.Android.Tools.BootstrapTasks</RootNamespace >
99 <AssemblyName >Xamarin.Android.Tools.BootstrapTasks</AssemblyName >
1010 <LibZipSharpBundleAllNativeLibraries >true</LibZipSharpBundleAllNativeLibraries >
11- <!-- Do not run Microsoft.DotNet.ApiCompat targets by default during build. -->
12- <RunApiCompat >false</RunApiCompat >
1311 </PropertyGroup >
1412 <Import Project =" ..\..\Configuration.props" />
1513 <Import Project =" ..\..\build-tools\scripts\MSBuildReferences.projitems" />
6462 <Compile Include =" Xamarin.Android.Tools.BootstrapTasks\JdkInfo.cs" />
6563 </ItemGroup >
6664 <ItemGroup >
67- <PackageReference Include =" Microsoft.DotNet.ApiCompat" Version =" 5.0.0-beta.19606.1" GeneratePathProperty =" true" />
6865 <PackageReference Include =" Microsoft.DotNet.GenAPI" Version =" 5.0.0-beta.19606.1" />
6966 </ItemGroup >
7067 <ItemGroup >
Original file line number Diff line number Diff line change 8282 <Private >False</Private >
8383 </Reference >
8484 </ItemGroup >
85+ <ItemGroup >
86+ <PackageReference Include =" Microsoft.DotNet.ApiCompat" Version =" 5.0.0-beta.19606.1" IncludeAssets =" none" GeneratePathProperty =" true" />
87+ </ItemGroup >
8588 <ItemGroup >
8689 <Compile Include =" ..\..\external\Java.Interop\src\Java.Interop.Tools.TypeNameMappings\Java.Interop.Tools.TypeNameMappings\JavaNativeTypeManager.cs" >
8790 <Link >JavaNativeTypeManager.cs</Link >
Original file line number Diff line number Diff line change 173173 Inputs =" $(TargetPath);@(ApiCompatibilityFiles)"
174174 Outputs =" $(IntermediateOutputPath)CheckApiCompatibility.stamp" >
175175 <!-- $(PkgMicrosoft_DotNet_ApiCompat) is set by the GeneratePathProperty attribute in the
176- PackageReference declared in Xamarin .Android.Tools.BootstrapTasks .csproj -->
176+ PackageReference declared in Mono .Android.csproj -->
177177 <CheckApiCompatibility
178178 ApiCompatPath =" $(PkgMicrosoft_DotNet_ApiCompat)/tools/net472/"
179179 ApiLevel =" $(AndroidFrameworkVersion)"
You can’t perform that action at this time.
0 commit comments