From 1fcadde5b457d7c34688437835a1b43b6b54b9d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Dec 2022 13:27:45 +0000 Subject: [PATCH 01/67] Update dependencies from https://github.com/dotnet/arcade build 20221213.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22612.4 -> To Version 8.0.0-beta.22613.4 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22611.1 -> To Version 1.0.0-beta.22612.1 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4dae85344e22..314044c04b3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - cb37e1f67041bfc6484ec47525bda461606efe92 + 6ef9e132005430f2920e0c26128bf9ba15c7644e - + https://github.com/dotnet/arcade - cb37e1f67041bfc6484ec47525bda461606efe92 + 6ef9e132005430f2920e0c26128bf9ba15c7644e - + https://github.com/dotnet/arcade - cb37e1f67041bfc6484ec47525bda461606efe92 + 6ef9e132005430f2920e0c26128bf9ba15c7644e https://github.com/dotnet/arcade-services @@ -227,9 +227,9 @@ d047202874ad79d72c75b6354c0f8a9a12d1b054 - + https://github.com/dotnet/xliff-tasks - e3a6aaa38a3ad2284de2d50ff65ae4a8916db003 + 298643628f7a6565f937def980029a9f06405717 diff --git a/eng/Versions.props b/eng/Versions.props index c10156c9083e..e9a42eb7f73a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22612.4 + 8.0.0-beta.22613.4 diff --git a/global.json b/global.json index 07866ffa0bbe..f40364995964 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.22612.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22612.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22613.4", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22613.4" } } From 74e57164f2b582edc478e0a0066c021ae064e1ad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Dec 2022 13:28:38 +0000 Subject: [PATCH 02/67] Update dependencies from https://github.com/dotnet/arcade build 20221215.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22612.4 -> To Version 8.0.0-beta.22615.3 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22611.1 -> To Version 1.0.0-beta.22614.1 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- .../BuildConfiguration/build-configuration.json | 4 ++++ eng/common/templates/job/job.yml | 6 ++++++ global.json | 4 ++-- 5 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 eng/common/BuildConfiguration/build-configuration.json diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 314044c04b3d..2a0fff4dfce2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 6ef9e132005430f2920e0c26128bf9ba15c7644e + 5da4fd65d650129f1771e2fb55e296161b654b85 - + https://github.com/dotnet/arcade - 6ef9e132005430f2920e0c26128bf9ba15c7644e + 5da4fd65d650129f1771e2fb55e296161b654b85 - + https://github.com/dotnet/arcade - 6ef9e132005430f2920e0c26128bf9ba15c7644e + 5da4fd65d650129f1771e2fb55e296161b654b85 https://github.com/dotnet/arcade-services @@ -227,9 +227,9 @@ d047202874ad79d72c75b6354c0f8a9a12d1b054 - + https://github.com/dotnet/xliff-tasks - 298643628f7a6565f937def980029a9f06405717 + 154c8a905b47c5c127b7fca905c0c407a1329470 diff --git a/eng/Versions.props b/eng/Versions.props index e9a42eb7f73a..69779e144b68 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22613.4 + 8.0.0-beta.22615.3 diff --git a/eng/common/BuildConfiguration/build-configuration.json b/eng/common/BuildConfiguration/build-configuration.json new file mode 100644 index 000000000000..3d1cc89894c9 --- /dev/null +++ b/eng/common/BuildConfiguration/build-configuration.json @@ -0,0 +1,4 @@ +{ + "RetryCountLimit": 1, + "RetryByAnyError": false +} diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 9f55d3f46660..0549e4c71ce3 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -24,6 +24,7 @@ parameters: enablePublishBuildAssets: false enablePublishTestResults: false enablePublishUsingPipelines: false + enableBuildRetry: false disableComponentGovernance: false componentGovernanceIgnoreDirectories: '' mergeTestResults: false @@ -228,3 +229,8 @@ jobs: BuildDropPath: ${{ parameters.buildDropPath }} IgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }} + - ${{ if eq(parameters.enableBuildRetry, 'true') }}: + - publish: $(Build.SourcesDirectory)\eng\common\BuildConfiguration + artifact: BuildConfiguration + displayName: Publish build retry configuration + continueOnError: true diff --git a/global.json b/global.json index f40364995964..c8528d9af170 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.22613.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22613.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22615.3", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22615.3" } } From 225955fd3aecf208f17bf8ccd31e41307241aef7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Dec 2022 05:16:48 +0000 Subject: [PATCH 03/67] Update dependencies from https://github.com/dotnet/sdk build 20221218.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22618.1 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.5.0-beta.22612.4 -> To Version 12.5.0-beta.22616.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 d343831e7eae..ed572a2ae889 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 99c01747309cac187b8999f23291555b1607337c + 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 - + https://github.com/dotnet/sdk - 99c01747309cac187b8999f23291555b1607337c + 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 - + https://github.com/dotnet/sdk - 99c01747309cac187b8999f23291555b1607337c + 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 - + https://github.com/dotnet/sdk - 99c01747309cac187b8999f23291555b1607337c + 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 @@ -128,13 +128,13 @@ https://github.com/dotnet/wpf ca0aecdb68840ba5d66ade7414e0ad5ee0cd73a5 - + https://github.com/dotnet/fsharp - 3130e06ce88bc3d6171f5127cdb9972e776af911 + 1c1ccfdc7c7bbd44ca4aac6d7efcc09f1fd1f5d8 - + https://github.com/dotnet/fsharp - 3130e06ce88bc3d6171f5127cdb9972e776af911 + 1c1ccfdc7c7bbd44ca4aac6d7efcc09f1fd1f5d8 diff --git a/eng/Versions.props b/eng/Versions.props index b23660bfbea1..78c391ad11eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22615.13 - 8.0.100-alpha.1.22615.13 - 8.0.100-alpha.1.22615.13 + 8.0.100-alpha.1.22618.1 + 8.0.100-alpha.1.22618.1 + 8.0.100-alpha.1.22618.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8301dd285cdc63c350f8a512ba16eeea23151bbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Dec 2022 09:26:19 +0000 Subject: [PATCH 04/67] Update dependencies from https://github.com/dotnet/sdk build 20221219.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22619.1 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 12.5.0-beta.22612.4 -> To Version 12.5.0-beta.22616.1 (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 ed572a2ae889..d0d5999712bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 + f533a999a7f90049570f97bb2d354ed9f6236df6 - + https://github.com/dotnet/sdk - 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 + f533a999a7f90049570f97bb2d354ed9f6236df6 - + https://github.com/dotnet/sdk - 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 + f533a999a7f90049570f97bb2d354ed9f6236df6 - + https://github.com/dotnet/sdk - 21cb8f2634fbc5b5f48a29d1e3744f66594b0d41 + f533a999a7f90049570f97bb2d354ed9f6236df6 @@ -137,9 +137,9 @@ 1c1ccfdc7c7bbd44ca4aac6d7efcc09f1fd1f5d8 - + https://github.com/microsoft/vstest - d7b66728d22dd5cdee5fb1e2bc385f9f2cd03171 + 1dbe541fd5dbb1df4fd245e8fef1b2807a578f37 diff --git a/eng/Versions.props b/eng/Versions.props index 78c391ad11eb..9f1faac71027 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22618.1 - 8.0.100-alpha.1.22618.1 - 8.0.100-alpha.1.22618.1 + 8.0.100-alpha.1.22619.1 + 8.0.100-alpha.1.22619.1 + 8.0.100-alpha.1.22619.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -187,7 +187,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221214-01 + 17.6.0-preview-20221216-02 8.0.0-alpha.1.22557.12 From 689e456eae567e77601e7005e1c2b3f94f9eef07 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Dec 2022 10:37:10 +0000 Subject: [PATCH 05/67] Update dependencies from https://github.com/dotnet/sdk build 20221219.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22619.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d0d5999712bf..76121a80fa01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - c3b86bdbd46ba1dcb6d59b5c92120636065d9ebb + 822c243c6a90148c3341604b486e06ca39819fd6 - + https://github.com/dotnet/windowsdesktop - c3b86bdbd46ba1dcb6d59b5c92120636065d9ebb + 822c243c6a90148c3341604b486e06ca39819fd6 - + https://github.com/dotnet/windowsdesktop - c3b86bdbd46ba1dcb6d59b5c92120636065d9ebb + 822c243c6a90148c3341604b486e06ca39819fd6 - + https://github.com/dotnet/windowsdesktop - c3b86bdbd46ba1dcb6d59b5c92120636065d9ebb + 822c243c6a90148c3341604b486e06ca39819fd6 https://github.com/dotnet/runtime @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - f533a999a7f90049570f97bb2d354ed9f6236df6 + 59322989ddf3acb970b0cf43303d1b78ff80975a - + https://github.com/dotnet/sdk - f533a999a7f90049570f97bb2d354ed9f6236df6 + 59322989ddf3acb970b0cf43303d1b78ff80975a - + https://github.com/dotnet/sdk - f533a999a7f90049570f97bb2d354ed9f6236df6 + 59322989ddf3acb970b0cf43303d1b78ff80975a - + https://github.com/dotnet/sdk - f533a999a7f90049570f97bb2d354ed9f6236df6 + 59322989ddf3acb970b0cf43303d1b78ff80975a diff --git a/eng/Versions.props b/eng/Versions.props index 9f1faac71027..342bae947cf2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22619.1 - 8.0.100-alpha.1.22619.1 - 8.0.100-alpha.1.22619.1 + 8.0.100-alpha.1.22619.3 + 8.0.100-alpha.1.22619.3 + 8.0.100-alpha.1.22619.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -94,10 +94,10 @@ - 8.0.0-alpha.1.22614.1 - 8.0.0-alpha.1.22614.1 - 8.0.0-alpha.1.22614.1 - 8.0.0-alpha.1.22614.1 + 8.0.0-alpha.1.22616.1 + 8.0.0-alpha.1.22616.1 + 8.0.0-alpha.1.22616.1 + 8.0.0-alpha.1.22616.1 From 42da63e41b5bc0d48be2f1c16ac3b60da9c495a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Dec 2022 13:24:28 +0000 Subject: [PATCH 06/67] Update dependencies from https://github.com/dotnet/arcade build 20221216.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22612.4 -> To Version 8.0.0-beta.22616.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22611.1 -> To Version 1.0.0-beta.22614.1 (parent: Microsoft.DotNet.Arcade.Sdk --- 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 2a0fff4dfce2..396c41fb641d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 5da4fd65d650129f1771e2fb55e296161b654b85 + 57ba56de330e50f9012493b8ba24818e24ec7817 - + https://github.com/dotnet/arcade - 5da4fd65d650129f1771e2fb55e296161b654b85 + 57ba56de330e50f9012493b8ba24818e24ec7817 - + https://github.com/dotnet/arcade - 5da4fd65d650129f1771e2fb55e296161b654b85 + 57ba56de330e50f9012493b8ba24818e24ec7817 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 69779e144b68..88bbe5e153dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22615.3 + 8.0.0-beta.22616.1 diff --git a/global.json b/global.json index c8528d9af170..7b93ff93b61d 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.22615.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22615.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22616.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22616.1" } } From a9109fa7e9f3d9b7458ec7510f9675cb2dc97336 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Dec 2022 23:09:18 +0000 Subject: [PATCH 07/67] Update dependencies from https://github.com/dotnet/sdk build 20221219.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22619.5 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.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 20 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 76121a80fa01..1c10f9948a4d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop 822c243c6a90148c3341604b486e06ca39819fd6 - + https://github.com/dotnet/runtime - 1a37caf773a3b857ccff49a31be3333d4fdc491f + 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 - + https://github.com/dotnet/runtime - 1a37caf773a3b857ccff49a31be3333d4fdc491f + 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 - + https://github.com/dotnet/runtime - 1a37caf773a3b857ccff49a31be3333d4fdc491f + 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 - + https://github.com/dotnet/runtime - 1a37caf773a3b857ccff49a31be3333d4fdc491f + 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 - + https://github.com/dotnet/runtime - 1a37caf773a3b857ccff49a31be3333d4fdc491f + 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 - + https://github.com/dotnet/runtime - 1a37caf773a3b857ccff49a31be3333d4fdc491f + 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 1a37caf773a3b857ccff49a31be3333d4fdc491f + 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 https://github.com/dotnet/aspnetcore @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 59322989ddf3acb970b0cf43303d1b78ff80975a + ac93651d8a42519c8dae60845f0536cc12372378 - + https://github.com/dotnet/sdk - 59322989ddf3acb970b0cf43303d1b78ff80975a + ac93651d8a42519c8dae60845f0536cc12372378 - + https://github.com/dotnet/sdk - 59322989ddf3acb970b0cf43303d1b78ff80975a + ac93651d8a42519c8dae60845f0536cc12372378 - + https://github.com/dotnet/sdk - 59322989ddf3acb970b0cf43303d1b78ff80975a + ac93651d8a42519c8dae60845f0536cc12372378 diff --git a/eng/Versions.props b/eng/Versions.props index 342bae947cf2..7850e489f6cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,25 +71,25 @@ - 8.0.100-alpha.1.22619.3 - 8.0.100-alpha.1.22619.3 - 8.0.100-alpha.1.22619.3 + 8.0.100-alpha.1.22619.5 + 8.0.100-alpha.1.22619.5 + 8.0.100-alpha.1.22619.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22605.1 + 8.0.0-alpha.1.22619.2 - 8.0.0-alpha.1.22605.1 - 8.0.0-alpha.1.22605.1 - 8.0.0-alpha.1.22605.1 - 8.0.0-alpha.1.22605.1 - 8.0.0-alpha.1.22605.1 - 8.0.0-alpha.1.22605.1 + 8.0.0-alpha.1.22619.2 + 8.0.0-alpha.1.22619.2 + 8.0.0-alpha.1.22619.2 + 8.0.0-alpha.1.22619.2 + 8.0.0-alpha.1.22619.2 + 8.0.0-alpha.1.22619.2 2.1.0 From 3f11bfd2fd2b97b9b6d79b48fdcea83fbefdec5f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Dec 2022 06:51:09 +0000 Subject: [PATCH 08/67] Update dependencies from https://github.com/dotnet/sdk build 20221219.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22619.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.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.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 1c10f9948a4d..f5e3ef36ab27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - ac93651d8a42519c8dae60845f0536cc12372378 + 97450885f4295f4aad9806f7fecbf281f3e4f540 - + https://github.com/dotnet/sdk - ac93651d8a42519c8dae60845f0536cc12372378 + 97450885f4295f4aad9806f7fecbf281f3e4f540 - + https://github.com/dotnet/sdk - ac93651d8a42519c8dae60845f0536cc12372378 + 97450885f4295f4aad9806f7fecbf281f3e4f540 - + https://github.com/dotnet/sdk - ac93651d8a42519c8dae60845f0536cc12372378 + 97450885f4295f4aad9806f7fecbf281f3e4f540 diff --git a/eng/Versions.props b/eng/Versions.props index 7850e489f6cc..0073954aa24e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22619.5 - 8.0.100-alpha.1.22619.5 - 8.0.100-alpha.1.22619.5 + 8.0.100-alpha.1.22619.6 + 8.0.100-alpha.1.22619.6 + 8.0.100-alpha.1.22619.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c7b36a427abbc1ccb71ae2e26017bbdb8c019511 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Dec 2022 07:43:12 +0000 Subject: [PATCH 09/67] Update dependencies from https://github.com/dotnet/sdk build 20221219.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22619.8 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.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.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 f5e3ef36ab27..454c9e2278f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 97450885f4295f4aad9806f7fecbf281f3e4f540 + f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 - + https://github.com/dotnet/sdk - 97450885f4295f4aad9806f7fecbf281f3e4f540 + f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 - + https://github.com/dotnet/sdk - 97450885f4295f4aad9806f7fecbf281f3e4f540 + f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 - + https://github.com/dotnet/sdk - 97450885f4295f4aad9806f7fecbf281f3e4f540 + f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 diff --git a/eng/Versions.props b/eng/Versions.props index 0073954aa24e..51d462b1cf48 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22619.6 - 8.0.100-alpha.1.22619.6 - 8.0.100-alpha.1.22619.6 + 8.0.100-alpha.1.22619.8 + 8.0.100-alpha.1.22619.8 + 8.0.100-alpha.1.22619.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7ab8ce92fbcc641ff50326f3afbe995208f02957 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Dec 2022 10:03:43 +0000 Subject: [PATCH 10/67] Update dependencies from https://github.com/dotnet/sdk build 20221220.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22620.1 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.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.1 (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 454c9e2278f0..ffcafa678d92 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 + 42df47acffd1c047c6c26fafa6d7beda97a31382 - + https://github.com/dotnet/sdk - f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 + 42df47acffd1c047c6c26fafa6d7beda97a31382 - + https://github.com/dotnet/sdk - f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 + 42df47acffd1c047c6c26fafa6d7beda97a31382 - + https://github.com/dotnet/sdk - f49ca608ed1d86a67e2920c4fd14ae450d7e4c74 + 42df47acffd1c047c6c26fafa6d7beda97a31382 @@ -142,9 +142,9 @@ 1dbe541fd5dbb1df4fd245e8fef1b2807a578f37 - + https://github.com/dotnet/linker - 2db841fc5f6bc7592b66ffe3bd0e1c888d022f93 + 7a613cd550199d78d439ac374e1c10bb26aaca17 linker diff --git a/eng/Versions.props b/eng/Versions.props index 51d462b1cf48..b4108b5c8ad0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22619.8 - 8.0.100-alpha.1.22619.8 - 8.0.100-alpha.1.22619.8 + 8.0.100-alpha.1.22620.1 + 8.0.100-alpha.1.22620.1 + 8.0.100-alpha.1.22620.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From afdcdf7a264792c5f33685ce1847eaad18e31107 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Dec 2022 11:29:39 +0000 Subject: [PATCH 11/67] Update dependencies from https://github.com/dotnet/sdk build 20221220.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22620.2 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.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.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 ffcafa678d92..aa8a55dc3897 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 42df47acffd1c047c6c26fafa6d7beda97a31382 + b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 - + https://github.com/dotnet/sdk - 42df47acffd1c047c6c26fafa6d7beda97a31382 + b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 - + https://github.com/dotnet/sdk - 42df47acffd1c047c6c26fafa6d7beda97a31382 + b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 - + https://github.com/dotnet/sdk - 42df47acffd1c047c6c26fafa6d7beda97a31382 + b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 diff --git a/eng/Versions.props b/eng/Versions.props index b4108b5c8ad0..b43dba1fdab4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22620.1 - 8.0.100-alpha.1.22620.1 - 8.0.100-alpha.1.22620.1 + 8.0.100-alpha.1.22620.2 + 8.0.100-alpha.1.22620.2 + 8.0.100-alpha.1.22620.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 91141becd51d1e5e325c795a76596403ee276759 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Dec 2022 22:33:27 +0000 Subject: [PATCH 12/67] Update dependencies from https://github.com/dotnet/sdk build 20221220.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22620.4 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.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 20 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa8a55dc3897..2cf860d4ba61 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 - + https://github.com/dotnet/aspnetcore - 232ec2e3a48b0c1f60dd02617891ca84b87aa9bf + 589aa11b5c631ce719e0530d66be8324a6d79169 - + https://github.com/dotnet/aspnetcore - 232ec2e3a48b0c1f60dd02617891ca84b87aa9bf + 589aa11b5c631ce719e0530d66be8324a6d79169 - + https://github.com/dotnet/aspnetcore - 232ec2e3a48b0c1f60dd02617891ca84b87aa9bf + 589aa11b5c631ce719e0530d66be8324a6d79169 - + https://github.com/dotnet/aspnetcore - 232ec2e3a48b0c1f60dd02617891ca84b87aa9bf + 589aa11b5c631ce719e0530d66be8324a6d79169 - + https://github.com/dotnet/aspnetcore - 232ec2e3a48b0c1f60dd02617891ca84b87aa9bf + 589aa11b5c631ce719e0530d66be8324a6d79169 - + https://github.com/dotnet/aspnetcore - 232ec2e3a48b0c1f60dd02617891ca84b87aa9bf + 589aa11b5c631ce719e0530d66be8324a6d79169 - + https://github.com/dotnet/aspnetcore - 232ec2e3a48b0c1f60dd02617891ca84b87aa9bf + 589aa11b5c631ce719e0530d66be8324a6d79169 https://github.com/dotnet/test-templates @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 + ce9cb7730f4cf9ce07218efb632a0276af92c1a9 - + https://github.com/dotnet/sdk - b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 + ce9cb7730f4cf9ce07218efb632a0276af92c1a9 - + https://github.com/dotnet/sdk - b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 + ce9cb7730f4cf9ce07218efb632a0276af92c1a9 - + https://github.com/dotnet/sdk - b3fdf3020e6f01806dafbcfc5912d2ac34a32a58 + ce9cb7730f4cf9ce07218efb632a0276af92c1a9 diff --git a/eng/Versions.props b/eng/Versions.props index b43dba1fdab4..65e9111d0005 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,22 +58,22 @@ - 8.0.0-alpha.1.22615.1 - 8.0.0-alpha.1.22615.1 - 8.0.0-alpha.1.22615.1 - 8.0.0-alpha.1.22615.1 - 8.0.0-alpha.1.22615.1 - 8.0.0-alpha.1.22615.1 - 8.0.0-alpha.1.22615.1 + 8.0.0-alpha.1.22620.2 + 8.0.0-alpha.1.22620.2 + 8.0.0-alpha.1.22620.2 + 8.0.0-alpha.1.22620.2 + 8.0.0-alpha.1.22620.2 + 8.0.0-alpha.1.22620.2 + 8.0.0-alpha.1.22620.2 0.2.0 - 8.0.100-alpha.1.22620.2 - 8.0.100-alpha.1.22620.2 - 8.0.100-alpha.1.22620.2 + 8.0.100-alpha.1.22620.4 + 8.0.100-alpha.1.22620.4 + 8.0.100-alpha.1.22620.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3531253967f551da79d6e0ad911eb94d7cf17c00 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Dec 2022 03:21:32 +0000 Subject: [PATCH 13/67] Update dependencies from https://github.com/dotnet/sdk build 20221220.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22620.5 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.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.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 2cf860d4ba61..34bc59a78bd8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - ce9cb7730f4cf9ce07218efb632a0276af92c1a9 + 7663c1f4d5896acfb71067be3fb9510be7bde4f1 - + https://github.com/dotnet/sdk - ce9cb7730f4cf9ce07218efb632a0276af92c1a9 + 7663c1f4d5896acfb71067be3fb9510be7bde4f1 - + https://github.com/dotnet/sdk - ce9cb7730f4cf9ce07218efb632a0276af92c1a9 + 7663c1f4d5896acfb71067be3fb9510be7bde4f1 - + https://github.com/dotnet/sdk - ce9cb7730f4cf9ce07218efb632a0276af92c1a9 + 7663c1f4d5896acfb71067be3fb9510be7bde4f1 diff --git a/eng/Versions.props b/eng/Versions.props index 65e9111d0005..dd8220574cf6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22620.4 - 8.0.100-alpha.1.22620.4 - 8.0.100-alpha.1.22620.4 + 8.0.100-alpha.1.22620.5 + 8.0.100-alpha.1.22620.5 + 8.0.100-alpha.1.22620.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5e148ecdf45da28adb69b6212d8fafef27e45e05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Dec 2022 06:07:25 +0000 Subject: [PATCH 14/67] Update dependencies from https://github.com/dotnet/sdk build 20221220.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22620.7 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.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22616.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 34bc59a78bd8..4ba1016b87a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 7663c1f4d5896acfb71067be3fb9510be7bde4f1 + 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b - + https://github.com/dotnet/sdk - 7663c1f4d5896acfb71067be3fb9510be7bde4f1 + 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b - + https://github.com/dotnet/sdk - 7663c1f4d5896acfb71067be3fb9510be7bde4f1 + 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b - + https://github.com/dotnet/sdk - 7663c1f4d5896acfb71067be3fb9510be7bde4f1 + 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b @@ -137,9 +137,9 @@ 1c1ccfdc7c7bbd44ca4aac6d7efcc09f1fd1f5d8 - + https://github.com/microsoft/vstest - 1dbe541fd5dbb1df4fd245e8fef1b2807a578f37 + 6710cdf0419bccc782090b37940d19462a649b75 @@ -153,14 +153,14 @@ c80d6495d55ebbd64372755d236d0e5971b2dfc7 - + https://github.com/dotnet/msbuild - eb5ebc23a99af31731a6b6c403ceda0b44aa9966 + a6f6699d1f70bf79db82030938d2c5e52d1e4d2e - + https://github.com/nuget/nuget.client - 0e7accb78d0df80cda1bffbcf1d522945e8a1112 + dccbd304b11103e08b97abf4cf4bcc1499d9235a diff --git a/eng/Versions.props b/eng/Versions.props index dd8220574cf6..bc0fe200f4e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22620.5 - 8.0.100-alpha.1.22620.5 - 8.0.100-alpha.1.22620.5 + 8.0.100-alpha.1.22620.7 + 8.0.100-alpha.1.22620.7 + 8.0.100-alpha.1.22620.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -187,7 +187,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.6.0-preview-20221216-02 + 17.6.0-preview-20221219-02 8.0.0-alpha.1.22557.12 From f4ef602ff03503665d981b8774f56248739c8524 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Dec 2022 08:56:38 +0000 Subject: [PATCH 15/67] Update dependencies from https://github.com/dotnet/sdk build 20221221.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22621.1 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.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22619.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4ba1016b87a3..38a6fdfe8605 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 822c243c6a90148c3341604b486e06ca39819fd6 + 1ceaea618eb31db25b18963d2fd1a342e689b840 - + https://github.com/dotnet/windowsdesktop - 822c243c6a90148c3341604b486e06ca39819fd6 + 1ceaea618eb31db25b18963d2fd1a342e689b840 - + https://github.com/dotnet/windowsdesktop - 822c243c6a90148c3341604b486e06ca39819fd6 + 1ceaea618eb31db25b18963d2fd1a342e689b840 - + https://github.com/dotnet/windowsdesktop - 822c243c6a90148c3341604b486e06ca39819fd6 + 1ceaea618eb31db25b18963d2fd1a342e689b840 https://github.com/dotnet/runtime @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b + 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b - + https://github.com/dotnet/sdk - 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b + 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b - + https://github.com/dotnet/sdk - 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b + 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b - + https://github.com/dotnet/sdk - 57b405c6e0cf1cf4d1d9be2b533c797579ebec9b + 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b diff --git a/eng/Versions.props b/eng/Versions.props index bc0fe200f4e5..aa50ef5ea847 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22620.7 - 8.0.100-alpha.1.22620.7 - 8.0.100-alpha.1.22620.7 + 8.0.100-alpha.1.22621.1 + 8.0.100-alpha.1.22621.1 + 8.0.100-alpha.1.22621.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -94,10 +94,10 @@ - 8.0.0-alpha.1.22616.1 - 8.0.0-alpha.1.22616.1 - 8.0.0-alpha.1.22616.1 - 8.0.0-alpha.1.22616.1 + 8.0.0-alpha.1.22619.1 + 8.0.0-alpha.1.22619.1 + 8.0.0-alpha.1.22619.1 + 8.0.0-alpha.1.22619.1 From cc9549f5920bc996de2ea462b09f16c5f025145a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Dec 2022 10:04:09 +0000 Subject: [PATCH 16/67] Update dependencies from https://github.com/dotnet/sdk build 20221221.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22621.2 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.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22619.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 20 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 38a6fdfe8605..cd73267381b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop 1ceaea618eb31db25b18963d2fd1a342e689b840 - + https://github.com/dotnet/runtime - 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 + 551a44dbe9895c91d9b8bbc9205b57816f070b9c - + https://github.com/dotnet/runtime - 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 + 551a44dbe9895c91d9b8bbc9205b57816f070b9c - + https://github.com/dotnet/runtime - 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 + 551a44dbe9895c91d9b8bbc9205b57816f070b9c - + https://github.com/dotnet/runtime - 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 + 551a44dbe9895c91d9b8bbc9205b57816f070b9c - + https://github.com/dotnet/runtime - 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 + 551a44dbe9895c91d9b8bbc9205b57816f070b9c - + https://github.com/dotnet/runtime - 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 + 551a44dbe9895c91d9b8bbc9205b57816f070b9c @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 62013d86608b1f8923bf9bd901bb4c8ced7b20a9 + 551a44dbe9895c91d9b8bbc9205b57816f070b9c https://github.com/dotnet/aspnetcore @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b + 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 - + https://github.com/dotnet/sdk - 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b + 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 - + https://github.com/dotnet/sdk - 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b + 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 - + https://github.com/dotnet/sdk - 73251a8646e9d64ab4cc6abec6eccfcd9b27ee8b + 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 diff --git a/eng/Versions.props b/eng/Versions.props index aa50ef5ea847..ab9b28ed5a36 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,25 +71,25 @@ - 8.0.100-alpha.1.22621.1 - 8.0.100-alpha.1.22621.1 - 8.0.100-alpha.1.22621.1 + 8.0.100-alpha.1.22621.2 + 8.0.100-alpha.1.22621.2 + 8.0.100-alpha.1.22621.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22619.2 + 8.0.0-alpha.1.22619.5 - 8.0.0-alpha.1.22619.2 - 8.0.0-alpha.1.22619.2 - 8.0.0-alpha.1.22619.2 - 8.0.0-alpha.1.22619.2 - 8.0.0-alpha.1.22619.2 - 8.0.0-alpha.1.22619.2 + 8.0.0-alpha.1.22619.5 + 8.0.0-alpha.1.22619.5 + 8.0.0-alpha.1.22619.5 + 8.0.0-alpha.1.22619.5 + 8.0.0-alpha.1.22619.5 + 8.0.0-alpha.1.22619.5 2.1.0 From d14517717b2aa5e051d09019a477f15027876222 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Dec 2022 11:06:00 +0000 Subject: [PATCH 17/67] Update dependencies from https://github.com/dotnet/sdk build 20221221.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22621.4 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.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22619.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 cd73267381b9..9a05b292ff07 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 + fee420f0c93e47cb021fe1d4aa52a12bd54070fa - + https://github.com/dotnet/sdk - 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 + fee420f0c93e47cb021fe1d4aa52a12bd54070fa - + https://github.com/dotnet/sdk - 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 + fee420f0c93e47cb021fe1d4aa52a12bd54070fa - + https://github.com/dotnet/sdk - 8d892b8f18ae93d4ba8f131fb00386bd38e89de9 + fee420f0c93e47cb021fe1d4aa52a12bd54070fa diff --git a/eng/Versions.props b/eng/Versions.props index ab9b28ed5a36..a2db9953a1c9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22621.2 - 8.0.100-alpha.1.22621.2 - 8.0.100-alpha.1.22621.2 + 8.0.100-alpha.1.22621.4 + 8.0.100-alpha.1.22621.4 + 8.0.100-alpha.1.22621.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6c00c4cba56cc0454773fc3a8805ddcf98d19547 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Dec 2022 12:02:10 +0000 Subject: [PATCH 18/67] Update dependencies from https://github.com/dotnet/sdk build 20221221.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22615.13 -> To Version 8.0.100-alpha.1.22621.5 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.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22619.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 9a05b292ff07..fe64ff8bedcc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - fee420f0c93e47cb021fe1d4aa52a12bd54070fa + 81a5a3fc370486fb1de3a9fb53a4d8bbc1e35580 - + https://github.com/dotnet/sdk - fee420f0c93e47cb021fe1d4aa52a12bd54070fa + 81a5a3fc370486fb1de3a9fb53a4d8bbc1e35580 - + https://github.com/dotnet/sdk - fee420f0c93e47cb021fe1d4aa52a12bd54070fa + 81a5a3fc370486fb1de3a9fb53a4d8bbc1e35580 - + https://github.com/dotnet/sdk - fee420f0c93e47cb021fe1d4aa52a12bd54070fa + 81a5a3fc370486fb1de3a9fb53a4d8bbc1e35580 diff --git a/eng/Versions.props b/eng/Versions.props index a2db9953a1c9..af5daab3a429 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 8.0.100-alpha.1.22621.4 - 8.0.100-alpha.1.22621.4 - 8.0.100-alpha.1.22621.4 + 8.0.100-alpha.1.22621.5 + 8.0.100-alpha.1.22621.5 + 8.0.100-alpha.1.22621.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e1050f78a6577fcf7f11c27b1d3f411acef45523 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 21 Dec 2022 13:25:47 +0100 Subject: [PATCH 19/67] Update ProjectBuildTests.cs --- test/EndToEnd/ProjectBuildTests.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 7a643ff47581..0ea47598941b 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -388,19 +388,6 @@ private static string DetectExpectedDefaultFramework(string template = "") int latestMajorVersion = runtimeFolders.Select(folder => int.Parse(Path.GetFileName(folder).Split('.').First())).Max(); if (latestMajorVersion == 8) { - // Return net7.0 for templates that don't support - // net8.0 yet. - if (template.StartsWith("blazor") - || template.StartsWith("mvc") - || template.StartsWith("web") - || template.StartsWith("worker") - || template.StartsWith("razor") - || template.StartsWith("grpc") - || template.StartsWith("angular") - || template.StartsWith("react")) - { - return "net7.0"; - } return $"net{latestMajorVersion}.0"; } From f4d211bb33e79f8f60d30c6a3b6025242638f388 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Dec 2022 13:28:35 +0000 Subject: [PATCH 20/67] Update dependencies from https://github.com/dotnet/arcade build 20221220.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22612.4 -> To Version 8.0.0-beta.22620.3 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22611.1 -> To Version 1.0.0-beta.22619.2 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++--- eng/Versions.props | 2 +- eng/common/native/init-compiler.sh | 81 +++++++++++------------- eng/common/templates/job/onelocbuild.yml | 14 ++-- global.json | 4 +- 5 files changed, 56 insertions(+), 61 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 396c41fb641d..4a4be8de3b90 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 57ba56de330e50f9012493b8ba24818e24ec7817 + 0cc119808e4affdda4b02cb81153de27bce9202e - + https://github.com/dotnet/arcade - 57ba56de330e50f9012493b8ba24818e24ec7817 + 0cc119808e4affdda4b02cb81153de27bce9202e - + https://github.com/dotnet/arcade - 57ba56de330e50f9012493b8ba24818e24ec7817 + 0cc119808e4affdda4b02cb81153de27bce9202e https://github.com/dotnet/arcade-services @@ -227,9 +227,9 @@ d047202874ad79d72c75b6354c0f8a9a12d1b054 - + https://github.com/dotnet/xliff-tasks - 154c8a905b47c5c127b7fca905c0c407a1329470 + b4c3889cd71097652c63ccbdbc17ef1bbfa7e95d diff --git a/eng/Versions.props b/eng/Versions.props index 88bbe5e153dc..f19b60e6cf59 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22616.1 + 8.0.0-beta.22620.3 diff --git a/eng/common/native/init-compiler.sh b/eng/common/native/init-compiler.sh index 292ebb653586..c670cb796892 100644 --- a/eng/common/native/init-compiler.sh +++ b/eng/common/native/init-compiler.sh @@ -1,30 +1,25 @@ -#!/usr/bin/env bash +#!/bin/sh # # This file detects the C/C++ compiler and exports it to the CC/CXX environment variables # # NOTE: some scripts source this file and rely on stdout being empty, make sure to not output anything here! -if [[ "$#" -lt 3 ]]; then +if [ -z "$build_arch" ] || [ -z "$compiler" ]; then echo "Usage..." - echo "init-compiler.sh