File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
build-tools/Xamarin.Android.Tools.BootstrapTasks Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 6262 <Compile Include =" Xamarin.Android.Tools.BootstrapTasks\JdkInfo.cs" />
6363 </ItemGroup >
6464 <ItemGroup >
65+ <PackageReference Include =" Microsoft.DotNet.ApiCompat" Version =" 5.0.0-beta.19606.1" IncludeAssets =" none" />
6566 <PackageReference Include =" Microsoft.DotNet.GenAPI" Version =" 5.0.0-beta.19606.1" />
6667 </ItemGroup >
6768 <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 >
8885 <ItemGroup >
8986 <Compile Include =" ..\..\external\Java.Interop\src\Java.Interop.Tools.TypeNameMappings\Java.Interop.Tools.TypeNameMappings\JavaNativeTypeManager.cs" >
9087 <Link >JavaNativeTypeManager.cs</Link >
Original file line number Diff line number Diff line change 172172 Name =" AfterBuild"
173173 Inputs =" $(TargetPath);@(ApiCompatibilityFiles)"
174174 Outputs =" $(IntermediateOutputPath)CheckApiCompatibility.stamp" >
175- <!-- $(PkgMicrosoft_DotNet_ApiCompat) is set by the GeneratePathProperty attribute in the
176- PackageReference declared in Mono.Android.csproj -->
177175 <CheckApiCompatibility
178- ApiCompatPath =" $(PkgMicrosoft_DotNet_ApiCompat)/ tools/ net472/ "
176+ ApiCompatPath =" $([System.Environment]::GetFolderPath(SpecialFolder.UserProfile))\.nuget\packages\microsoft.dotnet.apicompat\5.0.0-beta.19606.1\ tools\ net472\ "
179177 ApiLevel =" $(AndroidFrameworkVersion)"
180178 LastStableApiLevel =" $(AndroidLatestStableFrameworkVersion)"
181179 TargetImplementationPath =" $(OutputPath)"
You can’t perform that action at this time.
0 commit comments