Skip to content

Commit 0a7f632

Browse files
dependabot[bot]jonathanpeppersCopilot
authored
Bumps `external/xamarin-android-tools` from `7c05b5c` to `46b5284`. ## Commits * dotnet/android-tools#369 - Update Microsoft.Build package references (17.14.28 → 18.6.3) * dotnet/android-tools#370 - Add Dependabot config for weekly NuGet updates * dotnet/android-tools#377 - [BaseTasks] Remove unused System.Reflection.Metadata reference ## Notes The MSBuild 18.6.3 bump (#369) required matching updates here: * `Directory.Build.targets` bumps `System.CodeDom` from `9.0.8` to `10.0.3` to satisfy the new transitive requirement from `Microsoft.Build.Tasks.Core 18.6.3`. `Microsoft.Android.Build.BaseTasks` no longer pins `System.Reflection.Metadata` after android-tools#377, so downstream consumers (e.g. `android-platform-support`) are not forced onto the `11.0.0-preview` version this repo uses for `Microsoft.Android.Sdk.TrimmableTypeMap`. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 35b2b8f commit 0a7f632

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ItemGroup>
55
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
66
<PackageReference Update="Microsoft.Win32.Registry" Version="5.0.0" />
7-
<PackageReference Update="System.CodeDom" Version="9.0.8" />
7+
<PackageReference Update="System.CodeDom" Version="10.0.3" />
88
<PackageReference Update="Irony" Version="1.1.0" />
99
</ItemGroup>
1010

0 commit comments

Comments
 (0)