From 84ea85192bb26fefe33648e5aba912f6828f912c Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 26 Jan 2024 11:46:10 -0800 Subject: [PATCH 01/28] Separate out the test exclusions that apply to stable SDKs when we're targeting the latest downlevel runtime. This should simplify things as we want to run these tests at least some of the time but codeflow ends up removing them. --- test/SdkTests/SdkTests.csproj | 6 +- test/SdkTests/TestConfig.xml | 200 -------------------------- test/SdkTests/TestConfigStableSDK.xml | 200 ++++++++++++++++++++++++++ 3 files changed, 205 insertions(+), 201 deletions(-) create mode 100644 test/SdkTests/TestConfigStableSDK.xml diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index 8902bb1a6..dd8620df0 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -1,4 +1,4 @@ - + false @@ -215,6 +215,10 @@ $(TestArgs) -testList SdkIntegrationTests + + + $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipStableSDK.xml" + diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 245dd40e7..9b38840fd 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -45,10 +45,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/SdkTests/TestConfigStableSDK.xml b/test/SdkTests/TestConfigStableSDK.xml new file mode 100644 index 000000000..7140b5f76 --- /dev/null +++ b/test/SdkTests/TestConfigStableSDK.xml @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 8a35ac3fbb2bf53da560d2266a368fe2b6c2ee2c Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 26 Jan 2024 15:00:03 -0800 Subject: [PATCH 02/28] Rename the XML file Add a specific test back to the exclusion list Move two tests to the linux-only exclusion list --- test/SdkTests/TestConfig.xml | 4 ++++ .../{TestConfigStableSDK.xml => TestToSkipStableSDK.xml} | 8 -------- test/SdkTests/TestsToSkipLinux.xml | 8 ++++++++ 3 files changed, 12 insertions(+), 8 deletions(-) rename test/SdkTests/{TestConfigStableSDK.xml => TestToSkipStableSDK.xml} (96%) diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 9b38840fd..f5b3aa523 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -61,5 +61,9 @@ Skip="true" Issue="" Reason="Requires props file not in installer repo"/> + diff --git a/test/SdkTests/TestConfigStableSDK.xml b/test/SdkTests/TestToSkipStableSDK.xml similarity index 96% rename from test/SdkTests/TestConfigStableSDK.xml rename to test/SdkTests/TestToSkipStableSDK.xml index 7140b5f76..d1138b370 100644 --- a/test/SdkTests/TestConfigStableSDK.xml +++ b/test/SdkTests/TestToSkipStableSDK.xml @@ -4,10 +4,6 @@ Skip="true" Issue="" Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/> - - + + From 6f38f21e41d696325cd02e0d3031c0d58d93faf3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 03:24:11 +0000 Subject: [PATCH 03/28] Update dependencies from https://github.com/dotnet/sdk build 20240129.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24078.2 -> To Version 8.0.300-preview.24079.6 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5e7ed4ac..1c5cfa722 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 635f75a20..06834fdf7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24078.2 - 8.0.300-preview.24078.2 - 8.0.300-preview.24078.2 + 8.0.300-preview.24079.6 + 8.0.300-preview.24079.6 + 8.0.300-preview.24079.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 28c0f30d1ef3d3f0875b8e4d95ba3ef096d2791b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 08:42:57 +0000 Subject: [PATCH 04/28] Update dependencies from https://github.com/dotnet/sdk build 20240129.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24079.6 -> To Version 8.0.300-preview.24079.8 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24076-01 -> To Version 17.10.0-preview-24076-03 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1c5cfa722..3532f25c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - e7a44d757e097eb17dcac5a8436645dc612fec4b + 0d8d09e5c582526daeb4af0b52956c3290e424d1 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 06834fdf7..0cf3573e7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24079.6 - 8.0.300-preview.24079.6 - 8.0.300-preview.24079.6 + 8.0.300-preview.24079.8 + 8.0.300-preview.24079.8 + 8.0.300-preview.24079.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2d5511ca8e07f7164fc46752ae6282d9f9f34937 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 14:05:14 +0000 Subject: [PATCH 05/28] Update dependencies from https://github.com/dotnet/arcade-services build 20240130.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24076.2 -> To Version 1.1.0-beta.24080.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index db62fda5c..e3f5153b8 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24076.2", + "version": "1.1.0-beta.24080.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3532f25c9..ba4546f80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade-services - e9cac5ab2b545c66de5414b330d2187286d17194 + 749beebfd890571ce6f3fe8f557cb3cad070c946 - + https://github.com/dotnet/arcade-services - e9cac5ab2b545c66de5414b330d2187286d17194 + 749beebfd890571ce6f3fe8f557cb3cad070c946 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 0cf3573e7..4227a9e85 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24076.2 + 1.1.0-beta.24080.1 From 77e52344c869f7f3922636fa60b2757fc7e8bf44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 23:43:45 +0000 Subject: [PATCH 06/28] Update dependencies from https://github.com/dotnet/sdk build 20240130.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24079.8 -> To Version 8.0.300-preview.24080.12 Dependency coherency updates Microsoft.NET.Test.Sdk From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24080-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3532f25c9..3ff9236e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df https://github.com/dotnet/test-templates @@ -141,9 +141,9 @@ 32898dc51efc669de98e7e47f57d521bc07ac4cc - + https://github.com/microsoft/vstest - 053d7114a72aac12d1382ecc2a23b2dfdd5b084b + d61759559535f43790211fa53be7829dfe598841 diff --git a/eng/Versions.props b/eng/Versions.props index 0cf3573e7..507103ca6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24079.8 - 8.0.300-preview.24079.8 - 8.0.300-preview.24079.8 + 8.0.300-preview.24080.12 + 8.0.300-preview.24080.12 + 8.0.300-preview.24080.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.9.0-release-23627-01 + 17.10.0-preview-24080-01 8.0.0-alpha.1.22557.12 From 273673f0a3967373a846f1759be7eb876b5f2b21 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 03:27:49 +0000 Subject: [PATCH 07/28] Update dependencies from https://github.com/dotnet/sdk build 20240130.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.12 -> To Version 8.0.300-preview.24080.15 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 974e5e10b..40c3eaf01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 769cfe385..e4edd57bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24080.12 - 8.0.300-preview.24080.12 - 8.0.300-preview.24080.12 + 8.0.300-preview.24080.15 + 8.0.300-preview.24080.15 + 8.0.300-preview.24080.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9dfa19879293726b092c7580ee9f8d248ade16f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 05:50:32 +0000 Subject: [PATCH 08/28] Update dependencies from https://github.com/dotnet/sdk build 20240130.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.15 -> To Version 8.0.300-preview.24080.20 Dependency coherency updates Microsoft.Build,NuGet.Build.Tasks From Version 17.10.0-preview-24076-03 -> To Version 17.10.0-preview-24080-02 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40c3eaf01..578e47549 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 https://github.com/dotnet/test-templates @@ -155,13 +155,13 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 0d8d09e5c582526daeb4af0b52956c3290e424d1 + caaccdd1ec890391d936f491a1a411b473853c2b - + https://github.com/nuget/nuget.client - e4899ee48ff3d7787ee345f546c818ce6b962807 + 98b7d827d91c055fcaa77be7f34bf66811381b5a diff --git a/eng/Versions.props b/eng/Versions.props index e4edd57bd..24671a067 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24080.15 - 8.0.300-preview.24080.15 - 8.0.300-preview.24080.15 + 8.0.300-preview.24080.20 + 8.0.300-preview.24080.20 + 8.0.300-preview.24080.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -127,7 +127,7 @@ - 6.10.0-preview.1.12 + 6.10.0-preview.1.17 From 56ca2a936078eb3f3af13ba8da88fce9cd0cb536 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 11:26:30 +0000 Subject: [PATCH 09/28] Update dependencies from https://github.com/dotnet/sdk build 20240131.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24081.5 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.8.300-beta.24075.4 -> To Version 12.8.300-beta.24080.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 578e47549..5eae957f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f https://github.com/dotnet/test-templates @@ -132,13 +132,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf 239f8da8fbf8cf2a6cd0c793f0d02679bf4ccf6a - + https://github.com/dotnet/fsharp - 32898dc51efc669de98e7e47f57d521bc07ac4cc + 3def38d082f0e3b15b4be08f273f3d616776cd32 - + https://github.com/dotnet/fsharp - 32898dc51efc669de98e7e47f57d521bc07ac4cc + 3def38d082f0e3b15b4be08f273f3d616776cd32 diff --git a/eng/Versions.props b/eng/Versions.props index 24671a067..2e44972ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24080.20 - 8.0.300-preview.24080.20 - 8.0.300-preview.24080.20 + 8.0.300-preview.24081.5 + 8.0.300-preview.24081.5 + 8.0.300-preview.24081.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9e2ee1e5374b17d8f28c41babb65fef3b8925818 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 14:04:50 +0000 Subject: [PATCH 10/28] Update dependencies from https://github.com/dotnet/arcade-services build 20240130.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24080.1 -> To Version 1.1.0-beta.24080.2 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index e3f5153b8..0e657c448 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24080.1", + "version": "1.1.0-beta.24080.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 578e47549..72a4e1ce5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade-services - 749beebfd890571ce6f3fe8f557cb3cad070c946 + 2a734cad5b603ea6b6f67a309cbaa081af57cf77 - + https://github.com/dotnet/arcade-services - 749beebfd890571ce6f3fe8f557cb3cad070c946 + 2a734cad5b603ea6b6f67a309cbaa081af57cf77 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 24671a067..7c3b3bd5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24080.1 + 1.1.0-beta.24080.2 From f945bfc62543239c458cac9d11d9be5be77bc98b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 23:43:16 +0000 Subject: [PATCH 11/28] Update dependencies from https://github.com/dotnet/sdk build 20240131.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24081.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 108 ++++++++++++++++++++-------------------- eng/Versions.props | 46 ++++++++--------- 2 files changed, 77 insertions(+), 77 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5eae957f3..82b09214a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,46 +5,46 @@ Source-build uses transitive dependency resolution to determine correct build SHA of all product contributing repos. The order of dependencies is important and should not be modified without approval from dotnet/source-build-internal. --> - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 @@ -52,55 +52,55 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 https://github.com/dotnet/test-templates @@ -124,13 +124,13 @@ 7d2f2719628e6744f3172a2d48e0d1f600b360c0 - + https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - e4ede9b8979b9d2b1b1d4383f30a791414f0625b + 0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8 - + https://dev.azure.com/dnceng/internal/_git/dotnet-wpf - 239f8da8fbf8cf2a6cd0c793f0d02679bf4ccf6a + ac40bed7a33baf164d3984ca90c2aedba996a7b2 https://github.com/dotnet/fsharp @@ -146,9 +146,9 @@ d61759559535f43790211fa53be7829dfe598841 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 https://github.com/dotnet/roslyn @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 2406616d0e3a31d80b326e27c156955bfa41c791 + 201f4dae9d1a1e105d8ba86d7ece61eed1f665e0 - + https://github.com/dotnet/emsdk - 2406616d0e3a31d80b326e27c156955bfa41c791 + 201f4dae9d1a1e105d8ba86d7ece61eed1f665e0 diff --git a/eng/Versions.props b/eng/Versions.props index 2e44972ee..9af726290 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -48,11 +48,11 @@ - 8.0.0-rtm.23531.5 + 8.0.1-servicing.23580.6 - 8.0.0-rtm.23531.4 + 8.0.1-servicing.23580.5 @@ -72,22 +72,22 @@ - 8.0.0 - 8.0.0 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 + 8.0.1 + 8.0.1 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 0.2.0 - 8.0.300-preview.24081.5 - 8.0.300-preview.24081.5 - 8.0.300-preview.24081.5 + 8.0.300-preview.24081.16 + 8.0.300-preview.24081.16 + 8.0.300-preview.24081.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -98,24 +98,24 @@ - 8.0.0-rtm.23531.3 + 8.0.1-servicing.23580.1 - 8.0.0-rtm.23531.3 - 8.0.0-rtm.23531.3 - 8.0.0 - 8.0.0 - 8.0.0 - 8.0.0 + 8.0.1-servicing.23580.1 + 8.0.1-servicing.23580.1 + 8.0.1 + 8.0.1 + 8.0.1 + 8.0.1 2.1.0 - 8.0.0-rtm.23551.1 - 8.0.0-rtm.23551.1 - 8.0.0 - 8.0.0 + 8.0.1-servicing.23580.5 + 8.0.1-servicing.23580.5 + 8.0.1 + 8.0.1 From b3cb48bdbc084b073887590057490d183398d990 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 03:20:21 +0000 Subject: [PATCH 12/28] Update dependencies from https://github.com/dotnet/sdk build 20240131.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24081.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 8 ++++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82b09214a..b88536b7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 https://github.com/dotnet/test-templates @@ -132,18 +132,18 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf ac40bed7a33baf164d3984ca90c2aedba996a7b2 - + https://github.com/dotnet/fsharp - 3def38d082f0e3b15b4be08f273f3d616776cd32 + 80003bb3f0516455a0046887aa169febf2c4d3a8 - + https://github.com/dotnet/fsharp - 3def38d082f0e3b15b4be08f273f3d616776cd32 + 80003bb3f0516455a0046887aa169febf2c4d3a8 - + https://github.com/microsoft/vstest - d61759559535f43790211fa53be7829dfe598841 + fa9d5c94bd4311da4db7e48dd990484e7ad4b120 @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - caaccdd1ec890391d936f491a1a411b473853c2b + 25df00b64f0dc3cf47bcbbc99dc9ad384e74454a https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 9af726290..7de84994e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24081.16 - 8.0.300-preview.24081.16 - 8.0.300-preview.24081.16 + 8.0.300-preview.24081.18 + 8.0.300-preview.24081.18 + 8.0.300-preview.24081.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24080-01 + 17.10.0-preview-24080-03 8.0.0-alpha.1.22557.12 From 2fd4546faf1a4622ef8c05d6a1cc1e56dd9d9d28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 14:02:49 +0000 Subject: [PATCH 13/28] Update dependencies from https://github.com/dotnet/arcade build 20240131.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24075.5 -> To Version 8.0.0-beta.24081.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72a4e1ce5..69d01c195 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 7c3b3bd5b..ad191360e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 8.0.0-beta.24075.5 + 8.0.0-beta.24081.5 diff --git a/global.json b/global.json index 6317ab3a3..f27f8981d 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24075.5", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24075.5" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24081.5", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24081.5" } } From c1e9d5695e4d7aa412824d44c4a4a756e581dd31 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 14:09:28 +0000 Subject: [PATCH 14/28] Update dependencies from https://github.com/dotnet/arcade-services build 20240201.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24080.2 -> To Version 1.1.0-beta.24101.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 0e657c448..6ab51d1f1 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24080.2", + "version": "1.1.0-beta.24101.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72a4e1ce5..d21bbe93f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade-services - 2a734cad5b603ea6b6f67a309cbaa081af57cf77 + 2b98442571c24e1f66b33faf79001254b3243d5a - + https://github.com/dotnet/arcade-services - 2a734cad5b603ea6b6f67a309cbaa081af57cf77 + 2b98442571c24e1f66b33faf79001254b3243d5a https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 7c3b3bd5b..f485119db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24080.2 + 1.1.0-beta.24101.1 From 763ea9e7e4c0714e9863147dfe5cb4f8b8f550fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 18:50:02 +0000 Subject: [PATCH 15/28] Update dependencies from https://github.com/dotnet/sdk build 20240201.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24101.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 10 +++++----- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3aaf05aa6..2e7b5a1b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 https://github.com/dotnet/test-templates @@ -141,9 +141,9 @@ 80003bb3f0516455a0046887aa169febf2c4d3a8 - + https://github.com/microsoft/vstest - fa9d5c94bd4311da4db7e48dd990484e7ad4b120 + 73d640131c4c120f3d865cfc91790dde49710e71 @@ -155,13 +155,13 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 25df00b64f0dc3cf47bcbbc99dc9ad384e74454a + 07fd5d51f25134ea3ab3620c66f6501a74df2921 - + https://github.com/nuget/nuget.client - 98b7d827d91c055fcaa77be7f34bf66811381b5a + f207cbb3530350f785d1b04014e15563cc9b5e03 diff --git a/eng/Versions.props b/eng/Versions.props index 98661ec66..142bef67e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24081.18 - 8.0.300-preview.24081.18 - 8.0.300-preview.24081.18 + 8.0.300-preview.24101.6 + 8.0.300-preview.24101.6 + 8.0.300-preview.24101.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -127,7 +127,7 @@ - 6.10.0-preview.1.17 + 6.10.0-preview.1.18 @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24080-03 + 17.10.0-preview-24081-04 8.0.0-alpha.1.22557.12 From 6409fc11b827f5cfb2ac6e058cfce8d252591b0f Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 30 Jan 2024 17:11:10 -0800 Subject: [PATCH 16/28] Fix the file rename --- .../{TestToSkipStableSDK.xml => TestsToSkipStableSDK.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/SdkTests/{TestToSkipStableSDK.xml => TestsToSkipStableSDK.xml} (100%) diff --git a/test/SdkTests/TestToSkipStableSDK.xml b/test/SdkTests/TestsToSkipStableSDK.xml similarity index 100% rename from test/SdkTests/TestToSkipStableSDK.xml rename to test/SdkTests/TestsToSkipStableSDK.xml From 700b78e1fdf8f25eb72243942f98d33263a74ca2 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 31 Jan 2024 14:47:44 -0800 Subject: [PATCH 17/28] add an additional test to disable --- test/SdkTests/TestsToSkipStableSDK.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/SdkTests/TestsToSkipStableSDK.xml b/test/SdkTests/TestsToSkipStableSDK.xml index d1138b370..550025aa6 100644 --- a/test/SdkTests/TestsToSkipStableSDK.xml +++ b/test/SdkTests/TestsToSkipStableSDK.xml @@ -185,6 +185,10 @@ Issue="" Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/> + From 084a85c6a729e689905da76295ff5fa53c4e0dd4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 21:58:06 +0000 Subject: [PATCH 18/28] Update dependencies from https://github.com/dotnet/sdk build 20240201.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24101.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e7b5a1b0..400778403 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 142bef67e..be79ee32f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24101.6 - 8.0.300-preview.24101.6 - 8.0.300-preview.24101.6 + 8.0.300-preview.24101.12 + 8.0.300-preview.24101.12 + 8.0.300-preview.24101.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 37cf51952c653bc584f5213e4b9b9cb6671d1a08 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 1 Feb 2024 16:42:38 -0800 Subject: [PATCH 19/28] Update the emscripten version and props to match version.detail.xml --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index be79ee32f..d2fd3da82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -249,8 +249,8 @@ 13.3.8825-net8-rc1 16.4.8825-net8-rc1 - 8.0.0 - $(MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportPackageVersion) + 8.0.1 + $(MicrosoftNETWorkloadEmscriptenCurrentManifest80100PackageVersion) 8.0.100$([System.Text.RegularExpressions.Regex]::Match($(EmscriptenWorkloadManifestVersion), `-rtm|-[A-z]*\.*\d*`)) From 9bec2bdbc56d0e406a5ba53f9835d274724d0986 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 2 Feb 2024 14:06:32 +0000 Subject: [PATCH 20/28] Update dependencies from https://github.com/dotnet/arcade-services build 20240202.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24101.1 -> To Version 1.1.0-beta.24102.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6ab51d1f1..af69f5bf0 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24101.1", + "version": "1.1.0-beta.24102.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 400778403..9c2eecbe9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - 2b98442571c24e1f66b33faf79001254b3243d5a + 53f2cd34bb9651afc9c23921723c19e9be09869d - + https://github.com/dotnet/arcade-services - 2b98442571c24e1f66b33faf79001254b3243d5a + 53f2cd34bb9651afc9c23921723c19e9be09869d https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d2fd3da82..5d4f8c2f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24101.1 + 1.1.0-beta.24102.1 From 19126d7654eaaea5dafe4ff3abbe8fbf02f11ba5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 2 Feb 2024 19:50:28 +0000 Subject: [PATCH 21/28] Update dependencies from https://github.com/dotnet/sdk build 20240202.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24101.12 -> To Version 8.0.300-preview.24102.5 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 12.8.300-beta.24080.5 -> To Version 12.8.300-beta.24101.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 400778403..befc13d0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 https://github.com/dotnet/test-templates @@ -132,18 +132,18 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf ac40bed7a33baf164d3984ca90c2aedba996a7b2 - + https://github.com/dotnet/fsharp - 80003bb3f0516455a0046887aa169febf2c4d3a8 + 052d1133c78aa5af36c8e100afb91b1b5fc478af - + https://github.com/dotnet/fsharp - 80003bb3f0516455a0046887aa169febf2c4d3a8 + 052d1133c78aa5af36c8e100afb91b1b5fc478af - + https://github.com/microsoft/vstest - 73d640131c4c120f3d865cfc91790dde49710e71 + edaf4ff11b2b706e88c74d870035d2025776ec06 diff --git a/eng/Versions.props b/eng/Versions.props index d2fd3da82..e57798311 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24101.12 - 8.0.300-preview.24101.12 - 8.0.300-preview.24101.12 + 8.0.300-preview.24102.5 + 8.0.300-preview.24102.5 + 8.0.300-preview.24102.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24081-04 + 17.10.0-preview-24101-03 8.0.0-alpha.1.22557.12 From 5b6defdd0f5f7814fa6fcb346685e36881c7711e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Feb 2024 14:00:04 +0000 Subject: [PATCH 22/28] Update dependencies from https://github.com/dotnet/arcade-services build 20240202.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24101.1 -> To Version 1.1.0-beta.24102.1 From f5a1158ea30ba4e798dacd4d2ec502fa96a17a34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 4 Feb 2024 06:36:30 +0000 Subject: [PATCH 23/28] Update dependencies from https://github.com/dotnet/sdk build 20240203.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24102.5 -> To Version 8.0.300-preview.24103.4 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d805f8ba9..5ac445d55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 6d97d3fea..4d4095913 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24102.5 - 8.0.300-preview.24102.5 - 8.0.300-preview.24102.5 + 8.0.300-preview.24103.4 + 8.0.300-preview.24103.4 + 8.0.300-preview.24103.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 62466c266b3e895c299f79dca7133e22ba336c10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Feb 2024 13:41:27 +0000 Subject: [PATCH 24/28] Update dependencies from https://github.com/dotnet/arcade-services build 20240205.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24102.1 -> To Version 1.1.0-beta.24105.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index af69f5bf0..4656bb04e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24102.1", + "version": "1.1.0-beta.24105.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ac445d55..cabaf89e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - 53f2cd34bb9651afc9c23921723c19e9be09869d + e6ae493a5e14abaee3677bd7d081260544e1cefb - + https://github.com/dotnet/arcade-services - 53f2cd34bb9651afc9c23921723c19e9be09869d + e6ae493a5e14abaee3677bd7d081260544e1cefb https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 4d4095913..929c61c42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24102.1 + 1.1.0-beta.24105.1 From 2184c8529e70c188523fceafa5e9ba328ea3d7fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Feb 2024 18:33:09 +0000 Subject: [PATCH 25/28] Update dependencies from https://github.com/dotnet/sdk build 20240205.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24103.4 -> To Version 8.0.300-preview.24105.2 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ac445d55..7d5a87ffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4d4095913..8f3d52a2e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24103.4 - 8.0.300-preview.24103.4 - 8.0.300-preview.24103.4 + 8.0.300-preview.24105.2 + 8.0.300-preview.24105.2 + 8.0.300-preview.24105.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c1149106dc5cc554d14a45418896c48cf7270209 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Feb 2024 21:19:31 +0000 Subject: [PATCH 26/28] Update dependencies from https://github.com/dotnet/sdk build 20240205.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24103.4 -> To Version 8.0.300-preview.24105.4 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24101-01 -> To Version 17.10.0-preview-24105-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d5a87ffd..b5a473980 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 07fd5d51f25134ea3ab3620c66f6501a74df2921 + bea6b4aebe6548d714ca643db9107162965b94d5 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 8f3d52a2e..4bc85f6fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24105.2 - 8.0.300-preview.24105.2 - 8.0.300-preview.24105.2 + 8.0.300-preview.24105.4 + 8.0.300-preview.24105.4 + 8.0.300-preview.24105.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 88ccb6c335d3ea6c82ff0f83497b3649031a3a91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Feb 2024 14:01:28 +0000 Subject: [PATCH 27/28] Update dependencies from https://github.com/dotnet/arcade-services build 20240205.3 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24105.1 -> To Version 1.1.0-beta.24105.3 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4656bb04e..5cd72c035 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24105.1", + "version": "1.1.0-beta.24105.3", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 218bf4deb..468f5778a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - e6ae493a5e14abaee3677bd7d081260544e1cefb + 7d6b01312a083686fb9228eae1ae569aa47fed65 - + https://github.com/dotnet/arcade-services - e6ae493a5e14abaee3677bd7d081260544e1cefb + 7d6b01312a083686fb9228eae1ae569aa47fed65 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 46b9ab047..3c2fc5a5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24105.1 + 1.1.0-beta.24105.3 From 3fd68863daf7cca0c93cbe9908c8f28398ed0824 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Feb 2024 03:11:24 +0000 Subject: [PATCH 28/28] Update dependencies from https://github.com/dotnet/sdk build 20240206.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24105.4 -> To Version 8.0.300-preview.24106.29 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Build From Version 17.10.0-preview-24101-03 -> To Version 17.10.0-preview-24106-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 218bf4deb..ca8c5498b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d https://github.com/dotnet/test-templates @@ -141,9 +141,9 @@ 052d1133c78aa5af36c8e100afb91b1b5fc478af - + https://github.com/microsoft/vstest - edaf4ff11b2b706e88c74d870035d2025776ec06 + 4e52655f318fbc1677b4274b3f0add42609be0df @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - bea6b4aebe6548d714ca643db9107162965b94d5 + 668b19903aec6334c05190cb336a10b9a9aba01f https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 46b9ab047..a83fc763a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24105.4 - 8.0.300-preview.24105.4 - 8.0.300-preview.24105.4 + 8.0.300-preview.24106.29 + 8.0.300-preview.24106.29 + 8.0.300-preview.24106.29 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24101-03 + 17.10.0-preview-24106-01 8.0.0-alpha.1.22557.12