From c6907a767e5ebbf13909164b2c0a26bf217abd2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Dec 2022 13:28:07 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/installer build 20221216.7 Microsoft.Dotnet.Sdk.Internal From Version 8.0.100-alpha.1.22611.1 -> To Version 8.0.100-alpha.1.22616.7 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 8.0.100-1.22609.1 -> To Version 8.0.100-1.22612.2 (parent: Microsoft.Dotnet.Sdk.Internal --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe07b90df73..ca29a721e8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + https://github.com/dotnet/installer - 167a4ed5b457e404bd6eadb4b0fd307000aefd57 + 47a747f2265086a0b154d476df6fd633595ece7d - + https://github.com/dotnet/linker - 27ce03227f4822aaff660ec9bac6fe6c20d001d2 + 2db841fc5f6bc7592b66ffe3bd0e1c888d022f93 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 8aa31414c95..a926eb7733d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,8 +1,8 @@ - 8.0.100-alpha.1.22611.1 - 8.0.100-1.22609.1 + 8.0.100-alpha.1.22616.7 + 8.0.100-1.22612.2 8.0.0-alpha.1.22605.1 7.0.0-beta.22103.1 7.0.0-beta.22103.1 From 77b55c7804fa748a968946315b71e34b939f372a Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 20 Dec 2022 10:22:29 -0600 Subject: [PATCH 2/2] Update to MSBuild.StructuredLogger 2.1.758 Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/tag/v2.1.758 Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/pull/644 A few tests were failing with: Failed Install_CSharp_Change Error Message: System.NotSupportedException : Unsupported log file format. Latest supported version is 14, the log file has version 15. --- tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj index 8ad46ed085c..2aebfdb3f47 100644 --- a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj +++ b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj @@ -35,7 +35,7 @@ - +