From 613cfa9e2cbba72bc37025f8e583734fd6b0dfb5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Mar 2023 13:47:42 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/installer build 20230301.10 Microsoft.Dotnet.Sdk.Internal From Version 8.0.100-preview.2.23128.9 -> To Version 8.0.100-preview.2.23151.10 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.ILLink.Tasks From Version 8.0.0-preview.2.23127.9 -> To Version 8.0.0-preview.2.23128.3 (parent: Microsoft.Dotnet.Sdk.Internal --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bea0e5bc4e9..e7b0a3f668a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/installer - e2b49c78be32ebd36c0afe8ecee38b208dc2ea49 + 5ac75f62392159f7fe3cc230d13efc485afc68e4 - + https://github.com/dotnet/runtime - 96c27e4884e3de52483ddd8b1a3bcc4ed73c8db4 + 30b879924a47d8660d5f4b14ff581ce40ae076f2 - + https://github.com/dotnet/runtime - 96c27e4884e3de52483ddd8b1a3bcc4ed73c8db4 + 30b879924a47d8660d5f4b14ff581ce40ae076f2 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 12b8f93d5a1..e80eb98f899 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,9 +1,9 @@ - 8.0.100-preview.2.23128.9 - 8.0.0-preview.2.23127.9 - 8.0.0-preview.2.23127.9 + 8.0.100-preview.2.23151.10 + 8.0.0-preview.2.23128.3 + 8.0.0-preview.2.23128.3 7.0.0-beta.22103.1 7.0.0-beta.22103.1 8.0.0-preview.2.23127.1 From f320c2759c681e218c42a4bd5041b5cc7872d5b0 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 3 Mar 2023 08:20:31 -0600 Subject: [PATCH 2/4] Feeds for 6.0.15 runtime --- NuGet.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5e5f9f5e6a7..80b30fceb07 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,9 +11,9 @@ - - - + + + From 70d80d5a6b92c07a8dd37df7f9a1b12ac4c881e2 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 3 Mar 2023 09:23:57 -0600 Subject: [PATCH 3/4] Feeds for 7.0.4 runtime --- NuGet.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NuGet.config b/NuGet.config index 80b30fceb07..de6081fae0b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,6 +11,9 @@ + + + From b0553fa2653aeb3014c86f2313f1a93b98f3c777 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 1 Mar 2023 21:36:05 -0600 Subject: [PATCH 4/4] Update to MSBuild.StructuredLogger 2.1.787 Solves: System.NotSupportedException : Unsupported log file format. Latest supported version is 15, the log file has version 16. --- 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 cf067e4e5b5..a9f9b4d3621 100644 --- a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj +++ b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj @@ -38,7 +38,7 @@ - +