From 4ea89e62c5a815708efcff880dca0e6d37729fa8 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 1 Aug 2022 14:04:57 -0500 Subject: [PATCH] Bump `$(AndroidNet6Version)` to 32.0.447 Context: https://www.nuget.org/packages/Microsoft.NET.Sdk.Android.Manifest-6.0.400/32.0.447 We shipped newer .NET 6 packs, so we can use them in our .NET 7 workload. We can also remove the workaround for `Microsoft.NETCore.App`, because the .NET 7 SDK now ships dotnet/runtime 6.0.7. --- Configuration.props | 2 +- .../Microsoft.NET.Sdk.Android/WorkloadManifest.in.targets | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Configuration.props b/Configuration.props index ebc12657958..6d4d899fe4c 100644 --- a/Configuration.props +++ b/Configuration.props @@ -47,7 +47,7 @@ portable True latest - 32.0.415 + 32.0.447 Windows diff --git a/src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android/WorkloadManifest.in.targets b/src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android/WorkloadManifest.in.targets index a74dcf2eea6..be847040325 100644 --- a/src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android/WorkloadManifest.in.targets +++ b/src/Xamarin.Android.Build.Tasks/Microsoft.NET.Sdk.Android/WorkloadManifest.in.targets @@ -12,12 +12,6 @@ LatestRuntimeFrameworkVersion="@NET6_VERSION@" TargetingPackVersion="@NET6_VERSION@" /> - -