diff --git a/Makefile b/Makefile index b283f85ba6e..952d405a564 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,6 @@ endif export NO_SUDO ?= false -# Workaround: https://github.com/dotnet/sdk/issues/26965 -export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER = true - ifneq ($(NO_SUDO),false) _PREPARE_ARGS += --auto-provisioning-uses-sudo=false endif diff --git a/build-tools/automation/yaml-templates/variables.yaml b/build-tools/automation/yaml-templates/variables.yaml index ac7775741eb..1c2659b3eb5 100644 --- a/build-tools/automation/yaml-templates/variables.yaml +++ b/build-tools/automation/yaml-templates/variables.yaml @@ -35,9 +35,6 @@ variables: value: net7.0 - name: DotNetStableTargetFramework value: net6.0 -# Workaround: https://github.com/dotnet/sdk/issues/26965 -- name: DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER - value: true # Workaround: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1585820 - name: _WriteTelemetryProperties value: false diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23ad58e5256..42711646e60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - 716bd17882e62abb008911461ea4ff5a75c26788 + f3da421a6e81382d6d2b25b236697f33e210092c - + https://github.com/dotnet/linker - f09bacf09ef10b61cf9f19825f8782171a816dab + 6252a2194dd32911db2c0669fc818555687d5570 - + https://github.com/dotnet/runtime - 26a71c61fbda229f151afb14e274604b4926df5c + f52d8c59bb49360eb2cbeeb863c5856ebd62adda https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index a78819d0706..9e6c4b9dde4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,9 +1,9 @@ - 7.0.100-rc.1.22409.23 - 7.0.100-1.22377.1 - 7.0.0-rc.1.22403.8 + 7.0.100-rc.2.22417.1 + 7.0.100-1.22415.4 + 7.0.0-rc.1.22411.12 7.0.0-beta.22103.1 7.0.0-beta.22103.1 7.0.0-rc.1.22368.1 diff --git a/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.ILLink.targets b/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.ILLink.targets index 8faee03ab31..3b1d24256d5 100644 --- a/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.ILLink.targets +++ b/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.ILLink.targets @@ -15,6 +15,7 @@ This file contains the .NET 5-specific targets to customize ILLink DependsOnTargets="GetReferenceAssemblyPaths;_CreatePropertiesCache"> true + <_ExtraTrimmerArgs Condition=" '$(_EnableSerializationDiscovery)' != 'false' ">--enable-serialization-discovery $(_ExtraTrimmerArgs)