From f93474abdbc42b1b05ac083dcc8804fc0dababdd Mon Sep 17 00:00:00 2001 From: Alex Hsu Date: Fri, 24 Feb 2023 03:42:10 -0800 Subject: [PATCH 1/2] LEGO: Merge pull request 7828 LEGO: Merge pull request 7828 --- .../Properties/Resources.resx.lcl | 9 +++++++++ .../Properties/Resources.resx.lcl | 9 +++++++++ .../Properties/Resources.resx.lcl | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/Localize/loc/de/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/de/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index c6604d1ba73..21b333ab44d 100644 --- a/Localize/loc/de/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/de/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/it/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/it/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index dfd534ab2eb..36d61e30342 100644 --- a/Localize/loc/it/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/it/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index 2d61609ea92..79e14419ac6 100644 --- a/Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/pl/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + From c8b2cc00cc2d3c16da2cba31f1907e9d24d6dbbb Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Fri, 24 Feb 2023 16:49:05 +0100 Subject: [PATCH 2/2] Revert "Bump to dotnet/installer/main@d25a3bb 8.0.100-preview.2.23105.6 (#7769)" Context: https://github.com/dotnet/runtime/issues/82597 This reverts commit 6cd0d38989178e1c3e5e1d71505b4aef26a1739b. We need to do it because a recent update to the `Microsoft.NET.ILLink` package broke our build: Microsoft.Android.Sdk.ILLink.csproj : error NU1202: Package Microsoft.NET.ILLink 8.0.0-preview.2.23123.5 is not compatible with net7.0 (.NETCoreApp,Version=v7.0). Package Microsoft.NET.ILLink 8.0.0-preview.2.23123.5 supports: net8.0 (.NETCoreApp,Version=v8.0) This happened because the version of `Microsoft.NET.ILLink` that we have configured in `en/Version.Details.xml` was removed from the dotnet8 feed and the closest matching version is installed instead. An attempt to fix it was to switch the `Microsoft.Android.Sdk.ILLink` project back to `net8.0` but, alas, the new `Microsoft.NET.ILLink` package version misses dependency on Cecil, also causing our build to fail: src/Microsoft.Android.Sdk.ILLink/ApplyPreserveAttribute.cs(9,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' src/Xamarin.Android.Build.Tasks/Linker/MonoDroid.Tuner/LinkDesignerBase.cs(161,41): error CS0246: The type or namespace name 'MethodDefinition' could not be found ... 626 Warning(s) 359 Error(s) Reverting 6cd0d38989178e1c3e5e1d71505b4aef26a1739b puts as back on the `alpha1` release of net8 and fixes the build until we have a real solution available. --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0533ad38c2d..33b4096ba6d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,20 +1,20 @@ - + https://github.com/dotnet/installer - f05478ba9a4026e95306d3f8de59c70cfc0e60ce + dec120944450abb58bc07a2fcdae2f4383bfd6bf - - https://github.com/dotnet/runtime - fe4760cf04dee615948848955978e6d7430982a7 + + https://github.com/dotnet/linker + c790896f128957acd2999208f44f09ae1e826c8c - + https://github.com/dotnet/runtime - fe4760cf04dee615948848955978e6d7430982a7 + 9529803ae29c2804880c6bd8ca710b8c037cb498 - + https://github.com/dotnet/emsdk - fd5a0d1b19bf0a96f6b4423150921542b0b9a90d + 0fe864fc71191ff4ee18e59ef0af2929ca367a11 diff --git a/eng/Versions.props b/eng/Versions.props index febf67713f4..926781e3a0a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,13 +1,13 @@ - 8.0.100-preview.2.23107.13 - 8.0.0-preview.2.23106.6 - 8.0.0-preview.2.23106.6 + 8.0.100-alpha.1.23080.11 + 8.0.100-1.23067.1 + 8.0.0-alpha.1.23080.2 7.0.0-beta.22103.1 7.0.0-beta.22103.1 - 8.0.0-preview.2.23081.1 - $(MicrosoftNETWorkloadEmscriptenCurrentManifest80100preview2Version) + 8.0.0-alpha.1.23077.4 + $(MicrosoftNETWorkloadEmscriptenCurrentManifest80100alpha1Version) 7.0.100-rc.1.22410.7