From c4ec1f6724b24cbba9057e5389b5b2b686b04d60 Mon Sep 17 00:00:00 2001 From: Rahul Bhandari Date: Thu, 17 Feb 2022 10:44:51 -0800 Subject: [PATCH 001/501] Create snapcraft.yaml --- src/snaps/dotnet-sdk-7.0/snap/snapcraft.yaml | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/snaps/dotnet-sdk-7.0/snap/snapcraft.yaml diff --git a/src/snaps/dotnet-sdk-7.0/snap/snapcraft.yaml b/src/snaps/dotnet-sdk-7.0/snap/snapcraft.yaml new file mode 100644 index 000000000..5463efd62 --- /dev/null +++ b/src/snaps/dotnet-sdk-7.0/snap/snapcraft.yaml @@ -0,0 +1,38 @@ +name: dotnet-sdk +version: 7.0.100-preview.1.22110.4 +summary: Cross-Platform .NET Core SDK +description: | + .NET Core SDK. https://dot.net/core. + +grade: stable +confinement: classic + +apps: + dotnet: + command: dotnet + +base: core18 + +parts: + dotnet-sdk: + plugin: dump + source: https://download.visualstudio.microsoft.com/download/pr/1af9d3c3-a20e-400c-abe5-3d80dec7b63b/803f8dc5cf21fb28245aba71a7fdbc05/dotnet-sdk-7.0.100-preview.1.22110.4-linux-x64.tar.gz + source-checksum: sha512/54488a911172f059e3823d6bf52e1fa87305eb09e84d97f81a40e0815fc8a73a480b149023283f557a672ef0341f022b8ca16ebec92264ee16a56fac8f35e2e2 + stage-packages: + - libicu60 + - libc6 + - libgcc1 + - libstdc++6 + - libssl1.0.0 + - libcurl3 + - libgssapi-krb5-2 + - zlib1g + - lldb + - libunwind8 + - libtinfo5 + - liblttng-ust0 + - liburcu6 + + runtime-wrapper: + plugin: dump + source: . From 96da39d3821b7fe8d87c9f4b9b5f3d3eb4e98444 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 15 Aug 2022 23:35:24 +0000 Subject: [PATCH 002/501] Update dependencies from https://github.com/dotnet/sdk build 20220815.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22415.4 -> To Version 7.0.100-rc.1.22415.27 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks From Version 7.0.0-rc.1.22415.2 -> To Version 7.0.0-rc.1.22415.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f389b3cba..d1e7f2dfc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - d3b7623a90d79719c0efe5fa0098f698176efa16 + 0438e7ec04808230c67b00caa3d584bd2b991f57 - + https://github.com/dotnet/aspnetcore - d3b7623a90d79719c0efe5fa0098f698176efa16 + 0438e7ec04808230c67b00caa3d584bd2b991f57 - + https://github.com/dotnet/aspnetcore - d3b7623a90d79719c0efe5fa0098f698176efa16 + 0438e7ec04808230c67b00caa3d584bd2b991f57 - + https://github.com/dotnet/aspnetcore - d3b7623a90d79719c0efe5fa0098f698176efa16 + 0438e7ec04808230c67b00caa3d584bd2b991f57 - + https://github.com/dotnet/aspnetcore - d3b7623a90d79719c0efe5fa0098f698176efa16 + 0438e7ec04808230c67b00caa3d584bd2b991f57 - + https://github.com/dotnet/aspnetcore - d3b7623a90d79719c0efe5fa0098f698176efa16 + 0438e7ec04808230c67b00caa3d584bd2b991f57 - + https://github.com/dotnet/aspnetcore - d3b7623a90d79719c0efe5fa0098f698176efa16 + 0438e7ec04808230c67b00caa3d584bd2b991f57 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 36aef4039764a98a3df765154d9e2cbcb95afc72 + dc4f499509dfa708926ff6639bc800f78a00202f - + https://github.com/dotnet/sdk - 36aef4039764a98a3df765154d9e2cbcb95afc72 + dc4f499509dfa708926ff6639bc800f78a00202f - + https://github.com/dotnet/sdk - 36aef4039764a98a3df765154d9e2cbcb95afc72 + dc4f499509dfa708926ff6639bc800f78a00202f - + https://github.com/dotnet/sdk - 36aef4039764a98a3df765154d9e2cbcb95afc72 + dc4f499509dfa708926ff6639bc800f78a00202f @@ -138,9 +138,9 @@ ef0aa102e9c7d5cf55af06c2747d11e07d12b69a - + https://github.com/dotnet/linker - fda7b09fc005acb865deaf526c7adbb1be27a5f9 + 33c3b2c60d0a2006162a6326db853fe5415439bd linker diff --git a/eng/Versions.props b/eng/Versions.props index 10abf958b..9195558fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 7.0.0-rc.1.22415.2 - 7.0.0-rc.1.22415.2 - 7.0.0-rc.1.22415.2 - 7.0.0-rc.1.22415.2 - 7.0.0-rc.1.22415.2 - 7.0.0-rc.1.22415.2 - 7.0.0-rc.1.22415.2 + 7.0.0-rc.1.22415.4 + 7.0.0-rc.1.22415.4 + 7.0.0-rc.1.22415.4 + 7.0.0-rc.1.22415.4 + 7.0.0-rc.1.22415.4 + 7.0.0-rc.1.22415.4 + 7.0.0-rc.1.22415.4 0.2.0 - 7.0.100-rc.1.22415.4 - 7.0.100-rc.1.22415.4 - 7.0.100-rc.1.22415.4 + 7.0.100-rc.1.22415.27 + 7.0.100-rc.1.22415.27 + 7.0.100-rc.1.22415.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea383dcd0f97cb36ee6b68e1cd97eae2ce579ec5 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 15 Aug 2022 16:56:44 -0700 Subject: [PATCH 003/501] Alpha branding --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 10abf958b..2410bb677 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -5,12 +5,12 @@ true - 7 + 8 0 1 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) - rc + alpha 1 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 5e7a21bf6d224ad6c5b2c138b08b4e4b55fb88fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 01:07:40 +0000 Subject: [PATCH 004/501] Update dependencies from https://github.com/dotnet/sdk build 20220815.31 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22415.4 -> To Version 7.0.100-rc.1.22415.31 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks From Version 7.0.0-rc.1.22415.2 -> To Version 7.0.0-rc.1.22415.4 (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 d1e7f2dfc..42b6568e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - dc4f499509dfa708926ff6639bc800f78a00202f + 4153c1cd9fa808f0e58d76f556a17a3bda62122f - + https://github.com/dotnet/sdk - dc4f499509dfa708926ff6639bc800f78a00202f + 4153c1cd9fa808f0e58d76f556a17a3bda62122f - + https://github.com/dotnet/sdk - dc4f499509dfa708926ff6639bc800f78a00202f + 4153c1cd9fa808f0e58d76f556a17a3bda62122f - + https://github.com/dotnet/sdk - dc4f499509dfa708926ff6639bc800f78a00202f + 4153c1cd9fa808f0e58d76f556a17a3bda62122f @@ -124,13 +124,13 @@ https://github.com/dotnet/wpf cd58f79f496337e608662e168c80ac8abd0d151b - + https://github.com/dotnet/fsharp - 2e964b8660d2d3a286de4c275037594b618f0cf3 + ee745b0455fe651b6f5e5f9b85fc59a7b2574395 - + https://github.com/dotnet/fsharp - 2e964b8660d2d3a286de4c275037594b618f0cf3 + ee745b0455fe651b6f5e5f9b85fc59a7b2574395 diff --git a/eng/Versions.props b/eng/Versions.props index 9195558fa..a2c2caba7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22415.27 - 7.0.100-rc.1.22415.27 - 7.0.100-rc.1.22415.27 + 7.0.100-rc.1.22415.31 + 7.0.100-rc.1.22415.31 + 7.0.100-rc.1.22415.31 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 79ac6acde0d58a39c9b4cba0666c65b16c78e08c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 04:24:06 +0000 Subject: [PATCH 005/501] Update dependencies from https://github.com/dotnet/sdk build 20220815.39 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22415.31 -> To Version 7.0.100-rc.1.22415.39 Dependency coherency updates NuGet.Build.Tasks From Version 6.4.0-preview.1.44 -> To Version 6.4.0-preview.1.45 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 42b6568e1..f472304b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 4153c1cd9fa808f0e58d76f556a17a3bda62122f + d668d4815e06a543751169ffdefe7e0d1b8d3392 - + https://github.com/dotnet/sdk - 4153c1cd9fa808f0e58d76f556a17a3bda62122f + d668d4815e06a543751169ffdefe7e0d1b8d3392 - + https://github.com/dotnet/sdk - 4153c1cd9fa808f0e58d76f556a17a3bda62122f + d668d4815e06a543751169ffdefe7e0d1b8d3392 - + https://github.com/dotnet/sdk - 4153c1cd9fa808f0e58d76f556a17a3bda62122f + d668d4815e06a543751169ffdefe7e0d1b8d3392 @@ -154,7 +154,7 @@ f0a66ec4390b6590ee09dc111cc5e1d8e975df3f - + https://github.com/nuget/nuget.client 26a0cf27a2d4dcf52d19238606c269d6fed9ff66 diff --git a/eng/Versions.props b/eng/Versions.props index a2c2caba7..33f0ef0ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22415.31 - 7.0.100-rc.1.22415.31 - 7.0.100-rc.1.22415.31 + 7.0.100-rc.1.22415.39 + 7.0.100-rc.1.22415.39 + 7.0.100-rc.1.22415.39 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fb7b9f96e60ac7bb33ec00143c7a74cf978dbcb5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 05:32:22 +0000 Subject: [PATCH 006/501] Update dependencies from https://github.com/dotnet/sdk build 20220815.40 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22415.31 -> To Version 7.0.100-rc.1.22415.40 Dependency coherency updates Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks From Version 4.4.0-2.22414.1 -> To Version 4.4.0-2.22415.6 (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 f472304b5..f1b5f9536 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - d668d4815e06a543751169ffdefe7e0d1b8d3392 + 87fd8677d3820987546a38669df268fecab8347d - + https://github.com/dotnet/sdk - d668d4815e06a543751169ffdefe7e0d1b8d3392 + 87fd8677d3820987546a38669df268fecab8347d - + https://github.com/dotnet/sdk - d668d4815e06a543751169ffdefe7e0d1b8d3392 + 87fd8677d3820987546a38669df268fecab8347d - + https://github.com/dotnet/sdk - d668d4815e06a543751169ffdefe7e0d1b8d3392 + 87fd8677d3820987546a38669df268fecab8347d @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 98139d73b9ef47ffa0b5be0b7a61ad36826f1d3b + 65dc2845b5287ac972f7299616c13d3270720e44 diff --git a/eng/Versions.props b/eng/Versions.props index 33f0ef0ef..2cdfa18e7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22415.39 - 7.0.100-rc.1.22415.39 - 7.0.100-rc.1.22415.39 + 7.0.100-rc.1.22415.40 + 7.0.100-rc.1.22415.40 + 7.0.100-rc.1.22415.40 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e3c6e545ac7fa2b6e6919ffd6b8fbec7062e44fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 06:43:55 +0000 Subject: [PATCH 007/501] Update dependencies from https://github.com/dotnet/sdk build 20220815.41 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22415.40 -> To Version 7.0.100-rc.1.22415.41 --- 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 f1b5f9536..bbd388abe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 87fd8677d3820987546a38669df268fecab8347d + ed4737befb45b3efac3bcb6afa50aefd26fec4e3 - + https://github.com/dotnet/sdk - 87fd8677d3820987546a38669df268fecab8347d + ed4737befb45b3efac3bcb6afa50aefd26fec4e3 - + https://github.com/dotnet/sdk - 87fd8677d3820987546a38669df268fecab8347d + ed4737befb45b3efac3bcb6afa50aefd26fec4e3 - + https://github.com/dotnet/sdk - 87fd8677d3820987546a38669df268fecab8347d + ed4737befb45b3efac3bcb6afa50aefd26fec4e3 diff --git a/eng/Versions.props b/eng/Versions.props index 2cdfa18e7..a495c4875 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22415.40 - 7.0.100-rc.1.22415.40 - 7.0.100-rc.1.22415.40 + 7.0.100-rc.1.22415.41 + 7.0.100-rc.1.22415.41 + 7.0.100-rc.1.22415.41 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b8a3c432bb801bbb9619c2dfeefc6ac1dd15326d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 07:51:39 +0000 Subject: [PATCH 008/501] Update dependencies from https://github.com/dotnet/sdk build 20220815.45 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22415.40 -> To Version 7.0.100-rc.1.22415.45 Dependency coherency updates Microsoft.Build From Version 17.4.0-preview-22413-01 -> To Version 17.4.0-preview-22414-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 bbd388abe..6cdac0c1a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - ed4737befb45b3efac3bcb6afa50aefd26fec4e3 + 6e83ab23b1278d07ea27d9b049997cfc8e796c18 - + https://github.com/dotnet/sdk - ed4737befb45b3efac3bcb6afa50aefd26fec4e3 + 6e83ab23b1278d07ea27d9b049997cfc8e796c18 - + https://github.com/dotnet/sdk - ed4737befb45b3efac3bcb6afa50aefd26fec4e3 + 6e83ab23b1278d07ea27d9b049997cfc8e796c18 - + https://github.com/dotnet/sdk - ed4737befb45b3efac3bcb6afa50aefd26fec4e3 + 6e83ab23b1278d07ea27d9b049997cfc8e796c18 @@ -149,9 +149,9 @@ 65dc2845b5287ac972f7299616c13d3270720e44 - + https://github.com/dotnet/msbuild - f0a66ec4390b6590ee09dc111cc5e1d8e975df3f + 50f6081beda4c565252ff51be4ab1fe27005372b diff --git a/eng/Versions.props b/eng/Versions.props index a495c4875..f5d48bb70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22415.41 - 7.0.100-rc.1.22415.41 - 7.0.100-rc.1.22415.41 + 7.0.100-rc.1.22415.45 + 7.0.100-rc.1.22415.45 + 7.0.100-rc.1.22415.45 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 37c142aef4946f890a1cee7786e87faebad4a22d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 09:03:44 +0000 Subject: [PATCH 009/501] Update dependencies from https://github.com/dotnet/sdk build 20220816.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22415.40 -> To Version 7.0.100-rc.1.22416.1 Dependency coherency updates Microsoft.Build From Version 17.4.0-preview-22413-01 -> To Version 17.4.0-preview-22414-01 (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 6cdac0c1a..08e0a3d5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 6e83ab23b1278d07ea27d9b049997cfc8e796c18 + 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d - + https://github.com/dotnet/sdk - 6e83ab23b1278d07ea27d9b049997cfc8e796c18 + 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d - + https://github.com/dotnet/sdk - 6e83ab23b1278d07ea27d9b049997cfc8e796c18 + 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d - + https://github.com/dotnet/sdk - 6e83ab23b1278d07ea27d9b049997cfc8e796c18 + 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d diff --git a/eng/Versions.props b/eng/Versions.props index f5d48bb70..6fb9221bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22415.45 - 7.0.100-rc.1.22415.45 - 7.0.100-rc.1.22415.45 + 7.0.100-rc.1.22416.1 + 7.0.100-rc.1.22416.1 + 7.0.100-rc.1.22416.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a48ec0287332f7de27cad0ea4006da38ab3e3541 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 13:55:06 +0000 Subject: [PATCH 010/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220816.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22408.1 -> To Version 7.0.0-alpha.1.22416.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08e0a3d5d..f52221ec2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -208,9 +208,9 @@ https://github.com/dotnet/arcade 6a638cd0c13962ab2a1943cb1c878be5a41dd82e - + https://github.com/dotnet/source-build-reference-packages - ddc5b4880b0bf18783fc6808c4d407214f7bdae1 + c1bc837421e41a673cb30bf670c0cdd83ac09b75 From dc4d45f172ce2d79a8385bca96f8b1b446e182cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 22:20:23 +0000 Subject: [PATCH 011/501] Update dependencies from https://github.com/dotnet/sdk build 20220816.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.1 -> To Version 7.0.100-rc.1.22416.16 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22415.1 -> To Version 7.0.100-1.22415.4 (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 08e0a3d5d..e0dbe6fd1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d + 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 - + https://github.com/dotnet/sdk - 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d + 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 - + https://github.com/dotnet/sdk - 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d + 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 - + https://github.com/dotnet/sdk - 9f30d7ab1bc8e88226f1466b66335e7b62d87f0d + 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 @@ -138,9 +138,9 @@ ef0aa102e9c7d5cf55af06c2747d11e07d12b69a - + https://github.com/dotnet/linker - 33c3b2c60d0a2006162a6326db853fe5415439bd + 6252a2194dd32911db2c0669fc818555687d5570 linker diff --git a/eng/Versions.props b/eng/Versions.props index 6fb9221bf..10df9e0b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22416.1 - 7.0.100-rc.1.22416.1 - 7.0.100-rc.1.22416.1 + 7.0.100-rc.1.22416.16 + 7.0.100-rc.1.22416.16 + 7.0.100-rc.1.22416.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c307301ecbec246ba1dea33c918038fac5e65135 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Aug 2022 23:28:18 +0000 Subject: [PATCH 012/501] Update dependencies from https://github.com/dotnet/sdk build 20220816.23 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.1 -> To Version 7.0.100-rc.1.22416.23 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22415.1 -> To Version 7.0.100-1.22415.4 (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 e0dbe6fd1..e47ee14fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 + ffd82dd38857e91d052529a5a7c95d673f44b045 - + https://github.com/dotnet/sdk - 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 + ffd82dd38857e91d052529a5a7c95d673f44b045 - + https://github.com/dotnet/sdk - 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 + ffd82dd38857e91d052529a5a7c95d673f44b045 - + https://github.com/dotnet/sdk - 279ded4ed20b6d1ffaf618e1871d3fd690f015e3 + ffd82dd38857e91d052529a5a7c95d673f44b045 diff --git a/eng/Versions.props b/eng/Versions.props index 10df9e0b6..4ed206a7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22416.16 - 7.0.100-rc.1.22416.16 - 7.0.100-rc.1.22416.16 + 7.0.100-rc.1.22416.23 + 7.0.100-rc.1.22416.23 + 7.0.100-rc.1.22416.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 32bac8dbe0c95dbdc3c10ea58c44211d62c8078d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 04:32:54 +0000 Subject: [PATCH 013/501] Update dependencies from https://github.com/dotnet/sdk build 20220816.35 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.1 -> To Version 7.0.100-rc.1.22416.35 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22415.1 -> To Version 7.0.100-1.22415.4 (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 e47ee14fc..d4e4ff126 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - ffd82dd38857e91d052529a5a7c95d673f44b045 + 80a77fd427d34e038ff2fa21f6c807695292cf7e - + https://github.com/dotnet/sdk - ffd82dd38857e91d052529a5a7c95d673f44b045 + 80a77fd427d34e038ff2fa21f6c807695292cf7e - + https://github.com/dotnet/sdk - ffd82dd38857e91d052529a5a7c95d673f44b045 + 80a77fd427d34e038ff2fa21f6c807695292cf7e - + https://github.com/dotnet/sdk - ffd82dd38857e91d052529a5a7c95d673f44b045 + 80a77fd427d34e038ff2fa21f6c807695292cf7e diff --git a/eng/Versions.props b/eng/Versions.props index 4ed206a7a..3cc5d1fe3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22416.23 - 7.0.100-rc.1.22416.23 - 7.0.100-rc.1.22416.23 + 7.0.100-rc.1.22416.35 + 7.0.100-rc.1.22416.35 + 7.0.100-rc.1.22416.35 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 77a639b403c66f6407449fb2658f4869912be1e7 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Wed, 17 Aug 2022 00:48:25 -0700 Subject: [PATCH 014/501] Add dotnet8-transport feed --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index d2a6d621d..e0862daa2 100644 --- a/NuGet.config +++ b/NuGet.config @@ -16,6 +16,7 @@ + From 7eab2cda532fce118d6694fc34013aa9b50a555c Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Wed, 17 Aug 2022 01:19:25 -0700 Subject: [PATCH 015/501] Add dotnet8 feed --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index e0862daa2..2417daf60 100644 --- a/NuGet.config +++ b/NuGet.config @@ -16,6 +16,7 @@ + From 99d2539154eb64f88dcd58ed8365241bdc77d8e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 10:36:05 +0000 Subject: [PATCH 016/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5c90b460..334d0fd81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 9a92628f9c13edd9caf29d8bb385ddb8acef3a65 - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 1ce737df56e7c14e2ba7adb308d9c045d6d67a8c - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 1ce737df56e7c14e2ba7adb308d9c045d6d67a8c - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 9a92628f9c13edd9caf29d8bb385ddb8acef3a65 https://github.com/dotnet/runtime @@ -98,31 +98,31 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 785401b55e6cf9ae80014b004445cd575548f4c6 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 785401b55e6cf9ae80014b004445cd575548f4c6 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 785401b55e6cf9ae80014b004445cd575548f4c6 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 785401b55e6cf9ae80014b004445cd575548f4c6 - + https://github.com/dotnet/winforms - 55b296932065022705a6af218ab04a9d90049a28 + 5b16231110d481d1a436d7c0b2a11ed25ab1c0cd - + https://github.com/dotnet/wpf - cd58f79f496337e608662e168c80ac8abd0d151b + d484acf21f04d612722a69026aa8e4efa584ea8e https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 3cc5d1fe3..de310ceb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,11 +30,11 @@ - 7.0.0-rc.1.22377.2 + 8.0.0-alpha.1.22415.19 - 7.0.0-rc.1.22379.2 + 7.0.0-rc.2.22416.3 @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22416.35 - 7.0.100-rc.1.22416.35 - 7.0.100-rc.1.22416.35 + 7.0.100-rc.1.22417.5 + 7.0.100-rc.1.22417.5 + 7.0.100-rc.1.22417.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -85,10 +85,10 @@ - 7.0.0-rc.1.22379.3 - 7.0.0-rc.1.22379.3 - 7.0.0-rc.1.22379.3 - 7.0.0-rc.1.22379.3 + 7.0.0-rc.1.22415.6 + 7.0.0-rc.1.22415.6 + 8.0.0-alpha.1.22416.4 + 8.0.0-alpha.1.22416.4 From 01298324a0219da8dba39e02ce5a8e97459c44ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 11:42:59 +0000 Subject: [PATCH 017/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (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 334d0fd81..9e6404939 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 7662e32548923a93fdad61f96712471fd24ca8c5 - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 7662e32548923a93fdad61f96712471fd24ca8c5 - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 7662e32548923a93fdad61f96712471fd24ca8c5 - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 7662e32548923a93fdad61f96712471fd24ca8c5 - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 7662e32548923a93fdad61f96712471fd24ca8c5 - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 7662e32548923a93fdad61f96712471fd24ca8c5 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 785401b55e6cf9ae80014b004445cd575548f4c6 + 74350d274c6578ea2f552cb314d229cf9021e75d - + https://github.com/dotnet/sdk - 785401b55e6cf9ae80014b004445cd575548f4c6 + 74350d274c6578ea2f552cb314d229cf9021e75d - + https://github.com/dotnet/sdk - 785401b55e6cf9ae80014b004445cd575548f4c6 + 74350d274c6578ea2f552cb314d229cf9021e75d - + https://github.com/dotnet/sdk - 785401b55e6cf9ae80014b004445cd575548f4c6 + 74350d274c6578ea2f552cb314d229cf9021e75d diff --git a/eng/Versions.props b/eng/Versions.props index de310ceb2..838cb11d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 + 8.0.0-alpha.1.22416.14 + 8.0.0-alpha.1.22416.14 + 8.0.0-alpha.1.22416.14 + 7.0.0-rc.1.22416.5 + 8.0.0-alpha.1.22416.14 + 8.0.0-alpha.1.22416.14 + 8.0.0-alpha.1.22416.14 0.2.0 - 7.0.100-rc.1.22417.5 - 7.0.100-rc.1.22417.5 - 7.0.100-rc.1.22417.5 + 7.0.100-rc.1.22417.7 + 7.0.100-rc.1.22417.7 + 7.0.100-rc.1.22417.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3891ca5c0800f39d5e96e175aa2136853fd79815 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 12:42:25 +0000 Subject: [PATCH 018/501] Update dependencies from https://github.com/dotnet/arcade build 20220816.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22411.2 -> To Version 7.0.0-beta.22416.5 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22410-01 -> To Version 1.2.0-beta-22415-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 20 ++++++------ eng/Versions.props | 2 +- eng/common/cross/build-rootfs.sh | 18 +++++++---- eng/common/generate-locproject.ps1 | 31 ++++++++++++++++-- eng/common/sdk-task.ps1 | 2 +- eng/common/sdl/sdl.ps1 | 37 ++++++++++++++++++++++ eng/common/templates/steps/execute-sdl.yml | 37 ++++++++++------------ eng/common/tools.ps1 | 4 +-- global.json | 6 ++-- 9 files changed, 111 insertions(+), 46 deletions(-) create mode 100644 eng/common/sdl/sdl.ps1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5c90b460..816ca7ef4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -195,32 +195,32 @@ - + https://github.com/dotnet/arcade - 6a638cd0c13962ab2a1943cb1c878be5a41dd82e + 5b838a3ed7f8e53c3082724605e5237fa614a43c - + https://github.com/dotnet/arcade - 6a638cd0c13962ab2a1943cb1c878be5a41dd82e + 5b838a3ed7f8e53c3082724605e5237fa614a43c - + https://github.com/dotnet/arcade - 6a638cd0c13962ab2a1943cb1c878be5a41dd82e + 5b838a3ed7f8e53c3082724605e5237fa614a43c https://github.com/dotnet/source-build-reference-packages c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink - 508c31bb736f3e6d69b8f47fa9ee38eedd9ce785 + 42bee1e7ae672add1a19e8f5a74499c15e497b07 - + https://github.com/dotnet/xliff-tasks - 8dfdebfefc8acef481f28edadbf7f75a8d6efde4 + 47a504cdc72993370f057a11c2a39a7faa3111ad diff --git a/eng/Versions.props b/eng/Versions.props index 3cc5d1fe3..be273f0c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22411.2 + 7.0.0-beta.22416.5 diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index d3b0ac3ba..032f5f193 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -76,10 +76,10 @@ __FreeBSDPackages+=" openssl" __FreeBSDPackages+=" krb5" __FreeBSDPackages+=" terminfo-db" -__IllumosPackages="icu-64.2nb2" -__IllumosPackages+=" mit-krb5-1.16.2nb4" -__IllumosPackages+=" openssl-1.1.1e" -__IllumosPackages+=" zlib-1.2.11" +__IllumosPackages="icu" +__IllumosPackages+=" mit-krb5" +__IllumosPackages+=" openssl" +__IllumosPackages+=" zlib" __HaikuPackages="gmp" __HaikuPackages+=" gmp_devel" @@ -390,14 +390,18 @@ elif [[ "$__CodeName" == "illumos" ]]; then if [[ "$__UseMirror" == 1 ]]; then BaseUrl=http://pkgsrc.smartos.skylime.net fi - BaseUrl="$BaseUrl/packages/SmartOS/2020Q1/${__illumosArch}/All" + BaseUrl="$BaseUrl/packages/SmartOS/trunk/${__illumosArch}/All" + echo "Downloading manifest" + wget "$BaseUrl" echo "Downloading dependencies." read -ra array <<<"$__IllumosPackages" for package in "${array[@]}"; do - echo "Installing $package..." + echo "Installing '$package'" + package="$(grep ">$package-[0-9]" All | sed -En 's/.*href="(.*)\.tgz".*/\1/p')" + echo "Resolved name '$package'" wget "$BaseUrl"/"$package".tgz ar -x "$package".tgz - tar --skip-old-files -xzf "$package".tmp.tgz -C "$__RootfsDir" 2>/dev/null + tar --skip-old-files -xzf "$package".tmp.tg* -C "$__RootfsDir" 2>/dev/null done echo "Cleaning up temporary files." popd diff --git a/eng/common/generate-locproject.ps1 b/eng/common/generate-locproject.ps1 index afdd17502..846e7950c 100644 --- a/eng/common/generate-locproject.ps1 +++ b/eng/common/generate-locproject.ps1 @@ -33,6 +33,8 @@ $jsonTemplateFiles | ForEach-Object { $jsonWinformsTemplateFiles = Get-ChildItem -Recurse -Path "$SourcesDirectory" | Where-Object { $_.FullName -Match "en\\strings\.json" } # current winforms pattern +$wxlFiles = Get-ChildItem -Recurse -Path "$SourcesDirectory" | Where-Object { $_.FullName -Match "\\.+\.wxl" -And -Not( $_.Directory.Name -Match "\d{4}" ) } # localized files live in four digit lang ID directories; this excludes them + $xlfFiles = @() $allXlfFiles = Get-ChildItem -Recurse -Path "$SourcesDirectory\*\*.xlf" @@ -77,8 +79,7 @@ $locJson = @{ CopyOption = "LangIDOnPath" OutputPath = "$($_.Directory.Parent.FullName | Resolve-Path -Relative)\" } - } - else { + } else { return @{ SourceFile = $sourceFile CopyOption = "LangIDOnName" @@ -88,6 +89,32 @@ $locJson = @{ } } ) + }, + @{ + CloneLanguageSet = "WiX_CloneLanguages" + LssFiles = @( "wxl_loc.lss" ) + LocItems = @( + $wxlFiles | ForEach-Object { + $outputPath = "$($_.Directory.FullName | Resolve-Path -Relative)\" + $continue = $true + foreach ($exclusion in $exclusions.Exclusions) { + if ($outputPath.Contains($exclusion)) + { + $continue = $false + } + } + $sourceFile = ($_.FullName | Resolve-Path -Relative) + if ($continue) + { + return @{ + SourceFile = $sourceFile + CopyOption = "LangIDOnPath" + OutputPath = $outputPath + Languages = "cs-CZ;de-DE;es-ES;fr-FR;it-IT;ja-JP;ko-KR;pl-PL;pt-BR;ru-RU;tr-TR;zh-CN;zh-TW" + } + } + } + ) } ) } diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 119a6c660..c35087a06 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -64,7 +64,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.1.0" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.2.1" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/sdl/sdl.ps1 b/eng/common/sdl/sdl.ps1 new file mode 100644 index 000000000..ac196e164 --- /dev/null +++ b/eng/common/sdl/sdl.ps1 @@ -0,0 +1,37 @@ + +function Install-Gdn { + param( + [string]$Path, + + # If omitted, install the latest version of Guardian, otherwise install that specific version. + [string]$Version + ) + + $ErrorActionPreference = 'Stop' + Set-StrictMode -Version 2.0 + $disableConfigureToolsetImport = $true + $global:LASTEXITCODE = 0 + + # `tools.ps1` checks $ci to perform some actions. Since the SDL + # scripts don't necessarily execute in the same agent that run the + # build.ps1/sh script this variable isn't automatically set. + $ci = $true + . $PSScriptRoot\..\tools.ps1 + + $argumentList = @("install", "Microsoft.Guardian.Cli", "-Source https://securitytools.pkgs.visualstudio.com/_packaging/Guardian/nuget/v3/index.json", "-OutputDirectory $Path", "-NonInteractive", "-NoCache") + + if ($Version) { + $argumentList += "-Version $Version" + } + + Start-Process nuget -Verbose -ArgumentList $argumentList -NoNewWindow -Wait + + $gdnCliPath = Get-ChildItem -Filter guardian.cmd -Recurse -Path $Path + + if (!$gdnCliPath) + { + Write-PipelineTelemetryError -Category 'Sdl' -Message 'Failure installing Guardian' + } + + return $gdnCliPath.FullName +} \ No newline at end of file diff --git a/eng/common/templates/steps/execute-sdl.yml b/eng/common/templates/steps/execute-sdl.yml index 73245593c..86cf578c4 100644 --- a/eng/common/templates/steps/execute-sdl.yml +++ b/eng/common/templates/steps/execute-sdl.yml @@ -8,29 +8,26 @@ parameters: condition: '' steps: -- ${{ if ne(parameters.overrideGuardianVersion, '') }}: - - powershell: | - $content = Get-Content $(GuardianPackagesConfigFile) - - Write-Host "packages.config content was:`n$content" - - $content = $content.Replace('$(DefaultGuardianVersion)', '$(GuardianVersion)') - $content | Set-Content $(GuardianPackagesConfigFile) - - Write-Host "packages.config content updated to:`n$content" - displayName: Use overridden Guardian version ${{ parameters.overrideGuardianVersion }} +- task: NuGetAuthenticate@1 + inputs: + nuGetServiceConnections: GuardianConnect - task: NuGetToolInstaller@1 displayName: 'Install NuGet.exe' -- task: NuGetCommand@2 - displayName: 'Install Guardian' - inputs: - restoreSolution: $(Build.SourcesDirectory)\eng\common\sdl\packages.config - feedsToUse: config - nugetConfigPath: $(Build.SourcesDirectory)\eng\common\sdl\NuGet.config - externalFeedCredentials: GuardianConnect - restoreDirectory: $(Build.SourcesDirectory)\.packages +- ${{ if ne(parameters.overrideGuardianVersion, '') }}: + - pwsh: | + . $(Build.SourcesDirectory)\eng\common\sdl\sdl.ps1 + $guardianCliLocation = Install-Gdn -Path $(Build.SourcesDirectory)\.artifacts -Version ${{ parameters.overrideGuardianVersion }} + Write-Host "##vso[task.setvariable variable=GuardianCliLocation]$guardianCliLocation" + displayName: Install Guardian (Overridden) + +- ${{ if eq(parameters.overrideGuardianVersion, '') }}: + - pwsh: | + . $(Build.SourcesDirectory)\eng\common\sdl\sdl.ps1 + $guardianCliLocation = Install-Gdn -Path $(Build.SourcesDirectory)\.artifacts + Write-Host "##vso[task.setvariable variable=GuardianCliLocation]$guardianCliLocation" + displayName: Install Guardian - ${{ if ne(parameters.overrideParameters, '') }}: - powershell: ${{ parameters.executeAllSdlToolsScript }} ${{ parameters.overrideParameters }} @@ -40,7 +37,7 @@ steps: - ${{ if eq(parameters.overrideParameters, '') }}: - powershell: ${{ parameters.executeAllSdlToolsScript }} - -GuardianPackageName Microsoft.Guardian.Cli.$(GuardianVersion) + -GuardianCliLocation $(GuardianCliLocation) -NugetPackageDirectory $(Build.SourcesDirectory)\.packages -AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw) ${{ parameters.additionalParameters }} diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index f83a748c3..aba6308ad 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -365,8 +365,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = # If the version of msbuild is going to be xcopied, # use this version. Version matches a package here: - # https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=17.1.0&view=overview - $defaultXCopyMSBuildVersion = '17.1.0' + # https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=17.2.1&view=overview + $defaultXCopyMSBuildVersion = '17.2.1' if (!$vsRequirements) { if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { diff --git a/global.json b/global.json index aa6fea34d..e3b78ff2c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.100-preview.5.22307.18", + "dotnet": "7.0.100-preview.7.22377.5", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22411.2", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22411.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22416.5", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22416.5" } } From 2b5ac7e31abca1b333a92b089fc681dfe82a72ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 13:53:42 +0000 Subject: [PATCH 019/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.10 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (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 9e6404939..b688f1246 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 74350d274c6578ea2f552cb314d229cf9021e75d + 60a94f59868351ca4dc1a144fa58f9a385d530c6 - + https://github.com/dotnet/sdk - 74350d274c6578ea2f552cb314d229cf9021e75d + 60a94f59868351ca4dc1a144fa58f9a385d530c6 - + https://github.com/dotnet/sdk - 74350d274c6578ea2f552cb314d229cf9021e75d + 60a94f59868351ca4dc1a144fa58f9a385d530c6 - + https://github.com/dotnet/sdk - 74350d274c6578ea2f552cb314d229cf9021e75d + 60a94f59868351ca4dc1a144fa58f9a385d530c6 diff --git a/eng/Versions.props b/eng/Versions.props index 838cb11d6..464e80251 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22417.7 - 7.0.100-rc.1.22417.7 - 7.0.100-rc.1.22417.7 + 7.0.100-rc.1.22417.10 + 7.0.100-rc.1.22417.10 + 7.0.100-rc.1.22417.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 00df28366605186dc0309fb77ef6b6460896fd08 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 17 Aug 2022 12:48:18 -0700 Subject: [PATCH 020/501] Pin to the 7.0 templates for now until 8.0 ones exist --- src/redist/targets/GenerateMSIs.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 527bc988c..636f6d720 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -318,8 +318,12 @@ + + + Condition="'%(TemplatesMajorMinorVersion)' == '7.0'"/> @(LatestTemplateInstallerComponent->'%(MSIInstallerFile)') From b54f2b8b8b1f1b9bf55a7763246feb4b46525214 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 20:44:55 +0000 Subject: [PATCH 021/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.22 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.22 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (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 b688f1246..ef6d058d2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 60a94f59868351ca4dc1a144fa58f9a385d530c6 + 29b722f65cbc5e96ed7d229061c5af9ac585635b - + https://github.com/dotnet/sdk - 60a94f59868351ca4dc1a144fa58f9a385d530c6 + 29b722f65cbc5e96ed7d229061c5af9ac585635b - + https://github.com/dotnet/sdk - 60a94f59868351ca4dc1a144fa58f9a385d530c6 + 29b722f65cbc5e96ed7d229061c5af9ac585635b - + https://github.com/dotnet/sdk - 60a94f59868351ca4dc1a144fa58f9a385d530c6 + 29b722f65cbc5e96ed7d229061c5af9ac585635b diff --git a/eng/Versions.props b/eng/Versions.props index 464e80251..600c10d7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22417.10 - 7.0.100-rc.1.22417.10 - 7.0.100-rc.1.22417.10 + 7.0.100-rc.1.22417.22 + 7.0.100-rc.1.22417.22 + 7.0.100-rc.1.22417.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8f9d4390f630988fd6f2d6803711f54a7d0ff078 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 22:34:44 +0000 Subject: [PATCH 022/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.30 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.30 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (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 ef6d058d2..1b63f96f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 29b722f65cbc5e96ed7d229061c5af9ac585635b + 76aab47b273f300fa5c52e32c15a3fc55d634a2b - + https://github.com/dotnet/sdk - 29b722f65cbc5e96ed7d229061c5af9ac585635b + 76aab47b273f300fa5c52e32c15a3fc55d634a2b - + https://github.com/dotnet/sdk - 29b722f65cbc5e96ed7d229061c5af9ac585635b + 76aab47b273f300fa5c52e32c15a3fc55d634a2b - + https://github.com/dotnet/sdk - 29b722f65cbc5e96ed7d229061c5af9ac585635b + 76aab47b273f300fa5c52e32c15a3fc55d634a2b diff --git a/eng/Versions.props b/eng/Versions.props index 600c10d7d..4fe948f1a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22417.22 - 7.0.100-rc.1.22417.22 - 7.0.100-rc.1.22417.22 + 7.0.100-rc.1.22417.30 + 7.0.100-rc.1.22417.30 + 7.0.100-rc.1.22417.30 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c8d4adcfce578ece172f8d8c90cce1b1635243ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Aug 2022 23:44:19 +0000 Subject: [PATCH 023/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.34 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.34 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (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 1b63f96f2..9589e9b3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 76aab47b273f300fa5c52e32c15a3fc55d634a2b + fdfeb9156501e43da1644fd0e8cb267649122942 - + https://github.com/dotnet/sdk - 76aab47b273f300fa5c52e32c15a3fc55d634a2b + fdfeb9156501e43da1644fd0e8cb267649122942 - + https://github.com/dotnet/sdk - 76aab47b273f300fa5c52e32c15a3fc55d634a2b + fdfeb9156501e43da1644fd0e8cb267649122942 - + https://github.com/dotnet/sdk - 76aab47b273f300fa5c52e32c15a3fc55d634a2b + fdfeb9156501e43da1644fd0e8cb267649122942 diff --git a/eng/Versions.props b/eng/Versions.props index 4fe948f1a..3e6a7c946 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22417.30 - 7.0.100-rc.1.22417.30 - 7.0.100-rc.1.22417.30 + 7.0.100-rc.1.22417.34 + 7.0.100-rc.1.22417.34 + 7.0.100-rc.1.22417.34 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 26721a6e4503ea302821b38b4b0d9a4a86037bd2 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 17 Aug 2022 16:49:54 -0700 Subject: [PATCH 024/501] Fix typo --- src/redist/targets/GenerateMSIs.targets | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 636f6d720..1f0b26294 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -322,8 +322,7 @@ - Condition="'%(TemplatesMajorMinorVersion)' == '7.0'"/> + Condition="'%(TemplatesMajorMinorVersion)' == '7.0'"/> @(LatestTemplateInstallerComponent->'%(MSIInstallerFile)') From d823ede462a2f25f967cebdca7d1cd1448625627 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Aug 2022 01:22:03 +0000 Subject: [PATCH 025/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.38 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.38 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9589e9b3a..c956100ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - 7662e32548923a93fdad61f96712471fd24ca8c5 + 25efe7d58ff4bc0919cbc7620044c885cc1af544 - + https://github.com/dotnet/aspnetcore - 7662e32548923a93fdad61f96712471fd24ca8c5 + 25efe7d58ff4bc0919cbc7620044c885cc1af544 - + https://github.com/dotnet/aspnetcore - 7662e32548923a93fdad61f96712471fd24ca8c5 + 25efe7d58ff4bc0919cbc7620044c885cc1af544 https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - 7662e32548923a93fdad61f96712471fd24ca8c5 + 25efe7d58ff4bc0919cbc7620044c885cc1af544 - + https://github.com/dotnet/aspnetcore - 7662e32548923a93fdad61f96712471fd24ca8c5 + 25efe7d58ff4bc0919cbc7620044c885cc1af544 - + https://github.com/dotnet/aspnetcore - 7662e32548923a93fdad61f96712471fd24ca8c5 + 25efe7d58ff4bc0919cbc7620044c885cc1af544 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - fdfeb9156501e43da1644fd0e8cb267649122942 + d1fd4c8f101d63196b2695adc20b2206c772da04 - + https://github.com/dotnet/sdk - fdfeb9156501e43da1644fd0e8cb267649122942 + d1fd4c8f101d63196b2695adc20b2206c772da04 - + https://github.com/dotnet/sdk - fdfeb9156501e43da1644fd0e8cb267649122942 + d1fd4c8f101d63196b2695adc20b2206c772da04 - + https://github.com/dotnet/sdk - fdfeb9156501e43da1644fd0e8cb267649122942 + d1fd4c8f101d63196b2695adc20b2206c772da04 diff --git a/eng/Versions.props b/eng/Versions.props index 3e6a7c946..b1889511c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22416.14 - 8.0.0-alpha.1.22416.14 - 8.0.0-alpha.1.22416.14 + 8.0.0-alpha.1.22417.9 + 8.0.0-alpha.1.22417.9 + 8.0.0-alpha.1.22417.9 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22416.14 - 8.0.0-alpha.1.22416.14 - 8.0.0-alpha.1.22416.14 + 8.0.0-alpha.1.22417.9 + 8.0.0-alpha.1.22417.9 + 8.0.0-alpha.1.22417.9 0.2.0 - 7.0.100-rc.1.22417.34 - 7.0.100-rc.1.22417.34 - 7.0.100-rc.1.22417.34 + 7.0.100-rc.1.22417.38 + 7.0.100-rc.1.22417.38 + 7.0.100-rc.1.22417.38 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6ac4f6e829badc3edce12ab0ccb5f9f666d651c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Aug 2022 02:32:51 +0000 Subject: [PATCH 026/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.41 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.41 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c956100ad..b835d9aae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - 25efe7d58ff4bc0919cbc7620044c885cc1af544 + 48a81a70597fa6726d0c506692a316e98038a442 - + https://github.com/dotnet/aspnetcore - 25efe7d58ff4bc0919cbc7620044c885cc1af544 + 48a81a70597fa6726d0c506692a316e98038a442 - + https://github.com/dotnet/aspnetcore - 25efe7d58ff4bc0919cbc7620044c885cc1af544 + 48a81a70597fa6726d0c506692a316e98038a442 https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - 25efe7d58ff4bc0919cbc7620044c885cc1af544 + 48a81a70597fa6726d0c506692a316e98038a442 - + https://github.com/dotnet/aspnetcore - 25efe7d58ff4bc0919cbc7620044c885cc1af544 + 48a81a70597fa6726d0c506692a316e98038a442 - + https://github.com/dotnet/aspnetcore - 25efe7d58ff4bc0919cbc7620044c885cc1af544 + 48a81a70597fa6726d0c506692a316e98038a442 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - d1fd4c8f101d63196b2695adc20b2206c772da04 + ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 - + https://github.com/dotnet/sdk - d1fd4c8f101d63196b2695adc20b2206c772da04 + ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 - + https://github.com/dotnet/sdk - d1fd4c8f101d63196b2695adc20b2206c772da04 + ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 - + https://github.com/dotnet/sdk - d1fd4c8f101d63196b2695adc20b2206c772da04 + ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 diff --git a/eng/Versions.props b/eng/Versions.props index b1889511c..6266303b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22417.9 - 8.0.0-alpha.1.22417.9 - 8.0.0-alpha.1.22417.9 + 8.0.0-alpha.1.22417.11 + 8.0.0-alpha.1.22417.11 + 8.0.0-alpha.1.22417.11 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22417.9 - 8.0.0-alpha.1.22417.9 - 8.0.0-alpha.1.22417.9 + 8.0.0-alpha.1.22417.11 + 8.0.0-alpha.1.22417.11 + 8.0.0-alpha.1.22417.11 0.2.0 - 7.0.100-rc.1.22417.38 - 7.0.100-rc.1.22417.38 - 7.0.100-rc.1.22417.38 + 7.0.100-rc.1.22417.41 + 7.0.100-rc.1.22417.41 + 7.0.100-rc.1.22417.41 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 21423b65e24b6821ff6a4ff085414129b683686b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Aug 2022 04:13:11 +0000 Subject: [PATCH 027/501] Update dependencies from https://github.com/dotnet/sdk build 20220817.42 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22417.42 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b835d9aae..0987e98cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - 48a81a70597fa6726d0c506692a316e98038a442 + 0563a6a2797b96455a80437217f0c55653f21553 - + https://github.com/dotnet/aspnetcore - 48a81a70597fa6726d0c506692a316e98038a442 + 0563a6a2797b96455a80437217f0c55653f21553 - + https://github.com/dotnet/aspnetcore - 48a81a70597fa6726d0c506692a316e98038a442 + 0563a6a2797b96455a80437217f0c55653f21553 https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - 48a81a70597fa6726d0c506692a316e98038a442 + 0563a6a2797b96455a80437217f0c55653f21553 - + https://github.com/dotnet/aspnetcore - 48a81a70597fa6726d0c506692a316e98038a442 + 0563a6a2797b96455a80437217f0c55653f21553 - + https://github.com/dotnet/aspnetcore - 48a81a70597fa6726d0c506692a316e98038a442 + 0563a6a2797b96455a80437217f0c55653f21553 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 + bfc7bcedc01be7607f0eb089a9667970c44d991e - + https://github.com/dotnet/sdk - ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 + bfc7bcedc01be7607f0eb089a9667970c44d991e - + https://github.com/dotnet/sdk - ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 + bfc7bcedc01be7607f0eb089a9667970c44d991e - + https://github.com/dotnet/sdk - ed869ac06c919ae8a0f6fbb56e9a23ad5c13d660 + bfc7bcedc01be7607f0eb089a9667970c44d991e diff --git a/eng/Versions.props b/eng/Versions.props index 6266303b9..5ce67f4f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22417.11 - 8.0.0-alpha.1.22417.11 - 8.0.0-alpha.1.22417.11 + 8.0.0-alpha.1.22417.14 + 8.0.0-alpha.1.22417.14 + 8.0.0-alpha.1.22417.14 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22417.11 - 8.0.0-alpha.1.22417.11 - 8.0.0-alpha.1.22417.11 + 8.0.0-alpha.1.22417.14 + 8.0.0-alpha.1.22417.14 + 8.0.0-alpha.1.22417.14 0.2.0 - 7.0.100-rc.1.22417.41 - 7.0.100-rc.1.22417.41 - 7.0.100-rc.1.22417.41 + 7.0.100-rc.1.22417.42 + 7.0.100-rc.1.22417.42 + 7.0.100-rc.1.22417.42 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0389ade2386601196d69152fa8ea6873c9473930 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Aug 2022 08:25:29 +0000 Subject: [PATCH 028/501] Update dependencies from https://github.com/dotnet/sdk build 20220818.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22418.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.4 (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 0987e98cf..424616e05 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - bfc7bcedc01be7607f0eb089a9667970c44d991e + d9d39eba26dce167c60de8b47316734311e590c0 - + https://github.com/dotnet/sdk - bfc7bcedc01be7607f0eb089a9667970c44d991e + d9d39eba26dce167c60de8b47316734311e590c0 - + https://github.com/dotnet/sdk - bfc7bcedc01be7607f0eb089a9667970c44d991e + d9d39eba26dce167c60de8b47316734311e590c0 - + https://github.com/dotnet/sdk - bfc7bcedc01be7607f0eb089a9667970c44d991e + d9d39eba26dce167c60de8b47316734311e590c0 diff --git a/eng/Versions.props b/eng/Versions.props index 5ce67f4f5..b17d7b573 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22417.42 - 7.0.100-rc.1.22417.42 - 7.0.100-rc.1.22417.42 + 7.0.100-rc.1.22418.1 + 7.0.100-rc.1.22418.1 + 7.0.100-rc.1.22418.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 70918896e38f546d446561e72793bcc4449e004c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Aug 2022 09:34:34 +0000 Subject: [PATCH 029/501] Update dependencies from https://github.com/dotnet/sdk build 20220818.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22418.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 14 ++++++------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 424616e05..9871bd2b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/windowsdesktop - 9a92628f9c13edd9caf29d8bb385ddb8acef3a65 + d84ac6d64ab97febc153dfa903b52a828f47f44d https://github.com/dotnet/windowsdesktop @@ -13,9 +13,9 @@ https://github.com/dotnet/windowsdesktop 1ce737df56e7c14e2ba7adb308d9c045d6d67a8c - + https://github.com/dotnet/windowsdesktop - 9a92628f9c13edd9caf29d8bb385ddb8acef3a65 + d84ac6d64ab97febc153dfa903b52a828f47f44d https://github.com/dotnet/runtime @@ -98,39 +98,39 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - d9d39eba26dce167c60de8b47316734311e590c0 + de939b9e29bc945fac474ed6bf7911695afb6cc0 - + https://github.com/dotnet/sdk - d9d39eba26dce167c60de8b47316734311e590c0 + de939b9e29bc945fac474ed6bf7911695afb6cc0 - + https://github.com/dotnet/sdk - d9d39eba26dce167c60de8b47316734311e590c0 + de939b9e29bc945fac474ed6bf7911695afb6cc0 - + https://github.com/dotnet/sdk - d9d39eba26dce167c60de8b47316734311e590c0 + de939b9e29bc945fac474ed6bf7911695afb6cc0 - + https://github.com/dotnet/winforms - 5b16231110d481d1a436d7c0b2a11ed25ab1c0cd + a58d8b3191b381f1058dd810f250cd44cb274d5b - + https://github.com/dotnet/wpf - d484acf21f04d612722a69026aa8e4efa584ea8e + 9c94b1b4e595f77dbf5638d42499901142039ce3 - + https://github.com/dotnet/fsharp - ee745b0455fe651b6f5e5f9b85fc59a7b2574395 + 02e72a1a51d72f7b16b80f7cb96ea4202d237172 - + https://github.com/dotnet/fsharp - ee745b0455fe651b6f5e5f9b85fc59a7b2574395 + 02e72a1a51d72f7b16b80f7cb96ea4202d237172 @@ -154,9 +154,9 @@ 50f6081beda4c565252ff51be4ab1fe27005372b - + https://github.com/nuget/nuget.client - 26a0cf27a2d4dcf52d19238606c269d6fed9ff66 + d43053929551ef55dbb524dacba0bcc37079b5dd diff --git a/eng/Versions.props b/eng/Versions.props index b17d7b573..c91b98d4b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,11 +30,11 @@ - 8.0.0-alpha.1.22415.19 + 8.0.0-alpha.1.22416.2 - 7.0.0-rc.2.22416.3 + 8.0.0-alpha.1.22416.7 @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22418.1 - 7.0.100-rc.1.22418.1 - 7.0.100-rc.1.22418.1 + 7.0.100-rc.1.22418.2 + 7.0.100-rc.1.22418.2 + 7.0.100-rc.1.22418.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -87,8 +87,8 @@ 7.0.0-rc.1.22415.6 7.0.0-rc.1.22415.6 - 8.0.0-alpha.1.22416.4 - 8.0.0-alpha.1.22416.4 + 8.0.0-alpha.1.22416.7 + 8.0.0-alpha.1.22416.7 From 00f51ed89ce72638ce80d00c25a855a5159e666e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Aug 2022 12:38:40 +0000 Subject: [PATCH 030/501] Update dependencies from https://github.com/dotnet/arcade build 20220817.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22416.5 -> To Version 7.0.0-beta.22417.2 --- 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 816ca7ef4..d85c9b201 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -195,18 +195,18 @@ - + https://github.com/dotnet/arcade - 5b838a3ed7f8e53c3082724605e5237fa614a43c + 21a53708b4645c64259b3883dac7709ddfa19fe8 - + https://github.com/dotnet/arcade - 5b838a3ed7f8e53c3082724605e5237fa614a43c + 21a53708b4645c64259b3883dac7709ddfa19fe8 - + https://github.com/dotnet/arcade - 5b838a3ed7f8e53c3082724605e5237fa614a43c + 21a53708b4645c64259b3883dac7709ddfa19fe8 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index be273f0c3..92dda45e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22416.5 + 7.0.0-beta.22417.2 diff --git a/global.json b/global.json index e3b78ff2c..184c46a58 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22416.5", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22416.5" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22417.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22417.2" } } From 722ee77992d58b6589cb8b511203dffc4e5f1824 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 18 Aug 2022 15:26:10 -0700 Subject: [PATCH 031/501] Update .vsts-ci.yml --- .vsts-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 3d544c01a..1151eccb1 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -14,6 +14,9 @@ variables: value: false - name: PostBuildSign value: true +- ${{ if eq(variables['System.TeamProject'], 'public') }}: + - name: "skipComponentGovernanceDetection" + value: "true" - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-DotNetCli-Storage - group: DotNet-Installer-SDLValidation-Params From a15ece60483974fee3c3f21817a0a2961e01186f Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 18 Aug 2022 15:28:21 -0700 Subject: [PATCH 032/501] Update .vsts-ci.yml --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 1151eccb1..e9db03ecc 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -16,7 +16,7 @@ variables: value: true - ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: "skipComponentGovernanceDetection" - value: "true" + value: "true" - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-DotNetCli-Storage - group: DotNet-Installer-SDLValidation-Params From a9ce90790e88cbc202b10b71bc80fb9a1b3119bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 00:06:52 +0000 Subject: [PATCH 033/501] Update dependencies from https://github.com/dotnet/sdk build 20220818.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22418.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 9871bd2b1..f61f151f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - de939b9e29bc945fac474ed6bf7911695afb6cc0 + b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a - + https://github.com/dotnet/sdk - de939b9e29bc945fac474ed6bf7911695afb6cc0 + b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a - + https://github.com/dotnet/sdk - de939b9e29bc945fac474ed6bf7911695afb6cc0 + b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a - + https://github.com/dotnet/sdk - de939b9e29bc945fac474ed6bf7911695afb6cc0 + b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a @@ -133,14 +133,14 @@ 02e72a1a51d72f7b16b80f7cb96ea4202d237172 - + https://github.com/microsoft/vstest - ef0aa102e9c7d5cf55af06c2747d11e07d12b69a + f61848114fe5c84cf963a69062c02327a0af1a68 - + https://github.com/dotnet/linker - 6252a2194dd32911db2c0669fc818555687d5570 + 696c2166078b1a70f12407840c3ab0f90d73211b linker @@ -149,9 +149,9 @@ 65dc2845b5287ac972f7299616c13d3270720e44 - + https://github.com/dotnet/msbuild - 50f6081beda4c565252ff51be4ab1fe27005372b + 5d102ae37163fc1f22610bb433c3ab9a2fff91f0 diff --git a/eng/Versions.props b/eng/Versions.props index c91b98d4b..d1d3761ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22418.2 - 7.0.100-rc.1.22418.2 - 7.0.100-rc.1.22418.2 + 7.0.100-rc.1.22418.11 + 7.0.100-rc.1.22418.11 + 7.0.100-rc.1.22418.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -170,7 +170,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220813-01 + 17.4.0-preview-20220816-01 From fd85516bdef11384171696f93e1384ba500d5c89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 03:35:15 +0000 Subject: [PATCH 034/501] Update dependencies from https://github.com/dotnet/sdk build 20220818.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22418.17 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 f61f151f9..e309a38a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a + 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d - + https://github.com/dotnet/sdk - b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a + 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d - + https://github.com/dotnet/sdk - b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a + 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d - + https://github.com/dotnet/sdk - b8c341bb2b1c9b675a7e6c45b3866c7ebcd5273a + 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 65dc2845b5287ac972f7299616c13d3270720e44 + 650a65fb43478e726549e4d382242c0951061fd8 diff --git a/eng/Versions.props b/eng/Versions.props index d1d3761ce..256329c9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22418.11 - 7.0.100-rc.1.22418.11 - 7.0.100-rc.1.22418.11 + 7.0.100-rc.1.22418.17 + 7.0.100-rc.1.22418.17 + 7.0.100-rc.1.22418.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a162cc423ada7e29ae05115356c745a0cb59b5ca Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 04:39:10 +0000 Subject: [PATCH 035/501] Update dependencies from https://github.com/dotnet/sdk build 20220818.19 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22418.19 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 18 ++++++++--------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e309a38a1..a2bb2aab3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - 0563a6a2797b96455a80437217f0c55653f21553 + 4cf483ee7a1cb470b8b2290a174ad34f450a5eab - + https://github.com/dotnet/aspnetcore - 0563a6a2797b96455a80437217f0c55653f21553 + 4cf483ee7a1cb470b8b2290a174ad34f450a5eab - + https://github.com/dotnet/aspnetcore - 0563a6a2797b96455a80437217f0c55653f21553 + 4cf483ee7a1cb470b8b2290a174ad34f450a5eab https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - 0563a6a2797b96455a80437217f0c55653f21553 + 4cf483ee7a1cb470b8b2290a174ad34f450a5eab - + https://github.com/dotnet/aspnetcore - 0563a6a2797b96455a80437217f0c55653f21553 + 4cf483ee7a1cb470b8b2290a174ad34f450a5eab - + https://github.com/dotnet/aspnetcore - 0563a6a2797b96455a80437217f0c55653f21553 + 4cf483ee7a1cb470b8b2290a174ad34f450a5eab https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d + 004733f830b93f7e1f130c8edd09b72b7652a3a8 - + https://github.com/dotnet/sdk - 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d + 004733f830b93f7e1f130c8edd09b72b7652a3a8 - + https://github.com/dotnet/sdk - 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d + 004733f830b93f7e1f130c8edd09b72b7652a3a8 - + https://github.com/dotnet/sdk - 9a3d88cb79836d2d6da4b4bf2e2a5d1640957b8d + 004733f830b93f7e1f130c8edd09b72b7652a3a8 @@ -138,9 +138,9 @@ f61848114fe5c84cf963a69062c02327a0af1a68 - + https://github.com/dotnet/linker - 696c2166078b1a70f12407840c3ab0f90d73211b + 9332578bfd67d8b1e53a3cbf9e0f92d5af7186ac linker diff --git a/eng/Versions.props b/eng/Versions.props index 256329c9b..d10866731 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22417.14 - 8.0.0-alpha.1.22417.14 - 8.0.0-alpha.1.22417.14 + 8.0.0-alpha.1.22418.18 + 8.0.0-alpha.1.22418.18 + 8.0.0-alpha.1.22418.18 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22417.14 - 8.0.0-alpha.1.22417.14 - 8.0.0-alpha.1.22417.14 + 8.0.0-alpha.1.22418.18 + 8.0.0-alpha.1.22418.18 + 8.0.0-alpha.1.22418.18 0.2.0 - 7.0.100-rc.1.22418.17 - 7.0.100-rc.1.22418.17 - 7.0.100-rc.1.22418.17 + 7.0.100-rc.1.22418.19 + 7.0.100-rc.1.22418.19 + 7.0.100-rc.1.22418.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b38d1dcfd25377d5f6f883cf471d902fbc084ac9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 05:43:08 +0000 Subject: [PATCH 036/501] Update dependencies from https://github.com/dotnet/sdk build 20220818.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22418.20 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 a2bb2aab3..0f19fe633 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 004733f830b93f7e1f130c8edd09b72b7652a3a8 + 7649ac5f16f7c83a85c59e09337034166faa34b7 - + https://github.com/dotnet/sdk - 004733f830b93f7e1f130c8edd09b72b7652a3a8 + 7649ac5f16f7c83a85c59e09337034166faa34b7 - + https://github.com/dotnet/sdk - 004733f830b93f7e1f130c8edd09b72b7652a3a8 + 7649ac5f16f7c83a85c59e09337034166faa34b7 - + https://github.com/dotnet/sdk - 004733f830b93f7e1f130c8edd09b72b7652a3a8 + 7649ac5f16f7c83a85c59e09337034166faa34b7 @@ -133,9 +133,9 @@ 02e72a1a51d72f7b16b80f7cb96ea4202d237172 - + https://github.com/microsoft/vstest - f61848114fe5c84cf963a69062c02327a0af1a68 + e0ae6484402cf1c4e8a71a51d1cd8a1dd8af90c8 @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 650a65fb43478e726549e4d382242c0951061fd8 + 4af0d920079d1c8853991d2d49d18293de88f34d diff --git a/eng/Versions.props b/eng/Versions.props index d10866731..079426a72 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22418.19 - 7.0.100-rc.1.22418.19 - 7.0.100-rc.1.22418.19 + 7.0.100-rc.1.22418.20 + 7.0.100-rc.1.22418.20 + 7.0.100-rc.1.22418.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -170,7 +170,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220816-01 + 17.4.0-preview-20220817-01 From 3f43c28c75ab0633573b6ca528ee69ba9de3948a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 07:45:26 +0000 Subject: [PATCH 037/501] Update dependencies from https://github.com/dotnet/sdk build 20220818.25 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22418.25 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 0f19fe633..d5ecde5c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 7649ac5f16f7c83a85c59e09337034166faa34b7 + 9a16848348f01f9bf44a14b6cd12bafde93335a7 - + https://github.com/dotnet/sdk - 7649ac5f16f7c83a85c59e09337034166faa34b7 + 9a16848348f01f9bf44a14b6cd12bafde93335a7 - + https://github.com/dotnet/sdk - 7649ac5f16f7c83a85c59e09337034166faa34b7 + 9a16848348f01f9bf44a14b6cd12bafde93335a7 - + https://github.com/dotnet/sdk - 7649ac5f16f7c83a85c59e09337034166faa34b7 + 9a16848348f01f9bf44a14b6cd12bafde93335a7 diff --git a/eng/Versions.props b/eng/Versions.props index 079426a72..3cfb69fea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22418.20 - 7.0.100-rc.1.22418.20 - 7.0.100-rc.1.22418.20 + 7.0.100-rc.1.22418.25 + 7.0.100-rc.1.22418.25 + 7.0.100-rc.1.22418.25 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4ea297864f043486d4cfacfe72f153ff4087d52f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 08:51:40 +0000 Subject: [PATCH 038/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d5ecde5c5..ff30dd9c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - 4cf483ee7a1cb470b8b2290a174ad34f450a5eab + a633e8821026868f180be736112f35e6f63159e8 - + https://github.com/dotnet/aspnetcore - 4cf483ee7a1cb470b8b2290a174ad34f450a5eab + a633e8821026868f180be736112f35e6f63159e8 - + https://github.com/dotnet/aspnetcore - 4cf483ee7a1cb470b8b2290a174ad34f450a5eab + a633e8821026868f180be736112f35e6f63159e8 https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - 4cf483ee7a1cb470b8b2290a174ad34f450a5eab + a633e8821026868f180be736112f35e6f63159e8 - + https://github.com/dotnet/aspnetcore - 4cf483ee7a1cb470b8b2290a174ad34f450a5eab + a633e8821026868f180be736112f35e6f63159e8 - + https://github.com/dotnet/aspnetcore - 4cf483ee7a1cb470b8b2290a174ad34f450a5eab + a633e8821026868f180be736112f35e6f63159e8 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 9a16848348f01f9bf44a14b6cd12bafde93335a7 + 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 - + https://github.com/dotnet/sdk - 9a16848348f01f9bf44a14b6cd12bafde93335a7 + 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 - + https://github.com/dotnet/sdk - 9a16848348f01f9bf44a14b6cd12bafde93335a7 + 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 - + https://github.com/dotnet/sdk - 9a16848348f01f9bf44a14b6cd12bafde93335a7 + 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 diff --git a/eng/Versions.props b/eng/Versions.props index 3cfb69fea..ee3c239b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22418.18 - 8.0.0-alpha.1.22418.18 - 8.0.0-alpha.1.22418.18 + 8.0.0-alpha.1.22418.21 + 8.0.0-alpha.1.22418.21 + 8.0.0-alpha.1.22418.21 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22418.18 - 8.0.0-alpha.1.22418.18 - 8.0.0-alpha.1.22418.18 + 8.0.0-alpha.1.22418.21 + 8.0.0-alpha.1.22418.21 + 8.0.0-alpha.1.22418.21 0.2.0 - 7.0.100-rc.1.22418.25 - 7.0.100-rc.1.22418.25 - 7.0.100-rc.1.22418.25 + 7.0.100-rc.1.22419.3 + 7.0.100-rc.1.22419.3 + 7.0.100-rc.1.22419.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3b194ed7b50b16ccfcc8673a503d4a5e6f4c773f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 10:02:53 +0000 Subject: [PATCH 039/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 ff30dd9c9..70c46c517 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 + fe927d486876ff8f4ced76c545b5c44f1af41948 - + https://github.com/dotnet/sdk - 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 + fe927d486876ff8f4ced76c545b5c44f1af41948 - + https://github.com/dotnet/sdk - 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 + fe927d486876ff8f4ced76c545b5c44f1af41948 - + https://github.com/dotnet/sdk - 52b4415ca99eb5fcd88ee5a9356ea2d6eec91d38 + fe927d486876ff8f4ced76c545b5c44f1af41948 @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 4af0d920079d1c8853991d2d49d18293de88f34d + 64b0678f11c5681ca9d2a97bf48d99f0577f6af1 diff --git a/eng/Versions.props b/eng/Versions.props index ee3c239b6..69e2f666d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22419.3 - 7.0.100-rc.1.22419.3 - 7.0.100-rc.1.22419.3 + 7.0.100-rc.1.22419.6 + 7.0.100-rc.1.22419.6 + 7.0.100-rc.1.22419.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6f26e48d9ab335577397aa24991fa484adea97db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 11:22:56 +0000 Subject: [PATCH 040/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 70c46c517..9fc637208 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - fe927d486876ff8f4ced76c545b5c44f1af41948 + 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 - + https://github.com/dotnet/sdk - fe927d486876ff8f4ced76c545b5c44f1af41948 + 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 - + https://github.com/dotnet/sdk - fe927d486876ff8f4ced76c545b5c44f1af41948 + 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 - + https://github.com/dotnet/sdk - fe927d486876ff8f4ced76c545b5c44f1af41948 + 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 64b0678f11c5681ca9d2a97bf48d99f0577f6af1 + 087baa2770faf2ac1f0ce179d4c23d92b2a75d26 diff --git a/eng/Versions.props b/eng/Versions.props index 69e2f666d..6a4aad747 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22419.6 - 7.0.100-rc.1.22419.6 - 7.0.100-rc.1.22419.6 + 7.0.100-rc.1.22419.9 + 7.0.100-rc.1.22419.9 + 7.0.100-rc.1.22419.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f944a3ba22166302d6e37f8688dd769f3c1a2acf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 15:05:25 +0000 Subject: [PATCH 041/501] Update dependencies from https://github.com/dotnet/arcade build 20220818.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22417.2 -> To Version 7.0.0-beta.22418.4 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22415-01 -> To Version 1.2.0-beta-22416-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d85c9b201..a62a25494 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -195,25 +195,25 @@ - + https://github.com/dotnet/arcade - 21a53708b4645c64259b3883dac7709ddfa19fe8 + 0c027eede69ba22bafca9a1955f1e00848655ece - + https://github.com/dotnet/arcade - 21a53708b4645c64259b3883dac7709ddfa19fe8 + 0c027eede69ba22bafca9a1955f1e00848655ece - + https://github.com/dotnet/arcade - 21a53708b4645c64259b3883dac7709ddfa19fe8 + 0c027eede69ba22bafca9a1955f1e00848655ece https://github.com/dotnet/source-build-reference-packages c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink 42bee1e7ae672add1a19e8f5a74499c15e497b07 diff --git a/eng/Versions.props b/eng/Versions.props index 92dda45e0..04a47ce8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22417.2 + 7.0.0-beta.22418.4 diff --git a/global.json b/global.json index 184c46a58..ce1ad10b7 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22417.2", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22417.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22418.4", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22418.4" } } From fa646c48b91a040c2e7a3c7383dad46dc34a8a75 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 19:12:00 +0000 Subject: [PATCH 042/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 9fc637208..e14026d5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 + 0fd79949653adf1df3875db38a2f56b62c7ad742 - + https://github.com/dotnet/sdk - 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 + 0fd79949653adf1df3875db38a2f56b62c7ad742 - + https://github.com/dotnet/sdk - 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 + 0fd79949653adf1df3875db38a2f56b62c7ad742 - + https://github.com/dotnet/sdk - 1e5fd5b17b4ce6214eef8a4525d389117dfcd1d0 + 0fd79949653adf1df3875db38a2f56b62c7ad742 @@ -154,9 +154,9 @@ 5d102ae37163fc1f22610bb433c3ab9a2fff91f0 - + https://github.com/nuget/nuget.client - d43053929551ef55dbb524dacba0bcc37079b5dd + 36dabaf4b9cb7c4e48103fa57a4e68cb4451d719 diff --git a/eng/Versions.props b/eng/Versions.props index 6a4aad747..0e7f43883 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22419.9 - 7.0.100-rc.1.22419.9 - 7.0.100-rc.1.22419.9 + 7.0.100-rc.1.22419.13 + 7.0.100-rc.1.22419.13 + 7.0.100-rc.1.22419.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6ad8db00675a7a81223687a0a1daa0358870bb92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 20:18:47 +0000 Subject: [PATCH 043/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 e14026d5e..204ab634f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 0fd79949653adf1df3875db38a2f56b62c7ad742 + 1540921eb9ec5b701ea94121046b3d5a263deb48 - + https://github.com/dotnet/sdk - 0fd79949653adf1df3875db38a2f56b62c7ad742 + 1540921eb9ec5b701ea94121046b3d5a263deb48 - + https://github.com/dotnet/sdk - 0fd79949653adf1df3875db38a2f56b62c7ad742 + 1540921eb9ec5b701ea94121046b3d5a263deb48 - + https://github.com/dotnet/sdk - 0fd79949653adf1df3875db38a2f56b62c7ad742 + 1540921eb9ec5b701ea94121046b3d5a263deb48 @@ -133,9 +133,9 @@ 02e72a1a51d72f7b16b80f7cb96ea4202d237172 - + https://github.com/microsoft/vstest - e0ae6484402cf1c4e8a71a51d1cd8a1dd8af90c8 + 33122a2d8eec2add4c3974a6bf0aabefb6e5c80c diff --git a/eng/Versions.props b/eng/Versions.props index 0e7f43883..2886f449e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22419.13 - 7.0.100-rc.1.22419.13 - 7.0.100-rc.1.22419.13 + 7.0.100-rc.1.22419.15 + 7.0.100-rc.1.22419.15 + 7.0.100-rc.1.22419.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -170,7 +170,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220817-01 + 17.4.0-preview-20220819-01 From f9f8af97bc8713b519dfd61459e3ab5088475547 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 21:24:00 +0000 Subject: [PATCH 044/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 204ab634f..676f23d86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 1540921eb9ec5b701ea94121046b3d5a263deb48 + 4ab8985522e00ff8e16d05a8704519ff87e35c74 - + https://github.com/dotnet/sdk - 1540921eb9ec5b701ea94121046b3d5a263deb48 + 4ab8985522e00ff8e16d05a8704519ff87e35c74 - + https://github.com/dotnet/sdk - 1540921eb9ec5b701ea94121046b3d5a263deb48 + 4ab8985522e00ff8e16d05a8704519ff87e35c74 - + https://github.com/dotnet/sdk - 1540921eb9ec5b701ea94121046b3d5a263deb48 + 4ab8985522e00ff8e16d05a8704519ff87e35c74 @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 087baa2770faf2ac1f0ce179d4c23d92b2a75d26 + ae5663806be933515723b2d5a85faf5d378f460d diff --git a/eng/Versions.props b/eng/Versions.props index 2886f449e..89850d063 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22419.15 - 7.0.100-rc.1.22419.15 - 7.0.100-rc.1.22419.15 + 7.0.100-rc.1.22419.21 + 7.0.100-rc.1.22419.21 + 7.0.100-rc.1.22419.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 03111680b0a382c3e18686bd2731678119419e42 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Aug 2022 22:31:19 +0000 Subject: [PATCH 045/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.22 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.22 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 676f23d86..4ed6945bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 4ab8985522e00ff8e16d05a8704519ff87e35c74 + 4460eb8940b6640eba294f57105c6eb8044d110f - + https://github.com/dotnet/sdk - 4ab8985522e00ff8e16d05a8704519ff87e35c74 + 4460eb8940b6640eba294f57105c6eb8044d110f - + https://github.com/dotnet/sdk - 4ab8985522e00ff8e16d05a8704519ff87e35c74 + 4460eb8940b6640eba294f57105c6eb8044d110f - + https://github.com/dotnet/sdk - 4ab8985522e00ff8e16d05a8704519ff87e35c74 + 4460eb8940b6640eba294f57105c6eb8044d110f diff --git a/eng/Versions.props b/eng/Versions.props index 89850d063..0f03122dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22419.21 - 7.0.100-rc.1.22419.21 - 7.0.100-rc.1.22419.21 + 7.0.100-rc.1.22419.22 + 7.0.100-rc.1.22419.22 + 7.0.100-rc.1.22419.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 74132a536cab3e863fd70c4d974bd6cb2592c933 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 20 Aug 2022 02:28:53 +0000 Subject: [PATCH 046/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.31 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.31 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 18 ++++++++--------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4ed6945bf..e6f1aaa39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - a633e8821026868f180be736112f35e6f63159e8 + df445e5031e2a39ea4802e949b82a7946eb9ce79 - + https://github.com/dotnet/aspnetcore - a633e8821026868f180be736112f35e6f63159e8 + df445e5031e2a39ea4802e949b82a7946eb9ce79 - + https://github.com/dotnet/aspnetcore - a633e8821026868f180be736112f35e6f63159e8 + df445e5031e2a39ea4802e949b82a7946eb9ce79 https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - a633e8821026868f180be736112f35e6f63159e8 + df445e5031e2a39ea4802e949b82a7946eb9ce79 - + https://github.com/dotnet/aspnetcore - a633e8821026868f180be736112f35e6f63159e8 + df445e5031e2a39ea4802e949b82a7946eb9ce79 - + https://github.com/dotnet/aspnetcore - a633e8821026868f180be736112f35e6f63159e8 + df445e5031e2a39ea4802e949b82a7946eb9ce79 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 4460eb8940b6640eba294f57105c6eb8044d110f + 18f694b36e07f344bc664c1d343cdb11cc480ef3 - + https://github.com/dotnet/sdk - 4460eb8940b6640eba294f57105c6eb8044d110f + 18f694b36e07f344bc664c1d343cdb11cc480ef3 - + https://github.com/dotnet/sdk - 4460eb8940b6640eba294f57105c6eb8044d110f + 18f694b36e07f344bc664c1d343cdb11cc480ef3 - + https://github.com/dotnet/sdk - 4460eb8940b6640eba294f57105c6eb8044d110f + 18f694b36e07f344bc664c1d343cdb11cc480ef3 @@ -154,9 +154,9 @@ 5d102ae37163fc1f22610bb433c3ab9a2fff91f0 - + https://github.com/nuget/nuget.client - 36dabaf4b9cb7c4e48103fa57a4e68cb4451d719 + 745617ea6fc239737c80abb424e13faca4249bf1 diff --git a/eng/Versions.props b/eng/Versions.props index 0f03122dc..9f51434ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22418.21 - 8.0.0-alpha.1.22418.21 - 8.0.0-alpha.1.22418.21 + 8.0.0-alpha.1.22419.15 + 8.0.0-alpha.1.22419.15 + 8.0.0-alpha.1.22419.15 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22418.21 - 8.0.0-alpha.1.22418.21 - 8.0.0-alpha.1.22418.21 + 8.0.0-alpha.1.22419.15 + 8.0.0-alpha.1.22419.15 + 8.0.0-alpha.1.22419.15 0.2.0 - 7.0.100-rc.1.22419.22 - 7.0.100-rc.1.22419.22 - 7.0.100-rc.1.22419.22 + 7.0.100-rc.1.22419.31 + 7.0.100-rc.1.22419.31 + 7.0.100-rc.1.22419.31 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d140ec20cf6ac3ad06ed7e37139015ca7d26138a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 20 Aug 2022 04:35:54 +0000 Subject: [PATCH 047/501] Update dependencies from https://github.com/dotnet/sdk build 20220819.33 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22419.33 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 e6f1aaa39..e4b13b529 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 18f694b36e07f344bc664c1d343cdb11cc480ef3 + 593b3f26cbefab79bafbe1fa46a2e280482d81de - + https://github.com/dotnet/sdk - 18f694b36e07f344bc664c1d343cdb11cc480ef3 + 593b3f26cbefab79bafbe1fa46a2e280482d81de - + https://github.com/dotnet/sdk - 18f694b36e07f344bc664c1d343cdb11cc480ef3 + 593b3f26cbefab79bafbe1fa46a2e280482d81de - + https://github.com/dotnet/sdk - 18f694b36e07f344bc664c1d343cdb11cc480ef3 + 593b3f26cbefab79bafbe1fa46a2e280482d81de @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - ae5663806be933515723b2d5a85faf5d378f460d + 2d7ab4a8fd8f55366f7e064b7254d1823f086d6a diff --git a/eng/Versions.props b/eng/Versions.props index 9f51434ff..2b7bed4c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22419.31 - 7.0.100-rc.1.22419.31 - 7.0.100-rc.1.22419.31 + 7.0.100-rc.1.22419.33 + 7.0.100-rc.1.22419.33 + 7.0.100-rc.1.22419.33 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From af1452f846fff04a43ec9edde158f3170b6d8a21 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 20 Aug 2022 12:32:47 +0000 Subject: [PATCH 048/501] Update dependencies from https://github.com/dotnet/arcade build 20220819.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22418.4 -> To Version 7.0.0-beta.22419.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22416-01 -> To Version 1.2.0-beta-22418-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a62a25494..e318ff271 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -195,32 +195,32 @@ - + https://github.com/dotnet/arcade - 0c027eede69ba22bafca9a1955f1e00848655ece + 34dff939b4a91e4693f78a856e0e055c1a3f3fba - + https://github.com/dotnet/arcade - 0c027eede69ba22bafca9a1955f1e00848655ece + 34dff939b4a91e4693f78a856e0e055c1a3f3fba - + https://github.com/dotnet/arcade - 0c027eede69ba22bafca9a1955f1e00848655ece + 34dff939b4a91e4693f78a856e0e055c1a3f3fba https://github.com/dotnet/source-build-reference-packages c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink - 42bee1e7ae672add1a19e8f5a74499c15e497b07 + a74d21bcfa0f928b0cb1dab9fa6ff8a17248c584 - + https://github.com/dotnet/xliff-tasks - 47a504cdc72993370f057a11c2a39a7faa3111ad + a125e2b00ca0add2a2a23e0ba67f8ae6a4b1a1ee diff --git a/eng/Versions.props b/eng/Versions.props index 3daef61d4..f831c36c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22418.4 + 7.0.0-beta.22419.1 diff --git a/global.json b/global.json index ce1ad10b7..f0ab65167 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22418.4", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22418.4" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22419.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22419.1" } } From 5871e31e189e1e5c2c9a5b5653217894c95ba1e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 20 Aug 2022 18:26:33 +0000 Subject: [PATCH 049/501] Update dependencies from https://github.com/dotnet/sdk build 20220820.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22420.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4b13b529..43df9f2a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - df445e5031e2a39ea4802e949b82a7946eb9ce79 + 136a2a53aef2c638a34d1a0c43ec34d194370acd - + https://github.com/dotnet/aspnetcore - df445e5031e2a39ea4802e949b82a7946eb9ce79 + 136a2a53aef2c638a34d1a0c43ec34d194370acd - + https://github.com/dotnet/aspnetcore - df445e5031e2a39ea4802e949b82a7946eb9ce79 + 136a2a53aef2c638a34d1a0c43ec34d194370acd https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - df445e5031e2a39ea4802e949b82a7946eb9ce79 + 136a2a53aef2c638a34d1a0c43ec34d194370acd - + https://github.com/dotnet/aspnetcore - df445e5031e2a39ea4802e949b82a7946eb9ce79 + 136a2a53aef2c638a34d1a0c43ec34d194370acd - + https://github.com/dotnet/aspnetcore - df445e5031e2a39ea4802e949b82a7946eb9ce79 + 136a2a53aef2c638a34d1a0c43ec34d194370acd https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 593b3f26cbefab79bafbe1fa46a2e280482d81de + 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c - + https://github.com/dotnet/sdk - 593b3f26cbefab79bafbe1fa46a2e280482d81de + 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c - + https://github.com/dotnet/sdk - 593b3f26cbefab79bafbe1fa46a2e280482d81de + 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c - + https://github.com/dotnet/sdk - 593b3f26cbefab79bafbe1fa46a2e280482d81de + 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c diff --git a/eng/Versions.props b/eng/Versions.props index 2b7bed4c7..6bf233b82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22419.15 - 8.0.0-alpha.1.22419.15 - 8.0.0-alpha.1.22419.15 + 8.0.0-alpha.1.22420.1 + 8.0.0-alpha.1.22420.1 + 8.0.0-alpha.1.22420.1 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22419.15 - 8.0.0-alpha.1.22419.15 - 8.0.0-alpha.1.22419.15 + 8.0.0-alpha.1.22420.1 + 8.0.0-alpha.1.22420.1 + 8.0.0-alpha.1.22420.1 0.2.0 - 7.0.100-rc.1.22419.33 - 7.0.100-rc.1.22419.33 - 7.0.100-rc.1.22419.33 + 7.0.100-rc.1.22420.3 + 7.0.100-rc.1.22420.3 + 7.0.100-rc.1.22420.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From da9cfa60947a82116ae914bb688bf69e70ee2f68 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 21 Aug 2022 17:03:26 +0000 Subject: [PATCH 050/501] Update dependencies from https://github.com/dotnet/sdk build 20220821.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22421.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 43df9f2a0..be8369078 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c + d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 - + https://github.com/dotnet/sdk - 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c + d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 - + https://github.com/dotnet/sdk - 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c + d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 - + https://github.com/dotnet/sdk - 3dd9fa18ce109bdec23bf84efa4c3aeca72b947c + d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 diff --git a/eng/Versions.props b/eng/Versions.props index 6bf233b82..e426f88f8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22420.3 - 7.0.100-rc.1.22420.3 - 7.0.100-rc.1.22420.3 + 7.0.100-rc.1.22421.2 + 7.0.100-rc.1.22421.2 + 7.0.100-rc.1.22421.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 10279ee1938ba03dc59959e37674f8b838bb4dcf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 21 Aug 2022 23:11:32 +0000 Subject: [PATCH 051/501] Update dependencies from https://github.com/dotnet/sdk build 20220821.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22421.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be8369078..3d2b1c846 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda - + https://github.com/dotnet/aspnetcore - 136a2a53aef2c638a34d1a0c43ec34d194370acd + 61e1572ad518c82f6fd487e65852e41bccde1bc1 - + https://github.com/dotnet/aspnetcore - 136a2a53aef2c638a34d1a0c43ec34d194370acd + 61e1572ad518c82f6fd487e65852e41bccde1bc1 - + https://github.com/dotnet/aspnetcore - 136a2a53aef2c638a34d1a0c43ec34d194370acd + 61e1572ad518c82f6fd487e65852e41bccde1bc1 https://github.com/dotnet/aspnetcore 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 - + https://github.com/dotnet/aspnetcore - 136a2a53aef2c638a34d1a0c43ec34d194370acd + 61e1572ad518c82f6fd487e65852e41bccde1bc1 - + https://github.com/dotnet/aspnetcore - 136a2a53aef2c638a34d1a0c43ec34d194370acd + 61e1572ad518c82f6fd487e65852e41bccde1bc1 - + https://github.com/dotnet/aspnetcore - 136a2a53aef2c638a34d1a0c43ec34d194370acd + 61e1572ad518c82f6fd487e65852e41bccde1bc1 https://github.com/dotnet/test-templates @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 + 81081086a76acfce7856c5f3c98b9717ee8c1770 - + https://github.com/dotnet/sdk - d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 + 81081086a76acfce7856c5f3c98b9717ee8c1770 - + https://github.com/dotnet/sdk - d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 + 81081086a76acfce7856c5f3c98b9717ee8c1770 - + https://github.com/dotnet/sdk - d25e578d8ad0302e3686aaf0ef282f2a1d3fe5e4 + 81081086a76acfce7856c5f3c98b9717ee8c1770 diff --git a/eng/Versions.props b/eng/Versions.props index e426f88f8..8703f0933 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,22 +49,22 @@ - 8.0.0-alpha.1.22420.1 - 8.0.0-alpha.1.22420.1 - 8.0.0-alpha.1.22420.1 + 8.0.0-alpha.1.22421.10 + 8.0.0-alpha.1.22421.10 + 8.0.0-alpha.1.22421.10 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22420.1 - 8.0.0-alpha.1.22420.1 - 8.0.0-alpha.1.22420.1 + 8.0.0-alpha.1.22421.10 + 8.0.0-alpha.1.22421.10 + 8.0.0-alpha.1.22421.10 0.2.0 - 7.0.100-rc.1.22421.2 - 7.0.100-rc.1.22421.2 - 7.0.100-rc.1.22421.2 + 7.0.100-rc.1.22421.6 + 7.0.100-rc.1.22421.6 + 7.0.100-rc.1.22421.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 15cafdf6b401ed6cd647bc4f923da08fbd76e8ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Aug 2022 03:40:45 +0000 Subject: [PATCH 052/501] Update dependencies from https://github.com/dotnet/sdk build 20220821.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22421.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 3d2b1c846..5ef0846d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 81081086a76acfce7856c5f3c98b9717ee8c1770 + 9bd37f393266ee294ce474559e6cee68cf8c4a73 - + https://github.com/dotnet/sdk - 81081086a76acfce7856c5f3c98b9717ee8c1770 + 9bd37f393266ee294ce474559e6cee68cf8c4a73 - + https://github.com/dotnet/sdk - 81081086a76acfce7856c5f3c98b9717ee8c1770 + 9bd37f393266ee294ce474559e6cee68cf8c4a73 - + https://github.com/dotnet/sdk - 81081086a76acfce7856c5f3c98b9717ee8c1770 + 9bd37f393266ee294ce474559e6cee68cf8c4a73 @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 2d7ab4a8fd8f55366f7e064b7254d1823f086d6a + c9aa4bee022f2c03f741842432cbf563183d9c2c diff --git a/eng/Versions.props b/eng/Versions.props index 8703f0933..b56f0deb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22421.6 - 7.0.100-rc.1.22421.6 - 7.0.100-rc.1.22421.6 + 7.0.100-rc.1.22421.7 + 7.0.100-rc.1.22421.7 + 7.0.100-rc.1.22421.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2ea708d5050992bfae1e5ad4645c0721ac8b7a71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Aug 2022 04:46:38 +0000 Subject: [PATCH 053/501] Update dependencies from https://github.com/dotnet/sdk build 20220821.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22421.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 5ef0846d6..5032d5ae9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 9bd37f393266ee294ce474559e6cee68cf8c4a73 + f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 - + https://github.com/dotnet/sdk - 9bd37f393266ee294ce474559e6cee68cf8c4a73 + f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 - + https://github.com/dotnet/sdk - 9bd37f393266ee294ce474559e6cee68cf8c4a73 + f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 - + https://github.com/dotnet/sdk - 9bd37f393266ee294ce474559e6cee68cf8c4a73 + f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 @@ -124,13 +124,13 @@ https://github.com/dotnet/wpf 9c94b1b4e595f77dbf5638d42499901142039ce3 - + https://github.com/dotnet/fsharp - 02e72a1a51d72f7b16b80f7cb96ea4202d237172 + c851a184e338879a6ef0f040e9b881a5c25b639d - + https://github.com/dotnet/fsharp - 02e72a1a51d72f7b16b80f7cb96ea4202d237172 + c851a184e338879a6ef0f040e9b881a5c25b639d diff --git a/eng/Versions.props b/eng/Versions.props index b56f0deb9..9e31de6d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22421.7 - 7.0.100-rc.1.22421.7 - 7.0.100-rc.1.22421.7 + 7.0.100-rc.1.22421.8 + 7.0.100-rc.1.22421.8 + 7.0.100-rc.1.22421.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 34dfa21e291bfc759d9c6fb1fec080fef7fc7085 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Aug 2022 08:07:05 +0000 Subject: [PATCH 054/501] Update dependencies from https://github.com/dotnet/sdk build 20220821.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22421.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 5032d5ae9..4a5d78032 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 + 863df04109176eb38f642bcd3518af8dea8b470b - + https://github.com/dotnet/sdk - f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 + 863df04109176eb38f642bcd3518af8dea8b470b - + https://github.com/dotnet/sdk - f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 + 863df04109176eb38f642bcd3518af8dea8b470b - + https://github.com/dotnet/sdk - f36e7550ed033ff09c0536de1c6dea2d89c9c6c3 + 863df04109176eb38f642bcd3518af8dea8b470b @@ -138,9 +138,9 @@ 33122a2d8eec2add4c3974a6bf0aabefb6e5c80c - + https://github.com/dotnet/linker - 9332578bfd67d8b1e53a3cbf9e0f92d5af7186ac + 22d2a37d1e8d2fac67b6745af34a8f6b6499343d linker diff --git a/eng/Versions.props b/eng/Versions.props index 9e31de6d4..baab0ae99 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22421.8 - 7.0.100-rc.1.22421.8 - 7.0.100-rc.1.22421.8 + 7.0.100-rc.1.22421.9 + 7.0.100-rc.1.22421.9 + 7.0.100-rc.1.22421.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6d5c86846db59670ab697878e1f299e5535526f9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Aug 2022 11:40:18 +0000 Subject: [PATCH 055/501] Update dependencies from https://github.com/dotnet/sdk build 20220822.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22422.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 4a5d78032..2f6f7d5ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 863df04109176eb38f642bcd3518af8dea8b470b + 60a108a42e348515c93f08036951111f95f4c2e2 - + https://github.com/dotnet/sdk - 863df04109176eb38f642bcd3518af8dea8b470b + 60a108a42e348515c93f08036951111f95f4c2e2 - + https://github.com/dotnet/sdk - 863df04109176eb38f642bcd3518af8dea8b470b + 60a108a42e348515c93f08036951111f95f4c2e2 - + https://github.com/dotnet/sdk - 863df04109176eb38f642bcd3518af8dea8b470b + 60a108a42e348515c93f08036951111f95f4c2e2 diff --git a/eng/Versions.props b/eng/Versions.props index baab0ae99..70dd0a599 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ - 7.0.100-rc.1.22421.9 - 7.0.100-rc.1.22421.9 - 7.0.100-rc.1.22421.9 + 7.0.100-rc.1.22422.1 + 7.0.100-rc.1.22422.1 + 7.0.100-rc.1.22422.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e0d94df3df0d6cad259c603fdcf8fbe5b277a139 Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot Date: Mon, 22 Aug 2022 06:48:32 -0700 Subject: [PATCH 056/501] [automated] Merge branch 'release/7.0.1xx' => 'main' (#14359) * Update dependencies from https://github.com/dotnet/arcade build 20220818.4 (#14354) [release/7.0.1xx] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.2.0-beta-22410-01 to 1.2.0-beta-22416-01 (parent: Microsoft.DotNet.Arcade.Sdk) - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.22409.1 to 1.0.0-beta.22415.3 (parent: Microsoft.DotNet.Arcade.Sdk) * Enable BlazorWasm source-build test (#14346) * Add llvm-project to source-build. (#14184) (#14314) * Add llvm-project to source-build. * Add repo references to llvm-project. * Add source-build metadata. * Upgrade CI to CentOS Stream 8. * Fix the image name in the right place. * Patch llvm to use an MS.Build.Traversal that we have. * Add backport PR to patch. * Revert "Upgrade CI to CentOS Stream 8." This reverts commit 6bc2754d5e3eecddc1788555c196f272567312bf. * Update to avoid new MSBuild warning that causes build failure. * We use code out of the LLVM directory. Copy the license file from there to the root to satisfy the license checker. * Add SourceBuild.props to llvm. * Update patches with backport PR pointers. Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Michael Simons Co-authored-by: Chris Rummel Co-authored-by: Jason Zhai --- eng/Version.Details.xml | 5 + .../job/source-build-run-tarball-build.yml | 10 +- .../tarball/content/repos/known-good.proj | 1 + .../tarball/content/repos/llvm-project.proj | 21 ++ .../content/repos/runtime-portable.proj | 1 + .../tarball/content/repos/runtime.proj | 1 + .../WebScenarioTests.cs | 3 +- ....Build.Traversal-version-we-have-a-r.patch | 24 ++ .../0002-Update-for-new-MSBuild-warning.patch | 24 ++ ...m-LLVM-directory-to-root-directory-t.patch | 298 ++++++++++++++++++ .../0004-Add-SourceBuild.props.patch | 26 ++ 11 files changed, 407 insertions(+), 7 deletions(-) create mode 100644 src/SourceBuild/tarball/content/repos/llvm-project.proj create mode 100644 src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch create mode 100644 src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch create mode 100644 src/SourceBuild/tarball/patches/llvm-project/0003-Copy-license-form-LLVM-directory-to-root-directory-t.patch create mode 100644 src/SourceBuild/tarball/patches/llvm-project/0004-Add-SourceBuild.props.patch diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e318ff271..e2fc8b58c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,6 +17,11 @@ https://github.com/dotnet/windowsdesktop d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + + https://github.com/dotnet/llvm-project + 75e182c26dbf5d9f8ccca0ac68ee63b0bebb17b8 + + https://github.com/dotnet/runtime f52d8c59bb49360eb2cbeeb863c5856ebd62adda diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index 2cf4ad628..32d8df03b 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -12,7 +12,7 @@ parameters: # The following parameters aren't expected to be passed in rather they are used for encapsulation # ----------------------------------------------------------------------------------------------- - centOS7Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build-20210714125450-5d87b80 + centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab centOS8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-source-build-20211118190102-9355e7b centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c debian9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b @@ -38,16 +38,16 @@ jobs: excludeSdkContentTests: true installerBuildResourceId: ${{ parameters.installerBuildResourceId }} matrix: - CentOS7-Online: + CentOSStream8-Online: _BootstrapPrep: false - _Container: ${{ parameters.centOS7Container }} + _Container: ${{ parameters.centOSStream8Container }} _EnablePoison: false _ExcludeOmniSharpTests: true _RunOnline: true ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - CentOS7-Offline: + CentOSStream8-Offline: _BootstrapPrep: false - _Container: ${{ parameters.centOS7Container }} + _Container: ${{ parameters.centOSStream8Container }} _EnablePoison: false _ExcludeOmniSharpTests: true _RunOnline: false diff --git a/src/SourceBuild/tarball/content/repos/known-good.proj b/src/SourceBuild/tarball/content/repos/known-good.proj index 85bd5f8e6..7d907a9f1 100644 --- a/src/SourceBuild/tarball/content/repos/known-good.proj +++ b/src/SourceBuild/tarball/content/repos/known-good.proj @@ -33,6 +33,7 @@ + diff --git a/src/SourceBuild/tarball/content/repos/llvm-project.proj b/src/SourceBuild/tarball/content/repos/llvm-project.proj new file mode 100644 index 000000000..c2c23cba4 --- /dev/null +++ b/src/SourceBuild/tarball/content/repos/llvm-project.proj @@ -0,0 +1,21 @@ + + + + + $(ProjectDirectory)build$(ShellExtension) $(StandardSourceBuildArgs) + + $(ProjectDirectory)global.json + $(ProjectDirectory)NuGet.config + false + + + + + + + + + + + + diff --git a/src/SourceBuild/tarball/content/repos/runtime-portable.proj b/src/SourceBuild/tarball/content/repos/runtime-portable.proj index 09b4625e9..6c3939492 100644 --- a/src/SourceBuild/tarball/content/repos/runtime-portable.proj +++ b/src/SourceBuild/tarball/content/repos/runtime-portable.proj @@ -9,6 +9,7 @@ + diff --git a/src/SourceBuild/tarball/content/repos/runtime.proj b/src/SourceBuild/tarball/content/repos/runtime.proj index 59ea1d6fc..04ff19ab1 100644 --- a/src/SourceBuild/tarball/content/repos/runtime.proj +++ b/src/SourceBuild/tarball/content/repos/runtime.proj @@ -18,6 +18,7 @@ + diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs index a6818b11e..56d0368f3 100644 --- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs +++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs @@ -34,8 +34,7 @@ public class WebScenarioTests : SmokeTests } yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.Razor, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); - // Disable building blazorwasm tests until https://github.com/dotnet/source-build/issues/2946 is addressed - yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.BlazorWasm /*DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish*/); + yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.BlazorWasm, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.BlazorServer, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.Worker); yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.Angular); diff --git a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch new file mode 100644 index 000000000..57846fba6 --- /dev/null +++ b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch @@ -0,0 +1,24 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Wed, 10 Aug 2022 13:44:31 -0500 +Subject: [PATCH] Upgrade to an MS.Build.Traversal version we have a ref + package for. + +Backport PR is https://github.com/dotnet/llvm-project/pull/241. + +--- + global.json | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/global.json b/global.json +index df77e9a199d6..19b99be1f71b 100644 +--- a/global.json ++++ b/global.json +@@ -5,6 +5,6 @@ + "msbuild-sdks": { + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22367.1", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22367.1", +- "Microsoft.Build.Traversal": "2.0.2" ++ "Microsoft.Build.Traversal": "2.0.34" + } + } diff --git a/src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch b/src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch new file mode 100644 index 000000000..62677c12d --- /dev/null +++ b/src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch @@ -0,0 +1,24 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Wed, 10 Aug 2022 21:30:49 -0500 +Subject: [PATCH] Update for new MSBuild warning. + +Backport PR: https://github.com/dotnet/llvm-project/pull/241. + +--- + nuget/packages.builds | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/nuget/packages.builds b/nuget/packages.builds +index a4d2bc03d454..85d860081e53 100644 +--- a/nuget/packages.builds ++++ b/nuget/packages.builds +@@ -31,7 +31,7 @@ + + + ++ AdditionalProperties="%(ProjectReference.AdditionalProperties);FileVersion=$(FileVersion)" /> + + + diff --git a/src/SourceBuild/tarball/patches/llvm-project/0003-Copy-license-form-LLVM-directory-to-root-directory-t.patch b/src/SourceBuild/tarball/patches/llvm-project/0003-Copy-license-form-LLVM-directory-to-root-directory-t.patch new file mode 100644 index 000000000..868911a22 --- /dev/null +++ b/src/SourceBuild/tarball/patches/llvm-project/0003-Copy-license-form-LLVM-directory-to-root-directory-t.patch @@ -0,0 +1,298 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Wed, 10 Aug 2022 23:16:19 -0500 +Subject: [PATCH] Copy license form LLVM directory to root directory to satisfy + license checker. + +Backport PR: https://github.com/dotnet/llvm-project/pull/242. + +--- + LICENSE.TXT | 279 ++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 279 insertions(+) + create mode 100644 LICENSE.TXT + +diff --git a/LICENSE.TXT b/LICENSE.TXT +new file mode 100644 +index 000000000000..fa6ac5400070 +--- /dev/null ++++ b/LICENSE.TXT +@@ -0,0 +1,279 @@ ++============================================================================== ++The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: ++============================================================================== ++ ++ Apache License ++ Version 2.0, January 2004 ++ http://www.apache.org/licenses/ ++ ++ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION ++ ++ 1. Definitions. ++ ++ "License" shall mean the terms and conditions for use, reproduction, ++ and distribution as defined by Sections 1 through 9 of this document. ++ ++ "Licensor" shall mean the copyright owner or entity authorized by ++ the copyright owner that is granting the License. ++ ++ "Legal Entity" shall mean the union of the acting entity and all ++ other entities that control, are controlled by, or are under common ++ control with that entity. For the purposes of this definition, ++ "control" means (i) the power, direct or indirect, to cause the ++ direction or management of such entity, whether by contract or ++ otherwise, or (ii) ownership of fifty percent (50%) or more of the ++ outstanding shares, or (iii) beneficial ownership of such entity. ++ ++ "You" (or "Your") shall mean an individual or Legal Entity ++ exercising permissions granted by this License. ++ ++ "Source" form shall mean the preferred form for making modifications, ++ including but not limited to software source code, documentation ++ source, and configuration files. ++ ++ "Object" form shall mean any form resulting from mechanical ++ transformation or translation of a Source form, including but ++ not limited to compiled object code, generated documentation, ++ and conversions to other media types. ++ ++ "Work" shall mean the work of authorship, whether in Source or ++ Object form, made available under the License, as indicated by a ++ copyright notice that is included in or attached to the work ++ (an example is provided in the Appendix below). ++ ++ "Derivative Works" shall mean any work, whether in Source or Object ++ form, that is based on (or derived from) the Work and for which the ++ editorial revisions, annotations, elaborations, or other modifications ++ represent, as a whole, an original work of authorship. For the purposes ++ of this License, Derivative Works shall not include works that remain ++ separable from, or merely link (or bind by name) to the interfaces of, ++ the Work and Derivative Works thereof. ++ ++ "Contribution" shall mean any work of authorship, including ++ the original version of the Work and any modifications or additions ++ to that Work or Derivative Works thereof, that is intentionally ++ submitted to Licensor for inclusion in the Work by the copyright owner ++ or by an individual or Legal Entity authorized to submit on behalf of ++ the copyright owner. For the purposes of this definition, "submitted" ++ means any form of electronic, verbal, or written communication sent ++ to the Licensor or its representatives, including but not limited to ++ communication on electronic mailing lists, source code control systems, ++ and issue tracking systems that are managed by, or on behalf of, the ++ Licensor for the purpose of discussing and improving the Work, but ++ excluding communication that is conspicuously marked or otherwise ++ designated in writing by the copyright owner as "Not a Contribution." ++ ++ "Contributor" shall mean Licensor and any individual or Legal Entity ++ on behalf of whom a Contribution has been received by Licensor and ++ subsequently incorporated within the Work. ++ ++ 2. Grant of Copyright License. Subject to the terms and conditions of ++ this License, each Contributor hereby grants to You a perpetual, ++ worldwide, non-exclusive, no-charge, royalty-free, irrevocable ++ copyright license to reproduce, prepare Derivative Works of, ++ publicly display, publicly perform, sublicense, and distribute the ++ Work and such Derivative Works in Source or Object form. ++ ++ 3. Grant of Patent License. Subject to the terms and conditions of ++ this License, each Contributor hereby grants to You a perpetual, ++ worldwide, non-exclusive, no-charge, royalty-free, irrevocable ++ (except as stated in this section) patent license to make, have made, ++ use, offer to sell, sell, import, and otherwise transfer the Work, ++ where such license applies only to those patent claims licensable ++ by such Contributor that are necessarily infringed by their ++ Contribution(s) alone or by combination of their Contribution(s) ++ with the Work to which such Contribution(s) was submitted. If You ++ institute patent litigation against any entity (including a ++ cross-claim or counterclaim in a lawsuit) alleging that the Work ++ or a Contribution incorporated within the Work constitutes direct ++ or contributory patent infringement, then any patent licenses ++ granted to You under this License for that Work shall terminate ++ as of the date such litigation is filed. ++ ++ 4. Redistribution. You may reproduce and distribute copies of the ++ Work or Derivative Works thereof in any medium, with or without ++ modifications, and in Source or Object form, provided that You ++ meet the following conditions: ++ ++ (a) You must give any other recipients of the Work or ++ Derivative Works a copy of this License; and ++ ++ (b) You must cause any modified files to carry prominent notices ++ stating that You changed the files; and ++ ++ (c) You must retain, in the Source form of any Derivative Works ++ that You distribute, all copyright, patent, trademark, and ++ attribution notices from the Source form of the Work, ++ excluding those notices that do not pertain to any part of ++ the Derivative Works; and ++ ++ (d) If the Work includes a "NOTICE" text file as part of its ++ distribution, then any Derivative Works that You distribute must ++ include a readable copy of the attribution notices contained ++ within such NOTICE file, excluding those notices that do not ++ pertain to any part of the Derivative Works, in at least one ++ of the following places: within a NOTICE text file distributed ++ as part of the Derivative Works; within the Source form or ++ documentation, if provided along with the Derivative Works; or, ++ within a display generated by the Derivative Works, if and ++ wherever such third-party notices normally appear. The contents ++ of the NOTICE file are for informational purposes only and ++ do not modify the License. You may add Your own attribution ++ notices within Derivative Works that You distribute, alongside ++ or as an addendum to the NOTICE text from the Work, provided ++ that such additional attribution notices cannot be construed ++ as modifying the License. ++ ++ You may add Your own copyright statement to Your modifications and ++ may provide additional or different license terms and conditions ++ for use, reproduction, or distribution of Your modifications, or ++ for any such Derivative Works as a whole, provided Your use, ++ reproduction, and distribution of the Work otherwise complies with ++ the conditions stated in this License. ++ ++ 5. Submission of Contributions. Unless You explicitly state otherwise, ++ any Contribution intentionally submitted for inclusion in the Work ++ by You to the Licensor shall be under the terms and conditions of ++ this License, without any additional terms or conditions. ++ Notwithstanding the above, nothing herein shall supersede or modify ++ the terms of any separate license agreement you may have executed ++ with Licensor regarding such Contributions. ++ ++ 6. Trademarks. This License does not grant permission to use the trade ++ names, trademarks, service marks, or product names of the Licensor, ++ except as required for reasonable and customary use in describing the ++ origin of the Work and reproducing the content of the NOTICE file. ++ ++ 7. Disclaimer of Warranty. Unless required by applicable law or ++ agreed to in writing, Licensor provides the Work (and each ++ Contributor provides its Contributions) on an "AS IS" BASIS, ++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or ++ implied, including, without limitation, any warranties or conditions ++ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A ++ PARTICULAR PURPOSE. You are solely responsible for determining the ++ appropriateness of using or redistributing the Work and assume any ++ risks associated with Your exercise of permissions under this License. ++ ++ 8. Limitation of Liability. In no event and under no legal theory, ++ whether in tort (including negligence), contract, or otherwise, ++ unless required by applicable law (such as deliberate and grossly ++ negligent acts) or agreed to in writing, shall any Contributor be ++ liable to You for damages, including any direct, indirect, special, ++ incidental, or consequential damages of any character arising as a ++ result of this License or out of the use or inability to use the ++ Work (including but not limited to damages for loss of goodwill, ++ work stoppage, computer failure or malfunction, or any and all ++ other commercial damages or losses), even if such Contributor ++ has been advised of the possibility of such damages. ++ ++ 9. Accepting Warranty or Additional Liability. While redistributing ++ the Work or Derivative Works thereof, You may choose to offer, ++ and charge a fee for, acceptance of support, warranty, indemnity, ++ or other liability obligations and/or rights consistent with this ++ License. However, in accepting such obligations, You may act only ++ on Your own behalf and on Your sole responsibility, not on behalf ++ of any other Contributor, and only if You agree to indemnify, ++ defend, and hold each Contributor harmless for any liability ++ incurred by, or claims asserted against, such Contributor by reason ++ of your accepting any such warranty or additional liability. ++ ++ END OF TERMS AND CONDITIONS ++ ++ APPENDIX: How to apply the Apache License to your work. ++ ++ To apply the Apache License to your work, attach the following ++ boilerplate notice, with the fields enclosed by brackets "[]" ++ replaced with your own identifying information. (Don't include ++ the brackets!) The text should be enclosed in the appropriate ++ comment syntax for the file format. We also recommend that a ++ file or class name and description of purpose be included on the ++ same "printed page" as the copyright notice for easier ++ identification within third-party archives. ++ ++ Copyright [yyyy] [name of copyright owner] ++ ++ Licensed under the Apache License, Version 2.0 (the "License"); ++ you may not use this file except in compliance with the License. ++ You may obtain a copy of the License at ++ ++ http://www.apache.org/licenses/LICENSE-2.0 ++ ++ Unless required by applicable law or agreed to in writing, software ++ distributed under the License is distributed on an "AS IS" BASIS, ++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ++ See the License for the specific language governing permissions and ++ limitations under the License. ++ ++ ++---- LLVM Exceptions to the Apache 2.0 License ---- ++ ++As an exception, if, as a result of your compiling your source code, portions ++of this Software are embedded into an Object form of such source code, you ++may redistribute such embedded portions in such Object form without complying ++with the conditions of Sections 4(a), 4(b) and 4(d) of the License. ++ ++In addition, if you combine or link compiled forms of this Software with ++software that is licensed under the GPLv2 ("Combined Software") and if a ++court of competent jurisdiction determines that the patent provision (Section ++3), the indemnity provision (Section 9) or other Section of the License ++conflicts with the conditions of the GPLv2, you may retroactively and ++prospectively choose to deem waived or otherwise exclude such Section(s) of ++the License, but only in their entirety and only with respect to the Combined ++Software. ++ ++============================================================================== ++Software from third parties included in the LLVM Project: ++============================================================================== ++The LLVM Project contains third party software which is under different license ++terms. All such code will be identified clearly using at least one of two ++mechanisms: ++1) It will be in a separate directory tree with its own `LICENSE.txt` or ++ `LICENSE` file at the top containing the specific license and restrictions ++ which apply to that software, or ++2) It will contain specific license and restriction terms at the top of every ++ file. ++ ++============================================================================== ++Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy): ++============================================================================== ++University of Illinois/NCSA ++Open Source License ++ ++Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign. ++All rights reserved. ++ ++Developed by: ++ ++ LLVM Team ++ ++ University of Illinois at Urbana-Champaign ++ ++ http://llvm.org ++ ++Permission is hereby granted, free of charge, to any person obtaining a copy of ++this software and associated documentation files (the "Software"), to deal with ++the Software without restriction, including without limitation the rights to ++use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies ++of the Software, and to permit persons to whom the Software is furnished to do ++so, subject to the following conditions: ++ ++ * Redistributions of source code must retain the above copyright notice, ++ this list of conditions and the following disclaimers. ++ ++ * Redistributions in binary form must reproduce the above copyright notice, ++ this list of conditions and the following disclaimers in the ++ documentation and/or other materials provided with the distribution. ++ ++ * Neither the names of the LLVM Team, University of Illinois at ++ Urbana-Champaign, nor the names of its contributors may be used to ++ endorse or promote products derived from this Software without specific ++ prior written permission. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS ++FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER ++LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, ++OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE ++SOFTWARE. ++ diff --git a/src/SourceBuild/tarball/patches/llvm-project/0004-Add-SourceBuild.props.patch b/src/SourceBuild/tarball/patches/llvm-project/0004-Add-SourceBuild.props.patch new file mode 100644 index 000000000..02d7b7b61 --- /dev/null +++ b/src/SourceBuild/tarball/patches/llvm-project/0004-Add-SourceBuild.props.patch @@ -0,0 +1,26 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Thu, 11 Aug 2022 01:08:46 -0500 +Subject: [PATCH] Add SourceBuild.props. + +Backport PR: https://github.com/dotnet/llvm-project/pull/242. + +--- + eng/SourceBuild.props | 8 ++++++++ + 1 file changed, 8 insertions(+) + create mode 100644 eng/SourceBuild.props + +diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props +new file mode 100644 +index 000000000000..93e2809599f6 +--- /dev/null ++++ b/eng/SourceBuild.props +@@ -0,0 +1,8 @@ ++ ++ ++ ++ llvm-project ++ true ++ ++ ++ From b1af93de7b3e194b4d71ec224af8e439719ded6f Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 22 Aug 2022 13:59:17 -0700 Subject: [PATCH 057/501] Update the main table for rc1, rc2, 8.0, and remove 6.0.400 --- README.md | 420 +++++++++--------- .../TableGenerator/Program.fs | 14 +- 2 files changed, 217 insertions(+), 217 deletions(-) diff --git a/README.md b/README.md index 686aa0dd7..24d943d1f 100644 --- a/README.md +++ b/README.md @@ -151,20 +151,20 @@ Please do not directly edit the table below. Use https://github.com/dotnet/insta ### Table -| Platform | main
(7.0.x Runtime) | Release/7.0.1xx-preview7
(7.0.x Runtime) | Release/6.0.4XX
(6.0.x Runtime) | +| Platform | main
(8.0.x Runtime) | Release/7.0.1xx
(7.0.x Runtime) | Release/7.0.1xx-rc1
(7.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-main]][win-x64-version-main]
[Installer][win-x64-installer-main] - [Checksum][win-x64-installer-checksum-main]
[zip][win-x64-zip-main] - [Checksum][win-x64-zip-checksum-main] | [![][win-x64-badge-7.0.1XX-preview7]][win-x64-version-7.0.1XX-preview7]
[Installer][win-x64-installer-7.0.1XX-preview7] - [Checksum][win-x64-installer-checksum-7.0.1XX-preview7]
[zip][win-x64-zip-7.0.1XX-preview7] - [Checksum][win-x64-zip-checksum-7.0.1XX-preview7] | [![][win-x64-badge-6.0.4XX]][win-x64-version-6.0.4XX]
[Installer][win-x64-installer-6.0.4XX] - [Checksum][win-x64-installer-checksum-6.0.4XX]
[zip][win-x64-zip-6.0.4XX] - [Checksum][win-x64-zip-checksum-6.0.4XX] | -| **Windows x86** | [![][win-x86-badge-main]][win-x86-version-main]
[Installer][win-x86-installer-main] - [Checksum][win-x86-installer-checksum-main]
[zip][win-x86-zip-main] - [Checksum][win-x86-zip-checksum-main] | [![][win-x86-badge-7.0.1XX-preview7]][win-x86-version-7.0.1XX-preview7]
[Installer][win-x86-installer-7.0.1XX-preview7] - [Checksum][win-x86-installer-checksum-7.0.1XX-preview7]
[zip][win-x86-zip-7.0.1XX-preview7] - [Checksum][win-x86-zip-checksum-7.0.1XX-preview7] | [![][win-x86-badge-6.0.4XX]][win-x86-version-6.0.4XX]
[Installer][win-x86-installer-6.0.4XX] - [Checksum][win-x86-installer-checksum-6.0.4XX]
[zip][win-x86-zip-6.0.4XX] - [Checksum][win-x86-zip-checksum-6.0.4XX] | +| **Windows x64** | [![][win-x64-badge-main]][win-x64-version-main]
[Installer][win-x64-installer-main] - [Checksum][win-x64-installer-checksum-main]
[zip][win-x64-zip-main] - [Checksum][win-x64-zip-checksum-main] | [![][win-x64-badge-7.0.1XX]][win-x64-version-7.0.1XX]
[Installer][win-x64-installer-7.0.1XX] - [Checksum][win-x64-installer-checksum-7.0.1XX]
[zip][win-x64-zip-7.0.1XX] - [Checksum][win-x64-zip-checksum-7.0.1XX] | [![][win-x64-badge-7.0.1XX-rc1]][win-x64-version-7.0.1XX-rc1]
[Installer][win-x64-installer-7.0.1XX-rc1] - [Checksum][win-x64-installer-checksum-7.0.1XX-rc1]
[zip][win-x64-zip-7.0.1XX-rc1] - [Checksum][win-x64-zip-checksum-7.0.1XX-rc1] | +| **Windows x86** | [![][win-x86-badge-main]][win-x86-version-main]
[Installer][win-x86-installer-main] - [Checksum][win-x86-installer-checksum-main]
[zip][win-x86-zip-main] - [Checksum][win-x86-zip-checksum-main] | [![][win-x86-badge-7.0.1XX]][win-x86-version-7.0.1XX]
[Installer][win-x86-installer-7.0.1XX] - [Checksum][win-x86-installer-checksum-7.0.1XX]
[zip][win-x86-zip-7.0.1XX] - [Checksum][win-x86-zip-checksum-7.0.1XX] | [![][win-x86-badge-7.0.1XX-rc1]][win-x86-version-7.0.1XX-rc1]
[Installer][win-x86-installer-7.0.1XX-rc1] - [Checksum][win-x86-installer-checksum-7.0.1XX-rc1]
[zip][win-x86-zip-7.0.1XX-rc1] - [Checksum][win-x86-zip-checksum-7.0.1XX-rc1] | | **Windows arm** | **N/A** | **N/A** | **N/A** | -| **Windows arm64** | [![][win-arm64-badge-main]][win-arm64-version-main]
[Installer][win-arm64-installer-main] - [Checksum][win-arm64-installer-checksum-main]
[zip][win-arm64-zip-main] | [![][win-arm64-badge-7.0.1XX-preview7]][win-arm64-version-7.0.1XX-preview7]
[Installer][win-arm64-installer-7.0.1XX-preview7] - [Checksum][win-arm64-installer-checksum-7.0.1XX-preview7]
[zip][win-arm64-zip-7.0.1XX-preview7] | [![][win-arm64-badge-6.0.4XX]][win-arm64-version-6.0.4XX]
[Installer][win-arm64-installer-6.0.4XX] - [Checksum][win-arm64-installer-checksum-6.0.4XX]
[zip][win-arm64-zip-6.0.4XX] | -| **macOS x64** | [![][osx-x64-badge-main]][osx-x64-version-main]
[Installer][osx-x64-installer-main] - [Checksum][osx-x64-installer-checksum-main]
[tar.gz][osx-x64-targz-main] - [Checksum][osx-x64-targz-checksum-main] | [![][osx-x64-badge-7.0.1XX-preview7]][osx-x64-version-7.0.1XX-preview7]
[Installer][osx-x64-installer-7.0.1XX-preview7] - [Checksum][osx-x64-installer-checksum-7.0.1XX-preview7]
[tar.gz][osx-x64-targz-7.0.1XX-preview7] - [Checksum][osx-x64-targz-checksum-7.0.1XX-preview7] | [![][osx-x64-badge-6.0.4XX]][osx-x64-version-6.0.4XX]
[Installer][osx-x64-installer-6.0.4XX] - [Checksum][osx-x64-installer-checksum-6.0.4XX]
[tar.gz][osx-x64-targz-6.0.4XX] - [Checksum][osx-x64-targz-checksum-6.0.4XX] | -| **macOS arm64** | [![][osx-arm64-badge-main]][osx-arm64-version-main]
[Installer][osx-arm64-installer-main] - [Checksum][osx-arm64-installer-checksum-main]
[tar.gz][osx-arm64-targz-main] - [Checksum][osx-arm64-targz-checksum-main] | [![][osx-arm64-badge-7.0.1XX-preview7]][osx-arm64-version-7.0.1XX-preview7]
[Installer][osx-arm64-installer-7.0.1XX-preview7] - [Checksum][osx-arm64-installer-checksum-7.0.1XX-preview7]
[tar.gz][osx-arm64-targz-7.0.1XX-preview7] - [Checksum][osx-arm64-targz-checksum-7.0.1XX-preview7] | [![][osx-arm64-badge-6.0.4XX]][osx-arm64-version-6.0.4XX]
[Installer][osx-arm64-installer-6.0.4XX] - [Checksum][osx-arm64-installer-checksum-6.0.4XX]
[tar.gz][osx-arm64-targz-6.0.4XX] - [Checksum][osx-arm64-targz-checksum-6.0.4XX] | -| **Linux x64** | [![][linux-badge-main]][linux-version-main]
[DEB Installer][linux-DEB-installer-main] - [Checksum][linux-DEB-installer-checksum-main]
[RPM Installer][linux-RPM-installer-main] - [Checksum][linux-RPM-installer-checksum-main]
_see installer note below_1
[tar.gz][linux-targz-main] - [Checksum][linux-targz-checksum-main] | [![][linux-badge-7.0.1XX-preview7]][linux-version-7.0.1XX-preview7]
[DEB Installer][linux-DEB-installer-7.0.1XX-preview7] - [Checksum][linux-DEB-installer-checksum-7.0.1XX-preview7]
[RPM Installer][linux-RPM-installer-7.0.1XX-preview7] - [Checksum][linux-RPM-installer-checksum-7.0.1XX-preview7]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX-preview7] - [Checksum][linux-targz-checksum-7.0.1XX-preview7] | [![][linux-badge-6.0.4XX]][linux-version-6.0.4XX]
[DEB Installer][linux-DEB-installer-6.0.4XX] - [Checksum][linux-DEB-installer-checksum-6.0.4XX]
[RPM Installer][linux-RPM-installer-6.0.4XX] - [Checksum][linux-RPM-installer-checksum-6.0.4XX]
_see installer note below_1
[tar.gz][linux-targz-6.0.4XX] - [Checksum][linux-targz-checksum-6.0.4XX] | -| **Linux arm** | [![][linux-arm-badge-main]][linux-arm-version-main]
[tar.gz][linux-arm-targz-main] - [Checksum][linux-arm-targz-checksum-main] | [![][linux-arm-badge-7.0.1XX-preview7]][linux-arm-version-7.0.1XX-preview7]
[tar.gz][linux-arm-targz-7.0.1XX-preview7] - [Checksum][linux-arm-targz-checksum-7.0.1XX-preview7] | [![][linux-arm-badge-6.0.4XX]][linux-arm-version-6.0.4XX]
[tar.gz][linux-arm-targz-6.0.4XX] - [Checksum][linux-arm-targz-checksum-6.0.4XX] | -| **Linux arm64** | [![][linux-arm64-badge-main]][linux-arm64-version-main]
[tar.gz][linux-arm64-targz-main] - [Checksum][linux-arm64-targz-checksum-main] | [![][linux-arm64-badge-7.0.1XX-preview7]][linux-arm64-version-7.0.1XX-preview7]
[tar.gz][linux-arm64-targz-7.0.1XX-preview7] - [Checksum][linux-arm64-targz-checksum-7.0.1XX-preview7] | [![][linux-arm64-badge-6.0.4XX]][linux-arm64-version-6.0.4XX]
[tar.gz][linux-arm64-targz-6.0.4XX] - [Checksum][linux-arm64-targz-checksum-6.0.4XX] | -| **Linux-musl-x64** | [![][linux-musl-x64-badge-main]][linux-musl-x64-version-main]
[tar.gz][linux-musl-x64-targz-main] - [Checksum][linux-musl-x64-targz-checksum-main] | [![][linux-musl-x64-badge-7.0.1XX-preview7]][linux-musl-x64-version-7.0.1XX-preview7]
[tar.gz][linux-musl-x64-targz-7.0.1XX-preview7] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX-preview7] | [![][linux-musl-x64-badge-6.0.4XX]][linux-musl-x64-version-6.0.4XX]
[tar.gz][linux-musl-x64-targz-6.0.4XX] - [Checksum][linux-musl-x64-targz-checksum-6.0.4XX] | -| **Linux-musl-arm** | [![][linux-musl-arm-badge-main]][linux-musl-arm-version-main]
[tar.gz][linux-musl-arm-targz-main] - [Checksum][linux-musl-arm-targz-checksum-main] | [![][linux-musl-arm-badge-7.0.1XX-preview7]][linux-musl-arm-version-7.0.1XX-preview7]
[tar.gz][linux-musl-arm-targz-7.0.1XX-preview7] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX-preview7] | [![][linux-musl-arm-badge-6.0.4XX]][linux-musl-arm-version-6.0.4XX]
[tar.gz][linux-musl-arm-targz-6.0.4XX] - [Checksum][linux-musl-arm-targz-checksum-6.0.4XX] | -| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-main]][linux-musl-arm64-version-main]
[tar.gz][linux-musl-arm64-targz-main] - [Checksum][linux-musl-arm64-targz-checksum-main] | [![][linux-musl-arm64-badge-7.0.1XX-preview7]][linux-musl-arm64-version-7.0.1XX-preview7]
[tar.gz][linux-musl-arm64-targz-7.0.1XX-preview7] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX-preview7] | [![][linux-musl-arm64-badge-6.0.4XX]][linux-musl-arm64-version-6.0.4XX]
[tar.gz][linux-musl-arm64-targz-6.0.4XX] - [Checksum][linux-musl-arm64-targz-checksum-6.0.4XX] | +| **Windows arm64** | [![][win-arm64-badge-main]][win-arm64-version-main]
[Installer][win-arm64-installer-main] - [Checksum][win-arm64-installer-checksum-main]
[zip][win-arm64-zip-main] | [![][win-arm64-badge-7.0.1XX]][win-arm64-version-7.0.1XX]
[Installer][win-arm64-installer-7.0.1XX] - [Checksum][win-arm64-installer-checksum-7.0.1XX]
[zip][win-arm64-zip-7.0.1XX] | [![][win-arm64-badge-7.0.1XX-rc1]][win-arm64-version-7.0.1XX-rc1]
[Installer][win-arm64-installer-7.0.1XX-rc1] - [Checksum][win-arm64-installer-checksum-7.0.1XX-rc1]
[zip][win-arm64-zip-7.0.1XX-rc1] | +| **macOS x64** | [![][osx-x64-badge-main]][osx-x64-version-main]
[Installer][osx-x64-installer-main] - [Checksum][osx-x64-installer-checksum-main]
[tar.gz][osx-x64-targz-main] - [Checksum][osx-x64-targz-checksum-main] | [![][osx-x64-badge-7.0.1XX]][osx-x64-version-7.0.1XX]
[Installer][osx-x64-installer-7.0.1XX] - [Checksum][osx-x64-installer-checksum-7.0.1XX]
[tar.gz][osx-x64-targz-7.0.1XX] - [Checksum][osx-x64-targz-checksum-7.0.1XX] | [![][osx-x64-badge-7.0.1XX-rc1]][osx-x64-version-7.0.1XX-rc1]
[Installer][osx-x64-installer-7.0.1XX-rc1] - [Checksum][osx-x64-installer-checksum-7.0.1XX-rc1]
[tar.gz][osx-x64-targz-7.0.1XX-rc1] - [Checksum][osx-x64-targz-checksum-7.0.1XX-rc1] | +| **macOS arm64** | [![][osx-arm64-badge-main]][osx-arm64-version-main]
[Installer][osx-arm64-installer-main] - [Checksum][osx-arm64-installer-checksum-main]
[tar.gz][osx-arm64-targz-main] - [Checksum][osx-arm64-targz-checksum-main] | [![][osx-arm64-badge-7.0.1XX]][osx-arm64-version-7.0.1XX]
[Installer][osx-arm64-installer-7.0.1XX] - [Checksum][osx-arm64-installer-checksum-7.0.1XX]
[tar.gz][osx-arm64-targz-7.0.1XX] - [Checksum][osx-arm64-targz-checksum-7.0.1XX] | [![][osx-arm64-badge-7.0.1XX-rc1]][osx-arm64-version-7.0.1XX-rc1]
[Installer][osx-arm64-installer-7.0.1XX-rc1] - [Checksum][osx-arm64-installer-checksum-7.0.1XX-rc1]
[tar.gz][osx-arm64-targz-7.0.1XX-rc1] - [Checksum][osx-arm64-targz-checksum-7.0.1XX-rc1] | +| **Linux x64** | [![][linux-badge-main]][linux-version-main]
[DEB Installer][linux-DEB-installer-main] - [Checksum][linux-DEB-installer-checksum-main]
[RPM Installer][linux-RPM-installer-main] - [Checksum][linux-RPM-installer-checksum-main]
_see installer note below_1
[tar.gz][linux-targz-main] - [Checksum][linux-targz-checksum-main] | [![][linux-badge-7.0.1XX]][linux-version-7.0.1XX]
[DEB Installer][linux-DEB-installer-7.0.1XX] - [Checksum][linux-DEB-installer-checksum-7.0.1XX]
[RPM Installer][linux-RPM-installer-7.0.1XX] - [Checksum][linux-RPM-installer-checksum-7.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX] - [Checksum][linux-targz-checksum-7.0.1XX] | [![][linux-badge-7.0.1XX-rc1]][linux-version-7.0.1XX-rc1]
[DEB Installer][linux-DEB-installer-7.0.1XX-rc1] - [Checksum][linux-DEB-installer-checksum-7.0.1XX-rc1]
[RPM Installer][linux-RPM-installer-7.0.1XX-rc1] - [Checksum][linux-RPM-installer-checksum-7.0.1XX-rc1]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX-rc1] - [Checksum][linux-targz-checksum-7.0.1XX-rc1] | +| **Linux arm** | [![][linux-arm-badge-main]][linux-arm-version-main]
[tar.gz][linux-arm-targz-main] - [Checksum][linux-arm-targz-checksum-main] | [![][linux-arm-badge-7.0.1XX]][linux-arm-version-7.0.1XX]
[tar.gz][linux-arm-targz-7.0.1XX] - [Checksum][linux-arm-targz-checksum-7.0.1XX] | [![][linux-arm-badge-7.0.1XX-rc1]][linux-arm-version-7.0.1XX-rc1]
[tar.gz][linux-arm-targz-7.0.1XX-rc1] - [Checksum][linux-arm-targz-checksum-7.0.1XX-rc1] | +| **Linux arm64** | [![][linux-arm64-badge-main]][linux-arm64-version-main]
[tar.gz][linux-arm64-targz-main] - [Checksum][linux-arm64-targz-checksum-main] | [![][linux-arm64-badge-7.0.1XX]][linux-arm64-version-7.0.1XX]
[tar.gz][linux-arm64-targz-7.0.1XX] - [Checksum][linux-arm64-targz-checksum-7.0.1XX] | [![][linux-arm64-badge-7.0.1XX-rc1]][linux-arm64-version-7.0.1XX-rc1]
[tar.gz][linux-arm64-targz-7.0.1XX-rc1] - [Checksum][linux-arm64-targz-checksum-7.0.1XX-rc1] | +| **Linux-musl-x64** | [![][linux-musl-x64-badge-main]][linux-musl-x64-version-main]
[tar.gz][linux-musl-x64-targz-main] - [Checksum][linux-musl-x64-targz-checksum-main] | [![][linux-musl-x64-badge-7.0.1XX]][linux-musl-x64-version-7.0.1XX]
[tar.gz][linux-musl-x64-targz-7.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX] | [![][linux-musl-x64-badge-7.0.1XX-rc1]][linux-musl-x64-version-7.0.1XX-rc1]
[tar.gz][linux-musl-x64-targz-7.0.1XX-rc1] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX-rc1] | +| **Linux-musl-arm** | [![][linux-musl-arm-badge-main]][linux-musl-arm-version-main]
[tar.gz][linux-musl-arm-targz-main] - [Checksum][linux-musl-arm-targz-checksum-main] | [![][linux-musl-arm-badge-7.0.1XX]][linux-musl-arm-version-7.0.1XX]
[tar.gz][linux-musl-arm-targz-7.0.1XX] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX] | [![][linux-musl-arm-badge-7.0.1XX-rc1]][linux-musl-arm-version-7.0.1XX-rc1]
[tar.gz][linux-musl-arm-targz-7.0.1XX-rc1] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX-rc1] | +| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-main]][linux-musl-arm64-version-main]
[tar.gz][linux-musl-arm64-targz-main] - [Checksum][linux-musl-arm64-targz-checksum-main] | [![][linux-musl-arm64-badge-7.0.1XX]][linux-musl-arm64-version-7.0.1XX]
[tar.gz][linux-musl-arm64-targz-7.0.1XX] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX] | [![][linux-musl-arm64-badge-7.0.1XX-rc1]][linux-musl-arm64-version-7.0.1XX-rc1]
[tar.gz][linux-musl-arm64-targz-7.0.1XX-rc1] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX-rc1] | | **RHEL 6** | **N/A** | **N/A** | **N/A** | Reference notes: @@ -174,242 +174,242 @@ Reference notes: .NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) -[win-x64-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/win_x64_Release_version_badge.svg -[win-x64-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-x64.txt -[win-x64-installer-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_x64_Release_version_badge.svg +[win-x64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-x64.txt +[win-x64-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/win_x64_Release_version_badge.svg -[win-x64-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-win-x64.txt -[win-x64-installer-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_x64_Release_version_badge.svg +[win-x64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-x64.txt +[win-x64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/win_x64_Release_version_badge.svg -[win-x64-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-win-x64.txt -[win-x64-installer-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_x64_Release_version_badge.svg +[win-x64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-x64.txt +[win-x64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.zip.sha -[win-x86-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/win_x86_Release_version_badge.svg -[win-x86-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-x86.txt -[win-x86-installer-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_x86_Release_version_badge.svg +[win-x86-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-x86.txt +[win-x86-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/win_x86_Release_version_badge.svg -[win-x86-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-win-x86.txt -[win-x86-installer-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_x86_Release_version_badge.svg +[win-x86-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-x86.txt +[win-x86-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/win_x86_Release_version_badge.svg -[win-x86-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-win-x86.txt -[win-x86-installer-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_x86_Release_version_badge.svg +[win-x86-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-x86.txt +[win-x86-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.zip.sha -[osx-x64-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/osx_x64_Release_version_badge.svg -[osx-x64-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-osx-x64.txt -[osx-x64-installer-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg -[osx-x64-installer-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg.sha -[osx-x64-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.tar.gz -[osx-x64-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/osx_x64_Release_version_badge.svg +[osx-x64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-osx-x64.txt +[osx-x64-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-x64-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/osx_x64_Release_version_badge.svg -[osx-x64-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-osx-x64.txt -[osx-x64-installer-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-x64.pkg -[osx-x64-installer-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-x64.pkg.sha -[osx-x64-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-x64.tar.gz -[osx-x64-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/osx_x64_Release_version_badge.svg +[osx-x64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-osx-x64.txt +[osx-x64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-x64-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/osx_x64_Release_version_badge.svg -[osx-x64-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-osx-x64.txt -[osx-x64-installer-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-x64.pkg -[osx-x64-installer-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-x64.pkg.sha -[osx-x64-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-x64.tar.gz -[osx-x64-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/osx_x64_Release_version_badge.svg +[osx-x64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-osx-x64.txt +[osx-x64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-arm64-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/osx_arm64_Release_version_badge.svg -[osx-arm64-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-osx-arm64.txt -[osx-arm64-installer-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg -[osx-arm64-installer-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.sha -[osx-arm64-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.tar.gz -[osx-arm64-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha +[osx-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/osx_arm64_Release_version_badge.svg +[osx-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-osx-arm64.txt +[osx-arm64-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha -[osx-arm64-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/osx_arm64_Release_version_badge.svg -[osx-arm64-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-osx-arm64.txt -[osx-arm64-installer-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-arm64.pkg -[osx-arm64-installer-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-arm64.pkg.sha -[osx-arm64-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-arm64.tar.gz -[osx-arm64-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha +[osx-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/osx_arm64_Release_version_badge.svg +[osx-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-osx-arm64.txt +[osx-arm64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha -[osx-arm64-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/osx_arm64_Release_version_badge.svg -[osx-arm64-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-osx-arm64.txt -[osx-arm64-installer-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-arm64.pkg -[osx-arm64-installer-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-arm64.pkg.sha -[osx-arm64-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-arm64.tar.gz -[osx-arm64-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha +[osx-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/osx_arm64_Release_version_badge.svg +[osx-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-osx-arm64.txt +[osx-arm64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha -[linux-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/linux_x64_Release_version_badge.svg -[linux-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-x64.txt -[linux-DEB-installer-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.rpm.sha -[linux-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_x64_Release_version_badge.svg +[linux-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-x64.txt +[linux-DEB-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-x64.rpm.sha +[linux-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/linux_x64_Release_version_badge.svg -[linux-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-linux-x64.txt -[linux-DEB-installer-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-x64.rpm.sha -[linux-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_x64_Release_version_badge.svg +[linux-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-x64.txt +[linux-DEB-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.rpm.sha +[linux-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/linux_x64_Release_version_badge.svg -[linux-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-linux-x64.txt -[linux-DEB-installer-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-x64.rpm.sha -[linux-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_x64_Release_version_badge.svg +[linux-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-x64.txt +[linux-DEB-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.rpm.sha +[linux-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-x64.tar.gz.sha -[linux-arm-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/linux_arm_Release_version_badge.svg -[linux-arm-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-arm.txt -[linux-arm-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_arm_Release_version_badge.svg +[linux-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-arm.txt +[linux-arm-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/linux_arm_Release_version_badge.svg -[linux-arm-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-linux-arm.txt -[linux-arm-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_arm_Release_version_badge.svg +[linux-arm-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-arm.txt +[linux-arm-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/linux_arm_Release_version_badge.svg -[linux-arm-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-linux-arm.txt -[linux-arm-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_arm_Release_version_badge.svg +[linux-arm-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-arm.txt +[linux-arm-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm64-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/linux_arm64_Release_version_badge.svg -[linux-arm64-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-arm64.txt -[linux-arm64-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_arm64_Release_version_badge.svg +[linux-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-arm64.txt +[linux-arm64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/linux_arm64_Release_version_badge.svg -[linux-arm64-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-linux-arm64.txt -[linux-arm64-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_arm64_Release_version_badge.svg +[linux-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-arm64.txt +[linux-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/linux_arm64_Release_version_badge.svg -[linux-arm64-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-linux-arm64.txt -[linux-arm64-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_arm64_Release_version_badge.svg +[linux-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-arm64.txt +[linux-arm64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm64.tar.gz.sha -[rhel-6-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-rhel.6-x64.txt -[rhel-6-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-rhel.6-x64.txt +[rhel-6-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-rhel.6-x64.txt -[rhel-6-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-rhel.6-x64.txt +[rhel-6-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-rhel.6-x64.txt -[rhel-6-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-rhel.6-x64.txt +[rhel-6-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha -[linux-musl-x64-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_x64_Release_version_badge.svg -[linux-musl-x64-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-x64.txt -[linux-musl-x64-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-x64-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-x64-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/linux_musl_x64_Release_version_badge.svg -[linux-musl-x64-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-linux-musl-x64.txt -[linux-musl-x64-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-x64-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-x64-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/linux_musl_x64_Release_version_badge.svg -[linux-musl-x64-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-linux-musl-x64.txt -[linux-musl-x64-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-x64-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-arm-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_arm_Release_version_badge.svg -[linux-musl-arm-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-arm.txt -[linux-musl-arm-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz -[linux-musl-arm-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha +[linux-musl-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha -[linux-musl-arm-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/linux_musl_arm_Release_version_badge.svg -[linux-musl-arm-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-linux-musl-arm.txt -[linux-musl-arm-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-musl-arm.tar.gz -[linux-musl-arm-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha +[linux-musl-arm-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha -[linux-musl-arm-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/linux_musl_arm_Release_version_badge.svg -[linux-musl-arm-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-linux-musl-arm.txt -[linux-musl-arm-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-musl-arm.tar.gz -[linux-musl-arm-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha +[linux-musl-arm-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha -[linux-musl-arm64-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_arm64_Release_version_badge.svg -[linux-musl-arm64-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-arm64.txt -[linux-musl-arm64-targz-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz -[linux-musl-arm64-targz-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha +[linux-musl-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha -[linux-musl-arm64-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/linux_musl_arm64_Release_version_badge.svg -[linux-musl-arm64-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-linux-musl-arm64.txt -[linux-musl-arm64-targz-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-musl-arm64.tar.gz -[linux-musl-arm64-targz-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha +[linux-musl-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha -[linux-musl-arm64-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/linux_musl_arm64_Release_version_badge.svg -[linux-musl-arm64-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-linux-musl-arm64.txt -[linux-musl-arm64-targz-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz -[linux-musl-arm64-targz-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha +[linux-musl-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha -[win-arm-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/win_arm_Release_version_badge.svg -[win-arm-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-arm.txt -[win-arm-zip-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_arm_Release_version_badge.svg +[win-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-arm.txt +[win-arm-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/win_arm_Release_version_badge.svg -[win-arm-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-win-arm.txt -[win-arm-zip-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_arm_Release_version_badge.svg +[win-arm-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-arm.txt +[win-arm-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/win_arm_Release_version_badge.svg -[win-arm-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-win-arm.txt -[win-arm-zip-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_arm_Release_version_badge.svg +[win-arm-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-arm.txt +[win-arm-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm.zip.sha -[win-arm64-badge-main]: https://aka.ms/dotnet/7.0.1xx/daily/win_arm64_Release_version_badge.svg -[win-arm64-version-main]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-arm64.txt -[win-arm64-installer-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-main]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_arm64_Release_version_badge.svg +[win-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-arm64.txt +[win-arm64-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/win_arm64_Release_version_badge.svg -[win-arm64-version-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/productCommit-win-arm64.txt -[win-arm64-installer-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-7.0.1XX-preview7]: https://aka.ms/dotnet/7.0.1xx-preview7/daily/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_arm64_Release_version_badge.svg +[win-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-arm64.txt +[win-arm64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/win_arm64_Release_version_badge.svg -[win-arm64-version-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/productCommit-win-arm64.txt -[win-arm64-installer-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-6.0.4XX]: https://aka.ms/dotnet/6.0.4xx/daily/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_arm64_Release_version_badge.svg +[win-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-arm64.txt +[win-arm64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.zip.sha [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories diff --git a/tools/sdk-readme-table-generator/TableGenerator/Program.fs b/tools/sdk-readme-table-generator/TableGenerator/Program.fs index f27d656e5..3a195d75c 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Program.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Program.fs @@ -7,14 +7,14 @@ open TableGenerator.Table let inputBranches = [ { GitBranchName = "main" - DisplayName = "main
(7.0.x Runtime)" + DisplayName = "main
(8.0.x Runtime)" + AkaMsChannel = Some("8.0.1xx/daily") } + { GitBranchName = "release/7.0.1xx" + DisplayName = "Release/7.0.1xx
(7.0.x Runtime)" AkaMsChannel = Some("7.0.1xx/daily") } - { GitBranchName = "release/7.0.1xx-preview7" - DisplayName = "Release/7.0.1xx-preview7
(7.0.x Runtime)" - AkaMsChannel = Some("7.0.1xx-preview7/daily") } - { GitBranchName = "release/6.0.4xx" - DisplayName = "Release/6.0.4XX
(6.0.x Runtime)" - AkaMsChannel = Some("6.0.4xx/daily") }] + { GitBranchName = "release/7.0.1xx-rc1" + DisplayName = "Release/7.0.1xx-rc1
(7.0.x Runtime)" + AkaMsChannel = Some("7.0.1xx-rc1/daily") }] let referentNotes = """Reference notes: From 0fbacc73331cb509aadc6c444cd951e0b13c9807 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 22 Aug 2022 22:33:54 -0500 Subject: [PATCH 058/501] Disable dotnet format test (#14366) --- .../DotNetFormatTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetFormatTests.cs b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetFormatTests.cs index d6ec47734..5303c3d89 100644 --- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetFormatTests.cs +++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/DotNetFormatTests.cs @@ -19,7 +19,7 @@ public class DotNetFormatTests : SmokeTests /// /// Format an unformatted project and verify that the output matches the pre-computed solution. /// - [Fact] + //[Fact] - Re-enable once https://github.com/dotnet/sdk/issues/27332 is resolved. Tracking - https://github.com/dotnet/source-build/issues/3004 public void FormatProject() { string unformattedCsFilePath = Path.Combine(BaselineHelper.GetAssetsDirectory(), UnformattedFileName); From b9635390c8e8f0849b394c440b65e1ea3df2266b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Tue, 23 Aug 2022 21:06:59 +0200 Subject: [PATCH 059/501] Add a VMR initialization (bootstrap) process (#14343) Adds the possibility to initialize a fresh VMR off of the current `dotnet/installer` commit. Similarly to the tarball generation, the process can be triggered by running: ``` ./build.sh /p:InitializeVMR=true /p:VmrDir=[Path were VMR will be created] ``` --- eng/Build.props | 38 +++-- eng/Version.Details.xml | 8 + eng/Versions.props | 5 + .../Arcade/src/SourceBuild.Tasks.csproj | 2 +- src/SourceBuild/Arcade/tools/BuildTasks.props | 2 +- .../tools/SourceBuildArcadeTarball.targets | 11 +- .../tarball/content/src/source-mappings.json | 140 ++++++++++++++++++ src/VirtualMonoRepo/InitializeVMR.proj | 121 +++++++++++++++ src/VirtualMonoRepo/Tasks/RemoteFactory.cs | 38 +++++ .../Tasks/VirtualMonoRepo.Tasks.csproj | 20 +++ .../Tasks/VirtualMonoRepo_Initialize.cs | 57 +++++++ 11 files changed, 424 insertions(+), 18 deletions(-) create mode 100644 src/SourceBuild/tarball/content/src/source-mappings.json create mode 100644 src/VirtualMonoRepo/InitializeVMR.proj create mode 100644 src/VirtualMonoRepo/Tasks/RemoteFactory.cs create mode 100644 src/VirtualMonoRepo/Tasks/VirtualMonoRepo.Tasks.csproj create mode 100644 src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs diff --git a/eng/Build.props b/eng/Build.props index 4df683bab..2e1312f95 100644 --- a/eng/Build.props +++ b/eng/Build.props @@ -1,12 +1,30 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2fc8b58c..da74b22b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -213,6 +213,14 @@ https://github.com/dotnet/arcade 34dff939b4a91e4693f78a856e0e055c1a3f3fba
+ + https://github.com/dotnet/arcade-services + a27d5e56acf479b4a0944a0cf4511acb22d4a75b + + + https://github.com/dotnet/runtime + eecb02807867cad56cd05badddef65e432248b75 + https://github.com/dotnet/source-build-reference-packages c1bc837421e41a673cb30bf670c0cdd83ac09b75 diff --git a/eng/Versions.props b/eng/Versions.props index f831c36c8..6e569e714 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,6 +28,10 @@ 7.0.0-beta.22419.1 + + + 1.1.0-beta.22422.1 + 7.0.0-rc.1.22377.2 @@ -171,6 +175,7 @@ 2.2.0-beta.19072.10 2.0.0 17.4.0-preview-20220813-01 + 7.0.0-preview.7.22375.6 diff --git a/src/SourceBuild/Arcade/src/SourceBuild.Tasks.csproj b/src/SourceBuild/Arcade/src/SourceBuild.Tasks.csproj index 735289e70..2842d265d 100644 --- a/src/SourceBuild/Arcade/src/SourceBuild.Tasks.csproj +++ b/src/SourceBuild/Arcade/src/SourceBuild.Tasks.csproj @@ -1,6 +1,6 @@ - net5.0 + net7.0 false false disable diff --git a/src/SourceBuild/Arcade/tools/BuildTasks.props b/src/SourceBuild/Arcade/tools/BuildTasks.props index 4014b87ad..50f49046b 100644 --- a/src/SourceBuild/Arcade/tools/BuildTasks.props +++ b/src/SourceBuild/Arcade/tools/BuildTasks.props @@ -2,6 +2,6 @@ - $(RepoRoot)\artifacts\bin\SourceBuild.Tasks\$(Configuration)\net5.0\SourceBuild.Tasks.dll + $(RepoRoot)\artifacts\bin\SourceBuild.Tasks\$(Configuration)\net7.0\SourceBuild.Tasks.dll \ No newline at end of file diff --git a/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets b/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets index 1a652650a..5f61eb8ac 100644 --- a/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets +++ b/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets @@ -14,7 +14,7 @@ $(RepoRoot)artifacts/ - $(ArtifactsDir)tarball/ + $(ArtifactsDir)tarball/ $([MSBuild]::EnsureTrailingSlash('$(TarballDir)')) $(TarballRootDir)src/ $(TarballRootDir)git-info/ @@ -234,8 +234,8 @@ SourceBuildMetadataDir="$(TarballGitInfoDir)" Dependencies="@(SourceBuildRepos)" /> - - + + - @@ -296,7 +296,7 @@ - @@ -428,4 +428,3 @@ - diff --git a/src/SourceBuild/tarball/content/src/source-mappings.json b/src/SourceBuild/tarball/content/src/source-mappings.json new file mode 100644 index 000000000..3144d9e23 --- /dev/null +++ b/src/SourceBuild/tarball/content/src/source-mappings.json @@ -0,0 +1,140 @@ +{ + "defaults": { + "defaultRef": "main", + "exclude": [ + "**/*.dll", + "**/*.Dll", + "**/*.exe", + "**/*.pdb", + "**/*.mdb", + "**/*.zip", + "**/*.nupkg" + ] + }, + "mappings": [ + { + "name": "arcade", + "defaultRemote": "https://github.com/dotnet/arcade", + "include": [ + "*.*", + ".*", + "eng/**/*", + "src/**/*", + "scripts/**/*" + ], + "exclude": [ + "**/tests/**/*", + "**/*.Tests/**/*" + ] + }, + { + "name": "aspnetcore", + "defaultRemote": "https://github.com/dotnet/aspnetcore" + }, + { + "name": "clicommandlineparser", + "defaultRemote": "https://github.com/dotnet/clicommandlineparser" + }, + { + "name": "command-line-api", + "defaultRemote": "https://github.com/dotnet/command-line-api" + }, + { + "name": "deployment-tools", + "defaultRemote": "https://github.com/dotnet/deployment-tools" + }, + { + "name": "diagnostics", + "defaultRemote": "https://github.com/dotnet/diagnostics" + }, + { + "name": "format", + "defaultRemote": "https://github.com/dotnet/format" + }, + { + "name": "fsharp", + "defaultRemote": "https://github.com/dotnet/fsharp" + }, + { + "name": "installer", + "defaultRemote": "https://github.com/dotnet/installer", + "defaultRef": "vmr" + }, + { + "name": "linker", + "defaultRemote": "https://github.com/dotnet/linker" + }, + { + "name": "msbuild", + "defaultRemote": "https://github.com/dotnet/msbuild" + }, + { + "name": "nuget-client", + "defaultRemote": "https://github.com/NuGet/NuGet.Client", + "defaultRef": "dev" + }, + { + "name": "razor-compiler", + "defaultRemote": "https://github.com/dotnet/razor-compiler" + }, + { + "name": "roslyn", + "defaultRemote": "https://github.com/dotnet/roslyn" + }, + { + "name": "roslyn-analyzers", + "defaultRemote": "https://github.com/dotnet/roslyn-analyzers" + }, + { + "name": "runtime", + "defaultRemote": "https://github.com/dotnet/runtime" + }, + { + "name": "sdk", + "defaultRemote": "https://github.com/dotnet/sdk" + }, + { + "name": "source-build", + "defaultRemote": "https://github.com/dotnet/source-build" + }, + { + "name": "source-build-externals", + "defaultRemote": "https://github.com/dotnet/source-build-externals", + "exclude": [ + "**/humanizer/samples/**/*.js" + ] + }, + { + "name": "source-build-reference-packages", + "defaultRemote": "https://github.com/dotnet/source-build-reference-packages" + }, + { + "name": "sourcelink", + "defaultRemote": "https://github.com/dotnet/sourcelink" + }, + { + "name": "symreader", + "defaultRemote": "https://github.com/dotnet/symreader" + }, + { + "name": "templating", + "defaultRemote": "https://github.com/dotnet/templating" + }, + { + "name": "test-templates", + "defaultRemote": "https://github.com/dotnet/test-templates" + }, + { + "name": "vstest", + "defaultRemote": "https://github.com/microsoft/vstest" + }, + { + "name": "xdt", + "defaultRemote": "https://github.com/dotnet/xdt" + }, + { + "name": "xliff-tasks", + "defaultRemote": "https://github.com/dotnet/xliff-tasks" + } + ] +} diff --git a/src/VirtualMonoRepo/InitializeVMR.proj b/src/VirtualMonoRepo/InitializeVMR.proj new file mode 100644 index 000000000..176498bff --- /dev/null +++ b/src/VirtualMonoRepo/InitializeVMR.proj @@ -0,0 +1,121 @@ + + + + $(RepoRoot)artifacts/ + $(ArtifactsDir)bin/VirtualMonoRepo.Tasks/$(Configuration)/net7.0/VirtualMonoRepo.Tasks.dll + + $([MSBuild]::EnsureTrailingSlash('$(VmrDir)')) + $(ArtifactsDir)tmp/ + main + + + $(VmrDir) + true + + + + + + + $(TarballGitInfoDir) + $(TarballSourceDir) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SourceBuildRepoName)/ + $(VmrSourceDir)$(SourceDir) + $(IndividualRepoSourceDir)eng/ + $(IndividualRepoSourceEngDir)Version.Details.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/VirtualMonoRepo/Tasks/RemoteFactory.cs b/src/VirtualMonoRepo/Tasks/RemoteFactory.cs new file mode 100644 index 000000000..cde8faadd --- /dev/null +++ b/src/VirtualMonoRepo/Tasks/RemoteFactory.cs @@ -0,0 +1,38 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; +using System.Threading.Tasks; +using Microsoft.DotNet.DarcLib; +using Microsoft.DotNet.DarcLib.Helpers; + +namespace Microsoft.DotNet.VirtualMonoRepo.Tasks; + +internal class RemoteFactory : IRemoteFactory +{ + private readonly IProcessManager _processManager; + private readonly string _tmpPath; + + public RemoteFactory(IProcessManager processManager, string tmpPath) + { + _processManager = processManager; + _tmpPath = tmpPath; + } + + public Task GetBarOnlyRemoteAsync(Extensions.Logging.ILogger logger) + { + throw new NotImplementedException(); + } + + public Task GetRemoteAsync(string repoUrl, Extensions.Logging.ILogger logger) + { + var githubClient = new DarcLib.GitHubClient( + _processManager.GitExecutable, + accessToken: null, + logger, + _tmpPath, + cache: null); + + return System.Threading.Tasks.Task.FromResult(new Remote(githubClient, barClient: null, logger)); + } +} diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo.Tasks.csproj b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo.Tasks.csproj new file mode 100644 index 000000000..2d59069db --- /dev/null +++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo.Tasks.csproj @@ -0,0 +1,20 @@ + + + net7.0 + preview + disable + false + false + false + false + true + + + + + + + + + + diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs new file mode 100644 index 000000000..721bef092 --- /dev/null +++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs @@ -0,0 +1,57 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Microsoft.Build.Framework; +using Microsoft.DotNet.DarcLib; +using Microsoft.DotNet.DarcLib.Helpers; +using Microsoft.DotNet.DarcLib.VirtualMonoRepo; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; + +namespace Microsoft.DotNet.VirtualMonoRepo.Tasks; + +public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask +{ + private readonly Lazy _serviceProvider; + private readonly CancellationTokenSource _cancellationToken = new(); + + [Required] + public string Repository { get; set; } + + [Required] + public string VmrPath { get; set; } + + [Required] + public string TmpPath { get; set; } + + public string Revision { get; set; } + + public VirtualMonoRepo_Initialize() + { + _serviceProvider = new(CreateServiceProvider); + } + + public override bool Execute() => ExecuteAsync().GetAwaiter().GetResult(); + + private async Task ExecuteAsync() + { + var factory = _serviceProvider.Value.GetRequiredService(); + var vmrManager = await factory.CreateVmrManager(_serviceProvider.Value, VmrPath, TmpPath); + await vmrManager.InitializeVmr(Repository, Revision, false, _cancellationToken.Token); + return true; + } + + public void Cancel() => _cancellationToken.Cancel(); + + private IServiceProvider CreateServiceProvider() => new ServiceCollection() + .AddLogging(b => b.AddConsole().AddFilter(l => l >= LogLevel.Information)) + .AddTransient(sp => ActivatorUtilities.CreateInstance(sp, "git")) + .AddSingleton() + .AddSingleton() + .AddSingleton(sp => ActivatorUtilities.CreateInstance(sp, TmpPath)) + .BuildServiceProvider(); +} From 61dd15c137aab0046690ffcc665f1758f7c69ff5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 04:38:14 +0000 Subject: [PATCH 060/501] Update dependencies from https://github.com/dotnet/sdk build 20220823.26 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22423.26 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 110 ++++++++++++++++++++-------------------- eng/Versions.props | 42 +++++++-------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f382461ca..ad617f460 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,47 +5,47 @@ https://github.com/dotnet/windowsdesktop d84ac6d64ab97febc153dfa903b52a828f47f44d - + https://github.com/dotnet/windowsdesktop - 1ce737df56e7c14e2ba7adb308d9c045d6d67a8c + 72e09152a35ce78eb06abf2c8c3971ab43817069 - + https://github.com/dotnet/windowsdesktop - 1ce737df56e7c14e2ba7adb308d9c045d6d67a8c + 72e09152a35ce78eb06abf2c8c3971ab43817069 https://github.com/dotnet/windowsdesktop d84ac6d64ab97febc153dfa903b52a828f47f44d - + https://github.com/dotnet/llvm-project - 75e182c26dbf5d9f8ccca0ac68ee63b0bebb17b8 + e73d65f0f80655b463162bd41a8365377ba6565d - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + 7d981168a2a2ed7d2190776a08ece88665cba727 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + bd4bea62d2c8f87ac8190fc14385b8768500eefd - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + 7d981168a2a2ed7d2190776a08ece88665cba727 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + bd4bea62d2c8f87ac8190fc14385b8768500eefd - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + bd4bea62d2c8f87ac8190fc14385b8768500eefd - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + bd4bea62d2c8f87ac8190fc14385b8768500eefd @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + bd4bea62d2c8f87ac8190fc14385b8768500eefd - + https://github.com/dotnet/aspnetcore - 61e1572ad518c82f6fd487e65852e41bccde1bc1 + f1353bd0de37a817f9f6acf22451ccd2d5c6a462 - + https://github.com/dotnet/aspnetcore - 61e1572ad518c82f6fd487e65852e41bccde1bc1 + f1353bd0de37a817f9f6acf22451ccd2d5c6a462 - + https://github.com/dotnet/aspnetcore - 61e1572ad518c82f6fd487e65852e41bccde1bc1 + f1353bd0de37a817f9f6acf22451ccd2d5c6a462 - + https://github.com/dotnet/aspnetcore - 77ea9ee147f495dd05a1d50906e3d455a5f4f2a0 + 8537d21033f92d6521adf5ce4350d052f48f4185 - + https://github.com/dotnet/aspnetcore - 61e1572ad518c82f6fd487e65852e41bccde1bc1 + f1353bd0de37a817f9f6acf22451ccd2d5c6a462 - + https://github.com/dotnet/aspnetcore - 61e1572ad518c82f6fd487e65852e41bccde1bc1 + f1353bd0de37a817f9f6acf22451ccd2d5c6a462 - + https://github.com/dotnet/aspnetcore - 61e1572ad518c82f6fd487e65852e41bccde1bc1 + f1353bd0de37a817f9f6acf22451ccd2d5c6a462 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 60a108a42e348515c93f08036951111f95f4c2e2 + f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 - + https://github.com/dotnet/sdk - 60a108a42e348515c93f08036951111f95f4c2e2 + f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 - + https://github.com/dotnet/sdk - 60a108a42e348515c93f08036951111f95f4c2e2 + f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 - + https://github.com/dotnet/sdk - 60a108a42e348515c93f08036951111f95f4c2e2 + f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 @@ -129,29 +129,29 @@ https://github.com/dotnet/wpf 9c94b1b4e595f77dbf5638d42499901142039ce3 - + https://github.com/dotnet/fsharp - c851a184e338879a6ef0f040e9b881a5c25b639d + 4e67cca0eff2507bcc1e5c63ea10834949b92a8a - + https://github.com/dotnet/fsharp - c851a184e338879a6ef0f040e9b881a5c25b639d + 4e67cca0eff2507bcc1e5c63ea10834949b92a8a - + https://github.com/microsoft/vstest - 33122a2d8eec2add4c3974a6bf0aabefb6e5c80c + 71ee59e381a05e223f6fbe12c1659193de7f4c24 - + https://github.com/dotnet/linker - 22d2a37d1e8d2fac67b6745af34a8f6b6499343d + 86951339aa858607be7aa8df2edfbefda862742d linker - + https://github.com/dotnet/roslyn - c9aa4bee022f2c03f741842432cbf563183d9c2c + a1343f236533c990837ae1d185fe23807b9b9f6b @@ -159,7 +159,7 @@ 5d102ae37163fc1f22610bb433c3ab9a2fff91f0 - + https://github.com/nuget/nuget.client 745617ea6fc239737c80abb424e13faca4249bf1 @@ -174,9 +174,9 @@ 698fdad58fa64a55f16cd9562c90224cc498ed02 - + https://github.com/dotnet/emsdk - 7b2cd1ee7169143248a7da9fd749caf22affa624 + 216093204c415b6e37dfadfcbcf183881b443636 https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index c045ac6fd..eb7fb59bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,44 +53,44 @@ - 8.0.0-alpha.1.22421.10 - 8.0.0-alpha.1.22421.10 - 8.0.0-alpha.1.22421.10 - 7.0.0-rc.1.22416.5 - 8.0.0-alpha.1.22421.10 - 8.0.0-alpha.1.22421.10 - 8.0.0-alpha.1.22421.10 + 8.0.0-alpha.1.22423.6 + 8.0.0-alpha.1.22423.6 + 8.0.0-alpha.1.22423.6 + 7.0.0-rc.1.22368.6 + 8.0.0-alpha.1.22423.6 + 8.0.0-alpha.1.22423.6 + 8.0.0-alpha.1.22423.6 0.2.0 - 7.0.100-rc.1.22422.1 - 7.0.100-rc.1.22422.1 - 7.0.100-rc.1.22422.1 + 7.0.100-rc.1.22423.26 + 7.0.100-rc.1.22423.26 + 7.0.100-rc.1.22423.26 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 7.0.0-rc.1.22411.12 + 8.0.0-alpha.1.22422.24 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 + 7.0.0-rc.1.22415.13 + 7.0.0-rc.1.22415.13 + 8.0.0-alpha.1.22422.24 + 8.0.0-alpha.1.22422.24 + 8.0.0-alpha.1.22422.24 + 8.0.0-alpha.1.22422.24 2.1.0 - 7.0.0-rc.1.22415.6 - 7.0.0-rc.1.22415.6 + 7.0.0-rc.1.22366.1 + 7.0.0-rc.1.22366.1 8.0.0-alpha.1.22416.7 8.0.0-alpha.1.22416.7 @@ -174,7 +174,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220819-01 + 17.4.0-preview-20220823-01 7.0.0-preview.7.22375.6 @@ -209,7 +209,7 @@ 12.3.303 15.4.303 $(MicrosoftNETCoreAppRefPackageVersion) - 7.0.0-rc.1.22368.1 + 7.0.0-rc.1.22411.1 $(MicrosoftNETWorkloadEmscriptenManifest70100Version) From 4eafd729f897d40a65e6c1df669cda3f0d20da35 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 05:41:02 +0000 Subject: [PATCH 061/501] Update dependencies from https://github.com/dotnet/sdk build 20220823.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22423.27 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 ad617f460..6389340b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 + 4f168cf207a30240faac28a0709306b6c02cbd0a - + https://github.com/dotnet/sdk - f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 + 4f168cf207a30240faac28a0709306b6c02cbd0a - + https://github.com/dotnet/sdk - f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 + 4f168cf207a30240faac28a0709306b6c02cbd0a - + https://github.com/dotnet/sdk - f0e1c469635ae9dc95d247b424f6dc5cd6bf0f63 + 4f168cf207a30240faac28a0709306b6c02cbd0a @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - a1343f236533c990837ae1d185fe23807b9b9f6b + 3302451c739a75f0e9953e0b7ed8e1edf9e0474c diff --git a/eng/Versions.props b/eng/Versions.props index eb7fb59bb..b3cd43f1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22423.26 - 7.0.100-rc.1.22423.26 - 7.0.100-rc.1.22423.26 + 7.0.100-rc.1.22423.27 + 7.0.100-rc.1.22423.27 + 7.0.100-rc.1.22423.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3d9a45641033a095bb5199e2639ea66efabf2750 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 06:44:37 +0000 Subject: [PATCH 062/501] Update dependencies from https://github.com/dotnet/sdk build 20220823.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22423.29 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 6389340b9..3b20cbaf1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 4f168cf207a30240faac28a0709306b6c02cbd0a + 1b6da85abc592947ca0bb4c7de01d106466258da - + https://github.com/dotnet/sdk - 4f168cf207a30240faac28a0709306b6c02cbd0a + 1b6da85abc592947ca0bb4c7de01d106466258da - + https://github.com/dotnet/sdk - 4f168cf207a30240faac28a0709306b6c02cbd0a + 1b6da85abc592947ca0bb4c7de01d106466258da - + https://github.com/dotnet/sdk - 4f168cf207a30240faac28a0709306b6c02cbd0a + 1b6da85abc592947ca0bb4c7de01d106466258da @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 3302451c739a75f0e9953e0b7ed8e1edf9e0474c + ce4fdb18b1a18ae9a90cc2fdf41d110d08377059 diff --git a/eng/Versions.props b/eng/Versions.props index b3cd43f1b..160e8169c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22423.27 - 7.0.100-rc.1.22423.27 - 7.0.100-rc.1.22423.27 + 7.0.100-rc.1.22423.29 + 7.0.100-rc.1.22423.29 + 7.0.100-rc.1.22423.29 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 70861785506b57bc3d3f613dc1469a33db6f119a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 09:45:21 +0000 Subject: [PATCH 063/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 3b20cbaf1..2a8111913 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 1b6da85abc592947ca0bb4c7de01d106466258da + a75a3fc724b556e871753ef9ecb3e5f5748262fa - + https://github.com/dotnet/sdk - 1b6da85abc592947ca0bb4c7de01d106466258da + a75a3fc724b556e871753ef9ecb3e5f5748262fa - + https://github.com/dotnet/sdk - 1b6da85abc592947ca0bb4c7de01d106466258da + a75a3fc724b556e871753ef9ecb3e5f5748262fa - + https://github.com/dotnet/sdk - 1b6da85abc592947ca0bb4c7de01d106466258da + a75a3fc724b556e871753ef9ecb3e5f5748262fa diff --git a/eng/Versions.props b/eng/Versions.props index 160e8169c..dec813dd1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22423.29 - 7.0.100-rc.1.22423.29 - 7.0.100-rc.1.22423.29 + 7.0.100-rc.1.22424.2 + 7.0.100-rc.1.22424.2 + 7.0.100-rc.1.22424.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a4905d96e8c578e6d9499809d216fd01ea198557 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 10:57:27 +0000 Subject: [PATCH 064/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 2a8111913..a8201c236 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - a75a3fc724b556e871753ef9ecb3e5f5748262fa + a5e3db0084020d2ef4b7950e084cc925bc788b4a - + https://github.com/dotnet/sdk - a75a3fc724b556e871753ef9ecb3e5f5748262fa + a5e3db0084020d2ef4b7950e084cc925bc788b4a - + https://github.com/dotnet/sdk - a75a3fc724b556e871753ef9ecb3e5f5748262fa + a5e3db0084020d2ef4b7950e084cc925bc788b4a - + https://github.com/dotnet/sdk - a75a3fc724b556e871753ef9ecb3e5f5748262fa + a5e3db0084020d2ef4b7950e084cc925bc788b4a @@ -143,15 +143,15 @@ 71ee59e381a05e223f6fbe12c1659193de7f4c24 - + https://github.com/dotnet/linker - 86951339aa858607be7aa8df2edfbefda862742d + 6c73ce6d6c4828e20a1e911127963e153bd7db00 linker - + https://github.com/dotnet/roslyn - ce4fdb18b1a18ae9a90cc2fdf41d110d08377059 + 2546616a22de8389c3e2cd0eab2e6d1db6eb6975 diff --git a/eng/Versions.props b/eng/Versions.props index dec813dd1..fbf919928 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.2 - 7.0.100-rc.1.22424.2 - 7.0.100-rc.1.22424.2 + 7.0.100-rc.1.22424.5 + 7.0.100-rc.1.22424.5 + 7.0.100-rc.1.22424.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f49f95be82773ba5ad6b31ce154759dd6f287fdd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 12:00:48 +0000 Subject: [PATCH 065/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a8201c236..12c7573b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime bd4bea62d2c8f87ac8190fc14385b8768500eefd - + https://github.com/dotnet/aspnetcore - f1353bd0de37a817f9f6acf22451ccd2d5c6a462 + 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 - + https://github.com/dotnet/aspnetcore - f1353bd0de37a817f9f6acf22451ccd2d5c6a462 + 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 - + https://github.com/dotnet/aspnetcore - f1353bd0de37a817f9f6acf22451ccd2d5c6a462 + 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 https://github.com/dotnet/aspnetcore 8537d21033f92d6521adf5ce4350d052f48f4185 - + https://github.com/dotnet/aspnetcore - f1353bd0de37a817f9f6acf22451ccd2d5c6a462 + 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 - + https://github.com/dotnet/aspnetcore - f1353bd0de37a817f9f6acf22451ccd2d5c6a462 + 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 - + https://github.com/dotnet/aspnetcore - f1353bd0de37a817f9f6acf22451ccd2d5c6a462 + 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - a5e3db0084020d2ef4b7950e084cc925bc788b4a + 76576b130313ecbba3e76eebae6ad92671374638 - + https://github.com/dotnet/sdk - a5e3db0084020d2ef4b7950e084cc925bc788b4a + 76576b130313ecbba3e76eebae6ad92671374638 - + https://github.com/dotnet/sdk - a5e3db0084020d2ef4b7950e084cc925bc788b4a + 76576b130313ecbba3e76eebae6ad92671374638 - + https://github.com/dotnet/sdk - a5e3db0084020d2ef4b7950e084cc925bc788b4a + 76576b130313ecbba3e76eebae6ad92671374638 diff --git a/eng/Versions.props b/eng/Versions.props index fbf919928..66eedb8d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22423.6 - 8.0.0-alpha.1.22423.6 - 8.0.0-alpha.1.22423.6 + 8.0.0-alpha.1.22423.17 + 8.0.0-alpha.1.22423.17 + 8.0.0-alpha.1.22423.17 7.0.0-rc.1.22368.6 - 8.0.0-alpha.1.22423.6 - 8.0.0-alpha.1.22423.6 - 8.0.0-alpha.1.22423.6 + 8.0.0-alpha.1.22423.17 + 8.0.0-alpha.1.22423.17 + 8.0.0-alpha.1.22423.17 0.2.0 - 7.0.100-rc.1.22424.5 - 7.0.100-rc.1.22424.5 - 7.0.100-rc.1.22424.5 + 7.0.100-rc.1.22424.7 + 7.0.100-rc.1.22424.7 + 7.0.100-rc.1.22424.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 728691a994cabab360acfe3d9efa23f163e4c588 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 18:28:12 +0000 Subject: [PATCH 066/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 12c7573b0..8b005950b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 76576b130313ecbba3e76eebae6ad92671374638 + 523e378462b4a613f7cfa3d43b6c2796e09562a1 - + https://github.com/dotnet/sdk - 76576b130313ecbba3e76eebae6ad92671374638 + 523e378462b4a613f7cfa3d43b6c2796e09562a1 - + https://github.com/dotnet/sdk - 76576b130313ecbba3e76eebae6ad92671374638 + 523e378462b4a613f7cfa3d43b6c2796e09562a1 - + https://github.com/dotnet/sdk - 76576b130313ecbba3e76eebae6ad92671374638 + 523e378462b4a613f7cfa3d43b6c2796e09562a1 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 2546616a22de8389c3e2cd0eab2e6d1db6eb6975 + ba3d7fdeadd978b22d746c923deae1d990edae32 diff --git a/eng/Versions.props b/eng/Versions.props index 66eedb8d8..f4d94800b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.7 - 7.0.100-rc.1.22424.7 - 7.0.100-rc.1.22424.7 + 7.0.100-rc.1.22424.12 + 7.0.100-rc.1.22424.12 + 7.0.100-rc.1.22424.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3726b1d0e9458ae65fcd728a9aff0c8f97469c98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 19:37:07 +0000 Subject: [PATCH 067/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 60 ++++++++++++++++++++--------------------- eng/Versions.props | 28 +++++++++---------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b005950b..07711dcae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -26,26 +26,26 @@ https://github.com/dotnet/runtime 7d981168a2a2ed7d2190776a08ece88665cba727 - + https://github.com/dotnet/runtime - bd4bea62d2c8f87ac8190fc14385b8768500eefd + 03c21467c97e75103d429a0e67504e402f6da17d https://github.com/dotnet/runtime 7d981168a2a2ed7d2190776a08ece88665cba727 - + https://github.com/dotnet/runtime - bd4bea62d2c8f87ac8190fc14385b8768500eefd + 03c21467c97e75103d429a0e67504e402f6da17d - + https://github.com/dotnet/runtime - bd4bea62d2c8f87ac8190fc14385b8768500eefd + 03c21467c97e75103d429a0e67504e402f6da17d - + https://github.com/dotnet/runtime - bd4bea62d2c8f87ac8190fc14385b8768500eefd + 03c21467c97e75103d429a0e67504e402f6da17d @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - bd4bea62d2c8f87ac8190fc14385b8768500eefd + 03c21467c97e75103d429a0e67504e402f6da17d - + https://github.com/dotnet/aspnetcore - 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 + 0eaabe0fe5d714753f58ba84c9880403977a7f82 - + https://github.com/dotnet/aspnetcore - 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 + 0eaabe0fe5d714753f58ba84c9880403977a7f82 - + https://github.com/dotnet/aspnetcore - 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 + 0eaabe0fe5d714753f58ba84c9880403977a7f82 https://github.com/dotnet/aspnetcore 8537d21033f92d6521adf5ce4350d052f48f4185 - + https://github.com/dotnet/aspnetcore - 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 + 0eaabe0fe5d714753f58ba84c9880403977a7f82 - + https://github.com/dotnet/aspnetcore - 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 + 0eaabe0fe5d714753f58ba84c9880403977a7f82 - + https://github.com/dotnet/aspnetcore - 5c4112c3ef103e6e3450edcc9f4a473ccd7d3ba7 + 0eaabe0fe5d714753f58ba84c9880403977a7f82 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 523e378462b4a613f7cfa3d43b6c2796e09562a1 + 143833cb308c1e4b46e7ac0daf2ab0827238b769 - + https://github.com/dotnet/sdk - 523e378462b4a613f7cfa3d43b6c2796e09562a1 + 143833cb308c1e4b46e7ac0daf2ab0827238b769 - + https://github.com/dotnet/sdk - 523e378462b4a613f7cfa3d43b6c2796e09562a1 + 143833cb308c1e4b46e7ac0daf2ab0827238b769 - + https://github.com/dotnet/sdk - 523e378462b4a613f7cfa3d43b6c2796e09562a1 + 143833cb308c1e4b46e7ac0daf2ab0827238b769 diff --git a/eng/Versions.props b/eng/Versions.props index f4d94800b..b2eb0d802 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,38 +53,38 @@ - 8.0.0-alpha.1.22423.17 - 8.0.0-alpha.1.22423.17 - 8.0.0-alpha.1.22423.17 + 8.0.0-alpha.1.22424.2 + 8.0.0-alpha.1.22424.2 + 8.0.0-alpha.1.22424.2 7.0.0-rc.1.22368.6 - 8.0.0-alpha.1.22423.17 - 8.0.0-alpha.1.22423.17 - 8.0.0-alpha.1.22423.17 + 8.0.0-alpha.1.22424.2 + 8.0.0-alpha.1.22424.2 + 8.0.0-alpha.1.22424.2 0.2.0 - 7.0.100-rc.1.22424.12 - 7.0.100-rc.1.22424.12 - 7.0.100-rc.1.22424.12 + 7.0.100-rc.1.22424.13 + 7.0.100-rc.1.22424.13 + 7.0.100-rc.1.22424.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22422.24 + 8.0.0-alpha.1.22423.18 7.0.0-rc.1.22415.13 7.0.0-rc.1.22415.13 - 8.0.0-alpha.1.22422.24 - 8.0.0-alpha.1.22422.24 - 8.0.0-alpha.1.22422.24 - 8.0.0-alpha.1.22422.24 + 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22423.18 2.1.0 From 41a9bdd5ebd01fe4d8a01245f4a3be5f5e50108a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 20:39:31 +0000 Subject: [PATCH 068/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 07711dcae..3e1e109d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 143833cb308c1e4b46e7ac0daf2ab0827238b769 + cae591210531dc36615f9cd78fc79af9834e1084 - + https://github.com/dotnet/sdk - 143833cb308c1e4b46e7ac0daf2ab0827238b769 + cae591210531dc36615f9cd78fc79af9834e1084 - + https://github.com/dotnet/sdk - 143833cb308c1e4b46e7ac0daf2ab0827238b769 + cae591210531dc36615f9cd78fc79af9834e1084 - + https://github.com/dotnet/sdk - 143833cb308c1e4b46e7ac0daf2ab0827238b769 + cae591210531dc36615f9cd78fc79af9834e1084 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - ba3d7fdeadd978b22d746c923deae1d990edae32 + e041ae9802b68f7c6f6903ec92b56d27ff0caec3 diff --git a/eng/Versions.props b/eng/Versions.props index b2eb0d802..78448d0d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.13 - 7.0.100-rc.1.22424.13 - 7.0.100-rc.1.22424.13 + 7.0.100-rc.1.22424.15 + 7.0.100-rc.1.22424.15 + 7.0.100-rc.1.22424.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5ba0910888db4fb3cad80ae84fbb80625dc115d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Aug 2022 23:46:22 +0000 Subject: [PATCH 069/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 3e1e109d7..584d8607d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - cae591210531dc36615f9cd78fc79af9834e1084 + f8d5df67142d6f8c81cb4802d953b43a749f7739 - + https://github.com/dotnet/sdk - cae591210531dc36615f9cd78fc79af9834e1084 + f8d5df67142d6f8c81cb4802d953b43a749f7739 - + https://github.com/dotnet/sdk - cae591210531dc36615f9cd78fc79af9834e1084 + f8d5df67142d6f8c81cb4802d953b43a749f7739 - + https://github.com/dotnet/sdk - cae591210531dc36615f9cd78fc79af9834e1084 + f8d5df67142d6f8c81cb4802d953b43a749f7739 diff --git a/eng/Versions.props b/eng/Versions.props index 78448d0d6..52f32824d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.15 - 7.0.100-rc.1.22424.15 - 7.0.100-rc.1.22424.15 + 7.0.100-rc.1.22424.18 + 7.0.100-rc.1.22424.18 + 7.0.100-rc.1.22424.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a4de89868da06cb791d019f003eddbe84ca8fa83 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Aug 2022 00:50:56 +0000 Subject: [PATCH 070/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 584d8607d..c9e56b74d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - f8d5df67142d6f8c81cb4802d953b43a749f7739 + d78f4b42fd8f8ef4516455435f8e62316020571c - + https://github.com/dotnet/sdk - f8d5df67142d6f8c81cb4802d953b43a749f7739 + d78f4b42fd8f8ef4516455435f8e62316020571c - + https://github.com/dotnet/sdk - f8d5df67142d6f8c81cb4802d953b43a749f7739 + d78f4b42fd8f8ef4516455435f8e62316020571c - + https://github.com/dotnet/sdk - f8d5df67142d6f8c81cb4802d953b43a749f7739 + d78f4b42fd8f8ef4516455435f8e62316020571c diff --git a/eng/Versions.props b/eng/Versions.props index 52f32824d..922400324 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.18 - 7.0.100-rc.1.22424.18 - 7.0.100-rc.1.22424.18 + 7.0.100-rc.1.22424.21 + 7.0.100-rc.1.22424.21 + 7.0.100-rc.1.22424.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b8626f0c6748bb2464836fb6981695d586452e41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Aug 2022 04:35:55 +0000 Subject: [PATCH 071/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.25 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.25 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 c9e56b74d..b7865e5b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - d78f4b42fd8f8ef4516455435f8e62316020571c + f66bc9b6b511cfa57114d45221c88a07270f9dbf - + https://github.com/dotnet/sdk - d78f4b42fd8f8ef4516455435f8e62316020571c + f66bc9b6b511cfa57114d45221c88a07270f9dbf - + https://github.com/dotnet/sdk - d78f4b42fd8f8ef4516455435f8e62316020571c + f66bc9b6b511cfa57114d45221c88a07270f9dbf - + https://github.com/dotnet/sdk - d78f4b42fd8f8ef4516455435f8e62316020571c + f66bc9b6b511cfa57114d45221c88a07270f9dbf @@ -138,9 +138,9 @@ 4e67cca0eff2507bcc1e5c63ea10834949b92a8a - + https://github.com/microsoft/vstest - 71ee59e381a05e223f6fbe12c1659193de7f4c24 + b2473308f9abacc1d4a4f56138055c8ccc7b14dd @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - e041ae9802b68f7c6f6903ec92b56d27ff0caec3 + 88ddfffca0209a8d4e606afc92de544354d30b6b diff --git a/eng/Versions.props b/eng/Versions.props index 922400324..dfd798e2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.21 - 7.0.100-rc.1.22424.21 - 7.0.100-rc.1.22424.21 + 7.0.100-rc.1.22424.25 + 7.0.100-rc.1.22424.25 + 7.0.100-rc.1.22424.25 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -174,7 +174,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220823-01 + 17.4.0-preview-20220824-03 7.0.0-preview.7.22375.6 From d1ede90cb99ef7ba72c51fafae775cc8fd0fa48c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Aug 2022 05:42:07 +0000 Subject: [PATCH 072/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.26 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.26 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 b7865e5b0..826ea926c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - f66bc9b6b511cfa57114d45221c88a07270f9dbf + 4fc94b681d1346cb309bec2ce5c8f475297a6a22 - + https://github.com/dotnet/sdk - f66bc9b6b511cfa57114d45221c88a07270f9dbf + 4fc94b681d1346cb309bec2ce5c8f475297a6a22 - + https://github.com/dotnet/sdk - f66bc9b6b511cfa57114d45221c88a07270f9dbf + 4fc94b681d1346cb309bec2ce5c8f475297a6a22 - + https://github.com/dotnet/sdk - f66bc9b6b511cfa57114d45221c88a07270f9dbf + 4fc94b681d1346cb309bec2ce5c8f475297a6a22 diff --git a/eng/Versions.props b/eng/Versions.props index dfd798e2d..fdc5a2d09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.25 - 7.0.100-rc.1.22424.25 - 7.0.100-rc.1.22424.25 + 7.0.100-rc.1.22424.26 + 7.0.100-rc.1.22424.26 + 7.0.100-rc.1.22424.26 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b6f00d00d73a2731b98a77f21ddb20fb0870df13 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Aug 2022 07:00:08 +0000 Subject: [PATCH 073/501] Update dependencies from https://github.com/dotnet/sdk build 20220824.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22424.27 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 826ea926c..22519823d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 4fc94b681d1346cb309bec2ce5c8f475297a6a22 + 825ff90d2de15c2c7984c56989191c1b8aadec52 - + https://github.com/dotnet/sdk - 4fc94b681d1346cb309bec2ce5c8f475297a6a22 + 825ff90d2de15c2c7984c56989191c1b8aadec52 - + https://github.com/dotnet/sdk - 4fc94b681d1346cb309bec2ce5c8f475297a6a22 + 825ff90d2de15c2c7984c56989191c1b8aadec52 - + https://github.com/dotnet/sdk - 4fc94b681d1346cb309bec2ce5c8f475297a6a22 + 825ff90d2de15c2c7984c56989191c1b8aadec52 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 88ddfffca0209a8d4e606afc92de544354d30b6b + dc87952b28a159487ddab48586511b480a5c3488 diff --git a/eng/Versions.props b/eng/Versions.props index fdc5a2d09..3c4a07499 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.26 - 7.0.100-rc.1.22424.26 - 7.0.100-rc.1.22424.26 + 7.0.100-rc.1.22424.27 + 7.0.100-rc.1.22424.27 + 7.0.100-rc.1.22424.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8a54a23c8cdcaf112eb5a07419028d27ba23194f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Aug 2022 11:09:06 +0000 Subject: [PATCH 074/501] Update dependencies from https://github.com/dotnet/test-templates build 20220825.1 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22409.1 -> To Version 1.0.2-beta4.22425.1 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter From Version 1.0.0-alpha.1.22364.1 -> To Version 1.0.0-alpha.1.22364.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index da74b22b8..f15872029 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,7 +19,7 @@ https://github.com/dotnet/llvm-project - 75e182c26dbf5d9f8ccca0ac68ee63b0bebb17b8 + 754d13817d834b716d339183e21aac7d2489c496 @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - a47740f5f3936da8dcebe9e8868b6311bc4402f8 + 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 - + https://github.com/dotnet/test-templates - a47740f5f3936da8dcebe9e8868b6311bc4402f8 + 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 - + https://github.com/dotnet/test-templates - a47740f5f3936da8dcebe9e8868b6311bc4402f8 + 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 diff --git a/eng/Versions.props b/eng/Versions.props index 6e569e714..8f8f74e38 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22409.1 - 1.0.2-beta4.22409.1 - 1.0.2-beta4.22409.1 + 1.0.2-beta4.22425.1 + 1.0.2-beta4.22425.1 + 1.0.2-beta4.22425.1 From 501da78ed0d87687f235fe750acfc395d62cd97e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Aug 2022 12:57:30 +0000 Subject: [PATCH 075/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20220824.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 7.0.0-alpha.1.22409.1 -> To Version 7.0.0-alpha.1.22424.1 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter From Version 1.0.0-alpha.1.22364.1 -> To Version 1.0.0-alpha.1.22364.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 --- eng/Version.Details.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index da74b22b8..13a5eddc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,7 +19,7 @@ https://github.com/dotnet/llvm-project - 75e182c26dbf5d9f8ccca0ac68ee63b0bebb17b8 + 754d13817d834b716d339183e21aac7d2489c496 @@ -188,9 +188,9 @@ ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 - + https://github.com/dotnet/source-build-externals - ee790b0477953dd30ea83e0e47af909a04fd0ca3 + 5d2a2f63bb10119240df8082dfc7646589dc1efb From e98f08951d3f3d4bb8f28f8626308a5a4b39517f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Aug 2022 15:54:57 +0000 Subject: [PATCH 076/501] Update dependencies from https://github.com/dotnet/sdk build 20220825.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22416.35 -> To Version 7.0.100-rc.1.22425.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,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.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.1.22379.3 -> To Version 8.0.0-alpha.1.22416.7 (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 22519823d..d80f3455f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ a47740f5f3936da8dcebe9e8868b6311bc4402f8 - + https://github.com/dotnet/sdk - 825ff90d2de15c2c7984c56989191c1b8aadec52 + cafb1fd9901a8b5c3e19280472e6f85ecb081b92 - + https://github.com/dotnet/sdk - 825ff90d2de15c2c7984c56989191c1b8aadec52 + cafb1fd9901a8b5c3e19280472e6f85ecb081b92 - + https://github.com/dotnet/sdk - 825ff90d2de15c2c7984c56989191c1b8aadec52 + cafb1fd9901a8b5c3e19280472e6f85ecb081b92 - + https://github.com/dotnet/sdk - 825ff90d2de15c2c7984c56989191c1b8aadec52 + cafb1fd9901a8b5c3e19280472e6f85ecb081b92 diff --git a/eng/Versions.props b/eng/Versions.props index 3c4a07499..21bdcaa30 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 7.0.100-rc.1.22424.27 - 7.0.100-rc.1.22424.27 - 7.0.100-rc.1.22424.27 + 7.0.100-rc.1.22425.9 + 7.0.100-rc.1.22425.9 + 7.0.100-rc.1.22425.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 17cf7fe31487aebe3f43a656f46bc1be077d5fae Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Thu, 25 Aug 2022 09:45:11 -0700 Subject: [PATCH 077/501] Fix VS.Redist versions --- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 10 +++++----- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d80f3455f..012e508f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,13 +5,13 @@ https://github.com/dotnet/windowsdesktop d84ac6d64ab97febc153dfa903b52a828f47f44d - + https://github.com/dotnet/windowsdesktop - 72e09152a35ce78eb06abf2c8c3971ab43817069 + d84ac6d64ab97febc153dfa903b52a828f47f44d - + https://github.com/dotnet/windowsdesktop - 72e09152a35ce78eb06abf2c8c3971ab43817069 + d84ac6d64ab97febc153dfa903b52a828f47f44d https://github.com/dotnet/windowsdesktop @@ -22,17 +22,17 @@ e73d65f0f80655b463162bd41a8365377ba6565d - + https://github.com/dotnet/runtime - 7d981168a2a2ed7d2190776a08ece88665cba727 + 03c21467c97e75103d429a0e67504e402f6da17d https://github.com/dotnet/runtime 03c21467c97e75103d429a0e67504e402f6da17d - + https://github.com/dotnet/runtime - 7d981168a2a2ed7d2190776a08ece88665cba727 + 03c21467c97e75103d429a0e67504e402f6da17d https://github.com/dotnet/runtime @@ -70,9 +70,9 @@ 0eaabe0fe5d714753f58ba84c9880403977a7f82 - + https://github.com/dotnet/aspnetcore - 8537d21033f92d6521adf5ce4350d052f48f4185 + 0eaabe0fe5d714753f58ba84c9880403977a7f82 https://github.com/dotnet/aspnetcore @@ -174,7 +174,7 @@ 698fdad58fa64a55f16cd9562c90224cc498ed02 - + https://github.com/dotnet/emsdk 216093204c415b6e37dfadfcbcf183881b443636 diff --git a/eng/Versions.props b/eng/Versions.props index 21bdcaa30..eb170b7e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,7 +56,7 @@ 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 - 7.0.0-rc.1.22368.6 + 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 @@ -79,8 +79,8 @@ - 7.0.0-rc.1.22415.13 - 7.0.0-rc.1.22415.13 + 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22423.18 8.0.0-alpha.1.22423.18 8.0.0-alpha.1.22423.18 8.0.0-alpha.1.22423.18 @@ -89,8 +89,8 @@ - 7.0.0-rc.1.22366.1 - 7.0.0-rc.1.22366.1 + 8.0.0-alpha.1.22416.7 + 8.0.0-alpha.1.22416.7 8.0.0-alpha.1.22416.7 8.0.0-alpha.1.22416.7 From 6e49a17a7baa0c12e5129a8d13070f1167ea4c0e Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Thu, 25 Aug 2022 17:31:23 +0000 Subject: [PATCH 078/501] Resolve llvm source-build patch conflict --- ...Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch index 57846fba6..098694eff 100644 --- a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch +++ b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch @@ -16,8 +16,8 @@ index df77e9a199d6..19b99be1f71b 100644 +++ b/global.json @@ -5,6 +5,6 @@ "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22367.1", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22367.1", + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22358.3", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22358.3", - "Microsoft.Build.Traversal": "2.0.2" + "Microsoft.Build.Traversal": "2.0.34" } From 86925059c6e021963ac8ac03f3d9169a166a34ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:01:42 -0700 Subject: [PATCH 079/501] [main] Update dependencies from dotnet/arcade (#14385) * Update dependencies from https://github.com/dotnet/arcade build 20220823.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22419.1 -> To Version 7.0.0-beta.22423.2 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.0.0-alpha.1.22364.1 -> To Version 1.0.0-alpha.1.22364.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Resolve llvm source-build patch conflict * Update dependencies from https://github.com/dotnet/arcade build 20220824.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22419.1 -> To Version 7.0.0-beta.22424.3 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.0.0-alpha.1.22364.1 -> To Version 1.0.0-alpha.1.22364.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update global.json patch for llvm. Co-authored-by: dotnet-maestro[bot] Co-authored-by: MichaelSimons Co-authored-by: Chris Rummel --- eng/Version.Details.xml | 22 +++++++++---------- eng/Versions.props | 2 +- eng/common/generate-locproject.ps1 | 4 ++-- global.json | 4 ++-- ....Build.Traversal-version-we-have-a-r.patch | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index da74b22b8..dcafdd280 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,7 +19,7 @@ https://github.com/dotnet/llvm-project - 75e182c26dbf5d9f8ccca0ac68ee63b0bebb17b8 + 754d13817d834b716d339183e21aac7d2489c496 @@ -200,18 +200,18 @@ - + https://github.com/dotnet/arcade - 34dff939b4a91e4693f78a856e0e055c1a3f3fba + 258a37cd6a7884f771d0f991d9f24d29e292abd0 - + https://github.com/dotnet/arcade - 34dff939b4a91e4693f78a856e0e055c1a3f3fba + 258a37cd6a7884f771d0f991d9f24d29e292abd0 - + https://github.com/dotnet/arcade - 34dff939b4a91e4693f78a856e0e055c1a3f3fba + 258a37cd6a7884f771d0f991d9f24d29e292abd0 https://github.com/dotnet/arcade-services @@ -226,14 +226,14 @@ c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink - a74d21bcfa0f928b0cb1dab9fa6ff8a17248c584 + 0bba6b2d342056cb3fb3906f25929a92e063c5f8 - + https://github.com/dotnet/xliff-tasks - a125e2b00ca0add2a2a23e0ba67f8ae6a4b1a1ee + d106fdda2b3eda55f12e72977de336ab3afa1d91 diff --git a/eng/Versions.props b/eng/Versions.props index 6e569e714..32c365eb1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22419.1 + 7.0.0-beta.22424.3 diff --git a/eng/common/generate-locproject.ps1 b/eng/common/generate-locproject.ps1 index 846e7950c..bab18543d 100644 --- a/eng/common/generate-locproject.ps1 +++ b/eng/common/generate-locproject.ps1 @@ -62,7 +62,7 @@ $locJson = @{ $outputPath = "$(($_.DirectoryName | Resolve-Path -Relative) + "\")" $continue = $true foreach ($exclusion in $exclusions.Exclusions) { - if ($outputPath.Contains($exclusion)) + if ($_.FullName.Contains($exclusion)) { $continue = $false } @@ -98,7 +98,7 @@ $locJson = @{ $outputPath = "$($_.Directory.FullName | Resolve-Path -Relative)\" $continue = $true foreach ($exclusion in $exclusions.Exclusions) { - if ($outputPath.Contains($exclusion)) + if ($_.FullName.Contains($exclusion)) { $continue = $false } diff --git a/global.json b/global.json index f0ab65167..62bb6aab6 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22419.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22419.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22424.3", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22424.3" } } diff --git a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch index 57846fba6..098694eff 100644 --- a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch +++ b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch @@ -16,8 +16,8 @@ index df77e9a199d6..19b99be1f71b 100644 +++ b/global.json @@ -5,6 +5,6 @@ "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22367.1", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22367.1", + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22358.3", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22358.3", - "Microsoft.Build.Traversal": "2.0.2" + "Microsoft.Build.Traversal": "2.0.34" } From e6c92089651222722100b99ae05c05c76add83bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Thu, 25 Aug 2022 20:57:31 +0200 Subject: [PATCH 080/501] Handle source-build patches in VMR initialization (#14397) - Bumps to a new version of DarcLib that handles SB patches - Configures the VMR to point to tarball patches - Adds a missing `llvm-project` mapping --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- .../tarball/content/src/source-mappings.json | 10 +++++++++- .../Tasks/VirtualMonoRepo_Initialize.cs | 9 +++------ 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dcafdd280..cc17bac0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -213,9 +213,9 @@ https://github.com/dotnet/arcade 258a37cd6a7884f771d0f991d9f24d29e292abd0 - + https://github.com/dotnet/arcade-services - a27d5e56acf479b4a0944a0cf4511acb22d4a75b + af1ca588ca991b9b570725581f7c7a4580629d3d https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 32c365eb1..ac3348ac8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22422.1 + 1.1.0-beta.22425.1 diff --git a/src/SourceBuild/tarball/content/src/source-mappings.json b/src/SourceBuild/tarball/content/src/source-mappings.json index 3144d9e23..7a21f4f5b 100644 --- a/src/SourceBuild/tarball/content/src/source-mappings.json +++ b/src/SourceBuild/tarball/content/src/source-mappings.json @@ -1,4 +1,5 @@ { + "patchesPath": "src/installer/src/SourceBuild/tarball/patches", "defaults": { "defaultRef": "main", "exclude": [ @@ -58,12 +59,19 @@ { "name": "installer", "defaultRemote": "https://github.com/dotnet/installer", - "defaultRef": "vmr" + "exclude": [ + "src/SourceBuild/tarball/content/**/*" + ] }, { "name": "linker", "defaultRemote": "https://github.com/dotnet/linker" }, + { + "name": "llvm-project", + "defaultRemote": "https://github.com/dotnet/llvm-project", + "defaultRef": "dotnet/main" + }, { "name": "msbuild", "defaultRemote": "https://github.com/dotnet/msbuild" diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs index 721bef092..dd977ff87 100644 --- a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs +++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs @@ -39,9 +39,8 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask private async Task ExecuteAsync() { - var factory = _serviceProvider.Value.GetRequiredService(); - var vmrManager = await factory.CreateVmrManager(_serviceProvider.Value, VmrPath, TmpPath); - await vmrManager.InitializeVmr(Repository, Revision, false, _cancellationToken.Token); + var vmrInitializer = _serviceProvider.Value.GetRequiredService(); + await vmrInitializer.InitializeVmr(Repository, Revision, false, _cancellationToken.Token); return true; } @@ -49,9 +48,7 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask private IServiceProvider CreateServiceProvider() => new ServiceCollection() .AddLogging(b => b.AddConsole().AddFilter(l => l >= LogLevel.Information)) - .AddTransient(sp => ActivatorUtilities.CreateInstance(sp, "git")) - .AddSingleton() - .AddSingleton() .AddSingleton(sp => ActivatorUtilities.CreateInstance(sp, TmpPath)) + .AddVmrManagers("git", sp => new VmrManagerConfiguration(VmrPath, TmpPath)) .BuildServiceProvider(); } From d9a481781b8ea4703be28f5ee739b5e218d153b7 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Thu, 25 Aug 2022 15:07:25 -0700 Subject: [PATCH 081/501] Update templates --- eng/Versions.props | 17 ++++++++++++----- src/redist/targets/BundledTemplates.targets | 20 ++++++++++++++++++-- test/EndToEnd/GivenFrameworkDependentApps.cs | 4 ++-- test/EndToEnd/ProjectBuildTests.cs | 2 +- test/EndToEnd/SupportedNetCoreAppVersions.cs | 3 ++- 5 files changed, 35 insertions(+), 11 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index eb170b7e1..f59e2df1e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -125,13 +125,20 @@ 1.0.0-v3.14.0.5722 + + $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) + $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) + $(NUnit3DotNetNewTemplatePackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftAspNetCoreAppRuntimePackageVersion) - $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) - $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) + 7.0.0-preview.7.22376.2 + 7.0.0-preview.7.22377.1 $(NUnit3DotNetNewTemplatePackageVersion) - $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftAspNetCoreAppRuntimePackageVersion) + 7.0.100-preview.7.22376.2 + 7.0.100-preview.7.22376.2 + 7.0.0-preview.7.22376.6 $(MicrosoftWinFormsProjectTemplates60PackageVersion) $(MicrosoftWPFProjectTemplates60PackageVersion) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 4c5a7e252..d12a84a96 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -20,6 +20,21 @@ + + + + + + + + + + + + + + + @@ -94,10 +109,11 @@ - + + @@ -164,7 +180,7 @@ + Condition="'%(BundledTemplatesWithInstallPaths.TemplateFrameworkVersion)' == '8.0'"/> int.Parse(Path.GetFileName(folder).Split('.').First())).Max(); - if (latestMajorVersion == 7) + if (latestMajorVersion == 8) { return $"net{latestMajorVersion}.0"; } diff --git a/test/EndToEnd/SupportedNetCoreAppVersions.cs b/test/EndToEnd/SupportedNetCoreAppVersions.cs index c266bc1d9..f926e2004 100644 --- a/test/EndToEnd/SupportedNetCoreAppVersions.cs +++ b/test/EndToEnd/SupportedNetCoreAppVersions.cs @@ -30,7 +30,8 @@ namespace EndToEnd "3.1", "5.0", "6.0", - "7.0" + "7.0", + "8.0" }; public static IEnumerable TargetFrameworkShortFolderVersion From 51927d68e8ab3889660fcceb42a7668c97169018 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Thu, 25 Aug 2022 15:16:05 -0700 Subject: [PATCH 082/501] Fix --- src/redist/targets/BundledTemplates.targets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index d12a84a96..9c45ebbc3 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -22,10 +22,10 @@ - - - - + + + + From 91953ec1c0f93759e4c8035a355e0c17281684b3 Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot Date: Fri, 26 Aug 2022 06:18:11 -0700 Subject: [PATCH 083/501] [automated] Merge branch 'release/7.0.1xx' => 'main' (#14394) * Update dependencies from https://github.com/dotnet/arcade build 20220812.2 (#14326) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22411.3 -> To Version 6.0.0-beta.22412.2 Co-authored-by: dotnet-maestro[bot] * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22413.1 -> To Version 6.0.0-servicing.22419.1 * Update dependencies from https://github.com/dotnet/arcade build 20220818.4 (#14354) [release/7.0.1xx] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.2.0-beta-22410-01 to 1.2.0-beta-22416-01 (parent: Microsoft.DotNet.Arcade.Sdk) - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.22409.1 to 1.0.0-beta.22415.3 (parent: Microsoft.DotNet.Arcade.Sdk) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22419.1 -> To Version 6.0.0-servicing.22419.2 * Enable BlazorWasm source-build test (#14346) * Add llvm-project to source-build. (#14184) (#14314) * Add llvm-project to source-build. * Add repo references to llvm-project. * Add source-build metadata. * Upgrade CI to CentOS Stream 8. * Fix the image name in the right place. * Patch llvm to use an MS.Build.Traversal that we have. * Add backport PR to patch. * Revert "Upgrade CI to CentOS Stream 8." This reverts commit 6bc2754d5e3eecddc1788555c196f272567312bf. * Update to avoid new MSBuild warning that causes build failure. * We use code out of the LLVM directory. Copy the license file from there to the root to satisfy the license checker. * Add SourceBuild.props to llvm. * Update patches with backport PR pointers. * Update poison baseline. (#14345) * Update poison baseline. * Fix RIDs by replacing with placeholders. * Exclude a few more non-binary file types from poison checking. * Ignore empty files when checking for poison. * Update baseline with new exclusions. * Poison report can have both portable and non-portable RIDs in it, remove both. * Update dependencies from https://github.com/dotnet/sdk build 20220823.8 (#14371) Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22416.39 -> To Version 7.0.100-rc.2.22423.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.0-rc.1.22379.3 -> To Version 7.0.0-rc.2.22422.9 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] * Update dependencies from https://github.com/dotnet/sdk build 20220823.25 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22423.13 -> To Version 7.0.100-rc.2.22423.25 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 7.0.0-rc.2.22422.9 -> To Version 7.0.0-rc.2.22423.4 (parent: Microsoft.NET.Sdk * Dependency coherency updates (#14365) runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter From Version 1.0.0-alpha.1.22364.1 -> To Version 1.0.0-alpha.1.22364.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 Co-authored-by: dotnet-maestro[bot] * Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter From Version 1.0.0-alpha.1.22411.1 -> To Version 1.0.0-alpha.1.22411.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update source-build build images (#14321) * Fix aspnetcore offline build when nodejs is installed * Remove centos7 and 8, replace with stream 8 * Change Fedora 33 container to Fedora 36 * Revert "Change Fedora 33 container to Fedora 36" * Remove unused debian container definition * Add extra packages needed for bootstrapping arm64 * Use PackageDownloads for bootstrapping PSB artifacts and update prebuilts version Co-authored-by: Chris Rummel * Prevent System.Memory package downgrade in razor-compiler (#14384) (#14391) * Revert "Add razor-compiler patch to fix bootstrap build (#14379)" This reverts commit 1ebb3eb8b8b9364196f4db421ad27d30ff00d11d. * Add razor-compiler patch to prevent System.Memory downgrades * Add roslyn patch to lift System.Memory version * Use -svc pool provider in release branches * [release/7.0.1xx] Update dependencies from dotnet/sdk (#14381) * Update dependencies from https://github.com/dotnet/sdk build 20220823.30 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22423.25 -> To Version 7.0.100-rc.2.22423.30 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks From Version 1.0.0-alpha.1.22411.1 -> To Version 1.0.0-alpha.1.22411.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update dependencies from https://github.com/dotnet/sdk build 20220823.32 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22423.25 -> To Version 7.0.100-rc.2.22423.32 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks From Version 1.0.0-alpha.1.22411.1 -> To Version 1.0.0-alpha.1.22411.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update dependencies from https://github.com/dotnet/sdk build 20220824.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22423.25 -> To Version 7.0.100-rc.2.22424.4 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 1.0.0-alpha.1.22411.1 -> To Version 1.0.0-alpha.1.22411.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update dependencies from https://github.com/dotnet/sdk build 20220824.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22423.25 -> To Version 7.0.100-rc.2.22424.9 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 1.0.0-alpha.1.22411.1 -> To Version 1.0.0-alpha.1.22411.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Update dependencies from https://github.com/dotnet/sdk build 20220824.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22423.25 -> To Version 7.0.100-rc.2.22424.14 Dependency coherency updates runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 1.0.0-alpha.1.22411.1 -> To Version 1.0.0-alpha.1.22411.1 (parent: Microsoft.NETCore.App.Runtime.win-x64 * Resolve llvm source-build patch conflict Co-authored-by: dotnet-maestro[bot] Co-authored-by: MichaelSimons * Remove XDT dependency and patch (#14395) * [release/7.0.1xx] Update dependencies from dotnet/sdk (#14396) [release/7.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 7.0.0-rc.2.22423.4 to 7.0.0-rc.2.22424.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0: from 7.0.0-rc.2.22423.4 to 7.0.0-rc.2.22424.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0: from 7.0.0-rc.2.22423.4 to 7.0.0-rc.2.22424.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 7.0.0-rc.2.22423.16 to 7.0.0-rc.2.22424.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-rc.2.22423.16 to 7.0.0-rc.2.22424.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-rc.2.22423.16 to 7.0.0-rc.2.22424.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-rc.2.22423.16 to 7.0.0-rc.2.22424.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-rc.2.22423.16 to 7.0.0-rc.2.22424.4 (parent: Microsoft.NET.Sdk) - dotnet-user-jwts: from 7.0.0-rc.2.22423.16 to 7.0.0-rc.2.22424.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-rc.2.22423.16 to 7.0.0-rc.2.22424.4 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-rc.2.22423.4 to 7.0.0-rc.2.22424.8 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 7.0.0-rc.2.22423.3 to 7.0.0-rc.2.22424.12 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-rc.2.22423.4 to 7.0.0-rc.2.22424.8 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 7.0.0-rc.2.22423.2 to 7.0.0-rc.2.22424.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.Net.Compilers.Toolset: from 4.4.0-2.22423.18 to 4.4.0-2.22424.9 (parent: Microsoft.NET.Sdk) * Update dependencies from https://github.com/dotnet/source-build-externals build 20220824.1 (#14401) [release/7.0.1xx] Update dependencies from dotnet/source-build-externals * Update Versions.Details.xml source-build metadata (#14375) * Update dependencies from https://github.com/dotnet/test-templates build 20220825.1 (#14400) Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22409.1 -> To Version 1.0.2-beta4.22425.1 Co-authored-by: dotnet-maestro[bot] * Update source-build-externals (#14405) Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] Co-authored-by: Marc Paine Co-authored-by: Michael Simons Co-authored-by: Chris Rummel Co-authored-by: v-wuzhai <46013274+v-wuzhai@users.noreply.github.com> Co-authored-by: Jason Zhai Co-authored-by: Logan Bussell Co-authored-by: Matt Galbraith Co-authored-by: Nikola Milosavljevic Co-authored-by: Matt Galbraith --- .vsts-ci.yml | 16 +- eng/Version.Details.xml | 148 +- eng/Versions.props | 50 +- .../job/source-build-create-tarball.yml | 4 +- .../job/source-build-run-tarball-build.yml | 32 +- .../buildBootstrapPreviouslySB.csproj | 47 +- .../PoisonTests.cs | 1 + .../assets/baselines/PoisonUsage.txt | 1281 +++++---- .../CheckForPoison.cs | 14 +- ...n-t-override-BuildNodeJS-in-build.sh.patch | 22 + ....Build.Traversal-version-we-have-a-r.patch | 4 +- .../0002-Lift-System.Memory-version.patch | 28 + .../0004-Update-Compiler-Changes.patch | 2504 ----------------- ...cent-compiler-changes-for-ref-fields.patch | 47 - ...-for-netstandard2.0-to-support-NuGet.patch | 26 - 15 files changed, 892 insertions(+), 3332 deletions(-) create mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch create mode 100644 src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch delete mode 100644 src/SourceBuild/tarball/patches/runtime/0004-Update-Compiler-Changes.patch delete mode 100644 src/SourceBuild/tarball/patches/runtime/0005-More-update-for-recent-compiler-changes-for-ref-fields.patch delete mode 100644 src/SourceBuild/tarball/patches/xdt/0001-Also-build-for-netstandard2.0-to-support-NuGet.patch diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 3d544c01a..13514762b 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -47,10 +47,10 @@ stages: - job: Publish_Build_Configuration pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals build.windows.10.amd64.vs2019.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals build.windows.10.amd64.vs2019 steps: - publish: $(Build.SourcesDirectory)\eng\BuildConfiguration @@ -61,10 +61,10 @@ stages: agentOs: Windows_NT pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals build.windows.10.amd64.vs2019.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals build.windows.10.amd64.vs2019 timeoutInMinutes: 180 strategy: @@ -105,7 +105,7 @@ stages: agentOs: Windows_NT pool: ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals build.windows.10.amd64.vs2019 timeoutInMinutes: 180 strategy: @@ -137,10 +137,10 @@ stages: agentOs: Linux pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 timeoutInMinutes: 180 strategy: @@ -281,7 +281,7 @@ stages: agentOs: Linux pool: ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 timeoutInMinutes: 180 strategy: diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f7950f3a..dc18d432e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 6e1f6b8ee9f18133d5c8f543753b38a30384eebe - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 6e1f6b8ee9f18133d5c8f543753b38a30384eebe - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 6e1f6b8ee9f18133d5c8f543753b38a30384eebe - + https://github.com/dotnet/windowsdesktop - d5046afdd2d0e6234ae3fc5bd4ae878594079cc7 + 6e1f6b8ee9f18133d5c8f543753b38a30384eebe - + https://github.com/dotnet/llvm-project - 754d13817d834b716d339183e21aac7d2489c496 + e73d65f0f80655b463162bd41a8365377ba6565d - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + ef077d0b58ffddcf54fa73bd85dace6b999b8992 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + ef077d0b58ffddcf54fa73bd85dace6b999b8992 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + ef077d0b58ffddcf54fa73bd85dace6b999b8992 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + ef077d0b58ffddcf54fa73bd85dace6b999b8992 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + ef077d0b58ffddcf54fa73bd85dace6b999b8992 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + ef077d0b58ffddcf54fa73bd85dace6b999b8992 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - f52d8c59bb49360eb2cbeeb863c5856ebd62adda + ef077d0b58ffddcf54fa73bd85dace6b999b8992 - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 0e0cb263176b2ff6f048aa48c7870986c37d894d - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 0e0cb263176b2ff6f048aa48c7870986c37d894d - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 - + 0e0cb263176b2ff6f048aa48c7870986c37d894d + - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 0e0cb263176b2ff6f048aa48c7870986c37d894d - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 0e0cb263176b2ff6f048aa48c7870986c37d894d - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 0e0cb263176b2ff6f048aa48c7870986c37d894d - + https://github.com/dotnet/aspnetcore - 0438e7ec04808230c67b00caa3d584bd2b991f57 + 0e0cb263176b2ff6f048aa48c7870986c37d894d https://github.com/dotnet/test-templates @@ -103,80 +103,74 @@ 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 361ca8ea760d7ed69da76f0b968f3b119d5bd222 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 361ca8ea760d7ed69da76f0b968f3b119d5bd222 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 361ca8ea760d7ed69da76f0b968f3b119d5bd222 - + https://github.com/dotnet/sdk - 80a77fd427d34e038ff2fa21f6c807695292cf7e + 361ca8ea760d7ed69da76f0b968f3b119d5bd222 - + https://github.com/dotnet/winforms - 55b296932065022705a6af218ab04a9d90049a28 + ce337305aafff2839761d8c006894f9ff470e54b - + https://github.com/dotnet/wpf - cd58f79f496337e608662e168c80ac8abd0d151b + 9aaba46c4c7a6d94a580d4bb1555a6d51fa97b02 - + https://github.com/dotnet/fsharp - ee745b0455fe651b6f5e5f9b85fc59a7b2574395 + 4e67cca0eff2507bcc1e5c63ea10834949b92a8a - + https://github.com/dotnet/fsharp - ee745b0455fe651b6f5e5f9b85fc59a7b2574395 + 4e67cca0eff2507bcc1e5c63ea10834949b92a8a https://github.com/microsoft/vstest ef0aa102e9c7d5cf55af06c2747d11e07d12b69a - + - + https://github.com/dotnet/linker - 6252a2194dd32911db2c0669fc818555687d5570 + 313671b195b1b36d56a8888a9a0e12edaac52c57 linker - + https://github.com/dotnet/roslyn - 65dc2845b5287ac972f7299616c13d3270720e44 + dc87952b28a159487ddab48586511b480a5c3488 - + https://github.com/dotnet/msbuild - 50f6081beda4c565252ff51be4ab1fe27005372b - + 5d102ae37163fc1f22610bb433c3ab9a2fff91f0 + - + https://github.com/nuget/nuget.client - 26a0cf27a2d4dcf52d19238606c269d6fed9ff66 + 745617ea6fc239737c80abb424e13faca4249bf1 https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - - - https://github.com/dotnet/xdt - 698fdad58fa64a55f16cd9562c90224cc498ed02 - - - + https://github.com/dotnet/emsdk - 7b2cd1ee7169143248a7da9fd749caf22affa624 + 216093204c415b6e37dfadfcbcf183881b443636 https://github.com/dotnet/deployment-tools @@ -186,17 +180,17 @@ https://github.com/dotnet/diagnostics ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 - + - + https://github.com/dotnet/source-build-externals - 5d2a2f63bb10119240df8082dfc7646589dc1efb + 98d428bee8b5b034d6956bf3d199619cb07e00cf https://github.com/dotnet/symreader 7b9791daa3a3477eb22ec805946c9fff8b42d8ca - + diff --git a/eng/Versions.props b/eng/Versions.props index 695a0f692..62ffa5bab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 7.0.0-rc.1.22377.2 + 7.0.0-rc.2.22424.12 - 7.0.0-rc.1.22379.2 + 7.0.0-rc.2.22424.8 @@ -53,46 +53,46 @@ - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 - 7.0.0-rc.1.22415.4 + 7.0.0-rc.2.22424.4 + 7.0.0-rc.2.22424.4 + 7.0.0-rc.2.22424.4 + 7.0.0-rc.2.22424.4 + 7.0.0-rc.2.22424.4 + 7.0.0-rc.2.22424.4 + 7.0.0-rc.2.22424.4 0.2.0 - 7.0.100-rc.1.22416.35 - 7.0.100-rc.1.22416.35 - 7.0.100-rc.1.22416.35 + 7.0.100-rc.2.22425.6 + 7.0.100-rc.2.22425.6 + 7.0.100-rc.2.22425.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 7.0.0-rc.1.22411.12 + 7.0.0-rc.1.22422.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 - 7.0.0-rc.1.22411.12 + 7.0.0-rc.1.22422.12 + 7.0.0-rc.1.22422.12 + 7.0.0-rc.1.22422.12 + 7.0.0-rc.1.22422.12 + 7.0.0-rc.1.22422.12 + 7.0.0-rc.1.22422.12 2.1.0 - 7.0.0-rc.1.22379.3 - 7.0.0-rc.1.22379.3 - 7.0.0-rc.1.22379.3 - 7.0.0-rc.1.22379.3 + 7.0.0-rc.2.22424.8 + 7.0.0-rc.2.22424.8 + 7.0.0-rc.2.22424.8 + 7.0.0-rc.2.22424.8 @@ -198,7 +198,7 @@ necessary, and this property is removed from the file. --> 0.1.0-7.0.100-bootstrap.11 - 0.1.0-7.0.100-5 + 0.1.0-7.0.100-8 @@ -209,7 +209,7 @@ 12.3.303 15.4.303 $(MicrosoftNETCoreAppRefPackageVersion) - 7.0.0-rc.1.22368.1 + 7.0.0-rc.1.22411.1 $(MicrosoftNETWorkloadEmscriptenManifest70100Version) diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml index a2d550fce..8e55a40b5 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml @@ -6,10 +6,10 @@ jobs: displayName: Source-Build Create Tarball pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 variables: - name: _BuildConfig diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index 32d8df03b..ee58d6abb 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -13,12 +13,10 @@ parameters: # The following parameters aren't expected to be passed in rather they are used for encapsulation # ----------------------------------------------------------------------------------------------- centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab - centOS8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-source-build-20211118190102-9355e7b centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c - debian9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b - debian9Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-arm64v8-20220405201138-a251961 - fedora33Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2 - ubuntu1804Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-20210924170306-047508b + debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae + fedora36Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36-20220818134137-a09384f + ubuntu2004Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-20220813234344-4c008dd poolInternalAmd64: name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 @@ -51,27 +49,21 @@ jobs: _EnablePoison: false _ExcludeOmniSharpTests: true _RunOnline: false - CentOS8-Offline: - _BootstrapPrep: false - _Container: ${{ parameters.centOS8Container }} - _EnablePoison: false - _ExcludeOmniSharpTests: false - _RunOnline: false CentOSStream9-Offline: _BootstrapPrep: false _Container: ${{ parameters.centOSStream9Container }} _EnablePoison: false _ExcludeOmniSharpTests: false _RunOnline: false - Fedora33-Offline: + Fedora36-Offline: _BootstrapPrep: false - _Container: ${{ parameters.fedora33Container }} + _Container: ${{ parameters.fedora36Container }} _EnablePoison: true _ExcludeOmniSharpTests: false _RunOnline: false - Ubuntu1804-Offline: + Ubuntu2004-Offline: _BootstrapPrep: false - _Container: ${{ parameters.ubuntu1804Container }} + _Container: ${{ parameters.ubuntu2004Container }} _EnablePoison: false _ExcludeOmniSharpTests: false _RunOnline: false @@ -93,9 +85,9 @@ jobs: installerBuildResourceId: ${{ parameters.installerBuildResourceId }} matrix: ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - Debian9-Offline: + Debian11-Offline: _BootstrapPrep: true - _Container: ${{ parameters.debian9Arm64Container }} + _Container: ${{ parameters.debian11Arm64Container }} _EnablePoison: false _ExcludeOmniSharpTests: false _RunOnline: false @@ -113,9 +105,9 @@ jobs: excludeSdkContentTests: true installerBuildResourceId: ${{ parameters.installerBuildResourceId }} matrix: - Fedora33-Offline: - _PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora33-Offline_Artifacts - _Container: ${{ parameters.fedora33Container }} + Fedora36-Offline: + _PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora36-Offline_Artifacts + _Container: ${{ parameters.fedora36Container }} _EnablePoison: false _ExcludeOmniSharpTests: false _RunOnline: false diff --git a/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj b/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj index 9d74856ca..9a00e2a48 100644 --- a/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj +++ b/src/SourceBuild/tarball/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj @@ -12,27 +12,36 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -61,7 +70,7 @@ + Properties="SourcePath=$(RestorePackagesPath);DestinationPath=$(UnpackedTarPath);PackageName=%(PackageDownload.Identity);PackageVersion=%(PackageDownload.Version)" /> diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/PoisonTests.cs b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/PoisonTests.cs index 11ea0667f..f600d558d 100644 --- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/PoisonTests.cs +++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/PoisonTests.cs @@ -24,6 +24,7 @@ namespace Microsoft.DotNet.SourceBuild.SmokeTests string currentPoisonReport = File.ReadAllText(Config.PoisonReportPath); currentPoisonReport = RemoveHashes(currentPoisonReport); currentPoisonReport = BaselineHelper.RemoveRids(currentPoisonReport); + currentPoisonReport = BaselineHelper.RemoveRids(currentPoisonReport, true); currentPoisonReport = BaselineHelper.RemoveVersions(currentPoisonReport); BaselineHelper.CompareContents("PoisonUsage.txt", currentPoisonReport, OutputHelper, Config.WarnOnPoisonDiffs); diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/PoisonUsage.txt b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/PoisonUsage.txt index 25f79024b..fcac02fbd 100644 --- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/PoisonUsage.txt +++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/PoisonUsage.txt @@ -1,77 +1,218 @@ - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute @@ -80,70 +221,130 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - + + AssemblyAttribute + + AssemblyAttribute AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute @@ -152,28 +353,16 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - - + AssemblyAttribute @@ -182,142 +371,115 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + AssemblyAttribute @@ -326,202 +488,94 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - + AssemblyAttribute @@ -530,226 +584,154 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - + AssemblyAttribute @@ -758,190 +740,91 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - - AssemblyAttribute - - + AssemblyAttribute @@ -950,34 +833,64 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute @@ -986,100 +899,67 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - - + AssemblyAttribute @@ -1088,52 +968,55 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute @@ -1142,52 +1025,55 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute @@ -1196,88 +1082,76 @@ AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - - AssemblyAttribute - - - AssemblyAttribute - AssemblyAttribute AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute @@ -1286,43 +1160,250 @@ AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + AssemblyAttribute - + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + + AssemblyAttribute + + AssemblyAttribute diff --git a/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/CheckForPoison.cs b/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/CheckForPoison.cs index d3c683c56..b8d3ffe24 100644 --- a/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/CheckForPoison.cs +++ b/src/SourceBuild/tarball/content/tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/CheckForPoison.cs @@ -79,7 +79,6 @@ namespace Microsoft.DotNet.SourceBuild.Tasks.LeakDetection "_._", "-.-", ".bowerrc", - ".editorconfig", ".gitignore", ".gitkeep", ".rels", @@ -97,9 +96,11 @@ namespace Microsoft.DotNet.SourceBuild.Tasks.LeakDetection ".csproj", ".css", ".db", + ".editorconfig", ".eot", ".fs", ".fsproj", + ".h", ".html", ".ico", ".js", @@ -107,18 +108,26 @@ namespace Microsoft.DotNet.SourceBuild.Tasks.LeakDetection ".map", ".md", ".nuspec", + ".otf", ".png", ".props", + ".proto", + ".proj", ".psmdcp", + ".pubxml", + ".razor", ".rtf", ".scss", + ".sln", ".svg", ".targets", + ".transform", ".ts", ".ttf", ".txt", ".vb", ".vbproj", + ".win32manifest", ".woff", ".woff2", ".xaml", @@ -209,7 +218,8 @@ namespace Microsoft.DotNet.SourceBuild.Tasks.LeakDetection // skip some common files that get copied verbatim from nupkgs - LICENSE, _._, etc as well as // file types that we never care about - text files, .gitconfig, etc. if (FileNamesToSkip.Any(f => Path.GetFileName(fileToCheck).ToLowerInvariant() == f.ToLowerInvariant()) || - FileExtensionsToSkip.Any(e => Path.GetExtension(fileToCheck).ToLowerInvariant() == e.ToLowerInvariant())) + FileExtensionsToSkip.Any(e => Path.GetExtension(fileToCheck).ToLowerInvariant() == e.ToLowerInvariant()) || + (new FileInfo(fileToCheck).Length == 0)) { return null; } diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch b/src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch new file mode 100644 index 000000000..e006dc156 --- /dev/null +++ b/src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch @@ -0,0 +1,22 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Logan Bussell +Date: Mon, 15 Aug 2022 16:21:57 -0700 +Subject: [PATCH] Don't override BuildNodeJS in build.sh + +Backport: https://github.com/dotnet/aspnetcore/issues/43310 +--- + eng/build.sh | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/eng/build.sh b/eng/build.sh +index a6b6ba99be..0e4daad48c 100755 +--- a/eng/build.sh ++++ b/eng/build.sh +@@ -271,7 +271,6 @@ fi + # Only set these MSBuild properties if they were explicitly set by build parameters. + [ ! -z "$build_java" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildJava=$build_java" + [ ! -z "$build_native" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildNative=$build_native" +-[ ! -z "$build_nodejs" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildNodeJS=$build_nodejs" + [ ! -z "$build_managed" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildManaged=$build_managed" + [ ! -z "$build_installers" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildInstallers=$build_installers" + diff --git a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch index 098694eff..335153660 100644 --- a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch +++ b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch @@ -16,8 +16,8 @@ index df77e9a199d6..19b99be1f71b 100644 +++ b/global.json @@ -5,6 +5,6 @@ "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22358.3", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22358.3", + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22405.6", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22405.6", - "Microsoft.Build.Traversal": "2.0.2" + "Microsoft.Build.Traversal": "2.0.34" } diff --git a/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch b/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch new file mode 100644 index 000000000..fe1fcb174 --- /dev/null +++ b/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch @@ -0,0 +1,28 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: MichaelSimons +Date: Wed, 24 Aug 2022 12:21:13 +0000 +Subject: [PATCH] Lift System.Memory version + +System.Memory version needs to align with the runtime since System.Collections.Immutable is lifted in order to prevent the following situation: +error NU1605: Detected package downgrade: System.Memory from 4.5.5 to 4.5.4. Reference the package directly from the project to select a different version. [/repos/tarball-rc1/src/razor-compiler/artifacts/source-build/self/src/razor-compiler.sln] +error NU1605: Microsoft.CodeAnalysis.Razor -> Microsoft.CodeAnalysis.CSharp 4.4.0 -> Microsoft.CodeAnalysis.Common 4.4.0 -> System.Collections.Immutable 7.0.0-rc.1.22422.23 -> System.Memory (>= 4.5.5) [/repos/tarball-rc1/src/razor-compiler/artifacts/source-build/self/src/razor-compiler.sln] +error NU1605: Microsoft.CodeAnalysis.Razor -> Microsoft.CodeAnalysis.CSharp 4.4.0 -> Microsoft.CodeAnalysis.Common 4.4.0 -> System.Memory (>= 4.5.4) [/repos/tarball-rc1/src/razor-compiler/artifacts/source-build/self/src/razor-compiler.sln] + +Requires https://github.com/dotnet/source-build/issues/2482 in order to eliminate this patch +--- + eng/Versions.props | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/eng/Versions.props b/eng/Versions.props +index 627f9c46824..711593e2a1e 100644 +--- a/eng/Versions.props ++++ b/eng/Versions.props +@@ -214,7 +214,7 @@ + 5.0.0 + 6.0.1 + 5.0.0-preview.8.20407.11 +- 4.5.4 ++ 4.5.5 + 6.0.0 + 6.0.0 + 6.0.1 diff --git a/src/SourceBuild/tarball/patches/runtime/0004-Update-Compiler-Changes.patch b/src/SourceBuild/tarball/patches/runtime/0004-Update-Compiler-Changes.patch deleted file mode 100644 index 93daf765c..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0004-Update-Compiler-Changes.patch +++ /dev/null @@ -1,2504 +0,0 @@ -From 41c373f179df5697aafe5d0b0ca16dae28f0cdf1 Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Fri, 5 Aug 2022 07:08:31 -0700 -Subject: Update for recent compiler changes for ref fields - -Backport: https://github.com/dotnet/runtime/pull/73466 - ---- - .../Globalization/FormatProvider.Number.cs | 20 ++-- - .../System/Net/Sockets/SocketPal.Windows.cs | 2 +- - .../src/System/Globalization/DateTimeParse.cs | 106 +++++++++--------- - .../src/System/Number.Formatting.cs | 2 +- - .../src/System/Number.Parsing.cs | 2 +- - .../System/Reflection/AssemblyNameParser.cs | 2 +- - .../Reader/Utf8JsonReader.MultiSegment.cs | 20 ++-- - .../System/Text/Json/Reader/Utf8JsonReader.cs | 14 +-- - .../Converters/CastingConverter.cs | 2 +- - .../Converters/Collection/ArrayConverter.cs | 4 +- - .../Collection/ConcurrentQueueOfTConverter.cs | 2 +- - .../Collection/ConcurrentStackOfTConverter.cs | 2 +- - .../DictionaryOfTKeyTValueConverter.cs | 2 +- - .../IAsyncEnumerableOfTConverter.cs | 6 +- - .../Collection/ICollectionOfTConverter.cs | 4 +- - .../Collection/IDictionaryConverter.cs | 4 +- - .../IDictionaryOfTKeyTValueConverter.cs | 4 +- - .../Collection/IEnumerableConverter.cs | 4 +- - .../Collection/IEnumerableOfTConverter.cs | 4 +- - .../Converters/Collection/IListConverter.cs | 4 +- - .../Collection/IListOfTConverter.cs | 4 +- - ...ReadOnlyDictionaryOfTKeyTValueConverter.cs | 4 +- - .../Converters/Collection/ISetOfTConverter.cs | 4 +- - ...mmutableDictionaryOfTKeyTValueConverter.cs | 4 +- - .../ImmutableEnumerableOfTConverter.cs | 4 +- - .../Collection/JsonCollectionConverter.cs | 6 +- - .../Collection/JsonDictionaryConverter.cs | 8 +- - .../Converters/Collection/ListOfTConverter.cs | 4 +- - .../Collection/QueueOfTConverter.cs | 4 +- - .../Collection/StackOfTConverter.cs | 4 +- - .../Collection/StackOrQueueConverter.cs | 4 +- - .../Converters/FSharp/FSharpListConverter.cs | 4 +- - .../Converters/FSharp/FSharpMapConverter.cs | 4 +- - .../FSharp/FSharpOptionConverter.cs | 2 +- - .../Converters/FSharp/FSharpSetConverter.cs | 4 +- - .../FSharp/FSharpValueOptionConverter.cs | 2 +- - .../JsonMetadataServicesConverter.cs | 2 +- - .../Converters/Node/JsonObjectConverter.cs | 2 +- - .../Converters/Object/ObjectConverter.cs | 2 +- - .../Object/ObjectDefaultConverter.cs | 6 +- - ...ParameterizedConstructorConverter.Large.cs | 4 +- - ...ParameterizedConstructorConverter.Small.cs | 6 +- - ...ctWithParameterizedConstructorConverter.cs | 18 +-- - .../Converters/Value/NullableConverter.cs | 2 +- - .../Serialization/JsonConverter.ReadAhead.cs | 4 +- - .../Text/Json/Serialization/JsonConverter.cs | 8 +- - .../Serialization/JsonConverterFactory.cs | 6 +- - .../JsonConverterOfT.ReadCore.cs | 4 +- - .../Json/Serialization/JsonConverterOfT.cs | 8 +- - .../JsonSerializer.Read.HandleMetadata.cs | 10 +- - .../JsonSerializer.Read.HandlePropertyName.cs | 4 +- - .../JsonSerializer.Read.Helpers.cs | 2 +- - .../Metadata/JsonPropertyInfo.cs | 8 +- - .../Metadata/JsonPropertyInfoOfT.cs | 4 +- - .../Text/Json/ThrowHelper.Serialization.cs | 30 ++--- - 55 files changed, 203 insertions(+), 203 deletions(-) - -diff --git a/src/libraries/Common/src/System/Globalization/FormatProvider.Number.cs b/src/libraries/Common/src/System/Globalization/FormatProvider.Number.cs -index 8636878c89502..3e12859eba454 100644 ---- a/src/libraries/Common/src/System/Globalization/FormatProvider.Number.cs -+++ b/src/libraries/Common/src/System/Globalization/FormatProvider.Number.cs -@@ -356,7 +356,7 @@ private static unsafe bool AllowHyphenDuringParsing(NumberFormatInfo info) - return ret; - } - -- private static unsafe bool ParseNumber(ref char* str, char* strEnd, NumberStyles options, ref NumberBuffer number, StringBuilder? sb, NumberFormatInfo numfmt, bool parseDecimal) -+ private static unsafe bool ParseNumber(ref char* str, char* strEnd, NumberStyles options, scoped ref NumberBuffer number, StringBuilder? sb, NumberFormatInfo numfmt, bool parseDecimal) - { - Debug.Assert(str != null); - Debug.Assert(strEnd != null); -@@ -589,7 +589,7 @@ private static unsafe bool ParseNumber(ref char* str, char* strEnd, NumberStyles - // For compatibility, we need to allow trailing zeros at the end of a number string - s.Slice(index).IndexOfAnyExcept('\0') < 0; - -- internal static unsafe bool TryStringToNumber(ReadOnlySpan str, NumberStyles options, ref NumberBuffer number, StringBuilder sb, NumberFormatInfo numfmt, bool parseDecimal) -+ internal static unsafe bool TryStringToNumber(ReadOnlySpan str, NumberStyles options, scoped ref NumberBuffer number, StringBuilder sb, NumberFormatInfo numfmt, bool parseDecimal) - { - Debug.Assert(numfmt != null); - -@@ -732,7 +732,7 @@ internal static char ParseFormatSpecifier(ReadOnlySpan format, out int dig - '\0'; - } - -- internal static unsafe void NumberToString(ref ValueStringBuilder sb, ref NumberBuffer number, char format, int nMaxDigits, NumberFormatInfo info, bool isDecimal) -+ internal static unsafe void NumberToString(ref ValueStringBuilder sb, scoped ref NumberBuffer number, char format, int nMaxDigits, NumberFormatInfo info, bool isDecimal) - { - int nMinDigits = -1; - -@@ -892,7 +892,7 @@ internal static unsafe void NumberToString(ref ValueStringBuilder sb, ref Number - } - } - -- private static void FormatCurrency(ref ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) -+ private static void FormatCurrency(ref ValueStringBuilder sb, scoped ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) - { - string fmt = number.sign ? - s_negCurrencyFormats[info.CurrencyNegativePattern] : -@@ -918,7 +918,7 @@ private static void FormatCurrency(ref ValueStringBuilder sb, ref NumberBuffer n - } - } - -- private static unsafe void FormatFixed(ref ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, int[]? groupDigits, string sDecimal, string? sGroup) -+ private static unsafe void FormatFixed(ref ValueStringBuilder sb, scoped ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, int[]? groupDigits, string sDecimal, string? sGroup) - { - Debug.Assert(sGroup != null || groupDigits == null); - -@@ -1039,7 +1039,7 @@ private static unsafe void FormatFixed(ref ValueStringBuilder sb, ref NumberBuff - } - } - -- private static void FormatNumber(ref ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) -+ private static void FormatNumber(ref ValueStringBuilder sb, scoped ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) - { - string fmt = number.sign ? - s_negNumberFormats[info.NumberNegativePattern] : -@@ -1062,7 +1062,7 @@ private static void FormatNumber(ref ValueStringBuilder sb, ref NumberBuffer num - } - } - -- private static unsafe void FormatScientific(ref ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar) -+ private static unsafe void FormatScientific(ref ValueStringBuilder sb, scoped ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar) - { - char* dig = number.digits; - -@@ -1109,7 +1109,7 @@ private static unsafe void FormatExponent(ref ValueStringBuilder sb, NumberForma - } - } - -- private static unsafe void FormatGeneral(ref ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar, bool bSuppressScientific) -+ private static unsafe void FormatGeneral(ref ValueStringBuilder sb, scoped ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar, bool bSuppressScientific) - { - int digPos = number.scale; - bool scientific = false; -@@ -1160,7 +1160,7 @@ private static unsafe void FormatGeneral(ref ValueStringBuilder sb, ref NumberBu - } - } - -- private static void FormatPercent(ref ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) -+ private static void FormatPercent(ref ValueStringBuilder sb, scoped ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) - { - string fmt = number.sign ? - s_negPercentFormats[info.PercentNegativePattern] : -@@ -1280,7 +1280,7 @@ private static unsafe int FindSection(ReadOnlySpan format, int section) - } - } - -- internal static unsafe void NumberToStringFormat(ref ValueStringBuilder sb, ref NumberBuffer number, ReadOnlySpan format, NumberFormatInfo info) -+ internal static unsafe void NumberToStringFormat(ref ValueStringBuilder sb, scoped ref NumberBuffer number, ReadOnlySpan format, NumberFormatInfo info) - { - int digitCount; - int decimalPos; -diff --git a/src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketPal.Windows.cs b/src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketPal.Windows.cs -index b18ca11541275..872e9ee128424 100644 ---- a/src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketPal.Windows.cs -+++ b/src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketPal.Windows.cs -@@ -883,7 +883,7 @@ public static unsafe SocketError Poll(SafeSocketHandle handle, int microseconds, - public static unsafe SocketError Select(IList? checkRead, IList? checkWrite, IList? checkError, int microseconds) - { - const int StackThreshold = 64; // arbitrary limit to avoid too much space on stack -- static bool ShouldStackAlloc(IList? list, ref IntPtr[]? lease, out Span span) -+ static bool ShouldStackAlloc(IList? list, scoped ref IntPtr[]? lease, out Span span) - { - int count; - if (list == null || (count = list.Count) == 0) -diff --git a/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs b/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs -index 6455793addd00..28ba7c96a9c5d 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs -@@ -79,7 +79,7 @@ internal static bool TryParseExact(ReadOnlySpan s, ReadOnlySpan form - return false; - } - -- internal static bool TryParseExact(ReadOnlySpan s, ReadOnlySpan format, DateTimeFormatInfo dtfi, DateTimeStyles style, ref DateTimeResult result) -+ internal static bool TryParseExact(ReadOnlySpan s, ReadOnlySpan format, DateTimeFormatInfo dtfi, DateTimeStyles style, scoped ref DateTimeResult result) - { - if (s.Length == 0) - { -@@ -166,7 +166,7 @@ internal static bool TryParseExact(ReadOnlySpan s, ReadOnlySpan form - } - - internal static bool TryParseExactMultiple(ReadOnlySpan s, string?[]? formats, -- DateTimeFormatInfo dtfi, DateTimeStyles style, ref DateTimeResult result) -+ DateTimeFormatInfo dtfi, DateTimeStyles style, scoped ref DateTimeResult result) - { - if (formats == null) - { -@@ -491,7 +491,7 @@ private static bool ParseFraction(ref __DTString str, out double result) - ** FormatException if invalid timezone format is found. - ============================================================================*/ - -- private static bool ParseTimeZone(ref __DTString str, ref TimeSpan result) -+ private static bool ParseTimeZone(ref __DTString str, scoped ref TimeSpan result) - { - // The hour/minute offset for timezone. - int hourOffset; -@@ -565,7 +565,7 @@ private static bool ParseTimeZone(ref __DTString str, ref TimeSpan result) - } - - // This is the helper function to handle timezone in string in the format like +/-0800 -- private static bool HandleTimeZone(ref __DTString str, ref DateTimeResult result) -+ private static bool HandleTimeZone(ref __DTString str, scoped ref DateTimeResult result) - { - if (str.Index < str.Length - 1) - { -@@ -601,7 +601,7 @@ private static bool HandleTimeZone(ref __DTString str, ref DateTimeResult result - // This is the lexer. Check the character at the current index, and put the found token in dtok and - // some raw date/time information in raw. - // -- private static bool Lex(DS dps, ref __DTString str, ref DateTimeToken dtok, ref DateTimeRawInfo raw, ref DateTimeResult result, ref DateTimeFormatInfo dtfi, DateTimeStyles styles) -+ private static bool Lex(DS dps, ref __DTString str, scoped ref DateTimeToken dtok, scoped ref DateTimeRawInfo raw, scoped ref DateTimeResult result, scoped ref DateTimeFormatInfo dtfi, DateTimeStyles styles) - { - int indexBeforeSeparator; - char charBeforeSeparator; -@@ -1539,14 +1539,14 @@ private static bool SetDateYDM(ref DateTimeResult result, int year, int day, int - return SetDateYMD(ref result, year, month, day); - } - -- private static void GetDefaultYear(ref DateTimeResult result, ref DateTimeStyles styles) -+ private static void GetDefaultYear(ref DateTimeResult result, scoped ref DateTimeStyles styles) - { - result.Year = result.calendar.GetYear(GetDateTimeNow(ref result, ref styles)); - result.flags |= ParseFlags.YearDefault; - } - - // Processing teriminal case: DS.DX_NN -- private static bool GetDayOfNN(ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDayOfNN(ref DateTimeResult result, scoped ref DateTimeStyles styles, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1588,7 +1588,7 @@ private static bool GetDayOfNN(ref DateTimeResult result, ref DateTimeStyles sty - } - - // Processing teriminal case: DS.DX_NNN -- private static bool GetDayOfNNN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDayOfNNN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1644,7 +1644,7 @@ private static bool GetDayOfNNN(ref DateTimeResult result, ref DateTimeRawInfo r - return false; - } - -- private static bool GetDayOfMN(ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDayOfMN(ref DateTimeResult result, scoped ref DateTimeStyles styles, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1703,7 +1703,7 @@ private static bool GetDayOfMN(ref DateTimeResult result, ref DateTimeStyles sty - // - //////////////////////////////////////////////////////////////////////// - -- private static bool GetHebrewDayOfNM(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetHebrewDayOfNM(ref DateTimeResult result, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if (!GetMonthDayOrder(dtfi.MonthDayPattern, out int monthDayOrder)) - { -@@ -1723,7 +1723,7 @@ private static bool GetHebrewDayOfNM(ref DateTimeResult result, ref DateTimeRawI - return false; - } - -- private static bool GetDayOfNM(ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDayOfNM(ref DateTimeResult result, scoped ref DateTimeStyles styles, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1776,7 +1776,7 @@ private static bool GetDayOfNM(ref DateTimeResult result, ref DateTimeStyles sty - return true; - } - -- private static bool GetDayOfMNN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDayOfMNN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1845,7 +1845,7 @@ private static bool GetDayOfMNN(ref DateTimeResult result, ref DateTimeRawInfo r - return false; - } - -- private static bool GetDayOfYNN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDayOfYNN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1879,7 +1879,7 @@ private static bool GetDayOfYNN(ref DateTimeResult result, ref DateTimeRawInfo r - return false; - } - -- private static bool GetDayOfNNY(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDayOfNNY(ref DateTimeResult result, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1917,7 +1917,7 @@ private static bool GetDayOfNNY(ref DateTimeResult result, ref DateTimeRawInfo r - return false; - } - -- private static bool GetDayOfYMN(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetDayOfYMN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1935,7 +1935,7 @@ private static bool GetDayOfYMN(ref DateTimeResult result, ref DateTimeRawInfo r - return false; - } - -- private static bool GetDayOfYN(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetDayOfYN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1953,7 +1953,7 @@ private static bool GetDayOfYN(ref DateTimeResult result, ref DateTimeRawInfo ra - return false; - } - -- private static bool GetDayOfYM(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetDayOfYM(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - if ((result.flags & ParseFlags.HaveDate) != 0) - { -@@ -1971,7 +1971,7 @@ private static bool GetDayOfYM(ref DateTimeResult result, ref DateTimeRawInfo ra - return false; - } - -- private static void AdjustTimeMark(DateTimeFormatInfo dtfi, ref DateTimeRawInfo raw) -+ private static void AdjustTimeMark(DateTimeFormatInfo dtfi, scoped ref DateTimeRawInfo raw) - { - // Specail case for culture which uses AM as empty string. - // E.g. af-ZA (0x0436) -@@ -2025,7 +2025,7 @@ private static bool AdjustHour(ref int hour, TM timeMark) - return true; - } - -- private static bool GetTimeOfN(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetTimeOfN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - if ((result.flags & ParseFlags.HaveTime) != 0) - { -@@ -2046,7 +2046,7 @@ private static bool GetTimeOfN(ref DateTimeResult result, ref DateTimeRawInfo ra - return true; - } - -- private static bool GetTimeOfNN(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetTimeOfNN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - Debug.Assert(raw.numCount >= 2, "raw.numCount >= 2"); - if ((result.flags & ParseFlags.HaveTime) != 0) -@@ -2062,7 +2062,7 @@ private static bool GetTimeOfNN(ref DateTimeResult result, ref DateTimeRawInfo r - return true; - } - -- private static bool GetTimeOfNNN(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetTimeOfNNN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - if ((result.flags & ParseFlags.HaveTime) != 0) - { -@@ -2081,7 +2081,7 @@ private static bool GetTimeOfNNN(ref DateTimeResult result, ref DateTimeRawInfo - // - // Processing terminal state: A Date suffix followed by one number. - // -- private static bool GetDateOfDSN(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetDateOfDSN(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - if (raw.numCount != 1 || result.Day != -1) - { -@@ -2092,7 +2092,7 @@ private static bool GetDateOfDSN(ref DateTimeResult result, ref DateTimeRawInfo - return true; - } - -- private static bool GetDateOfNDS(ref DateTimeResult result, ref DateTimeRawInfo raw) -+ private static bool GetDateOfNDS(ref DateTimeResult result, scoped ref DateTimeRawInfo raw) - { - if (result.Month == -1) - { -@@ -2116,7 +2116,7 @@ private static bool GetDateOfNDS(ref DateTimeResult result, ref DateTimeRawInfo - return true; - } - -- private static bool GetDateOfNNDS(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ private static bool GetDateOfNNDS(ref DateTimeResult result, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - // For partial CJK Dates, the only valid formats are with a specified year, followed by two numbers, which - // will be the Month and Day, and with a specified Month, when the numbers are either the year and day or -@@ -2165,7 +2165,7 @@ private static bool GetDateOfNNDS(ref DateTimeResult result, ref DateTimeRawInfo - // - // A date suffix is found, use this method to put the number into the result. - // -- private static bool ProcessDateTimeSuffix(ref DateTimeResult result, ref DateTimeRawInfo raw, ref DateTimeToken dtok) -+ private static bool ProcessDateTimeSuffix(ref DateTimeResult result, scoped ref DateTimeRawInfo raw, scoped ref DateTimeToken dtok) - { - switch (dtok.suffix) - { -@@ -2229,7 +2229,7 @@ private static bool ProcessDateTimeSuffix(ref DateTimeResult result, ref DateTim - // - //////////////////////////////////////////////////////////////////////// - -- internal static bool ProcessHebrewTerminalState(DS dps, ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ internal static bool ProcessHebrewTerminalState(DS dps, scoped ref DateTimeResult result, scoped ref DateTimeStyles styles, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - // The following are accepted terminal state for Hebrew date. - switch (dps) -@@ -2339,7 +2339,7 @@ internal static bool ProcessHebrewTerminalState(DS dps, ref DateTimeResult resul - // A terminal state has been reached, call the appropriate function to fill in the parsing result. - // Return true if the state is a terminal state. - // -- internal static bool ProcessTerminalState(DS dps, ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) -+ internal static bool ProcessTerminalState(DS dps, scoped ref DateTimeResult result, scoped ref DateTimeStyles styles, scoped ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) - { - bool passed = true; - switch (dps) -@@ -2484,7 +2484,7 @@ internal static bool TryParse(ReadOnlySpan s, DateTimeFormatInfo dtfi, Dat - // - // This is the real method to do the parsing work. - // -- internal static bool TryParse(ReadOnlySpan s, DateTimeFormatInfo dtfi, DateTimeStyles styles, ref DateTimeResult result) -+ internal static bool TryParse(ReadOnlySpan s, DateTimeFormatInfo dtfi, DateTimeStyles styles, scoped ref DateTimeResult result) - { - if (s.Length == 0) - { -@@ -2951,7 +2951,7 @@ private static bool AdjustTimeZoneToLocal(ref DateTimeResult result, bool bTimeO - // Parse the ISO8601 format string found during Parse(); - // - // -- private static bool ParseISO8601(ref DateTimeRawInfo raw, ref __DTString str, DateTimeStyles styles, ref DateTimeResult result) -+ private static bool ParseISO8601(scoped ref DateTimeRawInfo raw, ref __DTString str, DateTimeStyles styles, scoped ref DateTimeResult result) - { - str.Index--; - int second = 0; -@@ -3158,7 +3158,7 @@ internal static bool ParseDigits(ref __DTString str, int minDigitLen, int maxDig - **Exceptions: FormatException if error in parsing number. - ==============================================================================*/ - -- private static bool ParseFractionExact(ref __DTString str, int maxDigitLen, ref double result) -+ private static bool ParseFractionExact(ref __DTString str, int maxDigitLen, scoped ref double result) - { - if (!str.GetNextDigit()) - { -@@ -3191,7 +3191,7 @@ private static bool ParseFractionExact(ref __DTString str, int maxDigitLen, ref - ** symbol is not found. - ==============================================================================*/ - -- private static bool ParseSign(ref __DTString str, ref bool result) -+ private static bool ParseSign(ref __DTString str, scoped ref bool result) - { - if (!str.GetNext()) - { -@@ -3222,7 +3222,7 @@ private static bool ParseSign(ref __DTString str, ref bool result) - **Exceptions: FormatException if errors in parsing. - ==============================================================================*/ - -- private static bool ParseTimeZoneOffset(ref __DTString str, int len, ref TimeSpan result) -+ private static bool ParseTimeZoneOffset(ref __DTString str, int len, scoped ref TimeSpan result) - { - bool isPositive = true; - int hourOffset; -@@ -3293,7 +3293,7 @@ private static bool ParseTimeZoneOffset(ref __DTString str, int len, ref TimeSpa - **Exceptions: FormatException if an abbreviated month name can not be found. - ==============================================================================*/ - -- private static bool MatchAbbreviatedMonthName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) -+ private static bool MatchAbbreviatedMonthName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) - { - int maxMatchStrLen = 0; - result = -1; -@@ -3364,7 +3364,7 @@ private static bool MatchAbbreviatedMonthName(ref __DTString str, DateTimeFormat - **Exceptions: FormatException if a month name can not be found. - ==============================================================================*/ - -- private static bool MatchMonthName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) -+ private static bool MatchMonthName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) - { - int maxMatchStrLen = 0; - result = -1; -@@ -3436,7 +3436,7 @@ private static bool MatchMonthName(ref __DTString str, DateTimeFormatInfo dtfi, - **Exceptions: FormatException if a abbreviated day of week name can not be found. - ==============================================================================*/ - -- private static bool MatchAbbreviatedDayName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) -+ private static bool MatchAbbreviatedDayName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) - { - int maxMatchStrLen = 0; - result = -1; -@@ -3474,7 +3474,7 @@ private static bool MatchAbbreviatedDayName(ref __DTString str, DateTimeFormatIn - **Exceptions: FormatException if a day of week name can not be found. - ==============================================================================*/ - -- private static bool MatchDayName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) -+ private static bool MatchDayName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) - { - // Turkish (tr-TR) got day names with the same prefix. - int maxMatchStrLen = 0; -@@ -3513,7 +3513,7 @@ private static bool MatchDayName(ref __DTString str, DateTimeFormatInfo dtfi, re - **Exceptions: FormatException if an era name can not be found. - ==============================================================================*/ - -- private static bool MatchEraName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) -+ private static bool MatchEraName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) - { - if (str.GetNext()) - { -@@ -3551,7 +3551,7 @@ private static bool MatchEraName(ref __DTString str, DateTimeFormatInfo dtfi, re - **Exceptions: FormatException if a time mark can not be found. - ==============================================================================*/ - -- private static bool MatchTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, ref TM result) -+ private static bool MatchTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref TM result) - { - result = TM.NotSet; - // In some cultures have empty strings in AM/PM mark. E.g. af-ZA (0x0436), the AM mark is "", and PM mark is "nm". -@@ -3606,7 +3606,7 @@ private static bool MatchTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, r - **Exceptions: FormatException if a abbreviated time mark can not be found. - ==============================================================================*/ - -- private static bool MatchAbbreviatedTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, ref TM result) -+ private static bool MatchAbbreviatedTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref TM result) - { - // NOTENOTE : the assumption here is that abbreviated time mark is the first - // character of the AM/PM designator. If this invariant changes, we have to -@@ -3640,7 +3640,7 @@ private static bool MatchAbbreviatedTimeMark(ref __DTString str, DateTimeFormatI - **Exceptions: - ==============================================================================*/ - -- private static bool CheckNewValue(ref int currentValue, int newValue, char patternChar, ref DateTimeResult result) -+ private static bool CheckNewValue(scoped ref int currentValue, int newValue, char patternChar, scoped ref DateTimeResult result) - { - if (currentValue == -1) - { -@@ -3658,7 +3658,7 @@ private static bool CheckNewValue(ref int currentValue, int newValue, char patte - return true; - } - -- private static DateTime GetDateTimeNow(ref DateTimeResult result, ref DateTimeStyles styles) -+ private static DateTime GetDateTimeNow(scoped ref DateTimeResult result, scoped ref DateTimeStyles styles) - { - if ((result.flags & ParseFlags.CaptureOffset) != 0) - { -@@ -3678,7 +3678,7 @@ private static DateTime GetDateTimeNow(ref DateTimeResult result, ref DateTimeSt - return DateTime.Now; - } - -- private static bool CheckDefaultDateTime(ref DateTimeResult result, ref Calendar cal, DateTimeStyles styles) -+ private static bool CheckDefaultDateTime(scoped ref DateTimeResult result, scoped ref Calendar cal, DateTimeStyles styles) - { - if ((result.flags & ParseFlags.CaptureOffset) != 0) - { -@@ -3779,7 +3779,7 @@ private static bool CheckDefaultDateTime(ref DateTimeResult result, ref Calendar - // This method also set the dtfi according/parseInfo to some special pre-defined - // formats. - // -- private static string ExpandPredefinedFormat(ReadOnlySpan format, ref DateTimeFormatInfo dtfi, ref ParsingInfo parseInfo, ref DateTimeResult result) -+ private static string ExpandPredefinedFormat(ReadOnlySpan format, scoped ref DateTimeFormatInfo dtfi, scoped ref ParsingInfo parseInfo, scoped ref DateTimeResult result) - { - // - // Check the format to see if we need to override the dtfi to be InvariantInfo, -@@ -3842,7 +3842,7 @@ private static bool ParseJapaneseEraStart(ref __DTString str, DateTimeFormatInfo - return true; - } - -- private static void ConfigureFormatR(ref DateTimeFormatInfo dtfi, ref ParsingInfo parseInfo, ref DateTimeResult result) -+ private static void ConfigureFormatR(scoped ref DateTimeFormatInfo dtfi, scoped ref ParsingInfo parseInfo, scoped ref DateTimeResult result) - { - parseInfo.calendar = GregorianCalendar.GetDefaultInstance(); - dtfi = DateTimeFormatInfo.InvariantInfo; -@@ -3852,7 +3852,7 @@ private static void ConfigureFormatR(ref DateTimeFormatInfo dtfi, ref ParsingInf - } - } - -- private static void ConfigureFormatOS(ref DateTimeFormatInfo dtfi, ref ParsingInfo parseInfo) -+ private static void ConfigureFormatOS(scoped ref DateTimeFormatInfo dtfi, scoped ref ParsingInfo parseInfo) - { - parseInfo.calendar = GregorianCalendar.GetDefaultInstance(); - dtfi = DateTimeFormatInfo.InvariantInfo; -@@ -3863,9 +3863,9 @@ private static void ConfigureFormatOS(ref DateTimeFormatInfo dtfi, ref ParsingIn - private static bool ParseByFormat( - ref __DTString str, - ref __DTString format, -- ref ParsingInfo parseInfo, -+ scoped ref ParsingInfo parseInfo, - DateTimeFormatInfo dtfi, -- ref DateTimeResult result) -+ scoped ref DateTimeResult result) - { - int tokenLen; - int tempYear = 0, tempMonth = 0, tempDay = 0, tempDayOfWeek = 0, tempHour = 0, tempMinute = 0, tempSecond = 0; -@@ -4451,7 +4451,7 @@ internal static bool TryParseQuoteString(ReadOnlySpan format, int pos, ref - ReadOnlySpan formatParam, - DateTimeStyles styles, - DateTimeFormatInfo dtfi, -- ref DateTimeResult result) -+ scoped ref DateTimeResult result) - { - ParsingInfo parseInfo = default; - parseInfo.Init(); -@@ -4657,7 +4657,7 @@ internal static bool TryParseQuoteString(ReadOnlySpan format, int pos, ref - return DetermineTimeZoneAdjustments(ref result, styles, bTimeOnly); - } - -- private static bool ParseFormatR(ReadOnlySpan source, ref ParsingInfo parseInfo, ref DateTimeResult result) -+ private static bool ParseFormatR(ReadOnlySpan source, scoped ref ParsingInfo parseInfo, scoped ref DateTimeResult result) - { - // Example: - // Tue, 03 Jan 2017 08:08:05 GMT -@@ -4852,7 +4852,7 @@ private static bool ParseFormatR(ReadOnlySpan source, ref ParsingInfo pars - return true; - } - -- private static bool ParseFormatO(ReadOnlySpan source, ref DateTimeResult result) -+ private static bool ParseFormatO(ReadOnlySpan source, scoped ref DateTimeResult result) - { - // Examples: - // 2017-06-12T05:30:45.7680000 (interpreted as local time wrt to current time zone) -@@ -5066,7 +5066,7 @@ private static bool ParseFormatO(ReadOnlySpan source, ref DateTimeResult r - return DetermineTimeZoneAdjustments(ref result, DateTimeStyles.None, bTimeOnly: false); - } - -- private static Exception GetDateTimeParseException(ref DateTimeResult result) -+ private static Exception GetDateTimeParseException(scoped ref DateTimeResult result) - { - switch (result.failure) - { -@@ -5438,7 +5438,7 @@ internal TokenType GetSeparatorToken(DateTimeFormatInfo dtfi, out int indexBefor - Index + target.Length <= Length && - m_info.Compare(Value.Slice(Index, target.Length), target, CompareOptions.IgnoreCase) == 0; - -- internal bool MatchSpecifiedWords(string target, bool checkWordBoundary, ref int matchLength) -+ internal bool MatchSpecifiedWords(string target, bool checkWordBoundary, scoped ref int matchLength) - { - int valueRemaining = Value.Length - Index; - matchLength = target.Length; -@@ -5584,7 +5584,7 @@ internal bool Match(char ch) - // maxMatchStrLen [in/out] the initialized maximum length. This parameter can be used to - // find the longest match in two string arrays. - // -- internal int MatchLongestWords(string[] words, ref int maxMatchStrLen) -+ internal int MatchLongestWords(string[] words, scoped ref int maxMatchStrLen) - { - int result = -1; - for (int i = 0; i < words.Length; i++) -diff --git a/src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs b/src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs -index d84220ef8889b..1b28f08a0049f 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs -@@ -349,7 +349,7 @@ public static unsafe bool TryFormatDecimal(decimal value, ReadOnlySpan for - return sb.TryCopyTo(destination, out charsWritten); - } - -- internal static unsafe void DecimalToNumber(ref decimal d, ref NumberBuffer number) -+ internal static unsafe void DecimalToNumber(scoped ref decimal d, ref NumberBuffer number) - { - byte* buffer = number.GetDigitsPointer(); - number.DigitsCount = DecimalPrecision; -diff --git a/src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs b/src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs -index 65c1c8745eb65..a9bb8ec61bd68 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs -@@ -342,7 +342,7 @@ internal static UInt128 ParseUInt128(ReadOnlySpan value, NumberStyles styl - return result; - } - -- private static unsafe bool TryParseNumber(ref char* str, char* strEnd, NumberStyles styles, ref NumberBuffer number, NumberFormatInfo info) -+ private static unsafe bool TryParseNumber(scoped ref char* str, char* strEnd, NumberStyles styles, ref NumberBuffer number, NumberFormatInfo info) - { - Debug.Assert(str != null); - Debug.Assert(strEnd != null); -diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameParser.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameParser.cs -index ab6dce32c2b95..8ab6b644581f7 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameParser.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameParser.cs -@@ -73,7 +73,7 @@ public static AssemblyNameParts Parse(ReadOnlySpan name) - return new AssemblyNameParser(name).Parse(); - } - -- private void RecordNewSeenOrThrow(ref AttributeKind seenAttributes, AttributeKind newAttribute) -+ private void RecordNewSeenOrThrow(scoped ref AttributeKind seenAttributes, AttributeKind newAttribute) - { - if ((seenAttributes & newAttribute) != 0) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs -index 9bdc3a1cad151..8635031292e32 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs -@@ -1102,7 +1102,7 @@ private bool ConsumeStringAndValidateMultiSegment(ReadOnlySpan data, int i - return true; - } - -- private void RollBackState(in PartialStateForRollback state, bool isError = false) -+ private void RollBackState(scoped in PartialStateForRollback state, bool isError = false) - { - _totalConsumed = state._prevTotalConsumed; - -@@ -1251,7 +1251,7 @@ private bool TryGetNumberMultiSegment(ReadOnlySpan data, out int consumed) - return true; - } - -- private ConsumeNumberResult ConsumeNegativeSignMultiSegment(ref ReadOnlySpan data, ref int i, in PartialStateForRollback rollBackState) -+ private ConsumeNumberResult ConsumeNegativeSignMultiSegment(ref ReadOnlySpan data, scoped ref int i, scoped in PartialStateForRollback rollBackState) - { - Debug.Assert(i == 0); - byte nextByte = data[i]; -@@ -1293,7 +1293,7 @@ private ConsumeNumberResult ConsumeNegativeSignMultiSegment(ref ReadOnlySpan data, ref int i, in PartialStateForRollback rollBackState) -+ private ConsumeNumberResult ConsumeZeroMultiSegment(ref ReadOnlySpan data, scoped ref int i, scoped in PartialStateForRollback rollBackState) - { - Debug.Assert(data[i] == (byte)'0'); - Debug.Assert(i == 0 || i == 1); -@@ -1349,7 +1349,7 @@ private ConsumeNumberResult ConsumeZeroMultiSegment(ref ReadOnlySpan data, - return ConsumeNumberResult.OperationIncomplete; - } - -- private ConsumeNumberResult ConsumeIntegerDigitsMultiSegment(ref ReadOnlySpan data, ref int i) -+ private ConsumeNumberResult ConsumeIntegerDigitsMultiSegment(ref ReadOnlySpan data, scoped ref int i) - { - byte nextByte = default; - int counter = 0; -@@ -1427,7 +1427,7 @@ private ConsumeNumberResult ConsumeIntegerDigitsMultiSegment(ref ReadOnlySpan data, ref int i, in PartialStateForRollback rollBackState) -+ private ConsumeNumberResult ConsumeDecimalDigitsMultiSegment(ref ReadOnlySpan data, scoped ref int i, scoped in PartialStateForRollback rollBackState) - { - if (i >= data.Length) - { -@@ -1461,7 +1461,7 @@ private ConsumeNumberResult ConsumeDecimalDigitsMultiSegment(ref ReadOnlySpan data, ref int i, in PartialStateForRollback rollBackState) -+ private ConsumeNumberResult ConsumeSignMultiSegment(ref ReadOnlySpan data, scoped ref int i, scoped in PartialStateForRollback rollBackState) - { - if (i >= data.Length) - { -@@ -1926,7 +1926,7 @@ private ConsumeTokenResult ConsumeNextTokenFromLastNonCommentTokenMultiSegment() - return ConsumeTokenResult.NotEnoughDataRollBackState; - } - -- private bool SkipAllCommentsMultiSegment(ref byte marker) -+ private bool SkipAllCommentsMultiSegment(scoped ref byte marker) - { - while (marker == JsonConstants.Slash) - { -@@ -1961,7 +1961,7 @@ private bool SkipAllCommentsMultiSegment(ref byte marker) - return false; - } - -- private bool SkipAllCommentsMultiSegment(ref byte marker, ExceptionResource resource) -+ private bool SkipAllCommentsMultiSegment(scoped ref byte marker, ExceptionResource resource) - { - while (marker == JsonConstants.Slash) - { -@@ -2394,7 +2394,7 @@ private bool SkipSingleLineCommentMultiSegment(ReadOnlySpan localBuffer, o - return true; - } - -- private int FindLineSeparatorMultiSegment(ReadOnlySpan localBuffer, ref int dangerousLineSeparatorBytesConsumed) -+ private int FindLineSeparatorMultiSegment(ReadOnlySpan localBuffer, scoped ref int dangerousLineSeparatorBytesConsumed) - { - Debug.Assert(dangerousLineSeparatorBytesConsumed >= 0 && dangerousLineSeparatorBytesConsumed <= 2); - -@@ -2444,7 +2444,7 @@ private int FindLineSeparatorMultiSegment(ReadOnlySpan localBuffer, ref in - } - - // assumes first byte (JsonConstants.UnexpectedEndOfLineSeparator) is already read -- private void ThrowOnDangerousLineSeparatorMultiSegment(ReadOnlySpan localBuffer, ref int dangerousLineSeparatorBytesConsumed) -+ private void ThrowOnDangerousLineSeparatorMultiSegment(ReadOnlySpan localBuffer, scoped ref int dangerousLineSeparatorBytesConsumed) - { - Debug.Assert(dangerousLineSeparatorBytesConsumed == 1 || dangerousLineSeparatorBytesConsumed == 2); - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs -index 699ccb6fb5a71..eb8518376681c 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs -@@ -1524,7 +1524,7 @@ private bool TryGetNumber(ReadOnlySpan data, out int consumed) - return true; - } - -- private ConsumeNumberResult ConsumeNegativeSign(ref ReadOnlySpan data, ref int i) -+ private ConsumeNumberResult ConsumeNegativeSign(ref ReadOnlySpan data, scoped ref int i) - { - byte nextByte = data[i]; - -@@ -1551,7 +1551,7 @@ private ConsumeNumberResult ConsumeNegativeSign(ref ReadOnlySpan data, ref - return ConsumeNumberResult.OperationIncomplete; - } - -- private ConsumeNumberResult ConsumeZero(ref ReadOnlySpan data, ref int i) -+ private ConsumeNumberResult ConsumeZero(ref ReadOnlySpan data, scoped ref int i) - { - Debug.Assert(data[i] == (byte)'0'); - i++; -@@ -1590,7 +1590,7 @@ private ConsumeNumberResult ConsumeZero(ref ReadOnlySpan data, ref int i) - return ConsumeNumberResult.OperationIncomplete; - } - -- private ConsumeNumberResult ConsumeIntegerDigits(ref ReadOnlySpan data, ref int i) -+ private ConsumeNumberResult ConsumeIntegerDigits(ref ReadOnlySpan data, scoped ref int i) - { - byte nextByte = default; - for (; i < data.Length; i++) -@@ -1623,7 +1623,7 @@ private ConsumeNumberResult ConsumeIntegerDigits(ref ReadOnlySpan data, re - return ConsumeNumberResult.OperationIncomplete; - } - -- private ConsumeNumberResult ConsumeDecimalDigits(ref ReadOnlySpan data, ref int i) -+ private ConsumeNumberResult ConsumeDecimalDigits(ref ReadOnlySpan data, scoped ref int i) - { - if (i >= data.Length) - { -@@ -1645,7 +1645,7 @@ private ConsumeNumberResult ConsumeDecimalDigits(ref ReadOnlySpan data, re - return ConsumeIntegerDigits(ref data, ref i); - } - -- private ConsumeNumberResult ConsumeSign(ref ReadOnlySpan data, ref int i) -+ private ConsumeNumberResult ConsumeSign(ref ReadOnlySpan data, scoped ref int i) - { - if (i >= data.Length) - { -@@ -2059,7 +2059,7 @@ private ConsumeTokenResult ConsumeNextTokenFromLastNonCommentToken() - return ConsumeTokenResult.NotEnoughDataRollBackState; - } - -- private bool SkipAllComments(ref byte marker) -+ private bool SkipAllComments(scoped ref byte marker) - { - while (marker == JsonConstants.Slash) - { -@@ -2094,7 +2094,7 @@ private bool SkipAllComments(ref byte marker) - return false; - } - -- private bool SkipAllComments(ref byte marker, ExceptionResource resource) -+ private bool SkipAllComments(scoped ref byte marker, ExceptionResource resource) - { - while (marker == JsonConstants.Slash) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/CastingConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/CastingConverter.cs -index 090480c83fb90..d33924a4dcdce 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/CastingConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/CastingConverter.cs -@@ -43,7 +43,7 @@ internal CastingConverter(JsonConverter sourceConverter) : base(initial - public override void Write(Utf8JsonWriter writer, T value, JsonSerializerOptions options) - => _sourceConverter.Write(writer, CastOnWrite(value), options); - -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out T? value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out T? value) - { - bool result = _sourceConverter.OnTryRead(ref reader, typeToConvert, options, ref state, out TSource? sourceValue); - value = CastOnRead(sourceValue); -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs -index 3aa53102d60e1..6ed3d1905fd30 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs -@@ -13,13 +13,13 @@ internal sealed class ArrayConverter : IEnumerableDefault - { - internal override bool CanHaveMetadata => false; - -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - state.Current.ReturnValue = new List(); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs -index 55c70f35f257d..1053a27bcdfdf 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs -@@ -9,7 +9,7 @@ internal sealed class ConcurrentQueueOfTConverter - : IEnumerableDefaultConverter - where TCollection : ConcurrentQueue - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Enqueue(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs -index 87506619bbfe7..5f7f9a5be84b4 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs -@@ -9,7 +9,7 @@ internal sealed class ConcurrentStackOfTConverter - : IEnumerableDefaultConverter - where TCollection : ConcurrentStack - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Push(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs -index cd83ea2925921..5d78f1e62ff1d 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs -@@ -15,7 +15,7 @@ internal sealed class DictionaryOfTKeyTValueConverter - where TCollection : Dictionary - where TKey : notnull - { -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!)[key] = value; - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs -index 8dd3924f66189..fb1887e30c813 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs -@@ -12,7 +12,7 @@ internal sealed class IAsyncEnumerableOfTConverter - : JsonCollectionConverter - where TAsyncEnumerable : IAsyncEnumerable - { -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out TAsyncEnumerable value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out TAsyncEnumerable value) - { - if (!typeToConvert.IsAssignableFrom(typeof(IAsyncEnumerable))) - { -@@ -22,13 +22,13 @@ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, - return base.OnTryRead(ref reader, typeToConvert, options, ref state, out value!); - } - -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((BufferedAsyncEnumerable)state.Current.ReturnValue!)._buffer.Add(value); - } - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - state.Current.ReturnValue = new BufferedAsyncEnumerable(); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs -index b975961d21c57..a423ae1b98f8c 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs -@@ -14,7 +14,7 @@ internal sealed class ICollectionOfTConverter - : IEnumerableDefaultConverter - where TCollection : ICollection - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -@@ -24,7 +24,7 @@ protected override void Add(in TElement value, ref ReadStack state) - }; - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - base.CreateCollection(ref reader, ref state, options); - TCollection returnValue = (TCollection)state.Current.ReturnValue!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs -index 3d86186659976..07c2165c68ca8 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs -@@ -16,7 +16,7 @@ internal sealed class IDictionaryConverter - : JsonDictionaryConverter - where TDictionary : IDictionary - { -- protected override void Add(string key, in object? value, JsonSerializerOptions options, ref ReadStack state) -+ protected override void Add(string key, in object? value, JsonSerializerOptions options, scoped ref ReadStack state) - { - TDictionary collection = (TDictionary)state.Current.ReturnValue!; - collection[key] = value; -@@ -26,7 +26,7 @@ protected override void Add(string key, in object? value, JsonSerializerOptions - } - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - base.CreateCollection(ref reader, ref state); - TDictionary returnValue = (TDictionary)state.Current.ReturnValue!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs -index 4102404974c1c..85ec30b2a9fb3 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs -@@ -16,7 +16,7 @@ internal sealed class IDictionaryOfTKeyTValueConverter - where TKey : notnull - { -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) - { - TDictionary collection = (TDictionary)state.Current.ReturnValue!; - collection[key] = value; -@@ -26,7 +26,7 @@ protected override void Add(TKey key, in TValue value, JsonSerializerOptions opt - }; - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - base.CreateCollection(ref reader, ref state); - TDictionary returnValue = (TDictionary)state.Current.ReturnValue!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs -index 9c98de517695b..f69d6780f5996 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs -@@ -17,13 +17,13 @@ internal sealed class IEnumerableConverter - { - private readonly bool _isDeserializable = typeof(TCollection).IsAssignableFrom(typeof(List)); - -- protected override void Add(in object? value, ref ReadStack state) -+ protected override void Add(in object? value, scoped ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - if (!_isDeserializable) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs -index ed1ba61a2132b..c11602fc75112 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs -@@ -15,13 +15,13 @@ internal sealed class IEnumerableOfTConverter - { - private readonly bool _isDeserializable = typeof(TCollection).IsAssignableFrom(typeof(List)); - -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - if (!_isDeserializable) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs -index 7c54b27ad93b5..d405282a054f1 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs -@@ -13,7 +13,7 @@ internal sealed class IListConverter - : JsonCollectionConverter - where TCollection : IList - { -- protected override void Add(in object? value, ref ReadStack state) -+ protected override void Add(in object? value, scoped ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -@@ -23,7 +23,7 @@ protected override void Add(in object? value, ref ReadStack state) - } - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - base.CreateCollection(ref reader, ref state, options); - TCollection returnValue = (TCollection)state.Current.ReturnValue!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs -index 4de171768d793..47a7f8c116283 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs -@@ -14,7 +14,7 @@ internal sealed class IListOfTConverter - : IEnumerableDefaultConverter - where TCollection : IList - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -@@ -24,7 +24,7 @@ protected override void Add(in TElement value, ref ReadStack state) - }; - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - base.CreateCollection(ref reader, ref state, options); - TCollection returnValue = (TCollection)state.Current.ReturnValue!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs -index 9841403ec7acc..29cafebf4013a 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs -@@ -13,13 +13,13 @@ internal sealed class IReadOnlyDictionaryOfTKeyTValueConverter)); - -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) - { - ((Dictionary)state.Current.ReturnValue!)[key] = value; - } - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - if (!_isDeserializable) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs -index 2c1fd6b756f3e..71da570158b2f 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs -@@ -11,7 +11,7 @@ internal sealed class ISetOfTConverter - : IEnumerableDefaultConverter - where TCollection : ISet - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -@@ -21,7 +21,7 @@ protected override void Add(in TElement value, ref ReadStack state) - }; - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - base.CreateCollection(ref reader, ref state, options); - TCollection returnValue = (TCollection)state.Current.ReturnValue!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs -index de10ec730bf0f..464d5b87caf7c 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs -@@ -12,7 +12,7 @@ internal class ImmutableDictionaryOfTKeyTValueConverter - where TKey : notnull - { -- protected sealed override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) -+ protected sealed override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) - { - ((Dictionary)state.Current.ReturnValue!)[key] = value; - } -@@ -20,7 +20,7 @@ protected sealed override void Add(TKey key, in TValue value, JsonSerializerOpti - internal sealed override bool CanHaveMetadata => false; - - internal override bool SupportsCreateObjectDelegate => false; -- protected sealed override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state) -+ protected sealed override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - state.Current.ReturnValue = new Dictionary(); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs -index 46d7f2cc11b8b..4bcd70e1341b0 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs -@@ -11,7 +11,7 @@ internal class ImmutableEnumerableOfTConverter - : IEnumerableDefaultConverter - where TCollection : IEnumerable - { -- protected sealed override void Add(in TElement value, ref ReadStack state) -+ protected sealed override void Add(in TElement value, scoped ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } -@@ -19,7 +19,7 @@ protected sealed override void Add(in TElement value, ref ReadStack state) - internal sealed override bool CanHaveMetadata => false; - - internal override bool SupportsCreateObjectDelegate => false; -- protected sealed override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected sealed override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - state.Current.ReturnValue = new List(); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs -index 0116002987455..2e3198ce33f2b 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs -@@ -18,12 +18,12 @@ internal abstract class JsonCollectionConverter : JsonRes - internal sealed override ConverterStrategy ConverterStrategy => ConverterStrategy.Enumerable; - internal override Type ElementType => typeof(TElement); - -- protected abstract void Add(in TElement value, ref ReadStack state); -+ protected abstract void Add(in TElement value, scoped ref ReadStack state); - - /// - /// When overridden, create the collection. It may be a temporary collection or the final collection. - /// -- protected virtual void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected virtual void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - JsonTypeInfo typeInfo = state.Current.JsonTypeInfo; - -@@ -63,7 +63,7 @@ protected static JsonConverter GetElementConverter(ref WriteStack stat - ref Utf8JsonReader reader, - Type typeToConvert, - JsonSerializerOptions options, -- ref ReadStack state, -+ scoped ref ReadStack state, - [MaybeNullWhen(false)] out TCollection value) - { - JsonTypeInfo elementTypeInfo = state.Current.JsonTypeInfo.ElementTypeInfo!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs -index b255d679b3446..0b148fefb7203 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs -@@ -27,7 +27,7 @@ internal abstract class JsonDictionaryConverter : Jso - /// - /// When overridden, adds the value to the collection. - /// -- protected abstract void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state); -+ protected abstract void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state); - - /// - /// When overridden, converts the temporary collection held in state.Current.ReturnValue to the final collection. -@@ -38,7 +38,7 @@ internal abstract class JsonDictionaryConverter : Jso - /// - /// When overridden, create the collection. It may be a temporary collection or the final collection. - /// -- protected virtual void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state) -+ protected virtual void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - JsonTypeInfo typeInfo = state.Current.JsonTypeInfo; - -@@ -78,7 +78,7 @@ protected static JsonConverter GetConverter(JsonTypeInfo typeInfo) - ref Utf8JsonReader reader, - Type typeToConvert, - JsonSerializerOptions options, -- ref ReadStack state, -+ scoped ref ReadStack state, - [MaybeNullWhen(false)] out TDictionary value) - { - JsonTypeInfo keyTypeInfo = state.Current.JsonTypeInfo.KeyTypeInfo!; -@@ -301,7 +301,7 @@ protected static JsonConverter GetConverter(JsonTypeInfo typeInfo) - value = (TDictionary)state.Current.ReturnValue!; - return true; - -- static TKey ReadDictionaryKey(JsonConverter keyConverter, ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ static TKey ReadDictionaryKey(JsonConverter keyConverter, ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - TKey key; - string unescapedPropertyNameAsString = reader.GetString()!; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs -index 35e398fe5869f..76aebb4d29cb8 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs -@@ -10,12 +10,12 @@ internal sealed class ListOfTConverter - : IEnumerableDefaultConverter - where TCollection: List - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Add(value); - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - if (state.Current.JsonTypeInfo.CreateObject == null) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs -index 6e28f4ef2458b..d0f95108cebd6 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs -@@ -9,12 +9,12 @@ internal sealed class QueueOfTConverter - : IEnumerableDefaultConverter - where TCollection : Queue - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Enqueue(value); - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - if (state.Current.JsonTypeInfo.CreateObject == null) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs -index 565754d6a24b8..429071bc2858d 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs -@@ -10,12 +10,12 @@ internal sealed class StackOfTConverter - : IEnumerableDefaultConverter - where TCollection : Stack - { -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Push(value); - } - -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - if (state.Current.JsonTypeInfo.CreateObject == null) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs -index 59f3f3c336ec9..410975df09bef 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs -@@ -11,14 +11,14 @@ internal class StackOrQueueConverter - : JsonCollectionConverter - where TCollection : IEnumerable - { -- protected sealed override void Add(in object? value, ref ReadStack state) -+ protected sealed override void Add(in object? value, scoped ref ReadStack state) - { - var addMethodDelegate = ((Action?)state.Current.JsonTypeInfo.AddMethodDelegate); - Debug.Assert(addMethodDelegate != null); - addMethodDelegate((TCollection)state.Current.ReturnValue!, value); - } - -- protected sealed override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected sealed override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - JsonTypeInfo typeInfo = state.Current.JsonTypeInfo; - Func? constructorDelegate = typeInfo.CreateObject; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs -index fa228e000f360..ae424affe9082 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs -@@ -20,13 +20,13 @@ public FSharpListConverter() - _listConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpListConstructor(); - } - -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - state.Current.ReturnValue = new List(); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs -index c7cebda077438..86ba3e913f432 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs -@@ -21,7 +21,7 @@ public FSharpMapConverter() - _mapConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpMapConstructor(); - } - -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) - { - ((List>)state.Current.ReturnValue!).Add (new Tuple(key, value)); - } -@@ -29,7 +29,7 @@ protected override void Add(TKey key, in TValue value, JsonSerializerOptions opt - internal override bool CanHaveMetadata => false; - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - state.Current.ReturnValue = new List>(); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpOptionConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpOptionConverter.cs -index c0ba55e63d2a4..8130f829471c7 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpOptionConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpOptionConverter.cs -@@ -37,7 +37,7 @@ public FSharpOptionConverter(JsonConverter elementConverter) - RequiresReadAhead = elementConverter.RequiresReadAhead; - } - -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out TOption? value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out TOption? value) - { - // `null` values deserialize as `None` - if (!state.IsContinuation && reader.TokenType == JsonTokenType.Null) -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs -index 73230b273c99d..5993b7830ba93 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs -@@ -20,13 +20,13 @@ public FSharpSetConverter() - _setConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpSetConstructor(); - } - -- protected override void Add(in TElement value, ref ReadStack state) -+ protected override void Add(in TElement value, scoped ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } - - internal override bool SupportsCreateObjectDelegate => false; -- protected override void CreateCollection(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options) -+ protected override void CreateCollection(ref Utf8JsonReader reader, scoped ref ReadStack state, JsonSerializerOptions options) - { - state.Current.ReturnValue = new List(); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpValueOptionConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpValueOptionConverter.cs -index 1c147c4b64069..7d960e17b0458 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpValueOptionConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpValueOptionConverter.cs -@@ -37,7 +37,7 @@ public FSharpValueOptionConverter(JsonConverter elementConverter) - RequiresReadAhead = elementConverter.RequiresReadAhead; - } - -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out TValueOption value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out TValueOption value) - { - // `null` values deserialize as `ValueNone` - if (!state.IsContinuation && reader.TokenType == JsonTokenType.Null) -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/JsonMetadataServicesConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/JsonMetadataServicesConverter.cs -index 45f8a66ce57c5..e029760aa9152 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/JsonMetadataServicesConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/JsonMetadataServicesConverter.cs -@@ -60,7 +60,7 @@ public JsonMetadataServicesConverter(JsonConverter converter) - _converterStrategy = converter.ConverterStrategy; - } - -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out T? value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out T? value) - => Converter.OnTryRead(ref reader, typeToConvert, options, ref state, out value); - - internal override bool OnTryWrite(Utf8JsonWriter writer, T value, JsonSerializerOptions options, ref WriteStack state) -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Node/JsonObjectConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Node/JsonObjectConverter.cs -index b3279a01936dd..b8e2d7eea528b 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Node/JsonObjectConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Node/JsonObjectConverter.cs -@@ -19,7 +19,7 @@ internal override void ConfigureJsonTypeInfo(JsonTypeInfo jsonTypeInfo, JsonSeri - string propertyName, - ref Utf8JsonReader reader, - JsonSerializerOptions options, -- ref ReadStack state) -+ scoped ref ReadStack state) - { - bool success = JsonNodeConverter.Instance.TryRead(ref reader, typeof(JsonNode), options, ref state, out JsonNode? value); - Debug.Assert(success); // Node converters are not resumable. -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectConverter.cs -index 6c0a095061fac..62835f45b9406 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectConverter.cs -@@ -35,7 +35,7 @@ public override void Write(Utf8JsonWriter writer, object? value, JsonSerializerO - writer.WriteEndObject(); - } - -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out object? value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out object? value) - { - object? referenceValue; - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectDefaultConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectDefaultConverter.cs -index f12f1991b5625..4a2090f659a99 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectDefaultConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectDefaultConverter.cs -@@ -17,7 +17,7 @@ internal class ObjectDefaultConverter : JsonObjectConverter where T : notn - internal override bool CanHaveMetadata => true; - internal override bool SupportsCreateObjectDelegate => true; - -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, [MaybeNullWhen(false)] out T value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, [MaybeNullWhen(false)] out T value) - { - JsonTypeInfo jsonTypeInfo = state.Current.JsonTypeInfo; - -@@ -413,7 +413,7 @@ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, - [MethodImpl(MethodImplOptions.AggressiveInlining)] - protected static void ReadPropertyValue( - object obj, -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader, - JsonPropertyInfo jsonPropertyInfo, - bool useExtensionProperty) -@@ -442,7 +442,7 @@ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, - state.Current.EndProperty(); - } - -- protected static bool ReadAheadPropertyValue(ref ReadStack state, ref Utf8JsonReader reader, JsonPropertyInfo jsonPropertyInfo) -+ protected static bool ReadAheadPropertyValue(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonPropertyInfo jsonPropertyInfo) - { - // Returning false below will cause the read-ahead functionality to finish the read. - state.Current.PropertyState = StackFramePropertyState.ReadValue; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs -index eabe8e6a62fec..1059bd1ef3971 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs -@@ -14,7 +14,7 @@ namespace System.Text.Json.Serialization.Converters - /// - internal class LargeObjectWithParameterizedConstructorConverter : ObjectWithParameterizedConstructorConverter where T : notnull - { -- protected sealed override bool ReadAndCacheConstructorArgument(ref ReadStack state, ref Utf8JsonReader reader, JsonParameterInfo jsonParameterInfo) -+ protected sealed override bool ReadAndCacheConstructorArgument(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonParameterInfo jsonParameterInfo) - { - Debug.Assert(jsonParameterInfo.ShouldDeserialize); - Debug.Assert(jsonParameterInfo.Options != null); -@@ -51,7 +51,7 @@ protected sealed override object CreateObject(ref ReadStackFrame frame) - return obj; - } - -- protected sealed override void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options) -+ protected sealed override void InitializeConstructorArgumentCaches(scoped ref ReadStack state, JsonSerializerOptions options) - { - JsonTypeInfo typeInfo = state.Current.JsonTypeInfo; - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs -index 1482a32144ec4..1c7314b1b5960 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs -@@ -22,7 +22,7 @@ protected override object CreateObject(ref ReadStackFrame frame) - } - - protected override bool ReadAndCacheConstructorArgument( -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader, - JsonParameterInfo jsonParameterInfo) - { -@@ -54,7 +54,7 @@ protected override object CreateObject(ref ReadStackFrame frame) - } - - private static bool TryRead( -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader, - JsonParameterInfo jsonParameterInfo, - out TArg arg) -@@ -79,7 +79,7 @@ protected override object CreateObject(ref ReadStackFrame frame) - return success; - } - -- protected override void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options) -+ protected override void InitializeConstructorArgumentCaches(scoped ref ReadStack state, JsonSerializerOptions options) - { - JsonTypeInfo typeInfo = state.Current.JsonTypeInfo; - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs -index aeba2b9fc95d2..cb501ff8aa307 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs -@@ -21,7 +21,7 @@ internal abstract partial class ObjectWithParameterizedConstructorConverter : - { - internal sealed override bool ConstructorIsParameterized => true; - -- internal sealed override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, [MaybeNullWhen(false)] out T value) -+ internal sealed override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, [MaybeNullWhen(false)] out T value) - { - JsonTypeInfo jsonTypeInfo = state.Current.JsonTypeInfo; - -@@ -246,9 +246,9 @@ internal sealed override bool OnTryRead(ref Utf8JsonReader reader, Type typeToCo - return true; - } - -- protected abstract void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options); -+ protected abstract void InitializeConstructorArgumentCaches(scoped ref ReadStack state, JsonSerializerOptions options); - -- protected abstract bool ReadAndCacheConstructorArgument(ref ReadStack state, ref Utf8JsonReader reader, JsonParameterInfo jsonParameterInfo); -+ protected abstract bool ReadAndCacheConstructorArgument(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonParameterInfo jsonParameterInfo); - - protected abstract object CreateObject(ref ReadStackFrame frame); - -@@ -256,7 +256,7 @@ internal sealed override bool OnTryRead(ref Utf8JsonReader reader, Type typeToCo - /// Performs a full first pass of the JSON input and deserializes the ctor args. - /// - [MethodImpl(MethodImplOptions.AggressiveInlining)] -- private void ReadConstructorArguments(ref ReadStack state, ref Utf8JsonReader reader, JsonSerializerOptions options) -+ private void ReadConstructorArguments(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonSerializerOptions options) - { - BeginRead(ref state, ref reader, options); - -@@ -342,7 +342,7 @@ private void ReadConstructorArguments(ref ReadStack state, ref Utf8JsonReader re - } - } - -- private bool ReadConstructorArgumentsWithContinuation(ref ReadStack state, ref Utf8JsonReader reader, JsonSerializerOptions options) -+ private bool ReadConstructorArgumentsWithContinuation(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonSerializerOptions options) - { - // Process all properties. - while (true) -@@ -425,7 +425,7 @@ private bool ReadConstructorArgumentsWithContinuation(ref ReadStack state, ref U - - [MethodImpl(MethodImplOptions.AggressiveInlining)] - private bool HandleConstructorArgumentWithContinuation( -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader, - JsonParameterInfo jsonParameterInfo) - { -@@ -462,7 +462,7 @@ private bool ReadConstructorArgumentsWithContinuation(ref ReadStack state, ref U - - [MethodImpl(MethodImplOptions.AggressiveInlining)] - private static bool HandlePropertyWithContinuation( -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader, - JsonPropertyInfo jsonPropertyInfo) - { -@@ -537,7 +537,7 @@ private bool ReadConstructorArgumentsWithContinuation(ref ReadStack state, ref U - } - - [MethodImpl(MethodImplOptions.AggressiveInlining)] -- private void BeginRead(ref ReadStack state, ref Utf8JsonReader reader, JsonSerializerOptions options) -+ private void BeginRead(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonSerializerOptions options) - { - JsonTypeInfo jsonTypeInfo = state.Current.JsonTypeInfo; - -@@ -562,7 +562,7 @@ private void BeginRead(ref ReadStack state, ref Utf8JsonReader reader, JsonSeria - /// Lookup the constructor parameter given its name in the reader. - /// - protected virtual bool TryLookupConstructorParameter( -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader, - JsonSerializerOptions options, - out JsonParameterInfo? jsonParameterInfo) -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Value/NullableConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Value/NullableConverter.cs -index 292d70e42b646..1e31cba7043ea 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Value/NullableConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Value/NullableConverter.cs -@@ -25,7 +25,7 @@ public NullableConverter(JsonConverter elementConverter) - RequiresReadAhead = elementConverter.RequiresReadAhead; - } - -- internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out T? value) -+ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out T? value) - { - if (!state.IsContinuation && reader.TokenType == JsonTokenType.Null) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.ReadAhead.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.ReadAhead.cs -index 50987aa96cb65..b15deac8c486a 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.ReadAhead.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.ReadAhead.cs -@@ -17,7 +17,7 @@ public abstract partial class JsonConverter - // AggressiveInlining used since this method is on a hot path and short. The optionally called - // method DoSingleValueReadWithReadAhead is not inlined. - [MethodImpl(MethodImplOptions.AggressiveInlining)] -- internal static bool SingleValueReadWithReadAhead(bool requiresReadAhead, ref Utf8JsonReader reader, ref ReadStack state) -+ internal static bool SingleValueReadWithReadAhead(bool requiresReadAhead, ref Utf8JsonReader reader, scoped ref ReadStack state) - { - bool readAhead = requiresReadAhead && state.ReadAhead; - if (!readAhead) -@@ -28,7 +28,7 @@ internal static bool SingleValueReadWithReadAhead(bool requiresReadAhead, ref Ut - return DoSingleValueReadWithReadAhead(ref reader, ref state); - } - -- internal static bool DoSingleValueReadWithReadAhead(ref Utf8JsonReader reader, ref ReadStack state) -+ internal static bool DoSingleValueReadWithReadAhead(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - // When we're reading ahead we always have to save the state as we don't know if the next token - // is an opening object or an array brace. -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs -index 652637873a2d5..f2a4693dc73de 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs -@@ -62,7 +62,7 @@ public abstract partial class JsonConverter - string propertyName, - ref Utf8JsonReader reader, - JsonSerializerOptions options, -- ref ReadStack state) -+ scoped ref ReadStack state) - { - Debug.Fail("Should not be reachable."); - -@@ -95,7 +95,7 @@ public abstract partial class JsonConverter - /// - /// Loosely-typed ReadCore() that forwards to strongly-typed ReadCore(). - /// -- internal abstract object? ReadCoreAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state); -+ internal abstract object? ReadCoreAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, scoped ref ReadStack state); - - - internal static bool ShouldFlush(Utf8JsonWriter writer, ref WriteStack state) -@@ -107,8 +107,8 @@ internal static bool ShouldFlush(Utf8JsonWriter writer, ref WriteStack state) - // This is used internally to quickly determine the type being converted for JsonConverter. - internal abstract Type TypeToConvert { get; } - -- internal abstract bool OnTryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state, out object? value); -- internal abstract bool TryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state, out object? value); -+ internal abstract bool OnTryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, scoped ref ReadStack state, out object? value); -+ internal abstract bool TryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, scoped ref ReadStack state, out object? value); - - internal abstract bool TryWriteAsObject(Utf8JsonWriter writer, object? value, JsonSerializerOptions options, ref WriteStack state); - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs -index fbc407b4a347f..ecd84de71c066 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs -@@ -64,7 +64,7 @@ internal JsonConverter GetConverterInternal(Type typeToConvert, JsonSerializerOp - internal sealed override object ReadCoreAsObject( - ref Utf8JsonReader reader, - JsonSerializerOptions options, -- ref ReadStack state) -+ scoped ref ReadStack state) - { - Debug.Fail("We should never get here."); - -@@ -74,7 +74,7 @@ internal JsonConverter GetConverterInternal(Type typeToConvert, JsonSerializerOp - internal sealed override bool OnTryReadAsObject( - ref Utf8JsonReader reader, - JsonSerializerOptions options, -- ref ReadStack state, -+ scoped ref ReadStack state, - out object? value) - { - Debug.Fail("We should never get here."); -@@ -85,7 +85,7 @@ internal JsonConverter GetConverterInternal(Type typeToConvert, JsonSerializerOp - internal sealed override bool TryReadAsObject( - ref Utf8JsonReader reader, - JsonSerializerOptions options, -- ref ReadStack state, -+ scoped ref ReadStack state, - out object? value) - { - Debug.Fail("We should never get here."); -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs -index 129416323bc4c..df4963e3b6ef2 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs -@@ -10,7 +10,7 @@ public partial class JsonConverter - internal sealed override object? ReadCoreAsObject( - ref Utf8JsonReader reader, - JsonSerializerOptions options, -- ref ReadStack state) -+ scoped ref ReadStack state) - { - return ReadCore(ref reader, options, ref state); - } -@@ -18,7 +18,7 @@ public partial class JsonConverter - internal T? ReadCore( - ref Utf8JsonReader reader, - JsonSerializerOptions options, -- ref ReadStack state) -+ scoped ref ReadStack state) - { - try - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs -index 522f134a95296..551002c4b774f 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs -@@ -147,7 +147,7 @@ internal virtual bool OnTryWrite(Utf8JsonWriter writer, T value, JsonSerializerO - } - - // Provide a default implementation for value converters. -- internal virtual bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out T? value) -+ internal virtual bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out T? value) - { - value = Read(ref reader, typeToConvert, options); - return true; -@@ -166,7 +166,7 @@ internal virtual bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, J - /// Note that the value of determines if the converter handles null JSON tokens. - public abstract T? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options); - -- internal bool TryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, ref ReadStack state, out T? value) -+ internal bool TryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, scoped ref ReadStack state, out T? value) - { - // For perf and converter simplicity, handle null here instead of forwarding to the converter. - if (reader.TokenType == JsonTokenType.Null && !HandleNullOnRead && !state.IsContinuation) -@@ -288,14 +288,14 @@ internal bool TryRead(ref Utf8JsonReader reader, Type typeToConvert, JsonSeriali - return success; - } - -- internal sealed override bool OnTryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state, out object? value) -+ internal sealed override bool OnTryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, scoped ref ReadStack state, out object? value) - { - bool success = OnTryRead(ref reader, TypeToConvert, options, ref state, out T? typedValue); - value = typedValue; - return success; - } - -- internal sealed override bool TryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state, out object? value) -+ internal sealed override bool TryReadAsObject(ref Utf8JsonReader reader, JsonSerializerOptions options, scoped ref ReadStack state, out object? value) - { - bool success = TryRead(ref reader, TypeToConvert, options, ref state, out T? typedValue); - value = typedValue; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleMetadata.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleMetadata.cs -index 029c2b43fc38c..73cf9844ce392 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleMetadata.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleMetadata.cs -@@ -21,7 +21,7 @@ public static partial class JsonSerializer - internal static readonly byte[] s_typePropertyName = Encoding.UTF8.GetBytes(TypePropertyName); - internal static readonly byte[] s_valuesPropertyName = Encoding.UTF8.GetBytes(ValuesPropertyName); - -- internal static bool TryReadMetadata(JsonConverter converter, JsonTypeInfo jsonTypeInfo, ref Utf8JsonReader reader, ref ReadStack state) -+ internal static bool TryReadMetadata(JsonConverter converter, JsonTypeInfo jsonTypeInfo, ref Utf8JsonReader reader, scoped ref ReadStack state) - { - Debug.Assert(state.Current.ObjectState == StackFrameObjectState.StartToken); - Debug.Assert(state.Current.CanContainMetadata); -@@ -285,7 +285,7 @@ internal static MetadataPropertyName GetMetadataPropertyName(ReadOnlySpan - - internal static bool TryHandleReferenceFromJsonElement( - ref Utf8JsonReader reader, -- ref ReadStack state, -+ scoped ref ReadStack state, - JsonElement element, - [NotNullWhen(true)] out object? referenceValue) - { -@@ -349,7 +349,7 @@ internal static MetadataPropertyName GetMetadataPropertyName(ReadOnlySpan - - internal static bool TryHandleReferenceFromJsonNode( - ref Utf8JsonReader reader, -- ref ReadStack state, -+ scoped ref ReadStack state, - JsonNode jsonNode, - [NotNullWhen(true)] out object? referenceValue) - { -@@ -425,7 +425,7 @@ static string ReadAsStringMetadataValue(JsonNode? jsonNode) - return refMetadataFound; - } - -- internal static void ValidateMetadataForObjectConverter(JsonConverter converter, ref Utf8JsonReader reader, ref ReadStack state) -+ internal static void ValidateMetadataForObjectConverter(JsonConverter converter, ref Utf8JsonReader reader, scoped ref ReadStack state) - { - if (state.Current.MetadataPropertyNames.HasFlag(MetadataPropertyName.Values)) - { -@@ -434,7 +434,7 @@ internal static void ValidateMetadataForObjectConverter(JsonConverter converter, - } - } - -- internal static void ValidateMetadataForArrayConverter(JsonConverter converter, ref Utf8JsonReader reader, ref ReadStack state) -+ internal static void ValidateMetadataForArrayConverter(JsonConverter converter, ref Utf8JsonReader reader, scoped ref ReadStack state) - { - switch (reader.TokenType) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs -index f374fc70daf79..b44461f661167 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs -@@ -19,7 +19,7 @@ public static partial class JsonSerializer - internal static JsonPropertyInfo LookupProperty( - object? obj, - ReadOnlySpan unescapedPropertyName, -- ref ReadStack state, -+ scoped ref ReadStack state, - JsonSerializerOptions options, - out bool useExtensionProperty, - bool createExtensionProperty = true) -@@ -71,7 +71,7 @@ public static partial class JsonSerializer - - [MethodImpl(MethodImplOptions.AggressiveInlining)] - internal static ReadOnlySpan GetPropertyName( -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader, - JsonSerializerOptions options) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Helpers.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Helpers.cs -index f3cb5b762fa59..318e25da2bc7a 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Helpers.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Helpers.cs -@@ -9,7 +9,7 @@ namespace System.Text.Json - { - public static partial class JsonSerializer - { -- private static TValue? ReadCore(ref Utf8JsonReader reader, JsonTypeInfo jsonTypeInfo, ref ReadStack state) -+ private static TValue? ReadCore(ref Utf8JsonReader reader, JsonTypeInfo jsonTypeInfo, scoped ref ReadStack state) - { - if (jsonTypeInfo is JsonTypeInfo typedInfo) - { -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs -index 137a3b238bace..dee80c211cbc9 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs -@@ -700,7 +700,7 @@ public int Order - - internal bool ReadJsonAndAddExtensionProperty( - object obj, -- ref ReadStack state, -+ scoped ref ReadStack state, - ref Utf8JsonReader reader) - { - object propValue = GetValueAsObject(obj)!; -@@ -748,11 +748,11 @@ JsonConverter GetDictionaryValueConverter() - } - } - -- internal abstract bool ReadJsonAndSetMember(object obj, ref ReadStack state, ref Utf8JsonReader reader); -+ internal abstract bool ReadJsonAndSetMember(object obj, scoped ref ReadStack state, ref Utf8JsonReader reader); - -- internal abstract bool ReadJsonAsObject(ref ReadStack state, ref Utf8JsonReader reader, out object? value); -+ internal abstract bool ReadJsonAsObject(scoped ref ReadStack state, ref Utf8JsonReader reader, out object? value); - -- internal bool ReadJsonExtensionDataValue(ref ReadStack state, ref Utf8JsonReader reader, out object? value) -+ internal bool ReadJsonExtensionDataValue(scoped ref ReadStack state, ref Utf8JsonReader reader, out object? value) - { - Debug.Assert(this == state.Current.JsonTypeInfo.ExtensionDataProperty); - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoOfT.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoOfT.cs -index f75d1da274f30..8c86d9462246c 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoOfT.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoOfT.cs -@@ -334,7 +334,7 @@ internal override bool GetMemberAndWriteJsonExtensionData(object obj, ref WriteS - return success; - } - -- internal override bool ReadJsonAndSetMember(object obj, ref ReadStack state, ref Utf8JsonReader reader) -+ internal override bool ReadJsonAndSetMember(object obj, scoped ref ReadStack state, ref Utf8JsonReader reader) - { - bool success; - -@@ -387,7 +387,7 @@ internal override bool ReadJsonAndSetMember(object obj, ref ReadStack state, ref - return success; - } - -- internal override bool ReadJsonAsObject(ref ReadStack state, ref Utf8JsonReader reader, out object? value) -+ internal override bool ReadJsonAsObject(scoped ref ReadStack state, ref Utf8JsonReader reader, out object? value) - { - bool success; - bool isNullToken = reader.TokenType == JsonTokenType.Null; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs b/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs -index c0d750799106e..b8ce2bacfd3f8 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs -@@ -334,7 +334,7 @@ public static void ThrowInvalidOperationException_ConverterCanConvertMultipleTyp - public static void ThrowNotSupportedException_ObjectWithParameterizedCtorRefMetadataNotSupported( - ReadOnlySpan propertyName, - ref Utf8JsonReader reader, -- ref ReadStack state) -+ scoped ref ReadStack state) - { - JsonTypeInfo jsonTypeInfo = state.GetTopJsonTypeInfoWithParameterizedConstructor(); - state.Current.JsonPropertyName = propertyName.ToArray(); -@@ -357,7 +357,7 @@ public static void ThrowInvalidOperationException_CreateObjectConverterNotCompat - } - - [DoesNotReturn] -- public static void ReThrowWithPath(ref ReadStack state, JsonReaderException ex) -+ public static void ReThrowWithPath(scoped ref ReadStack state, JsonReaderException ex) - { - Debug.Assert(ex.Path == null); - -@@ -383,14 +383,14 @@ public static void ReThrowWithPath(ref ReadStack state, JsonReaderException ex) - } - - [DoesNotReturn] -- public static void ReThrowWithPath(ref ReadStack state, in Utf8JsonReader reader, Exception ex) -+ public static void ReThrowWithPath(scoped ref ReadStack state, in Utf8JsonReader reader, Exception ex) - { - JsonException jsonException = new JsonException(null, ex); - AddJsonExceptionInformation(ref state, reader, jsonException); - throw jsonException; - } - -- public static void AddJsonExceptionInformation(ref ReadStack state, in Utf8JsonReader reader, JsonException ex) -+ public static void AddJsonExceptionInformation(scoped ref ReadStack state, in Utf8JsonReader reader, JsonException ex) - { - Debug.Assert(ex.Path is null); // do not overwrite existing path information - -@@ -482,7 +482,7 @@ public static void ThrowInvalidOperationException_NodeJsonObjectCustomConverterN - } - - [DoesNotReturn] -- public static void ThrowNotSupportedException(ref ReadStack state, in Utf8JsonReader reader, NotSupportedException ex) -+ public static void ThrowNotSupportedException(scoped ref ReadStack state, in Utf8JsonReader reader, NotSupportedException ex) - { - string message = ex.Message; - -@@ -536,7 +536,7 @@ public static void ThrowNotSupportedException(ref WriteStack state, NotSupported - } - - [DoesNotReturn] -- public static void ThrowNotSupportedException_DeserializeNoConstructor(Type type, ref Utf8JsonReader reader, ref ReadStack state) -+ public static void ThrowNotSupportedException_DeserializeNoConstructor(Type type, ref Utf8JsonReader reader, scoped ref ReadStack state) - { - string message; - -@@ -553,7 +553,7 @@ public static void ThrowNotSupportedException_DeserializeNoConstructor(Type type - } - - [DoesNotReturn] -- public static void ThrowNotSupportedException_CannotPopulateCollection(Type type, ref Utf8JsonReader reader, ref ReadStack state) -+ public static void ThrowNotSupportedException_CannotPopulateCollection(Type type, ref Utf8JsonReader reader, scoped ref ReadStack state) - { - ThrowNotSupportedException(ref state, reader, new NotSupportedException(SR.Format(SR.CannotPopulateCollection, type))); - } -@@ -583,14 +583,14 @@ public static void ThrowJsonException_MetadataValueWasNotString(JsonValueKind va - } - - [DoesNotReturn] -- public static void ThrowJsonException_MetadataReferenceObjectCannotContainOtherProperties(ReadOnlySpan propertyName, ref ReadStack state) -+ public static void ThrowJsonException_MetadataReferenceObjectCannotContainOtherProperties(ReadOnlySpan propertyName, scoped ref ReadStack state) - { - state.Current.JsonPropertyName = propertyName.ToArray(); - ThrowJsonException_MetadataReferenceObjectCannotContainOtherProperties(); - } - - [DoesNotReturn] -- public static void ThrowJsonException_MetadataUnexpectedProperty(ReadOnlySpan propertyName, ref ReadStack state) -+ public static void ThrowJsonException_MetadataUnexpectedProperty(ReadOnlySpan propertyName, scoped ref ReadStack state) - { - state.Current.JsonPropertyName = propertyName.ToArray(); - ThrowJsonException(SR.Format(SR.MetadataUnexpectedProperty)); -@@ -603,21 +603,21 @@ public static void ThrowJsonException_MetadataReferenceObjectCannotContainOtherP - } - - [DoesNotReturn] -- public static void ThrowJsonException_MetadataIdIsNotFirstProperty(ReadOnlySpan propertyName, ref ReadStack state) -+ public static void ThrowJsonException_MetadataIdIsNotFirstProperty(ReadOnlySpan propertyName, scoped ref ReadStack state) - { - state.Current.JsonPropertyName = propertyName.ToArray(); - ThrowJsonException(SR.MetadataIdIsNotFirstProperty); - } - - [DoesNotReturn] -- public static void ThrowJsonException_MetadataStandaloneValuesProperty(ref ReadStack state, ReadOnlySpan propertyName) -+ public static void ThrowJsonException_MetadataStandaloneValuesProperty(scoped ref ReadStack state, ReadOnlySpan propertyName) - { - state.Current.JsonPropertyName = propertyName.ToArray(); - ThrowJsonException(SR.MetadataStandaloneValuesProperty); - } - - [DoesNotReturn] -- public static void ThrowJsonException_MetadataInvalidPropertyWithLeadingDollarSign(ReadOnlySpan propertyName, ref ReadStack state, in Utf8JsonReader reader) -+ public static void ThrowJsonException_MetadataInvalidPropertyWithLeadingDollarSign(ReadOnlySpan propertyName, scoped ref ReadStack state, in Utf8JsonReader reader) - { - // Set PropertyInfo or KeyName to write down the conflicting property name in JsonException.Path - if (state.Current.IsProcessingDictionary()) -@@ -651,7 +651,7 @@ public static void ThrowJsonException_MetadataInvalidReferenceToValueType(Type p - } - - [DoesNotReturn] -- public static void ThrowJsonException_MetadataInvalidPropertyInArrayMetadata(ref ReadStack state, Type propertyType, in Utf8JsonReader reader) -+ public static void ThrowJsonException_MetadataInvalidPropertyInArrayMetadata(scoped ref ReadStack state, Type propertyType, in Utf8JsonReader reader) - { - state.Current.JsonPropertyName = reader.HasValueSequence ? reader.ValueSequence.ToArray() : reader.ValueSpan.ToArray(); - string propertyNameAsString = reader.GetString()!; -@@ -662,7 +662,7 @@ public static void ThrowJsonException_MetadataInvalidPropertyInArrayMetadata(ref - } - - [DoesNotReturn] -- public static void ThrowJsonException_MetadataPreservedArrayValuesNotFound(ref ReadStack state, Type propertyType) -+ public static void ThrowJsonException_MetadataPreservedArrayValuesNotFound(scoped ref ReadStack state, Type propertyType) - { - // Missing $values, JSON path should point to the property's object. - state.Current.JsonPropertyName = null; -@@ -695,7 +695,7 @@ public static void ThrowInvalidOperationException_JsonPropertyInfoIsBoundToDiffe - internal static void ThrowUnexpectedMetadataException( - ReadOnlySpan propertyName, - ref Utf8JsonReader reader, -- ref ReadStack state) -+ scoped ref ReadStack state) - { - - MetadataPropertyName name = JsonSerializer.GetMetadataPropertyName(propertyName, state.Current.BaseJsonTypeInfo.PolymorphicTypeResolver); - -From 8240b5c0847faed1a0296d1f2220ae46ec395203 Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Fri, 5 Aug 2022 09:34:02 -0700 -Subject: [PATCH 2/5] More - ---- - .../Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs -index 7eaadb22a99d2..fe0a696109f31 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs -@@ -262,7 +262,7 @@ public static partial class JsonSerializer - } - } - -- private static Utf8JsonReader GetReaderScopedToNextValue(ref Utf8JsonReader reader, ref ReadStack state) -+ private static Utf8JsonReader GetReaderScopedToNextValue(ref Utf8JsonReader reader, scoped ref ReadStack state) - { - // Advances the provided reader, validating that it is pointing to a complete JSON value. - // If successful, returns a new Utf8JsonReader that is scoped to the next value, reusing existing buffers. - -From b397d760cb9718e4805f01ad678d645af63fbe93 Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Thu, 11 Aug 2022 11:02:05 -0700 -Subject: [PATCH 3/5] Remove unnecessary 'scoped' - ---- - .../Converters/Collection/DictionaryOfTKeyTValueConverter.cs | 2 +- - .../Serialization/Converters/Collection/IDictionaryConverter.cs | 2 +- - .../Converters/Collection/IDictionaryOfTKeyTValueConverter.cs | 2 +- - .../Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs | 2 +- - .../Collection/ImmutableDictionaryOfTKeyTValueConverter.cs | 2 +- - .../Converters/Collection/JsonDictionaryConverter.cs | 2 +- - .../Json/Serialization/Converters/FSharp/FSharpMapConverter.cs | 2 +- - 7 files changed, 7 insertions(+), 7 deletions(-) - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs -index 5d78f1e62ff1d..cd83ea2925921 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryOfTKeyTValueConverter.cs -@@ -15,7 +15,7 @@ internal sealed class DictionaryOfTKeyTValueConverter - where TCollection : Dictionary - where TKey : notnull - { -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!)[key] = value; - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs -index 07c2165c68ca8..8a7017f535202 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryConverter.cs -@@ -16,7 +16,7 @@ internal sealed class IDictionaryConverter - : JsonDictionaryConverter - where TDictionary : IDictionary - { -- protected override void Add(string key, in object? value, JsonSerializerOptions options, scoped ref ReadStack state) -+ protected override void Add(string key, in object? value, JsonSerializerOptions options, ref ReadStack state) - { - TDictionary collection = (TDictionary)state.Current.ReturnValue!; - collection[key] = value; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs -index 85ec30b2a9fb3..9dd55564ed67f 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IDictionaryOfTKeyTValueConverter.cs -@@ -16,7 +16,7 @@ internal sealed class IDictionaryOfTKeyTValueConverter - where TKey : notnull - { -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) - { - TDictionary collection = (TDictionary)state.Current.ReturnValue!; - collection[key] = value; -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs -index 29cafebf4013a..e42ecfe496b49 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IReadOnlyDictionaryOfTKeyTValueConverter.cs -@@ -13,7 +13,7 @@ internal sealed class IReadOnlyDictionaryOfTKeyTValueConverter)); - -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) - { - ((Dictionary)state.Current.ReturnValue!)[key] = value; - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs -index 464d5b87caf7c..db6b62a8de82b 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableDictionaryOfTKeyTValueConverter.cs -@@ -12,7 +12,7 @@ internal class ImmutableDictionaryOfTKeyTValueConverter - where TKey : notnull - { -- protected sealed override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) -+ protected sealed override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) - { - ((Dictionary)state.Current.ReturnValue!)[key] = value; - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs -index 0b148fefb7203..2f32668898434 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonDictionaryConverter.cs -@@ -27,7 +27,7 @@ internal abstract class JsonDictionaryConverter : Jso - /// - /// When overridden, adds the value to the collection. - /// -- protected abstract void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state); -+ protected abstract void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state); - - /// - /// When overridden, converts the temporary collection held in state.Current.ReturnValue to the final collection. -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs -index 86ba3e913f432..112da6da2c8d6 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpMapConverter.cs -@@ -21,7 +21,7 @@ public FSharpMapConverter() - _mapConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpMapConstructor(); - } - -- protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, scoped ref ReadStack state) -+ protected override void Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) - { - ((List>)state.Current.ReturnValue!).Add (new Tuple(key, value)); - } - -From c021b9559393184b4fa1e13e511d306ba4d0f88b Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Thu, 11 Aug 2022 11:07:31 -0700 -Subject: [PATCH 4/5] Remove unnecessary 'scoped' - ---- - .../Json/Serialization/Converters/Collection/ArrayConverter.cs | 2 +- - .../Converters/Collection/ConcurrentQueueOfTConverter.cs | 2 +- - .../Converters/Collection/ConcurrentStackOfTConverter.cs | 2 +- - .../Converters/Collection/IAsyncEnumerableOfTConverter.cs | 2 +- - .../Converters/Collection/ICollectionOfTConverter.cs | 2 +- - .../Serialization/Converters/Collection/IEnumerableConverter.cs | 2 +- - .../Converters/Collection/IEnumerableOfTConverter.cs | 2 +- - .../Json/Serialization/Converters/Collection/IListConverter.cs | 2 +- - .../Serialization/Converters/Collection/IListOfTConverter.cs | 2 +- - .../Serialization/Converters/Collection/ISetOfTConverter.cs | 2 +- - .../Converters/Collection/ImmutableEnumerableOfTConverter.cs | 2 +- - .../Converters/Collection/JsonCollectionConverter.cs | 2 +- - .../Serialization/Converters/Collection/ListOfTConverter.cs | 2 +- - .../Serialization/Converters/Collection/QueueOfTConverter.cs | 2 +- - .../Serialization/Converters/Collection/StackOfTConverter.cs | 2 +- - .../Converters/Collection/StackOrQueueConverter.cs | 2 +- - .../Json/Serialization/Converters/FSharp/FSharpListConverter.cs | 2 +- - .../Json/Serialization/Converters/FSharp/FSharpSetConverter.cs | 2 +- - 18 files changed, 18 insertions(+), 18 deletions(-) - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs -index 6ed3d1905fd30..3c189d499275b 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ArrayConverter.cs -@@ -13,7 +13,7 @@ internal sealed class ArrayConverter : IEnumerableDefault - { - internal override bool CanHaveMetadata => false; - -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs -index 1053a27bcdfdf..55c70f35f257d 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentQueueOfTConverter.cs -@@ -9,7 +9,7 @@ internal sealed class ConcurrentQueueOfTConverter - : IEnumerableDefaultConverter - where TCollection : ConcurrentQueue - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Enqueue(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs -index 5f7f9a5be84b4..87506619bbfe7 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ConcurrentStackOfTConverter.cs -@@ -9,7 +9,7 @@ internal sealed class ConcurrentStackOfTConverter - : IEnumerableDefaultConverter - where TCollection : ConcurrentStack - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Push(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs -index fb1887e30c813..d518eb1596e1d 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IAsyncEnumerableOfTConverter.cs -@@ -22,7 +22,7 @@ internal override bool OnTryRead(ref Utf8JsonReader reader, Type typeToConvert, - return base.OnTryRead(ref reader, typeToConvert, options, ref state, out value!); - } - -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((BufferedAsyncEnumerable)state.Current.ReturnValue!)._buffer.Add(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs -index a423ae1b98f8c..47bcf0b9d554a 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ICollectionOfTConverter.cs -@@ -14,7 +14,7 @@ internal sealed class ICollectionOfTConverter - : IEnumerableDefaultConverter - where TCollection : ICollection - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs -index f69d6780f5996..33c6379542491 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableConverter.cs -@@ -17,7 +17,7 @@ internal sealed class IEnumerableConverter - { - private readonly bool _isDeserializable = typeof(TCollection).IsAssignableFrom(typeof(List)); - -- protected override void Add(in object? value, scoped ref ReadStack state) -+ protected override void Add(in object? value, ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs -index c11602fc75112..905e7211ae214 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableOfTConverter.cs -@@ -15,7 +15,7 @@ internal sealed class IEnumerableOfTConverter - { - private readonly bool _isDeserializable = typeof(TCollection).IsAssignableFrom(typeof(List)); - -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs -index d405282a054f1..208d1c1fcc7e7 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListConverter.cs -@@ -13,7 +13,7 @@ internal sealed class IListConverter - : JsonCollectionConverter - where TCollection : IList - { -- protected override void Add(in object? value, scoped ref ReadStack state) -+ protected override void Add(in object? value, ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs -index 47a7f8c116283..36ee248dab4e1 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IListOfTConverter.cs -@@ -14,7 +14,7 @@ internal sealed class IListOfTConverter - : IEnumerableDefaultConverter - where TCollection : IList - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs -index 71da570158b2f..390ed6097dda7 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ISetOfTConverter.cs -@@ -11,7 +11,7 @@ internal sealed class ISetOfTConverter - : IEnumerableDefaultConverter - where TCollection : ISet - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - TCollection collection = (TCollection)state.Current.ReturnValue!; - collection.Add(value); -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs -index 4bcd70e1341b0..541f5cbf57a70 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ImmutableEnumerableOfTConverter.cs -@@ -11,7 +11,7 @@ internal class ImmutableEnumerableOfTConverter - : IEnumerableDefaultConverter - where TCollection : IEnumerable - { -- protected sealed override void Add(in TElement value, scoped ref ReadStack state) -+ protected sealed override void Add(in TElement value, ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs -index 2e3198ce33f2b..ae28e2dc65810 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/JsonCollectionConverter.cs -@@ -18,7 +18,7 @@ internal abstract class JsonCollectionConverter : JsonRes - internal sealed override ConverterStrategy ConverterStrategy => ConverterStrategy.Enumerable; - internal override Type ElementType => typeof(TElement); - -- protected abstract void Add(in TElement value, scoped ref ReadStack state); -+ protected abstract void Add(in TElement value, ref ReadStack state); - - /// - /// When overridden, create the collection. It may be a temporary collection or the final collection. -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs -index 76aebb4d29cb8..0ab52bfc4939b 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/ListOfTConverter.cs -@@ -10,7 +10,7 @@ internal sealed class ListOfTConverter - : IEnumerableDefaultConverter - where TCollection: List - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Add(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs -index d0f95108cebd6..5c02525afa980 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/QueueOfTConverter.cs -@@ -9,7 +9,7 @@ internal sealed class QueueOfTConverter - : IEnumerableDefaultConverter - where TCollection : Queue - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Enqueue(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs -index 429071bc2858d..87e7369cee5b4 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOfTConverter.cs -@@ -10,7 +10,7 @@ internal sealed class StackOfTConverter - : IEnumerableDefaultConverter - where TCollection : Stack - { -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((TCollection)state.Current.ReturnValue!).Push(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs -index 410975df09bef..f291a263f3b9e 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/StackOrQueueConverter.cs -@@ -11,7 +11,7 @@ internal class StackOrQueueConverter - : JsonCollectionConverter - where TCollection : IEnumerable - { -- protected sealed override void Add(in object? value, scoped ref ReadStack state) -+ protected sealed override void Add(in object? value, ref ReadStack state) - { - var addMethodDelegate = ((Action?)state.Current.JsonTypeInfo.AddMethodDelegate); - Debug.Assert(addMethodDelegate != null); -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs -index ae424affe9082..0cd7ccb1a3020 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpListConverter.cs -@@ -20,7 +20,7 @@ public FSharpListConverter() - _listConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpListConstructor(); - } - -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs -index 5993b7830ba93..167534d8de3f7 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/FSharp/FSharpSetConverter.cs -@@ -20,7 +20,7 @@ public FSharpSetConverter() - _setConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpSetConstructor(); - } - -- protected override void Add(in TElement value, scoped ref ReadStack state) -+ protected override void Add(in TElement value, ref ReadStack state) - { - ((List)state.Current.ReturnValue!).Add(value); - } - -From 65818d01f0690f612b0661d512c3acfa8610aa2f Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Thu, 11 Aug 2022 11:23:40 -0700 -Subject: [PATCH 5/5] Remove unnecessary 'scoped' - ---- - .../Object/ObjectWithParameterizedConstructorConverter.Large.cs | 2 +- - .../Object/ObjectWithParameterizedConstructorConverter.Small.cs | 2 +- - .../Object/ObjectWithParameterizedConstructorConverter.cs | 2 +- - .../Serialization/JsonSerializer.Read.HandlePropertyName.cs | 2 +- - 4 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs -index 1059bd1ef3971..938d2a9605699 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.cs -@@ -51,7 +51,7 @@ protected sealed override object CreateObject(ref ReadStackFrame frame) - return obj; - } - -- protected sealed override void InitializeConstructorArgumentCaches(scoped ref ReadStack state, JsonSerializerOptions options) -+ protected sealed override void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options) - { - JsonTypeInfo typeInfo = state.Current.JsonTypeInfo; - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs -index 1c7314b1b5960..3c7fd1a7c27f6 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Small.cs -@@ -79,7 +79,7 @@ protected override object CreateObject(ref ReadStackFrame frame) - return success; - } - -- protected override void InitializeConstructorArgumentCaches(scoped ref ReadStack state, JsonSerializerOptions options) -+ protected override void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options) - { - JsonTypeInfo typeInfo = state.Current.JsonTypeInfo; - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs -index cb501ff8aa307..74137c578c7e8 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.cs -@@ -246,7 +246,7 @@ internal sealed override bool OnTryRead(ref Utf8JsonReader reader, Type typeToCo - return true; - } - -- protected abstract void InitializeConstructorArgumentCaches(scoped ref ReadStack state, JsonSerializerOptions options); -+ protected abstract void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options); - - protected abstract bool ReadAndCacheConstructorArgument(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonParameterInfo jsonParameterInfo); - -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs -index b44461f661167..e88a52dd52ba7 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs -@@ -19,7 +19,7 @@ public static partial class JsonSerializer - internal static JsonPropertyInfo LookupProperty( - object? obj, - ReadOnlySpan unescapedPropertyName, -- scoped ref ReadStack state, -+ ref ReadStack state, - JsonSerializerOptions options, - out bool useExtensionProperty, - bool createExtensionProperty = true) diff --git a/src/SourceBuild/tarball/patches/runtime/0005-More-update-for-recent-compiler-changes-for-ref-fields.patch b/src/SourceBuild/tarball/patches/runtime/0005-More-update-for-recent-compiler-changes-for-ref-fields.patch deleted file mode 100644 index ca5e4ac53..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0005-More-update-for-recent-compiler-changes-for-ref-fields.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 67062893af45f36d9b4ed1d0a46dca64aa427f7c Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Fri, 12 Aug 2022 20:34:14 -0700 -Subject: [PATCH 1/2] Add scoped - -Original PR is https://github.com/dotnet/runtime/pull/73883. - ---- - .../Runtime.Base/src/System/Runtime/ExceptionHandling.cs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/ExceptionHandling.cs b/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/ExceptionHandling.cs -index 9e576853a44cb..81242191d1aab 100644 ---- a/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/ExceptionHandling.cs -+++ b/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/ExceptionHandling.cs -@@ -588,7 +588,7 @@ public static void RhRethrow(ref ExInfo activeExInfo, ref ExInfo exInfo) - FallbackFailFast(RhFailFastReason.InternalError, null); - } - -- private static void DispatchEx(ref StackFrameIterator frameIter, ref ExInfo exInfo, uint startIdx) -+ private static void DispatchEx(scoped ref StackFrameIterator frameIter, ref ExInfo exInfo, uint startIdx) - { - Debug.Assert(exInfo._passNumber == 1, "expected asm throw routine to set the pass"); - object exceptionObj = exInfo.ThrownException; - -From 86f07e350629aacf17db6b3f539eca214579a479 Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Fri, 12 Aug 2022 20:49:01 -0700 -Subject: [PATCH 2/2] More scoped - ---- - .../tests/System.Text.Json.Tests/JsonDocumentTests.cs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonDocumentTests.cs b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonDocumentTests.cs -index 45590069c094f..cc3d827ca729f 100644 ---- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonDocumentTests.cs -+++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonDocumentTests.cs -@@ -3611,7 +3611,7 @@ public static void NameEquals_Empty_Throws() - out Utf8JsonReader reader, - ReadOnlyMemory data, - int segmentCount, -- in JsonReaderState state, -+ scoped in JsonReaderState state, - bool isFinalBlock = false) - { - if (segmentCount == 0) diff --git a/src/SourceBuild/tarball/patches/xdt/0001-Also-build-for-netstandard2.0-to-support-NuGet.patch b/src/SourceBuild/tarball/patches/xdt/0001-Also-build-for-netstandard2.0-to-support-NuGet.patch deleted file mode 100644 index 7a2a1e2b0..000000000 --- a/src/SourceBuild/tarball/patches/xdt/0001-Also-build-for-netstandard2.0-to-support-NuGet.patch +++ /dev/null @@ -1,26 +0,0 @@ -From e5fa6b10f5e4bcb14e3930e4eeae7181765529ee Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Thu, 21 Oct 2021 16:29:32 -0500 -Subject: [PATCH] Also build for netstandard2.0 to support NuGet. - -Backport: https://github.com/dotnet/source-build/issues/2557. ---- - .../Microsoft.Web.XmlTransform.csproj | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj b/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj -index 7cb81d1..f272d7f 100644 ---- a/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj -+++ b/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj -@@ -3,7 +3,7 @@ - - - -- netstandard2.1 -+ netstandard2.0;netstandard2.1 - AnyCPU - true - false --- -2.31.1 - From 2f46bae773f7edabcc5fc7a9ee0309d1f0f4183b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:19:23 +0000 Subject: [PATCH 084/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20220825.2 (#14407) [main] Update dependencies from dotnet/source-build-externals - Merge branch 'main' into darc-main-70f28247-f951-4fda-8927-f74c78141ed7 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc18d432e..06796bc98 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -182,9 +182,9 @@ ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 - + https://github.com/dotnet/source-build-externals - 98d428bee8b5b034d6956bf3d199619cb07e00cf + e53b62ccc6a887987efdb820334594b674f6071d From 91ac54489999984991abdf5690576af11f32ce07 Mon Sep 17 00:00:00 2001 From: Will Godbe Date: Fri, 26 Aug 2022 09:39:48 -0700 Subject: [PATCH 085/501] Fixup, update --- eng/Versions.props | 10 +++++----- global.json | 2 +- src/redist/targets/BundledTemplates.targets | 2 +- src/redist/targets/Crossgen.targets | 2 +- src/redist/targets/GenerateLayout.targets | 16 ++++++++-------- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 32fe38911..5331151ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,7 +56,7 @@ 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 - 8.0.0-alpha.1.22424.2 + 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 8.0.0-alpha.1.22424.2 @@ -79,8 +79,8 @@ - 8.0.0-alpha.1.22423.18 - 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22423.18 8.0.0-alpha.1.22423.18 8.0.0-alpha.1.22423.18 8.0.0-alpha.1.22423.18 @@ -89,8 +89,8 @@ - 8.0.0-alpha.1.22416.7 - 8.0.0-alpha.1.22416.7 + 8.0.0-alpha.1.22416.7 + 8.0.0-alpha.1.22416.7 8.0.0-alpha.1.22416.7 8.0.0-alpha.1.22416.7 diff --git a/global.json b/global.json index 62bb6aab6..2c51403ca 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "7.0.100-preview.7.22377.5", "runtimes": { "dotnet": [ - "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" + "7.0.0-preview.7.22375.6" ] } }, diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 9c45ebbc3..200259c97 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -22,7 +22,7 @@ - + diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index c7a7642e4..d15c28ef2 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -11,7 +11,7 @@ $(RedistLayoutPath)shared/$(SharedFrameworkName)/$(MicrosoftNETCoreAppRuntimePackageVersion) - $(RedistLayoutPath)shared/$(SharedFrameworkName)/$(VSRedistCommonNetCoreTargetingPackx6470PackageVersion) + $(RedistLayoutPath)shared/$(SharedFrameworkName)/$(VSRedistCommonNetCoreTargetingPackx6480PackageVersion) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index ae911ab1c..5051d9c51 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -8,22 +8,22 @@ - $(VSRedistCommonAspNetCoreSharedFrameworkx6470PackageVersion) + $(VSRedistCommonAspNetCoreSharedFrameworkx6480PackageVersion) $(MicrosoftAspNetCoreAppRuntimePackageVersion) - $(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion) + $(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion) $(MicrosoftNETCoreAppRuntimePackageVersion) - $(VSRedistCommonWindowsDesktopSharedFrameworkx6470PackageVersion) + $(VSRedistCommonWindowsDesktopSharedFrameworkx6480PackageVersion) - $(VSRedistCommonNetCoreTargetingPackx6470PackageVersion) + $(VSRedistCommonNetCoreTargetingPackx6480PackageVersion) $(MicrosoftAspNetCoreAppRefInternalPackageVersion) - $(VSRedistCommonWindowsDesktopTargetingPackx6470PackageVersion) + $(VSRedistCommonWindowsDesktopTargetingPackx6480PackageVersion) 3.0.0 @@ -59,7 +59,7 @@ dotnet-host$(InstallerStartSuffix)-$(SharedHostVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) dotnet-hostfxr$(InstallerStartSuffix)-$(HostFxrVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) dotnet-runtime$(InstallerStartSuffix)-$(MicrosoftNETCoreAppRuntimePackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) - dotnet-runtime$(InstallerStartSuffix)$(PgoTerm)-$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) + dotnet-runtime$(InstallerStartSuffix)$(PgoTerm)-$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) dotnet-runtime-deps-$(SharedHostVersion)-$(RuntimeDepsInstallerFileRid)$(InstallerExtension) windowsdesktop-runtime-$(MicrosoftWindowsDesktopAppRuntimePackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) dotnet-targeting-pack-$(MicrosoftNETCoreAppRefPackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) @@ -81,7 +81,7 @@ $(ProductMonikerRid) linux-$(Architecture) dotnet-runtime-$(MicrosoftNETCoreAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) - dotnet-runtime$(PgoTerm)-$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) + dotnet-runtime$(PgoTerm)-$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) windowsdesktop-runtime-$(MicrosoftWindowsDesktopAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) $(SharedFrameworkRid) @@ -91,7 +91,7 @@ aarch64 aspnetcore-runtime-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) - aspnetcore-runtime-$(VSRedistCommonAspNetCoreSharedFrameworkx6470PackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) + aspnetcore-runtime-$(VSRedistCommonAspNetCoreSharedFrameworkx6480PackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreInstallerRid).wixlib aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) From fa674965c8e3ab6d36e66ef6bc5435613a85a347 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 20:53:35 +0000 Subject: [PATCH 086/501] Update dependencies from https://github.com/dotnet/arcade build 20220825.1 (#14406) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22424.3 -> To Version 7.0.0-beta.22425.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22423-01 -> To Version 1.2.0-beta-22424-02 (parent: Microsoft.DotNet.Arcade.Sdk Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 06796bc98..7de7e0b55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 258a37cd6a7884f771d0f991d9f24d29e292abd0 + 78805162979a2e31d8df1aa962c5657f988116a4 - + https://github.com/dotnet/arcade - 258a37cd6a7884f771d0f991d9f24d29e292abd0 + 78805162979a2e31d8df1aa962c5657f988116a4 - + https://github.com/dotnet/arcade - 258a37cd6a7884f771d0f991d9f24d29e292abd0 + 78805162979a2e31d8df1aa962c5657f988116a4 https://github.com/dotnet/arcade-services @@ -220,14 +220,14 @@ c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink - 0bba6b2d342056cb3fb3906f25929a92e063c5f8 + e57efa1ed395dd6975b33052719facb24f03ee0b - + https://github.com/dotnet/xliff-tasks - d106fdda2b3eda55f12e72977de336ab3afa1d91 + f086adcd41b23ca0933327b6dafd5d878fc025c8 diff --git a/eng/Versions.props b/eng/Versions.props index 62ffa5bab..6ac117450 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22424.3 + 7.0.0-beta.22425.1 diff --git a/global.json b/global.json index 62bb6aab6..28b2295c3 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22424.3", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22424.3" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22425.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22425.1" } } From 3828c7bbe32119f00827faf06832495d0c3126c5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 27 Aug 2022 12:28:50 +0000 Subject: [PATCH 087/501] Update dependencies from https://github.com/dotnet/arcade build 20220826.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22425.1 -> To Version 7.0.0-beta.22426.1 --- 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 7de7e0b55..fbf6494f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 78805162979a2e31d8df1aa962c5657f988116a4 + 692746db3f08766bc29e91e826ff15e5e8a82b44 - + https://github.com/dotnet/arcade - 78805162979a2e31d8df1aa962c5657f988116a4 + 692746db3f08766bc29e91e826ff15e5e8a82b44 - + https://github.com/dotnet/arcade - 78805162979a2e31d8df1aa962c5657f988116a4 + 692746db3f08766bc29e91e826ff15e5e8a82b44 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 6ac117450..cca054e53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22425.1 + 7.0.0-beta.22426.1 diff --git a/global.json b/global.json index 28b2295c3..7e4cef27a 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22425.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22425.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22426.1" } } From 7b01465aaa374ccfb74bf9959bb721529536f101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 29 Aug 2022 13:54:20 +0200 Subject: [PATCH 088/501] Update DarcLib to handle source-build patches in VMR init (#14413) --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fbf6494f3..57607fa3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -207,9 +207,9 @@ https://github.com/dotnet/arcade 692746db3f08766bc29e91e826ff15e5e8a82b44 - + https://github.com/dotnet/arcade-services - af1ca588ca991b9b570725581f7c7a4580629d3d + f169af20efd542ef8aba38154efb9ccd22eba2c4 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index cca054e53..7f9df5fd0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22425.1 + 1.1.0-beta.22429.1 diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs index dd977ff87..3a0e1b77a 100644 --- a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs +++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs @@ -40,7 +40,7 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask private async Task ExecuteAsync() { var vmrInitializer = _serviceProvider.Value.GetRequiredService(); - await vmrInitializer.InitializeVmr(Repository, Revision, false, _cancellationToken.Token); + await vmrInitializer.InitializeVmr(Repository, Revision, _cancellationToken.Token); return true; } From 752932cf5ff44ea5b5be0921b0e1bfc3e94b72a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 29 Aug 2022 12:23:29 +0000 Subject: [PATCH 089/501] Update dependencies from https://github.com/dotnet/arcade build 20220826.8 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22426.1 -> To Version 7.0.0-beta.22426.8 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22424-02 -> To Version 1.2.0-beta-22425-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 18 +++++----- eng/Versions.props | 2 +- eng/common/cross/arm/sources.list.focal | 11 ++++++ eng/common/cross/arm/sources.list.jammy | 11 ++++++ eng/common/cross/arm64/sources.list.focal | 11 ++++++ eng/common/cross/arm64/sources.list.jammy | 11 ++++++ eng/common/cross/build-rootfs.sh | 41 +++++++++++++---------- global.json | 4 +-- 8 files changed, 79 insertions(+), 30 deletions(-) create mode 100644 eng/common/cross/arm/sources.list.focal create mode 100644 eng/common/cross/arm/sources.list.jammy create mode 100644 eng/common/cross/arm64/sources.list.focal create mode 100644 eng/common/cross/arm64/sources.list.jammy diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57607fa3d..2983f1c0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 692746db3f08766bc29e91e826ff15e5e8a82b44 + 14df52bae2c74fc850a8c40fe68ea5be5cd30116 - + https://github.com/dotnet/arcade - 692746db3f08766bc29e91e826ff15e5e8a82b44 + 14df52bae2c74fc850a8c40fe68ea5be5cd30116 - + https://github.com/dotnet/arcade - 692746db3f08766bc29e91e826ff15e5e8a82b44 + 14df52bae2c74fc850a8c40fe68ea5be5cd30116 https://github.com/dotnet/arcade-services @@ -220,14 +220,14 @@ c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink e57efa1ed395dd6975b33052719facb24f03ee0b - + https://github.com/dotnet/xliff-tasks - f086adcd41b23ca0933327b6dafd5d878fc025c8 + e0068bf9c8bf13d84d77f19a2628e910bdabdae7 diff --git a/eng/Versions.props b/eng/Versions.props index 7f9df5fd0..c0f6684bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22426.1 + 7.0.0-beta.22426.8 diff --git a/eng/common/cross/arm/sources.list.focal b/eng/common/cross/arm/sources.list.focal new file mode 100644 index 000000000..4de2600c1 --- /dev/null +++ b/eng/common/cross/arm/sources.list.focal @@ -0,0 +1,11 @@ +deb http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted + +deb http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse diff --git a/eng/common/cross/arm/sources.list.jammy b/eng/common/cross/arm/sources.list.jammy new file mode 100644 index 000000000..6bb045302 --- /dev/null +++ b/eng/common/cross/arm/sources.list.jammy @@ -0,0 +1,11 @@ +deb http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted + +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse diff --git a/eng/common/cross/arm64/sources.list.focal b/eng/common/cross/arm64/sources.list.focal new file mode 100644 index 000000000..4de2600c1 --- /dev/null +++ b/eng/common/cross/arm64/sources.list.focal @@ -0,0 +1,11 @@ +deb http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted + +deb http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse +deb-src http://ports.ubuntu.com/ubuntu-ports/ focal-security main restricted universe multiverse diff --git a/eng/common/cross/arm64/sources.list.jammy b/eng/common/cross/arm64/sources.list.jammy new file mode 100644 index 000000000..6bb045302 --- /dev/null +++ b/eng/common/cross/arm64/sources.list.jammy @@ -0,0 +1,11 @@ +deb http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main restricted + +deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse +deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 032f5f193..5680980fa 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -186,32 +186,27 @@ while :; do __UbuntuArch=i386 __UbuntuRepo="http://archive.ubuntu.com/ubuntu/" ;; - lldb3.6) - __LLDB_Package="lldb-3.6-dev" - ;; - lldb3.8) - __LLDB_Package="lldb-3.8-dev" - ;; - lldb3.9) - __LLDB_Package="liblldb-3.9-dev" - ;; - lldb4.0) - __LLDB_Package="liblldb-4.0-dev" - ;; - lldb5.0) - __LLDB_Package="liblldb-5.0-dev" - ;; - lldb6.0) - __LLDB_Package="liblldb-6.0-dev" + lldb*) + version="${lowerI/lldb/}" + parts=(${version//./ }) + + # for versions > 6.0, lldb has dropped the minor version + if [[ "${parts[0]}" -gt 6 ]]; then + version="${parts[0]}" + fi + + __LLDB_Package="liblldb-${version}-dev" ;; no-lldb) unset __LLDB_Package ;; llvm*) - version="$(echo "$lowerI" | tr -d '[:alpha:]-=')" + version="${lowerI/llvm/}" parts=(${version//./ }) __LLVM_MajorVersion="${parts[0]}" __LLVM_MinorVersion="${parts[1]}" + + # for versions > 6.0, llvm has dropped the minor version if [[ -z "$__LLVM_MinorVersion" && "$__LLVM_MajorVersion" -le 6 ]]; then __LLVM_MinorVersion=0; fi @@ -231,6 +226,16 @@ while :; do __CodeName=bionic fi ;; + focal) # Ubuntu 20.04 + if [[ "$__CodeName" != "jessie" ]]; then + __CodeName=focal + fi + ;; + jammy) # Ubuntu 22.04 + if [[ "$__CodeName" != "jessie" ]]; then + __CodeName=jammy + fi + ;; jessie) # Debian 8 __CodeName=jessie __UbuntuRepo="http://ftp.debian.org/debian/" diff --git a/global.json b/global.json index 7e4cef27a..e7e252c0f 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22426.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22426.8" } } From 721cc97b1c34862f9657c47effdf5fb920ef541b Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Mon, 29 Aug 2022 14:46:56 -0700 Subject: [PATCH 090/501] Use net8 version for global json Co-authored-by: Igor Velikorossov --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 2c51403ca..568413a47 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.100-preview.7.22377.5", + "dotnet": "8.0.100-alpha.1.22423.9", "runtimes": { "dotnet": [ "7.0.0-preview.7.22375.6" From 8637a0b2161a18488b5dde27c55c794a56ed96a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Aug 2022 12:32:18 +0000 Subject: [PATCH 091/501] Update dependencies from https://github.com/dotnet/arcade build 20220830.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22426.8 -> To Version 8.0.0-beta.22430.3 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22425-01 -> To Version 1.2.0-beta-22429-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2983f1c0c..e17218c48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 14df52bae2c74fc850a8c40fe68ea5be5cd30116 + ca202ec5e84706c6a90a0d85516608a43b374d54 - + https://github.com/dotnet/arcade - 14df52bae2c74fc850a8c40fe68ea5be5cd30116 + ca202ec5e84706c6a90a0d85516608a43b374d54 - + https://github.com/dotnet/arcade - 14df52bae2c74fc850a8c40fe68ea5be5cd30116 + ca202ec5e84706c6a90a0d85516608a43b374d54 https://github.com/dotnet/arcade-services @@ -220,14 +220,14 @@ c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink e57efa1ed395dd6975b33052719facb24f03ee0b - + https://github.com/dotnet/xliff-tasks - e0068bf9c8bf13d84d77f19a2628e910bdabdae7 + 740189d758fb3bbdc118c5b6171ef1a7351a8c44 diff --git a/eng/Versions.props b/eng/Versions.props index c0f6684bd..1428c8198 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22426.8 + 8.0.0-beta.22430.3 diff --git a/global.json b/global.json index e7e252c0f..57633bdd2 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22426.8" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22430.3", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22430.3" } } From 97dce9a5d32a9817e7f21c27f6efa6c21c2faad6 Mon Sep 17 00:00:00 2001 From: Alex Perovich Date: Wed, 31 Aug 2022 17:17:23 -0700 Subject: [PATCH 092/501] Update public pool names --- .vsts-ci.yml | 6 +++--- eng/common/templates/job/source-build.yml | 2 +- eng/common/templates/job/source-index-stage1.yml | 2 +- .../common/templates/job/source-build-create-tarball.yml | 2 +- .../common/templates/job/source-build-run-tarball-build.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 13514762b..5a477ec2f 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -47,7 +47,7 @@ stages: - job: Publish_Build_Configuration pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Svc-Public + name: NetCore-Svc-Public demands: ImageOverride -equals build.windows.10.amd64.vs2019.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Svc-Internal @@ -61,7 +61,7 @@ stages: agentOs: Windows_NT pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Svc-Public + name: NetCore-Svc-Public demands: ImageOverride -equals build.windows.10.amd64.vs2019.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Svc-Internal @@ -137,7 +137,7 @@ stages: agentOs: Linux pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Svc-Public + name: NetCore-Svc-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Svc-Internal diff --git a/eng/common/templates/job/source-build.yml b/eng/common/templates/job/source-build.yml index 5cd5325d7..88f6f75a6 100644 --- a/eng/common/templates/job/source-build.yml +++ b/eng/common/templates/job/source-build.yml @@ -46,7 +46,7 @@ jobs: # source-build builds run in Docker, including the default managed platform. pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal diff --git a/eng/common/templates/job/source-index-stage1.yml b/eng/common/templates/job/source-index-stage1.yml index c85044a68..21fd12276 100644 --- a/eng/common/templates/job/source-index-stage1.yml +++ b/eng/common/templates/job/source-index-stage1.yml @@ -28,7 +28,7 @@ jobs: ${{ if eq(parameters.pool, '') }}: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore-Public demands: ImageOverride -equals windows.vs2019.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml index 8e55a40b5..db3657cd9 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml @@ -6,7 +6,7 @@ jobs: displayName: Source-Build Create Tarball pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Svc-Public + name: NetCore-Svc-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Svc-Internal diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index ee58d6abb..c4a8c3126 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -23,7 +23,7 @@ parameters: poolInternalArm64: name: Docker-Linux-Arm-Internal poolPublicAmd64: - name: NetCore1ESPool-Svc-Public + name: NetCore-Svc-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open jobs: From 6180a9973709e9b9ee129ebee326b0fbe8b55772 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Sep 2022 12:26:13 +0000 Subject: [PATCH 093/501] Update dependencies from https://github.com/dotnet/arcade build 20220831.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22430.3 -> To Version 8.0.0-beta.22431.1 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22429-01 -> To Version 1.2.0-beta-22430-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e17218c48..b7062790b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - ca202ec5e84706c6a90a0d85516608a43b374d54 + 00a270bc27455470fac06f5704aa0d7a5a31489d - + https://github.com/dotnet/arcade - ca202ec5e84706c6a90a0d85516608a43b374d54 + 00a270bc27455470fac06f5704aa0d7a5a31489d - + https://github.com/dotnet/arcade - ca202ec5e84706c6a90a0d85516608a43b374d54 + 00a270bc27455470fac06f5704aa0d7a5a31489d https://github.com/dotnet/arcade-services @@ -220,7 +220,7 @@ c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink e57efa1ed395dd6975b33052719facb24f03ee0b diff --git a/eng/Versions.props b/eng/Versions.props index 1428c8198..c9fd9c80e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22430.3 + 8.0.0-beta.22431.1 diff --git a/global.json b/global.json index 57633bdd2..542e8e376 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22430.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22430.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22431.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22431.1" } } From 870bf5549b575db79056f23eaa7be45948a9a41b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Sep 2022 15:26:15 +0000 Subject: [PATCH 094/501] Update dependencies from https://github.com/dotnet/test-templates build 20220901.1 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22425.1 -> To Version 1.0.2-beta4.22451.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e17218c48..704295d92 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 + cd8f3b66281574d2e879c33114d1b76ced3afe96 - + https://github.com/dotnet/test-templates - 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 + cd8f3b66281574d2e879c33114d1b76ced3afe96 - + https://github.com/dotnet/test-templates - 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 + cd8f3b66281574d2e879c33114d1b76ced3afe96 diff --git a/eng/Versions.props b/eng/Versions.props index 1428c8198..cb84f5225 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22425.1 - 1.0.2-beta4.22425.1 - 1.0.2-beta4.22425.1 + 1.0.2-beta4.22451.1 + 1.0.2-beta4.22451.1 + 1.0.2-beta4.22451.1 From cb9b8bb4ef6685e09bc11192909098063a0a51ea Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Thu, 1 Sep 2022 10:18:46 -0700 Subject: [PATCH 095/501] Try to add ProjectTemplates 8.0 as it actually may point to 7.0 --- src/redist/targets/BundledTemplates.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 200259c97..6dc8f3382 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -22,7 +22,7 @@ - + From 67d3e61876cdaa741e3de2969a26cc558b764772 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 2 Sep 2022 12:18:21 +0000 Subject: [PATCH 096/501] Update dependencies from https://github.com/dotnet/arcade build 20220902.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22431.1 -> To Version 8.0.0-beta.22452.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22430-01 -> To Version 1.2.0-beta-22431-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 491ad75bf..75df55a60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 00a270bc27455470fac06f5704aa0d7a5a31489d + 87531ff8de2e6501ff85973c9af44953a2c5b687 - + https://github.com/dotnet/arcade - 00a270bc27455470fac06f5704aa0d7a5a31489d + 87531ff8de2e6501ff85973c9af44953a2c5b687 - + https://github.com/dotnet/arcade - 00a270bc27455470fac06f5704aa0d7a5a31489d + 87531ff8de2e6501ff85973c9af44953a2c5b687 https://github.com/dotnet/arcade-services @@ -220,14 +220,14 @@ c1bc837421e41a673cb30bf670c0cdd83ac09b75 - + https://github.com/dotnet/sourcelink e57efa1ed395dd6975b33052719facb24f03ee0b - + https://github.com/dotnet/xliff-tasks - 740189d758fb3bbdc118c5b6171ef1a7351a8c44 + 1fc529f2ba048ce0534cb1fa90fc1b7b89f3c668 diff --git a/eng/Versions.props b/eng/Versions.props index 34df63765..d16aa470e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22431.1 + 8.0.0-beta.22452.1 diff --git a/global.json b/global.json index 542e8e376..c5f3fd850 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22431.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22431.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22452.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22452.1" } } From 4dbf5a817a25c1d8b98b0e38f3fcd13ea23b6832 Mon Sep 17 00:00:00 2001 From: Lakshan Fernando Date: Fri, 2 Sep 2022 09:32:16 -0700 Subject: [PATCH 097/501] additional supported RIDs to ilcompiler --- src/redist/targets/GenerateBundledVersions.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index cac2a23e1..1c6c6eed2 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -249,7 +249,8 @@ - + + From 151b9412e80ed28521a77bda9b3742a41ec0ea7a Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 1 Sep 2022 13:51:14 -0700 Subject: [PATCH 098/501] Author in the 8.0 framework references Update the tempalte references to handle the 7.0 version. 8.0 templates will come later. --- eng/Versions.props | 4 + src/redist/targets/BundledTemplates.targets | 3 +- .../targets/GenerateBundledVersions.targets | 160 ++++++++++++++++-- test/SdkTests/SdkTests.csproj | 1 + 4 files changed, 156 insertions(+), 12 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 56b855d11..afa9b93bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -110,12 +110,16 @@ 5.0.403 6.0.302 + 7.0.100-rc.1.22416.16 5.0.13 6.0.1 + 7.0.0-preview.7.22376.6 5.0.17-servicing.22215.4 5.0.17-servicing.22218.2 6.0.7-servicing.22322.3 6.0.7-servicing.22322.2 + 7.0.0-rc.1.22362.6 + 7.0.0-preview.7.22377.1 $(MicrosoftNETCoreAppRuntimePackageVersion) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 6dc8f3382..ff84047e8 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -40,8 +40,7 @@ - - + diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index cac2a23e1..2b502b21d 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -76,6 +76,14 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) + + <_NET70RuntimePackVersion>7.0.0-preview.7.22375.6 + <_NET70TargetingPackVersion>7.0.0-preview.7.22375.6 + <_WindowsDesktop70RuntimePackVersion>7.0.0-preview.7.22377.1 + <_WindowsDesktop70TargetingPackVersion>7.0.0-preview.7.22377.1 + <_AspNet70RuntimePackVersion>7.0.0-preview.7.22376.6 + <_AspNet70TargetingPackVersion>7.0.0-preview.7.22376.6 + <_NET60RuntimePackVersion>6.0.$(VersionFeature60) <_NET60TargetingPackVersion>6.0.$(VersionFeature60) <_WindowsDesktop60RuntimePackVersion>6.0.$(VersionFeature60) @@ -354,9 +362,9 @@ Copyright (c) .NET Foundation. All rights reserved. @(ImplicitPackageVariable->'', ' ') - + + + + + + + + + + + + + + + + + + + + + + + + + + + From d948f26705c3600bb263c626af1c7ce3fab35d81 Mon Sep 17 00:00:00 2001 From: Lakshan Fernando Date: Sat, 3 Sep 2022 06:35:23 -0700 Subject: [PATCH 099/501] FB --- src/redist/targets/GenerateBundledVersions.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 1c6c6eed2..26ad54b28 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -249,8 +249,8 @@ - - + + From 0600c205ab64abf7caecc6dee9d89514aeddb458 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 01:54:36 +0000 Subject: [PATCH 100/501] Update dependencies from https://github.com/dotnet/test-templates build 20220905.1 (#14445) [main] Update dependencies from dotnet/test-templates --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75df55a60..769763f1a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - cd8f3b66281574d2e879c33114d1b76ced3afe96 + 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/test-templates - cd8f3b66281574d2e879c33114d1b76ced3afe96 + 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/test-templates - cd8f3b66281574d2e879c33114d1b76ced3afe96 + 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc diff --git a/eng/Versions.props b/eng/Versions.props index d16aa470e..8ec76fc85 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22451.1 - 1.0.2-beta4.22451.1 - 1.0.2-beta4.22451.1 + 1.0.2-beta4.22455.1 + 1.0.2-beta4.22455.1 + 1.0.2-beta4.22455.1 From 7487ee4caea18ef2d1d7723809d7a435c5517f34 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 6 Sep 2022 09:30:06 -0700 Subject: [PATCH 101/501] Update BundledTemplates.targets --- src/redist/targets/BundledTemplates.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index ff84047e8..f94d7c021 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -22,7 +22,7 @@ - + From 6ffa0eced3d6b94fc99692aebb0987e26ca6ed0e Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 6 Sep 2022 09:48:04 -0700 Subject: [PATCH 102/501] Update BundledTemplates.targets --- src/redist/targets/BundledTemplates.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index f94d7c021..143936c4a 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -22,7 +22,6 @@ - @@ -33,6 +32,7 @@ + From b92ac8ae892c7136545a6d98f3d71ed37526ecab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:51:55 +0000 Subject: [PATCH 103/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220906.2 (#14448) [main] Update dependencies from dotnet/source-build-reference-packages --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 769763f1a..115d1f427 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -215,9 +215,9 @@ https://github.com/dotnet/runtime eecb02807867cad56cd05badddef65e432248b75 - + https://github.com/dotnet/source-build-reference-packages - c1bc837421e41a673cb30bf670c0cdd83ac09b75 + 3fe1ec969b4ce75f56a19079908ea04e56006129 From aa595d9ca64a26e98adb92e0704d872ba43d9bdf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 09:52:17 -0700 Subject: [PATCH 104/501] Update dependencies from https://github.com/dotnet/arcade build 20220905.1 (#14446) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22452.1 -> To Version 8.0.0-beta.22455.1 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22431-01 -> To Version 1.2.0-beta-22453-01 (parent: Microsoft.DotNet.Arcade.Sdk Co-authored-by: dotnet-maestro[bot] --- 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 115d1f427..6aab568ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + fca51250390d403827cf50c0df9dbc632514b739 - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + fca51250390d403827cf50c0df9dbc632514b739 - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + fca51250390d403827cf50c0df9dbc632514b739 https://github.com/dotnet/arcade-services @@ -220,9 +220,9 @@ 3fe1ec969b4ce75f56a19079908ea04e56006129 - + https://github.com/dotnet/sourcelink - e57efa1ed395dd6975b33052719facb24f03ee0b + 733f926fada940be815dd16f8bbcff80594044b8 diff --git a/eng/Versions.props b/eng/Versions.props index 8ec76fc85..575c80709 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22452.1 + 8.0.0-beta.22455.1 diff --git a/global.json b/global.json index c5f3fd850..f04744090 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22452.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22452.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22455.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22455.1" } } From dd27f6ae6487dcc9d5b611b834bf8a8f84b7d7f4 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 6 Sep 2022 16:50:00 -0700 Subject: [PATCH 105/501] Fix console tests --- TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj b/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj index 1ae6518fc..35e8e88e2 100644 --- a/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj +++ b/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj @@ -1,7 +1,7 @@ Exe - net7.0 + net8.0 Windows From 5497b1d2e816380636c5eee28c274b7dc68821c0 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 6 Sep 2022 17:53:47 -0700 Subject: [PATCH 106/501] Add back the console and test templates but use the 7.0 ones for now. That way we don't have to disable all the tests and early dogfooders will still have a template to use. Fix the tests to all expect a net7.0 version. --- src/redist/targets/BundledTemplates.targets | 4 +-- ...venWeWantToRequireWindowsForDesktopApps.cs | 2 +- test/EndToEnd/ProjectBuildTests.cs | 31 +++++++++++++++---- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 143936c4a..eb605658c 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -31,8 +31,8 @@ - - + + diff --git a/test/EndToEnd/GivenWeWantToRequireWindowsForDesktopApps.cs b/test/EndToEnd/GivenWeWantToRequireWindowsForDesktopApps.cs index 12dd78e3b..a1b74eaa5 100644 --- a/test/EndToEnd/GivenWeWantToRequireWindowsForDesktopApps.cs +++ b/test/EndToEnd/GivenWeWantToRequireWindowsForDesktopApps.cs @@ -18,7 +18,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd { var testProjectCreator = new TestProjectCreator() { - MinorVersion = "7.0" + MinorVersion = "8.0" }; testProjectCreator.AdditionalProperties["RestorePackagesPath"] = @"$(MSBuildProjectDirectory)\packages"; diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 3a5dfe40c..3b17c9f61 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -15,7 +15,7 @@ namespace EndToEnd.Tests { public class ProjectBuildTests : TestBase { - private static readonly string currentTfm = "net7.0"; + private static readonly string currentTfm = "net8.0"; [Fact] public void ItCanNewRestoreBuildRunCleanMSBuildProject() @@ -249,15 +249,15 @@ namespace EndToEnd.Tests } [WindowsOnlyTheory] - [InlineData("wpf", Skip = "https://github.com/dotnet/wpf/issues/2363")] - [InlineData("winforms", Skip = "https://github.com/dotnet/wpf/issues/2363")] + [InlineData("wpf")] + [InlineData("winforms")] public void ItCanBuildDesktopTemplates(string templateName) { TestTemplateCreateAndBuild(templateName); } [WindowsOnlyTheory] - [InlineData("wpf", Skip = "https://github.com/dotnet/wpf/issues/2363")] + [InlineData("wpf")] public void ItCanBuildDesktopTemplatesSelfContained(string templateName) { TestTemplateCreateAndBuild(templateName); @@ -328,7 +328,7 @@ namespace EndToEnd.Tests [InlineData("react")] public void ItCanCreateTemplateWithDefaultFramework(string templateName) { - string framework = DetectExpectedDefaultFramework(); + string framework = DetectExpectedDefaultFramework(templateName); TestTemplateCreateAndBuild(templateName, build: false, framework: framework); } @@ -374,7 +374,7 @@ namespace EndToEnd.Tests [InlineData("grpc")] public void ItCanCreateAndBuildTemplatesWithDefaultFramework_DisableBuildOnLinuxMusl(string templateName) { - string framework = DetectExpectedDefaultFramework(); + string framework = DetectExpectedDefaultFramework(templateName); if (RuntimeInformation.RuntimeIdentifier.StartsWith("alpine")) //linux musl { @@ -394,6 +394,25 @@ namespace EndToEnd.Tests int latestMajorVersion = runtimeFolders.Select(folder => int.Parse(Path.GetFileName(folder).Split('.').First())).Max(); if (latestMajorVersion == 8) { + if (template.StartsWith("blazor") + || template.StartsWith("mstest") + || template.StartsWith("classlib") + || template.StartsWith("console") + || template.StartsWith("nunit") + || template.StartsWith("xunit") + || template.StartsWith("xunit") + || template.StartsWith("wpf") + || template.StartsWith("winforms") + || 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 142ee847315379c54f1c9e3391f8c80cc32199a8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 09:20:11 -0700 Subject: [PATCH 107/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20220906.1 (#14461) Microsoft.SourceBuild.Intermediate.source-build-externals From Version 7.0.0-alpha.1.22425.2 -> To Version 7.0.0-alpha.1.22456.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6aab568ef..acec50891 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -182,9 +182,9 @@ ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 - + https://github.com/dotnet/source-build-externals - e53b62ccc6a887987efdb820334594b674f6071d + 3897039ef610803e42d176cc773157b2926f4070 From dd026cde2d3d48a0a448a4aecdbb11f8a4523844 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 09:20:25 -0700 Subject: [PATCH 108/501] Update dependencies from https://github.com/dotnet/arcade build 20220906.4 (#14460) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22455.1 -> To Version 8.0.0-beta.22456.4 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22453-01 -> To Version 1.2.0-beta-22455-02 (parent: Microsoft.DotNet.Arcade.Sdk Co-authored-by: dotnet-maestro[bot] --- 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 acec50891..d7182261f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - fca51250390d403827cf50c0df9dbc632514b739 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 - + https://github.com/dotnet/arcade - fca51250390d403827cf50c0df9dbc632514b739 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 - + https://github.com/dotnet/arcade - fca51250390d403827cf50c0df9dbc632514b739 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 https://github.com/dotnet/arcade-services @@ -220,9 +220,9 @@ 3fe1ec969b4ce75f56a19079908ea04e56006129 - + https://github.com/dotnet/sourcelink - 733f926fada940be815dd16f8bbcff80594044b8 + 490cf012e1712404185ea7669f5640e4aacc0c08 diff --git a/eng/Versions.props b/eng/Versions.props index 575c80709..8179424ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22455.1 + 8.0.0-beta.22456.4 diff --git a/global.json b/global.json index f04744090..5ca5e20e7 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22455.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22455.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22456.4", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22456.4" } } From 6a6672a6fc45fbd5343355a20cc706d366062f1a Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 9 Sep 2022 10:27:09 -0700 Subject: [PATCH 109/501] Run update-dependencies for barid 148358 --- eng/Version.Details.xml | 132 ++++++++++++++++++++-------------------- eng/Versions.props | 50 +++++++-------- 2 files changed, 91 insertions(+), 91 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8b981e42..9ec5879f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - d84ac6d64ab97febc153dfa903b52a828f47f44d + d2f4dad4c2977d84579e23c2a6d7ef3664c89d4b - + https://github.com/dotnet/windowsdesktop - d84ac6d64ab97febc153dfa903b52a828f47f44d + d2f4dad4c2977d84579e23c2a6d7ef3664c89d4b - + https://github.com/dotnet/windowsdesktop - d84ac6d64ab97febc153dfa903b52a828f47f44d + d2f4dad4c2977d84579e23c2a6d7ef3664c89d4b - + https://github.com/dotnet/windowsdesktop - d84ac6d64ab97febc153dfa903b52a828f47f44d + d2f4dad4c2977d84579e23c2a6d7ef3664c89d4b - + https://github.com/dotnet/llvm-project - e73d65f0f80655b463162bd41a8365377ba6565d + ce127716e4d7e310739a1cd8fbd45f3552a3a62b - + https://github.com/dotnet/runtime - 03c21467c97e75103d429a0e67504e402f6da17d + a7eda3eb376c8229069f6bf68e8981c852925b51 - + https://github.com/dotnet/runtime - 03c21467c97e75103d429a0e67504e402f6da17d + a7eda3eb376c8229069f6bf68e8981c852925b51 - + https://github.com/dotnet/runtime - 03c21467c97e75103d429a0e67504e402f6da17d + a7eda3eb376c8229069f6bf68e8981c852925b51 - + https://github.com/dotnet/runtime - 03c21467c97e75103d429a0e67504e402f6da17d + a7eda3eb376c8229069f6bf68e8981c852925b51 - + https://github.com/dotnet/runtime - 03c21467c97e75103d429a0e67504e402f6da17d + a7eda3eb376c8229069f6bf68e8981c852925b51 - + https://github.com/dotnet/runtime - 03c21467c97e75103d429a0e67504e402f6da17d + a7eda3eb376c8229069f6bf68e8981c852925b51 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 03c21467c97e75103d429a0e67504e402f6da17d + a7eda3eb376c8229069f6bf68e8981c852925b51 - + https://github.com/dotnet/aspnetcore - 0eaabe0fe5d714753f58ba84c9880403977a7f82 + 32014fb8b3f62bf72e709a881b27bcf039e2578f - + https://github.com/dotnet/aspnetcore - 0eaabe0fe5d714753f58ba84c9880403977a7f82 + 32014fb8b3f62bf72e709a881b27bcf039e2578f - + https://github.com/dotnet/aspnetcore - 0eaabe0fe5d714753f58ba84c9880403977a7f82 + 32014fb8b3f62bf72e709a881b27bcf039e2578f - + https://github.com/dotnet/aspnetcore - 0eaabe0fe5d714753f58ba84c9880403977a7f82 + 32014fb8b3f62bf72e709a881b27bcf039e2578f - + https://github.com/dotnet/aspnetcore - 0eaabe0fe5d714753f58ba84c9880403977a7f82 + 32014fb8b3f62bf72e709a881b27bcf039e2578f - + https://github.com/dotnet/aspnetcore - 0eaabe0fe5d714753f58ba84c9880403977a7f82 + 32014fb8b3f62bf72e709a881b27bcf039e2578f - + https://github.com/dotnet/aspnetcore - 0eaabe0fe5d714753f58ba84c9880403977a7f82 + 32014fb8b3f62bf72e709a881b27bcf039e2578f https://github.com/dotnet/test-templates @@ -103,65 +103,65 @@ 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 - + https://github.com/dotnet/sdk - cafb1fd9901a8b5c3e19280472e6f85ecb081b92 + 833f618a949dd7171058bb7af0186af0844627de - + https://github.com/dotnet/sdk - cafb1fd9901a8b5c3e19280472e6f85ecb081b92 + 833f618a949dd7171058bb7af0186af0844627de - + https://github.com/dotnet/sdk - cafb1fd9901a8b5c3e19280472e6f85ecb081b92 + 833f618a949dd7171058bb7af0186af0844627de - + https://github.com/dotnet/sdk - cafb1fd9901a8b5c3e19280472e6f85ecb081b92 + 833f618a949dd7171058bb7af0186af0844627de - + https://github.com/dotnet/winforms - a58d8b3191b381f1058dd810f250cd44cb274d5b + 90e22465bfdecb5528979e8e9b935b132e68ce4c - + https://github.com/dotnet/wpf - 9c94b1b4e595f77dbf5638d42499901142039ce3 + 2bdc217aadcb53ff6f45808dc1edefe433e60695 - + https://github.com/dotnet/fsharp - 4e67cca0eff2507bcc1e5c63ea10834949b92a8a + 753fc58b631d7a5f7f0b085d4a3adb3b4d47c7e6 - + https://github.com/dotnet/fsharp - 4e67cca0eff2507bcc1e5c63ea10834949b92a8a + 753fc58b631d7a5f7f0b085d4a3adb3b4d47c7e6 - + https://github.com/microsoft/vstest - b2473308f9abacc1d4a4f56138055c8ccc7b14dd + 713a8cdc0cebcbd0dbdff4bcd039ac2d51504452 - + https://github.com/dotnet/linker - 6c73ce6d6c4828e20a1e911127963e153bd7db00 + a9060d14067758ca17f8da072f4d2aa238b90045 linker - + https://github.com/dotnet/roslyn - dc87952b28a159487ddab48586511b480a5c3488 + c5d3485aaab167b5b8d19ae8c317c7cf1693a08a - + https://github.com/dotnet/msbuild - 5d102ae37163fc1f22610bb433c3ab9a2fff91f0 + 2db11c256ade886f673ed56d12780fb70e6ef92e - + https://github.com/nuget/nuget.client - 745617ea6fc239737c80abb424e13faca4249bf1 + b396ad8b56c089ec3fa189f1013530d237a0e8c2 @@ -174,9 +174,9 @@ 698fdad58fa64a55f16cd9562c90224cc498ed02 - + https://github.com/dotnet/emsdk - 216093204c415b6e37dfadfcbcf183881b443636 + 225b08896a758167cf6b491f3369b0a1d366fc6c https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index afa9b93bf..4a5705f6d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22416.2 + 8.0.0-alpha.1.22431.6 - 8.0.0-alpha.1.22416.7 + 8.0.0-alpha.1.22456.6 @@ -53,46 +53,46 @@ - 8.0.0-alpha.1.22424.2 - 8.0.0-alpha.1.22424.2 - 8.0.0-alpha.1.22424.2 - 8.0.0-alpha.1.22424.2 - 8.0.0-alpha.1.22424.2 - 8.0.0-alpha.1.22424.2 - 8.0.0-alpha.1.22424.2 + 8.0.0-alpha.1.22458.25 + 8.0.0-alpha.1.22458.25 + 8.0.0-alpha.1.22458.25 + 8.0.0-alpha.1.22458.25 + 8.0.0-alpha.1.22458.25 + 8.0.0-alpha.1.22458.25 + 8.0.0-alpha.1.22458.25 0.2.0 - 7.0.100-rc.1.22425.9 - 7.0.100-rc.1.22425.9 - 7.0.100-rc.1.22425.9 + 8.0.100-alpha.1.22459.1 + 8.0.100-alpha.1.22459.1 + 8.0.100-alpha.1.22459.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22456.16 - 8.0.0-alpha.1.22423.18 - 8.0.0-alpha.1.22423.18 - 8.0.0-alpha.1.22423.18 - 8.0.0-alpha.1.22423.18 - 8.0.0-alpha.1.22423.18 - 8.0.0-alpha.1.22423.18 + 8.0.0-alpha.1.22456.16 + 8.0.0-alpha.1.22456.16 + 8.0.0-alpha.1.22456.16 + 8.0.0-alpha.1.22456.16 + 8.0.0-alpha.1.22456.16 + 8.0.0-alpha.1.22456.16 2.1.0 - 8.0.0-alpha.1.22416.7 - 8.0.0-alpha.1.22416.7 - 8.0.0-alpha.1.22416.7 - 8.0.0-alpha.1.22416.7 + 8.0.0-alpha.1.22456.3 + 8.0.0-alpha.1.22456.3 + 8.0.0-alpha.1.22456.3 + 8.0.0-alpha.1.22456.3 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220824-03 + 17.4.0-preview-20220905-03 7.0.0-preview.7.22375.6 @@ -220,7 +220,7 @@ 12.3.303 15.4.303 $(MicrosoftNETCoreAppRefPackageVersion) - 7.0.0-rc.1.22411.1 + 8.0.0-alpha.1.22417.1 $(MicrosoftNETWorkloadEmscriptenManifest70100Version) From df81445687e1bb12eb3f2c4b89e179d8d5bf50f9 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Fri, 9 Sep 2022 13:59:17 -0500 Subject: [PATCH 110/501] Update BufferedReporter to match IReporter api change --- .../BufferedReporter.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/BufferedReporter.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/BufferedReporter.cs index d4c865b08..e657e324c 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/BufferedReporter.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/BufferedReporter.cs @@ -1,3 +1,5 @@ +#nullable enable + using System; using System.Collections.Generic; using Microsoft.DotNet.Cli.Utils; @@ -8,6 +10,8 @@ namespace Microsoft.DotNet.Tools.Test.Utilities { public List Lines { get; private set; } = new List(); + public void WriteLine(string format, params object?[] args) => WriteLine(string.Format(format, args)); + public void WriteLine(string message) { Lines.Add(message); From 9db3c005e27fc0e7b39c8be394659897271fcb20 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 9 Sep 2022 16:23:55 -0700 Subject: [PATCH 111/501] Update llvm project patches --- ...-LLVM-directory-to-root-directory-t.patch} | 0 ....Build.Traversal-version-we-have-a-r.patch | 24 ------------------- ...patch => 0002-Add-SourceBuild.props.patch} | 0 .../0002-Update-for-new-MSBuild-warning.patch | 24 ------------------- 4 files changed, 48 deletions(-) rename src/SourceBuild/tarball/patches/llvm-project/{0003-Copy-license-form-LLVM-directory-to-root-directory-t.patch => 0001-Copy-license-form-LLVM-directory-to-root-directory-t.patch} (100%) delete mode 100644 src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch rename src/SourceBuild/tarball/patches/llvm-project/{0004-Add-SourceBuild.props.patch => 0002-Add-SourceBuild.props.patch} (100%) delete mode 100644 src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch diff --git a/src/SourceBuild/tarball/patches/llvm-project/0003-Copy-license-form-LLVM-directory-to-root-directory-t.patch b/src/SourceBuild/tarball/patches/llvm-project/0001-Copy-license-form-LLVM-directory-to-root-directory-t.patch similarity index 100% rename from src/SourceBuild/tarball/patches/llvm-project/0003-Copy-license-form-LLVM-directory-to-root-directory-t.patch rename to src/SourceBuild/tarball/patches/llvm-project/0001-Copy-license-form-LLVM-directory-to-root-directory-t.patch diff --git a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch b/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch deleted file mode 100644 index 335153660..000000000 --- a/src/SourceBuild/tarball/patches/llvm-project/0001-Upgrade-to-an-MS.Build.Traversal-version-we-have-a-r.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Wed, 10 Aug 2022 13:44:31 -0500 -Subject: [PATCH] Upgrade to an MS.Build.Traversal version we have a ref - package for. - -Backport PR is https://github.com/dotnet/llvm-project/pull/241. - ---- - global.json | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/global.json b/global.json -index df77e9a199d6..19b99be1f71b 100644 ---- a/global.json -+++ b/global.json -@@ -5,6 +5,6 @@ - "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22405.6", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22405.6", -- "Microsoft.Build.Traversal": "2.0.2" -+ "Microsoft.Build.Traversal": "2.0.34" - } - } diff --git a/src/SourceBuild/tarball/patches/llvm-project/0004-Add-SourceBuild.props.patch b/src/SourceBuild/tarball/patches/llvm-project/0002-Add-SourceBuild.props.patch similarity index 100% rename from src/SourceBuild/tarball/patches/llvm-project/0004-Add-SourceBuild.props.patch rename to src/SourceBuild/tarball/patches/llvm-project/0002-Add-SourceBuild.props.patch diff --git a/src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch b/src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch deleted file mode 100644 index 62677c12d..000000000 --- a/src/SourceBuild/tarball/patches/llvm-project/0002-Update-for-new-MSBuild-warning.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Wed, 10 Aug 2022 21:30:49 -0500 -Subject: [PATCH] Update for new MSBuild warning. - -Backport PR: https://github.com/dotnet/llvm-project/pull/241. - ---- - nuget/packages.builds | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/nuget/packages.builds b/nuget/packages.builds -index a4d2bc03d454..85d860081e53 100644 ---- a/nuget/packages.builds -+++ b/nuget/packages.builds -@@ -31,7 +31,7 @@ - - - -+ AdditionalProperties="%(ProjectReference.AdditionalProperties);FileVersion=$(FileVersion)" /> - - - From 9b017a4da77fd47f84fb6cc73b5fb0da026c92eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 10 Sep 2022 12:49:35 +0000 Subject: [PATCH 112/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20220909.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 7.0.0-alpha.1.22456.1 -> To Version 7.0.0-alpha.1.22459.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d7182261f..154bbaab9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -182,9 +182,9 @@ ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 - + https://github.com/dotnet/source-build-externals - 3897039ef610803e42d176cc773157b2926f4070 + 2a351e2e2102c67a833a485e43eded6423e56896 From c2a5ae411ac7623825cc248ca3ceab49199fe30b Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Mon, 12 Sep 2022 13:15:59 +0000 Subject: [PATCH 113/501] Remove backported aspnetcore source-build patch --- ...vert-sourcelink-submodule-workaround.patch | 48 ------------------- 1 file changed, 48 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0001-Revert-sourcelink-submodule-workaround.patch diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0001-Revert-sourcelink-submodule-workaround.patch b/src/SourceBuild/tarball/patches/aspnetcore/0001-Revert-sourcelink-submodule-workaround.patch deleted file mode 100644 index 1ab86bd3c..000000000 --- a/src/SourceBuild/tarball/patches/aspnetcore/0001-Revert-sourcelink-submodule-workaround.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 9b529c2f911e9a7ad25586d0d4a8db8bc5a7b2e5 Mon Sep 17 00:00:00 2001 -From: Michael Simons -Date: Thu, 5 Aug 2021 22:44:48 +0000 -Subject: [PATCH] Revert sourcelink submodule workaround - -aspnetcore will fail the offline tarball build because of the sourcelink workaround being removed here. -To fix this, a sourcelink patch was added to address the issue. - -Backport: https://github.com/dotnet/source-build/issues/2708 ---- - eng/SourceBuild.props | 14 -------------- - 1 file changed, 14 deletions(-) - -diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props -index 3dbfe2ce7e..403b91f976 100644 ---- a/eng/SourceBuild.props -+++ b/eng/SourceBuild.props -@@ -2,7 +2,6 @@ - - aspnetcore - true -- false - - - - - -- -- -- -- -- -- - @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a7eda3eb376c8229069f6bf68e8981c852925b51 + 1f94e11358debe8a9e4804f03939eac535ee41a4 - + https://github.com/dotnet/aspnetcore - 32014fb8b3f62bf72e709a881b27bcf039e2578f + c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 - + https://github.com/dotnet/aspnetcore - 32014fb8b3f62bf72e709a881b27bcf039e2578f + c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 - + https://github.com/dotnet/aspnetcore - 32014fb8b3f62bf72e709a881b27bcf039e2578f + c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 - + https://github.com/dotnet/aspnetcore - 32014fb8b3f62bf72e709a881b27bcf039e2578f + c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 - + https://github.com/dotnet/aspnetcore - 32014fb8b3f62bf72e709a881b27bcf039e2578f + c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 - + https://github.com/dotnet/aspnetcore - 32014fb8b3f62bf72e709a881b27bcf039e2578f + c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 - + https://github.com/dotnet/aspnetcore - 32014fb8b3f62bf72e709a881b27bcf039e2578f + c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 - + https://github.com/dotnet/sdk - 833f618a949dd7171058bb7af0186af0844627de + 13cfe15956d08dc0c5a2372567341b496ee8f4ba - + https://github.com/dotnet/sdk - 833f618a949dd7171058bb7af0186af0844627de + 13cfe15956d08dc0c5a2372567341b496ee8f4ba - + https://github.com/dotnet/sdk - 833f618a949dd7171058bb7af0186af0844627de + 13cfe15956d08dc0c5a2372567341b496ee8f4ba - + https://github.com/dotnet/sdk - 833f618a949dd7171058bb7af0186af0844627de + 13cfe15956d08dc0c5a2372567341b496ee8f4ba @@ -129,18 +129,18 @@ https://github.com/dotnet/wpf 2bdc217aadcb53ff6f45808dc1edefe433e60695 - + https://github.com/dotnet/fsharp - 753fc58b631d7a5f7f0b085d4a3adb3b4d47c7e6 + 23fd568d337d3d6492869ce09a6e69a91cf4dc17 - + https://github.com/dotnet/fsharp - 753fc58b631d7a5f7f0b085d4a3adb3b4d47c7e6 + 23fd568d337d3d6492869ce09a6e69a91cf4dc17 - + https://github.com/microsoft/vstest - 713a8cdc0cebcbd0dbdff4bcd039ac2d51504452 + 553becc1921bb150ea411c30ca19bb2961d8f305 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - c5d3485aaab167b5b8d19ae8c317c7cf1693a08a + 85f9dbfea5955ec9cdad3417dba40034da74fb93 diff --git a/eng/Versions.props b/eng/Versions.props index 4a5705f6d..e0aad65b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,46 +53,46 @@ - 8.0.0-alpha.1.22458.25 - 8.0.0-alpha.1.22458.25 - 8.0.0-alpha.1.22458.25 - 8.0.0-alpha.1.22458.25 - 8.0.0-alpha.1.22458.25 - 8.0.0-alpha.1.22458.25 - 8.0.0-alpha.1.22458.25 + 8.0.0-alpha.1.22460.6 + 8.0.0-alpha.1.22460.6 + 8.0.0-alpha.1.22460.6 + 8.0.0-alpha.1.22460.6 + 8.0.0-alpha.1.22460.6 + 8.0.0-alpha.1.22460.6 + 8.0.0-alpha.1.22460.6 0.2.0 - 8.0.100-alpha.1.22459.1 - 8.0.100-alpha.1.22459.1 - 8.0.100-alpha.1.22459.1 + 8.0.100-alpha.1.22462.7 + 8.0.100-alpha.1.22462.7 + 8.0.100-alpha.1.22462.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22456.16 + 8.0.0-alpha.1.22460.5 - 8.0.0-alpha.1.22456.16 - 8.0.0-alpha.1.22456.16 - 8.0.0-alpha.1.22456.16 - 8.0.0-alpha.1.22456.16 - 8.0.0-alpha.1.22456.16 - 8.0.0-alpha.1.22456.16 + 8.0.0-alpha.1.22460.5 + 8.0.0-alpha.1.22460.5 + 8.0.0-alpha.1.22460.5 + 8.0.0-alpha.1.22460.5 + 8.0.0-alpha.1.22460.5 + 8.0.0-alpha.1.22460.5 2.1.0 - 8.0.0-alpha.1.22456.3 - 8.0.0-alpha.1.22456.3 - 8.0.0-alpha.1.22456.3 - 8.0.0-alpha.1.22456.3 + 8.0.0-alpha.1.22457.11 + 8.0.0-alpha.1.22457.11 + 8.0.0-alpha.1.22457.11 + 8.0.0-alpha.1.22457.11 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220905-03 + 17.4.0-preview-20220909-02 7.0.0-preview.7.22375.6 From e448e47384dab342c0171a110d320b91b93e9816 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Mon, 12 Sep 2022 15:55:18 -0400 Subject: [PATCH 116/501] Update list of workload manifests for WASM --- .../Arcade/tools/TextOnlyPackages.csproj | 7 +++++-- src/redist/targets/BundledManifests.targets | 13 ++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj b/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj index f99075302..9518a07d6 100644 --- a/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj +++ b/src/SourceBuild/Arcade/tools/TextOnlyPackages.csproj @@ -17,8 +17,11 @@ - - + + + + + @@ -53,9 +56,9 @@ - + Condition="!$([System.String]::new(%(BundledManifests.Identity)).StartsWith('Microsoft.NET.Workload.Mono.ToolChain')) and + !$([System.String]::new(%(BundledManifests.Identity)).StartsWith('Microsoft.NET.Workload.Emscripten'))" /> + From 953b627c966c9ca5922d114ac260fd02ccea785d Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 12 Sep 2022 10:28:38 -0700 Subject: [PATCH 117/501] Update to the latest public rc1 versions of the runtimes. --- eng/Versions.props | 8 ++++---- src/redist/targets/GenerateBundledVersions.targets | 12 ++++++------ test/SdkTests/SdkTests.csproj | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index e0aad65b5..e9c3326c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -113,7 +113,7 @@ 7.0.100-rc.1.22416.16 5.0.13 6.0.1 - 7.0.0-preview.7.22376.6 + 7.0.0-rc.1.22427.1 5.0.17-servicing.22215.4 5.0.17-servicing.22218.2 6.0.7-servicing.22322.3 @@ -140,9 +140,9 @@ 7.0.0-preview.7.22376.2 7.0.0-preview.7.22377.1 $(NUnit3DotNetNewTemplatePackageVersion) - 7.0.100-preview.7.22376.2 - 7.0.100-preview.7.22376.2 - 7.0.0-preview.7.22376.6 + 7.0.100-rc.1.22431.7 + 7.0.100-rc.1.22431.7 + 7.0.0-rc.1.22427.1 $(MicrosoftWinFormsProjectTemplates60PackageVersion) $(MicrosoftWPFProjectTemplates60PackageVersion) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 2b502b21d..ff55bfaec 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -77,12 +77,12 @@ <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NET70RuntimePackVersion>7.0.0-preview.7.22375.6 - <_NET70TargetingPackVersion>7.0.0-preview.7.22375.6 - <_WindowsDesktop70RuntimePackVersion>7.0.0-preview.7.22377.1 - <_WindowsDesktop70TargetingPackVersion>7.0.0-preview.7.22377.1 - <_AspNet70RuntimePackVersion>7.0.0-preview.7.22376.6 - <_AspNet70TargetingPackVersion>7.0.0-preview.7.22376.6 + <_NET70RuntimePackVersion>7.0.0-rc.1.22427.1 + <_NET70TargetingPackVersion>7.0.0-rc.1.22427.1 + <_WindowsDesktop70RuntimePackVersion>7.0.0-rc.1.22431.18 + <_WindowsDesktop70TargetingPackVersion>7.0.0-rc.1.22431.18 + <_AspNet70RuntimePackVersion>7.0.0-rc.1.22426.10 + <_AspNet70TargetingPackVersion>7.0.0-rc.1.22426.10 <_NET60RuntimePackVersion>6.0.$(VersionFeature60) <_NET60TargetingPackVersion>6.0.$(VersionFeature60) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index a45fd5c1a..69de3c47c 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -63,7 +63,7 @@ - + From d33c6711fd8f6b51f78e5d4526ab3713aac3e6a2 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Mon, 12 Sep 2022 15:09:44 -0500 Subject: [PATCH 118/501] Bump the emsdk version and manifest name in the dependencies --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 29f6777d7..c45eb9a73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -174,9 +174,9 @@ 698fdad58fa64a55f16cd9562c90224cc498ed02 - + https://github.com/dotnet/emsdk - 225b08896a758167cf6b491f3369b0a1d366fc6c + 6736b00d7d23b40b8b6975439421cb2e41a781db https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index e9c3326c3..7511801cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -220,8 +220,8 @@ 12.3.303 15.4.303 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22417.1 - $(MicrosoftNETWorkloadEmscriptenManifest70100Version) + 8.0.0-alpha.1.22462.1 + $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 5947dffc7a954bb0dfd13878e72386d1b890b13c Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Mon, 12 Sep 2022 20:29:46 +0000 Subject: [PATCH 119/501] Resolve source-build patch conflict --- .../patches/roslyn/0002-Lift-System.Memory-version.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch b/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch index fe1fcb174..0614d4884 100644 --- a/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch +++ b/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch @@ -19,7 +19,7 @@ index 627f9c46824..711593e2a1e 100644 +++ b/eng/Versions.props @@ -214,7 +214,7 @@ 5.0.0 - 6.0.1 + 6.0.3 5.0.0-preview.8.20407.11 - 4.5.4 + 4.5.5 From 375f723a73eb4a240775e2b3538175e1b8445526 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 12 Sep 2022 17:23:38 -0700 Subject: [PATCH 120/501] Revert to the latest version listed on the installer download page hoping the install scripts will work for that one. --- eng/Versions.props | 4 ++-- src/redist/targets/GenerateBundledVersions.targets | 12 ++++++------ test/SdkTests/SdkTests.csproj | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 7511801cb..98fb92235 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -113,7 +113,7 @@ 7.0.100-rc.1.22416.16 5.0.13 6.0.1 - 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22423.7 5.0.17-servicing.22215.4 5.0.17-servicing.22218.2 6.0.7-servicing.22322.3 @@ -142,7 +142,7 @@ $(NUnit3DotNetNewTemplatePackageVersion) 7.0.100-rc.1.22431.7 7.0.100-rc.1.22431.7 - 7.0.0-rc.1.22427.1 + 7.0.0-rc.1.22423.7 $(MicrosoftWinFormsProjectTemplates60PackageVersion) $(MicrosoftWPFProjectTemplates60PackageVersion) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index ff55bfaec..2227d40a8 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -77,12 +77,12 @@ <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NET70RuntimePackVersion>7.0.0-rc.1.22427.1 - <_NET70TargetingPackVersion>7.0.0-rc.1.22427.1 - <_WindowsDesktop70RuntimePackVersion>7.0.0-rc.1.22431.18 - <_WindowsDesktop70TargetingPackVersion>7.0.0-rc.1.22431.18 - <_AspNet70RuntimePackVersion>7.0.0-rc.1.22426.10 - <_AspNet70TargetingPackVersion>7.0.0-rc.1.22426.10 + <_NET70RuntimePackVersion>7.0.0-rc.1.22423.16 + <_NET70TargetingPackVersion>7.0.0-rc.1.22423.16 + <_WindowsDesktop70RuntimePackVersion>7.0.0-rc.1.22423.6 + <_WindowsDesktop70TargetingPackVersion>7.0.0-rc.1.22423.6 + <_AspNet70RuntimePackVersion>7.0.0-rc.1.22423.7 + <_AspNet70TargetingPackVersion>7.0.0-rc.1.22423.7 <_NET60RuntimePackVersion>6.0.$(VersionFeature60) <_NET60TargetingPackVersion>6.0.$(VersionFeature60) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index 69de3c47c..dcc98dcfa 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -63,7 +63,7 @@ - + From a0f9e068deef68379fd95089013d1923fc101039 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Sep 2022 12:25:17 +0000 Subject: [PATCH 121/501] Update dependencies from https://github.com/dotnet/arcade build 20220912.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22456.4 -> To Version 8.0.0-beta.22462.4 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22455-02 -> To Version 1.2.0-beta-22461-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/generate-locproject.ps1 | 2 +- eng/common/sdl/NuGet.config | 5 +++++ eng/common/sdl/sdl.ps1 | 1 + eng/common/templates/steps/execute-sdl.yml | 6 ++++-- global.json | 4 ++-- 7 files changed, 22 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 154bbaab9..ad0a8c20a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 4f864b2841b3317bdfc516ead0ba6e7856fab575 + 91db46836065516e87e05bbdb51c5aee0f90428c - + https://github.com/dotnet/arcade - 4f864b2841b3317bdfc516ead0ba6e7856fab575 + 91db46836065516e87e05bbdb51c5aee0f90428c - + https://github.com/dotnet/arcade - 4f864b2841b3317bdfc516ead0ba6e7856fab575 + 91db46836065516e87e05bbdb51c5aee0f90428c https://github.com/dotnet/arcade-services @@ -220,9 +220,9 @@ 3fe1ec969b4ce75f56a19079908ea04e56006129 - + https://github.com/dotnet/sourcelink - 490cf012e1712404185ea7669f5640e4aacc0c08 + 4d2cae3ec4edec7004c6e46cd6d1621966bf776d diff --git a/eng/Versions.props b/eng/Versions.props index 8179424ad..9d0063ce9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22456.4 + 8.0.0-beta.22462.4 diff --git a/eng/common/generate-locproject.ps1 b/eng/common/generate-locproject.ps1 index bab18543d..dbf2ab4ee 100644 --- a/eng/common/generate-locproject.ps1 +++ b/eng/common/generate-locproject.ps1 @@ -91,6 +91,7 @@ $locJson = @{ ) }, @{ + LanguageSet = $LanguageSet CloneLanguageSet = "WiX_CloneLanguages" LssFiles = @( "wxl_loc.lss" ) LocItems = @( @@ -110,7 +111,6 @@ $locJson = @{ SourceFile = $sourceFile CopyOption = "LangIDOnPath" OutputPath = $outputPath - Languages = "cs-CZ;de-DE;es-ES;fr-FR;it-IT;ja-JP;ko-KR;pl-PL;pt-BR;ru-RU;tr-TR;zh-CN;zh-TW" } } } diff --git a/eng/common/sdl/NuGet.config b/eng/common/sdl/NuGet.config index 0c5451c11..3849bdb3c 100644 --- a/eng/common/sdl/NuGet.config +++ b/eng/common/sdl/NuGet.config @@ -7,6 +7,11 @@ + + + + + diff --git a/eng/common/sdl/sdl.ps1 b/eng/common/sdl/sdl.ps1 index ac196e164..648c5068d 100644 --- a/eng/common/sdl/sdl.ps1 +++ b/eng/common/sdl/sdl.ps1 @@ -1,6 +1,7 @@ function Install-Gdn { param( + [Parameter(Mandatory=$true)] [string]$Path, # If omitted, install the latest version of Guardian, otherwise install that specific version. diff --git a/eng/common/templates/steps/execute-sdl.yml b/eng/common/templates/steps/execute-sdl.yml index 86cf578c4..9dd5709f6 100644 --- a/eng/common/templates/steps/execute-sdl.yml +++ b/eng/common/templates/steps/execute-sdl.yml @@ -17,14 +17,16 @@ steps: - ${{ if ne(parameters.overrideGuardianVersion, '') }}: - pwsh: | - . $(Build.SourcesDirectory)\eng\common\sdl\sdl.ps1 + Set-Location -Path $(Build.SourcesDirectory)\eng\common\sdl + . .\sdl.ps1 $guardianCliLocation = Install-Gdn -Path $(Build.SourcesDirectory)\.artifacts -Version ${{ parameters.overrideGuardianVersion }} Write-Host "##vso[task.setvariable variable=GuardianCliLocation]$guardianCliLocation" displayName: Install Guardian (Overridden) - ${{ if eq(parameters.overrideGuardianVersion, '') }}: - pwsh: | - . $(Build.SourcesDirectory)\eng\common\sdl\sdl.ps1 + Set-Location -Path $(Build.SourcesDirectory)\eng\common\sdl + . .\sdl.ps1 $guardianCliLocation = Install-Gdn -Path $(Build.SourcesDirectory)\.artifacts Write-Host "##vso[task.setvariable variable=GuardianCliLocation]$guardianCliLocation" displayName: Install Guardian diff --git a/global.json b/global.json index 5ca5e20e7..3ac67aebb 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22456.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22456.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22462.4", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22462.4" } } From e8f5f3b3cce04e73d8de73fa5b35d54e14f26986 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Sep 2022 13:32:45 +0000 Subject: [PATCH 122/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220913.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22456.2 -> To Version 7.0.0-alpha.1.22463.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 154bbaab9..cb46edb51 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -215,9 +215,9 @@ https://github.com/dotnet/runtime eecb02807867cad56cd05badddef65e432248b75 - + https://github.com/dotnet/source-build-reference-packages - 3fe1ec969b4ce75f56a19079908ea04e56006129 + 37ccc2ccd7c4a668531fe3b14833f084e578f30c From bc5e181442793ac94fecaa8788c43fab312e04a9 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 13 Sep 2022 15:31:55 -0400 Subject: [PATCH 123/501] Update darc dependencies with `darc update-dependencies --id 148800` --- eng/Version.Details.xml | 88 ++++++++++++++++++++--------------------- eng/Versions.props | 36 ++++++++--------- 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c45eb9a73..267682c4d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,35 +17,35 @@ https://github.com/dotnet/windowsdesktop 7bbc73217fa4db2afdf66b431db82cb83c564f27 - + https://github.com/dotnet/llvm-project - ce127716e4d7e310739a1cd8fbd45f3552a3a62b + 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 1f94e11358debe8a9e4804f03939eac535ee41a4 + 855c475fd9c0b3a303e3de15785b63456108f7e3 - + https://github.com/dotnet/runtime - 1f94e11358debe8a9e4804f03939eac535ee41a4 + 855c475fd9c0b3a303e3de15785b63456108f7e3 - + https://github.com/dotnet/runtime - 1f94e11358debe8a9e4804f03939eac535ee41a4 + 855c475fd9c0b3a303e3de15785b63456108f7e3 - + https://github.com/dotnet/runtime - 1f94e11358debe8a9e4804f03939eac535ee41a4 + 855c475fd9c0b3a303e3de15785b63456108f7e3 - + https://github.com/dotnet/runtime - 1f94e11358debe8a9e4804f03939eac535ee41a4 + 855c475fd9c0b3a303e3de15785b63456108f7e3 - + https://github.com/dotnet/runtime - 1f94e11358debe8a9e4804f03939eac535ee41a4 + 855c475fd9c0b3a303e3de15785b63456108f7e3 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 1f94e11358debe8a9e4804f03939eac535ee41a4 + 855c475fd9c0b3a303e3de15785b63456108f7e3 - + https://github.com/dotnet/aspnetcore - c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 + 49599d2691bdfb3d0b5beb746573b2a521e8557a - + https://github.com/dotnet/aspnetcore - c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 + 49599d2691bdfb3d0b5beb746573b2a521e8557a - + https://github.com/dotnet/aspnetcore - c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 + 49599d2691bdfb3d0b5beb746573b2a521e8557a - + https://github.com/dotnet/aspnetcore - c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 + 49599d2691bdfb3d0b5beb746573b2a521e8557a - + https://github.com/dotnet/aspnetcore - c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 + 49599d2691bdfb3d0b5beb746573b2a521e8557a - + https://github.com/dotnet/aspnetcore - c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 + 49599d2691bdfb3d0b5beb746573b2a521e8557a - + https://github.com/dotnet/aspnetcore - c4bbe4b62b816dc36f7d1d5798c3a61e2bba5a17 + 49599d2691bdfb3d0b5beb746573b2a521e8557a https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 - + https://github.com/dotnet/sdk - 13cfe15956d08dc0c5a2372567341b496ee8f4ba + b7ef4baeb6895a1daf6de7746ded5504a8aadf74 - + https://github.com/dotnet/sdk - 13cfe15956d08dc0c5a2372567341b496ee8f4ba + b7ef4baeb6895a1daf6de7746ded5504a8aadf74 - + https://github.com/dotnet/sdk - 13cfe15956d08dc0c5a2372567341b496ee8f4ba + b7ef4baeb6895a1daf6de7746ded5504a8aadf74 - + https://github.com/dotnet/sdk - 13cfe15956d08dc0c5a2372567341b496ee8f4ba + b7ef4baeb6895a1daf6de7746ded5504a8aadf74 @@ -138,9 +138,9 @@ 23fd568d337d3d6492869ce09a6e69a91cf4dc17 - + https://github.com/microsoft/vstest - 553becc1921bb150ea411c30ca19bb2961d8f305 + 47f4e89e49e53808d745fc063ba11a531185c650 @@ -154,14 +154,14 @@ 85f9dbfea5955ec9cdad3417dba40034da74fb93 - + https://github.com/dotnet/msbuild - 2db11c256ade886f673ed56d12780fb70e6ef92e + a3b647d766676a735211a42aa0726d1d940ed13d - + https://github.com/nuget/nuget.client - b396ad8b56c089ec3fa189f1013530d237a0e8c2 + d22c6743bf6237c39b98d5d680e06e6c33e97f1c diff --git a/eng/Versions.props b/eng/Versions.props index 98fb92235..4947226cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,38 +53,38 @@ - 8.0.0-alpha.1.22460.6 - 8.0.0-alpha.1.22460.6 - 8.0.0-alpha.1.22460.6 - 8.0.0-alpha.1.22460.6 - 8.0.0-alpha.1.22460.6 - 8.0.0-alpha.1.22460.6 - 8.0.0-alpha.1.22460.6 + 8.0.0-alpha.1.22462.12 + 8.0.0-alpha.1.22462.12 + 8.0.0-alpha.1.22462.12 + 8.0.0-alpha.1.22462.12 + 8.0.0-alpha.1.22462.12 + 8.0.0-alpha.1.22462.12 + 8.0.0-alpha.1.22462.12 0.2.0 - 8.0.100-alpha.1.22462.7 - 8.0.100-alpha.1.22462.7 - 8.0.100-alpha.1.22462.7 + 8.0.100-alpha.1.22463.20 + 8.0.100-alpha.1.22463.20 + 8.0.100-alpha.1.22463.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22460.5 + 8.0.0-alpha.1.22461.4 - 8.0.0-alpha.1.22460.5 - 8.0.0-alpha.1.22460.5 - 8.0.0-alpha.1.22460.5 - 8.0.0-alpha.1.22460.5 - 8.0.0-alpha.1.22460.5 - 8.0.0-alpha.1.22460.5 + 8.0.0-alpha.1.22461.4 + 8.0.0-alpha.1.22461.4 + 8.0.0-alpha.1.22461.4 + 8.0.0-alpha.1.22461.4 + 8.0.0-alpha.1.22461.4 + 8.0.0-alpha.1.22461.4 2.1.0 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220909-02 + 17.4.0-preview-20220912-02 7.0.0-preview.7.22375.6 From 91c377f81b40ac395225b5d5ea2e09c82ac05870 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Sep 2022 21:02:47 +0000 Subject: [PATCH 124/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220913.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22456.2 -> To Version 7.0.0-alpha.1.22463.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb46edb51..3903a83de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -215,9 +215,9 @@ https://github.com/dotnet/runtime eecb02807867cad56cd05badddef65e432248b75 - + https://github.com/dotnet/source-build-reference-packages - 37ccc2ccd7c4a668531fe3b14833f084e578f30c + 1f8037df094f11e7ab0422cbe514726ccc920d78 From a34c10477ee57f90bad85498fb484db3b547b211 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 13 Sep 2022 22:22:28 -0400 Subject: [PATCH 125/501] darc update-dependencies --id 148901 --- eng/Version.Details.xml | 72 ++++++++++++++++++++--------------------- eng/Versions.props | 34 +++++++++---------- 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 267682c4d..295acd035 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 855c475fd9c0b3a303e3de15785b63456108f7e3 + c804303aceb5f0200651935492a9189ddc6b0234 - + https://github.com/dotnet/runtime - 855c475fd9c0b3a303e3de15785b63456108f7e3 + c804303aceb5f0200651935492a9189ddc6b0234 - + https://github.com/dotnet/runtime - 855c475fd9c0b3a303e3de15785b63456108f7e3 + c804303aceb5f0200651935492a9189ddc6b0234 - + https://github.com/dotnet/runtime - 855c475fd9c0b3a303e3de15785b63456108f7e3 + c804303aceb5f0200651935492a9189ddc6b0234 - + https://github.com/dotnet/runtime - 855c475fd9c0b3a303e3de15785b63456108f7e3 + c804303aceb5f0200651935492a9189ddc6b0234 - + https://github.com/dotnet/runtime - 855c475fd9c0b3a303e3de15785b63456108f7e3 + c804303aceb5f0200651935492a9189ddc6b0234 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 855c475fd9c0b3a303e3de15785b63456108f7e3 + c804303aceb5f0200651935492a9189ddc6b0234 - + https://github.com/dotnet/aspnetcore - 49599d2691bdfb3d0b5beb746573b2a521e8557a + 5f91f1b5428f387600a76df66c93d446e0ec177e - + https://github.com/dotnet/aspnetcore - 49599d2691bdfb3d0b5beb746573b2a521e8557a + 5f91f1b5428f387600a76df66c93d446e0ec177e - + https://github.com/dotnet/aspnetcore - 49599d2691bdfb3d0b5beb746573b2a521e8557a + 5f91f1b5428f387600a76df66c93d446e0ec177e - + https://github.com/dotnet/aspnetcore - 49599d2691bdfb3d0b5beb746573b2a521e8557a + 5f91f1b5428f387600a76df66c93d446e0ec177e - + https://github.com/dotnet/aspnetcore - 49599d2691bdfb3d0b5beb746573b2a521e8557a + 5f91f1b5428f387600a76df66c93d446e0ec177e - + https://github.com/dotnet/aspnetcore - 49599d2691bdfb3d0b5beb746573b2a521e8557a + 5f91f1b5428f387600a76df66c93d446e0ec177e - + https://github.com/dotnet/aspnetcore - 49599d2691bdfb3d0b5beb746573b2a521e8557a + 5f91f1b5428f387600a76df66c93d446e0ec177e https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 8a75efaa853cd17f1336f5e99e626ab3e0fa68d1 - + https://github.com/dotnet/sdk - b7ef4baeb6895a1daf6de7746ded5504a8aadf74 + fa0929b2329139101488ee7ea95f48a372254ced - + https://github.com/dotnet/sdk - b7ef4baeb6895a1daf6de7746ded5504a8aadf74 + fa0929b2329139101488ee7ea95f48a372254ced - + https://github.com/dotnet/sdk - b7ef4baeb6895a1daf6de7746ded5504a8aadf74 + fa0929b2329139101488ee7ea95f48a372254ced - + https://github.com/dotnet/sdk - b7ef4baeb6895a1daf6de7746ded5504a8aadf74 + fa0929b2329139101488ee7ea95f48a372254ced diff --git a/eng/Versions.props b/eng/Versions.props index 4947226cb..172f74c35 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,38 +53,38 @@ - 8.0.0-alpha.1.22462.12 - 8.0.0-alpha.1.22462.12 - 8.0.0-alpha.1.22462.12 - 8.0.0-alpha.1.22462.12 - 8.0.0-alpha.1.22462.12 - 8.0.0-alpha.1.22462.12 - 8.0.0-alpha.1.22462.12 + 8.0.0-alpha.1.22463.1 + 8.0.0-alpha.1.22463.1 + 8.0.0-alpha.1.22463.1 + 8.0.0-alpha.1.22463.1 + 8.0.0-alpha.1.22463.1 + 8.0.0-alpha.1.22463.1 + 8.0.0-alpha.1.22463.1 0.2.0 - 8.0.100-alpha.1.22463.20 - 8.0.100-alpha.1.22463.20 - 8.0.100-alpha.1.22463.20 + 8.0.100-alpha.1.22463.50 + 8.0.100-alpha.1.22463.50 + 8.0.100-alpha.1.22463.50 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22461.4 + 8.0.0-alpha.1.22462.15 - 8.0.0-alpha.1.22461.4 - 8.0.0-alpha.1.22461.4 - 8.0.0-alpha.1.22461.4 - 8.0.0-alpha.1.22461.4 - 8.0.0-alpha.1.22461.4 - 8.0.0-alpha.1.22461.4 + 8.0.0-alpha.1.22462.15 + 8.0.0-alpha.1.22462.15 + 8.0.0-alpha.1.22462.15 + 8.0.0-alpha.1.22462.15 + 8.0.0-alpha.1.22462.15 + 8.0.0-alpha.1.22462.15 2.1.0 From 7cab08ffb56c0e79ace64f05fb45de04376557a2 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:31:15 -0700 Subject: [PATCH 126/501] [main] Update template versions from dotnet/aspnetcore (#14488) --- eng/Versions.props | 4 ++-- src/redist/targets/GenerateBundledVersions.targets | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 9d0063ce9..648a8ef2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -138,7 +138,7 @@ $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplates60PackageVersion) $(MicrosoftDotNetCommonItemTemplates60PackageVersion) - 6.0.8 + 6.0.9 $(MicrosoftWinFormsProjectTemplates50PackageVersion) $(MicrosoftWPFProjectTemplates50PackageVersion) @@ -153,7 +153,7 @@ 3.1.27 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) - 3.1.28 + 3.1.29 3.2.1 4.8.0-rc2.19462.10 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 26ad54b28..23b445934 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -61,9 +61,9 @@ 30 - 28 + 29 17 - 8 + 9 From d8ed19b363d4671dbdd599e8d0942ad06eda58b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Wed, 14 Sep 2022 11:19:47 +0200 Subject: [PATCH 127/501] Let VMR CLI handle recursive initialization (#14476) Previously, the recursive clone of all the product repos based on `Version.Details.xml` files was done inside MSBuild but the VMR tooling can now do that (https://github.com/dotnet/arcade-services/pull/2004). This replaces the need for the Source-Build tasks (Read/Write, recursive clone). Secondly, `git-info` props files are now created by the CLI too (https://github.com/dotnet/arcade-services/pull/2014). --- eng/Version.Details.xml | 4 +- eng/Versions.props | 2 +- src/VirtualMonoRepo/InitializeVMR.proj | 61 +++++-------------- src/VirtualMonoRepo/Tasks/RemoteFactory.cs | 12 ++-- .../Tasks/VirtualMonoRepo_Initialize.cs | 11 +++- 5 files changed, 37 insertions(+), 53 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b685bcbc..b7b91aec8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -207,9 +207,9 @@ https://github.com/dotnet/arcade 91db46836065516e87e05bbdb51c5aee0f90428c - + https://github.com/dotnet/arcade-services - f169af20efd542ef8aba38154efb9ccd22eba2c4 + 1031000fad67fa8e3f8dc67ef73611b556eb33a5 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 648a8ef2b..52e8c1af8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22429.1 + 1.1.0-beta.22462.2 diff --git a/src/VirtualMonoRepo/InitializeVMR.proj b/src/VirtualMonoRepo/InitializeVMR.proj index 176498bff..5270fc9da 100644 --- a/src/VirtualMonoRepo/InitializeVMR.proj +++ b/src/VirtualMonoRepo/InitializeVMR.proj @@ -35,9 +35,7 @@ InitializeCleanVmr; CopyTarballContent; CommitInitialContent; - SetupSelfGithubInfo; InitializeRepoAndDependentsRecursive; - CommitGitInfoFiles; CopyTextOnlyPackages; CommitTextOnlyPackages"> @@ -60,57 +58,30 @@ - - $(SourceBuildRepoName)/ - $(VmrSourceDir)$(SourceDir) - $(IndividualRepoSourceDir)eng/ - $(IndividualRepoSourceEngDir)Version.Details.xml + $([System.IO.Path]::GetFileName("$(RepoRoot.TrimEnd('/').TrimEnd('\\'))")) + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/VirtualMonoRepo/Tasks/RemoteFactory.cs b/src/VirtualMonoRepo/Tasks/RemoteFactory.cs index cde8faadd..24d8914f3 100644 --- a/src/VirtualMonoRepo/Tasks/RemoteFactory.cs +++ b/src/VirtualMonoRepo/Tasks/RemoteFactory.cs @@ -5,26 +5,29 @@ using System; using System.Threading.Tasks; using Microsoft.DotNet.DarcLib; using Microsoft.DotNet.DarcLib.Helpers; +using Microsoft.Extensions.Logging; namespace Microsoft.DotNet.VirtualMonoRepo.Tasks; internal class RemoteFactory : IRemoteFactory { private readonly IProcessManager _processManager; + private readonly IVersionDetailsParser _versionDetailsParser; private readonly string _tmpPath; - public RemoteFactory(IProcessManager processManager, string tmpPath) + public RemoteFactory(IProcessManager processManager, IVersionDetailsParser versionDetailsParser, string tmpPath) { _processManager = processManager; + _versionDetailsParser = versionDetailsParser; _tmpPath = tmpPath; } - public Task GetBarOnlyRemoteAsync(Extensions.Logging.ILogger logger) + public Task GetBarOnlyRemoteAsync(ILogger logger) { throw new NotImplementedException(); } - public Task GetRemoteAsync(string repoUrl, Extensions.Logging.ILogger logger) + public Task GetRemoteAsync(string repoUrl, ILogger logger) { var githubClient = new DarcLib.GitHubClient( _processManager.GitExecutable, @@ -33,6 +36,7 @@ internal class RemoteFactory : IRemoteFactory _tmpPath, cache: null); - return System.Threading.Tasks.Task.FromResult(new Remote(githubClient, barClient: null, logger)); + IRemote remote = new Remote(githubClient, barClient: null, _versionDetailsParser, logger); + return Task.FromResult(remote); } } diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs index 3a0e1b77a..54b947ac4 100644 --- a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs +++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs @@ -14,6 +14,11 @@ using Microsoft.Extensions.Logging; namespace Microsoft.DotNet.VirtualMonoRepo.Tasks; +/// +/// This tasks equals calling the "darc vmr initialize" command. +/// This command pulls an individual repository into the VMR for the first time. +/// It can also recursively pull all of its dependencies based on Version.Details.xml. +/// public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask { private readonly Lazy _serviceProvider; @@ -30,6 +35,10 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask public string Revision { get; set; } + public string PackageVersion { get; set; } + + public bool Recursive { get; set; } + public VirtualMonoRepo_Initialize() { _serviceProvider = new(CreateServiceProvider); @@ -40,7 +49,7 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask private async Task ExecuteAsync() { var vmrInitializer = _serviceProvider.Value.GetRequiredService(); - await vmrInitializer.InitializeVmr(Repository, Revision, _cancellationToken.Token); + await vmrInitializer.InitializeRepository(Repository, Revision, PackageVersion, Recursive, _cancellationToken.Token); return true; } From 954976f22c56e8f69cc20a9ab60e4fab65313457 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 10:35:10 -0700 Subject: [PATCH 128/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20220913.4 (#14494) Microsoft.SourceBuild.Intermediate.source-build-externals From Version 7.0.0-alpha.1.22459.1 -> To Version 8.0.0-alpha.1.22463.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b7b91aec8..8da88cd45 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -182,9 +182,9 @@ ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 - + https://github.com/dotnet/source-build-externals - 2a351e2e2102c67a833a485e43eded6423e56896 + 4663cca8b51b481bfd5e82695d2027d05688b5de From ddb4ee4d30193c989d574c071cf8e313522c5414 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 10:35:28 -0700 Subject: [PATCH 129/501] Update dependencies from https://github.com/dotnet/arcade build 20220913.5 (#14493) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22462.4 -> To Version 8.0.0-beta.22463.5 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22461-01 -> To Version 1.2.0-beta-22462-02 (parent: Microsoft.DotNet.Arcade.Sdk Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- eng/common/templates/job/execute-sdl.yml | 4 +++- global.json | 4 ++-- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8da88cd45..81a9a4dc6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -194,18 +194,18 @@ - + https://github.com/dotnet/arcade - 91db46836065516e87e05bbdb51c5aee0f90428c + c670c5bf5cff7c5c2ca086fd41cc1ace90761576 - + https://github.com/dotnet/arcade - 91db46836065516e87e05bbdb51c5aee0f90428c + c670c5bf5cff7c5c2ca086fd41cc1ace90761576 - + https://github.com/dotnet/arcade - 91db46836065516e87e05bbdb51c5aee0f90428c + c670c5bf5cff7c5c2ca086fd41cc1ace90761576 https://github.com/dotnet/arcade-services @@ -220,14 +220,14 @@ 1f8037df094f11e7ab0422cbe514726ccc920d78 - + https://github.com/dotnet/sourcelink - 4d2cae3ec4edec7004c6e46cd6d1621966bf776d + 2fc6877be8977fdfdaedbf8dbb1937e85a9c1c0c - + https://github.com/dotnet/xliff-tasks - 1fc529f2ba048ce0534cb1fa90fc1b7b89f3c668 + e1e30629021d58cfda76452755b75c89d6e307a8 diff --git a/eng/Versions.props b/eng/Versions.props index 52e8c1af8..2bcc023be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22462.4 + 8.0.0-beta.22463.5 diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 9ff6a10a6..781a41c94 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -59,7 +59,9 @@ jobs: - checkout: self clean: true - - template: /eng/common/templates/post-build/setup-maestro-vars.yml + # If the template caller didn't provide an AzDO parameter, set them all up as Maestro vars. + - ${{ if not(and(parameters.AzDOProjectName, parameters.AzDOPipelineId, parameters.AzDOBuildId)) }}: + - template: /eng/common/templates/post-build/setup-maestro-vars.yml - ${{ if ne(parameters.downloadArtifacts, 'false')}}: - ${{ if ne(parameters.artifactNames, '') }}: diff --git a/global.json b/global.json index 3ac67aebb..98eed4d6f 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22462.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22462.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22463.5", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22463.5" } } From dbee7d43e790c9175dfcaad99fb57256a329e855 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Wed, 14 Sep 2022 14:20:56 -0700 Subject: [PATCH 130/501] Disable tarball build check in CI --- .../eng/common/templates/job/source-build-create-tarball.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml index 8e55a40b5..0c40371df 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml @@ -86,3 +86,5 @@ jobs: fi displayName: Tarball Build Check name: Tarball_Build_Check + # Disable tarball CI until .NET 8.0 is source-buildable + condition: false From ea697b59cb295ba909b4a079caebdf2aa991ab55 Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Thu, 15 Sep 2022 09:14:15 +0300 Subject: [PATCH 131/501] add dotnet8 package source in the readme and delete dotnet6 to match the table below. --- README.md | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 24d943d1f..9b52e7a2d 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,19 @@ You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (z want to install the latest released versions, check out the [preceding section](#looking-for-released-versions-of-the-net-core-tooling). With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes. +**For .NET 8 builds** + +```xml + + + + + +``` + **For .NET 7 builds** -``` +```xml @@ -125,28 +135,6 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -**For .NET 6 builds** - -``` - - - - - -``` - -**For .NET 6 Optional workloads** -_The below feed is needed for 6.0 releases before RC1_ - -We strongly recommend using `--skip-manifest-update` with `dotnet workload install` as otherwise you could pick up a random build of various workloads as we'll automatically update to the newest one available on the feed. - -``` - - - - - -``` Please do not directly edit the table below. Use https://github.com/dotnet/installer/tree/main/tools/sdk-readme-table-generator to help you generate it. Make sure to run the table generator test and make any changes to the generator along with your changes to the table. Daily servicing builds have been removed as all servicing is done in private repos to avoid disclosure of critical security fixes. All public servicing builds can be downloaded at http://aka.ms/dotnet-download. ### Table From 66cf442402c8b08384c880f5749b81d6472e942f Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Thu, 15 Sep 2022 01:22:35 -0700 Subject: [PATCH 132/501] Try to fix the failure --- src/redist/targets/BundledManifests.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/BundledManifests.targets b/src/redist/targets/BundledManifests.targets index 85af8880c..af2de5738 100644 --- a/src/redist/targets/BundledManifests.targets +++ b/src/redist/targets/BundledManifests.targets @@ -56,7 +56,7 @@ + Exclude="Microsoft.NET.Workload.Mono.ToolChain;Microsoft.NET.Workload.Mono.ToolChain.net6;Microsoft.NET.Workload.Mono.ToolChain.net7;Microsoft.NET.Workload.Emscripten.net6;Microsoft.NET.Workload.Emscripten.net7" /> From 5be2aa75c6881723a2be7702a2fd0b993ba69e2d Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Thu, 15 Sep 2022 14:21:14 +0000 Subject: [PATCH 133/501] Resolve source-build patch conflicts --- ...s-to-net7.0-TFM-with-shared-property.patch | 268 ------------------ ...pdate-TFM-to-net7.0-for-source-build.patch | 129 --------- ...002-Change-TargetFramework-to-net7.0.patch | 2 +- 3 files changed, 1 insertion(+), 398 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/command-line-api/0001-Update-projects-to-net7.0-TFM-with-shared-property.patch delete mode 100644 src/SourceBuild/tarball/patches/nuget-client/0003-Update-TFM-to-net7.0-for-source-build.patch diff --git a/src/SourceBuild/tarball/patches/command-line-api/0001-Update-projects-to-net7.0-TFM-with-shared-property.patch b/src/SourceBuild/tarball/patches/command-line-api/0001-Update-projects-to-net7.0-TFM-with-shared-property.patch deleted file mode 100644 index d875d0aeb..000000000 --- a/src/SourceBuild/tarball/patches/command-line-api/0001-Update-projects-to-net7.0-TFM-with-shared-property.patch +++ /dev/null @@ -1,268 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Tue, 19 Jul 2022 14:47:28 -0700 -Subject: [PATCH] Update projects to net7.0 TFM with shared property, Only enable trimming for .NET Core - -Backport PR: https://github.com/dotnet/command-line-api/pull/1803 ---- - Directory.Build.props | 1 + - global.json | 7 ++++--- - .../System.CommandLine.ApiCompatibility.Tests.csproj | 2 +- - .../System.CommandLine.Benchmarks.csproj | 4 ++-- - .../System.CommandLine.DragonFruit.Tests.csproj | 2 +- - .../System.CommandLine.Generator.Tests.csproj | 2 +- - .../System.CommandLine.Hosting.Tests.csproj | 2 +- - .../System.CommandLine.NamingConventionBinder.Tests.csproj | 2 +- - .../System.CommandLine.Rendering.Tests.csproj | 2 +- - .../EndToEndTestApp/EndToEndTestApp.csproj | 2 +- - .../dotnet-suggest.Tests.csproj | 2 +- - src/System.CommandLine.Suggest/dotnet-suggest.csproj | 2 +- - .../System.CommandLine.Tests.csproj | 2 +- - .../TestApps/NativeAOT/NativeAOT.csproj | 4 ++-- - .../TestApps/Trimming/Trimming.csproj | 4 ++-- - src/System.CommandLine/System.CommandLine.csproj | 7 +++++-- - 16 files changed, 26 insertions(+), 21 deletions(-) - -diff --git a/Directory.Build.props b/Directory.Build.props -index c0c5f79a..901c57c7 100644 ---- a/Directory.Build.props -+++ b/Directory.Build.props -@@ -9,6 +9,7 @@ - $(NoWarn);CS8714;CS8765;CS8600;CS8601;CS8602;CS8603;CS8604 - MIT - 10.0 -+ net7.0 - - - -diff --git a/global.json b/global.json -index 1c6fd268..f5bec611 100644 ---- a/global.json -+++ b/global.json -@@ -1,12 +1,13 @@ - { - "tools": { -- "dotnet": "6.0.100", -+ "dotnet": "7.0.100-preview.6.22352.1", - "runtimes": { - "dotnet": [ -- "5.0.10" -+ "5.0.17", -+ "6.0.7" - ] - }, -- "xcopy-msbuild": "16.10.0-preview2" -+ "xcopy-msbuild": "17.1.0" - }, - "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22168.2" -diff --git a/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj b/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj -index 30bcd139..4cc48fde 100644 ---- a/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj -+++ b/src/System.CommandLine.ApiCompatibility.Tests/System.CommandLine.ApiCompatibility.Tests.csproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ $(TargetFrameworkForNETSDK) - false - - -diff --git a/src/System.CommandLine.Benchmarks/System.CommandLine.Benchmarks.csproj b/src/System.CommandLine.Benchmarks/System.CommandLine.Benchmarks.csproj -index e54aabc4..185ba62a 100644 ---- a/src/System.CommandLine.Benchmarks/System.CommandLine.Benchmarks.csproj -+++ b/src/System.CommandLine.Benchmarks/System.CommandLine.Benchmarks.csproj -@@ -9,8 +9,8 @@ - false - - -- net461;net5.0;net6.0; -- net5.0;net6.0; -+ net461;net5.0;net6.0;net7.0 -+ net5.0;net6.0;net7.0 - - - False -diff --git a/src/System.CommandLine.DragonFruit.Tests/System.CommandLine.DragonFruit.Tests.csproj b/src/System.CommandLine.DragonFruit.Tests/System.CommandLine.DragonFruit.Tests.csproj -index 7eee0b38..e504f7e8 100644 ---- a/src/System.CommandLine.DragonFruit.Tests/System.CommandLine.DragonFruit.Tests.csproj -+++ b/src/System.CommandLine.DragonFruit.Tests/System.CommandLine.DragonFruit.Tests.csproj -@@ -1,6 +1,6 @@ -  - -- net6.0 -+ $(TargetFrameworkForNETSDK) - AutoGeneratedProgram - - true -diff --git a/src/System.CommandLine.Generator.Tests/System.CommandLine.Generator.Tests.csproj b/src/System.CommandLine.Generator.Tests/System.CommandLine.Generator.Tests.csproj -index a423eb1e..20f0f410 100644 ---- a/src/System.CommandLine.Generator.Tests/System.CommandLine.Generator.Tests.csproj -+++ b/src/System.CommandLine.Generator.Tests/System.CommandLine.Generator.Tests.csproj -@@ -1,6 +1,6 @@ -  - -- net6.0 -+ $(TargetFrameworkForNETSDK) - $(TargetFrameworks);net462 - true - true -diff --git a/src/System.CommandLine.Hosting.Tests/System.CommandLine.Hosting.Tests.csproj b/src/System.CommandLine.Hosting.Tests/System.CommandLine.Hosting.Tests.csproj -index 328b4e12..8e2cd6ea 100644 ---- a/src/System.CommandLine.Hosting.Tests/System.CommandLine.Hosting.Tests.csproj -+++ b/src/System.CommandLine.Hosting.Tests/System.CommandLine.Hosting.Tests.csproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ $(TargetFrameworkForNETSDK) - $(TargetFrameworks);net462 - false - -diff --git a/src/System.CommandLine.NamingConventionBinder.Tests/System.CommandLine.NamingConventionBinder.Tests.csproj b/src/System.CommandLine.NamingConventionBinder.Tests/System.CommandLine.NamingConventionBinder.Tests.csproj -index 43eb7c29..7bff1796 100644 ---- a/src/System.CommandLine.NamingConventionBinder.Tests/System.CommandLine.NamingConventionBinder.Tests.csproj -+++ b/src/System.CommandLine.NamingConventionBinder.Tests/System.CommandLine.NamingConventionBinder.Tests.csproj -@@ -1,6 +1,6 @@ -  - -- net6.0 -+ $(TargetFrameworkForNETSDK) - $(TargetFrameworks);net462 - 10 - -diff --git a/src/System.CommandLine.Rendering.Tests/System.CommandLine.Rendering.Tests.csproj b/src/System.CommandLine.Rendering.Tests/System.CommandLine.Rendering.Tests.csproj -index 1c116508..afd6dc6a 100644 ---- a/src/System.CommandLine.Rendering.Tests/System.CommandLine.Rendering.Tests.csproj -+++ b/src/System.CommandLine.Rendering.Tests/System.CommandLine.Rendering.Tests.csproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ $(TargetFrameworkForNETSDK) - false - - -diff --git a/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj b/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj -index 9a3eb54d..76add0d5 100644 ---- a/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj -+++ b/src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj -@@ -6,7 +6,7 @@ - - - Exe -- net6.0 -+ $(TargetFrameworkForNETSDK) - - - -diff --git a/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj b/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj -index da6abedf..f1711a10 100644 ---- a/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj -+++ b/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ $(TargetFrameworkForNETSDK) - - - -diff --git a/src/System.CommandLine.Suggest/dotnet-suggest.csproj b/src/System.CommandLine.Suggest/dotnet-suggest.csproj -index fd825008..ce4bda1d 100644 ---- a/src/System.CommandLine.Suggest/dotnet-suggest.csproj -+++ b/src/System.CommandLine.Suggest/dotnet-suggest.csproj -@@ -1,7 +1,7 @@ -  - - Exe -- net6.0 -+ $(TargetFrameworkForNETSDK) - true - true - dotnet-suggest -diff --git a/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj b/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj -index c1988ec4..44b5c9fc 100644 ---- a/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj -+++ b/src/System.CommandLine.Tests/System.CommandLine.Tests.csproj -@@ -1,6 +1,6 @@ -  - -- net6.0 -+ $(TargetFrameworkForNETSDK) - $(TargetFrameworks);net462 - false - -diff --git a/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj b/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj -index b0036ed0..cc306fea 100644 ---- a/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj -+++ b/src/System.CommandLine.Tests/TestApps/NativeAOT/NativeAOT.csproj -@@ -2,13 +2,13 @@ - - - Exe -- net6.0 -+ $(TargetFrameworkForNETSDK) - - false - - - -- ..\..\..\System.CommandLine\bin\Release\net6.0\System.CommandLine.dll -+ ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll - - - -diff --git a/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj b/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj -index 6dcf8892..615b0764 100644 ---- a/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj -+++ b/src/System.CommandLine.Tests/TestApps/Trimming/Trimming.csproj -@@ -2,7 +2,7 @@ - - - Exe -- net6.0 -+ $(TargetFrameworkForNETSDK) - enable - enable - true -@@ -10,7 +10,7 @@ - - - -- ..\..\..\System.CommandLine\bin\Release\net6.0\System.CommandLine.dll -+ ..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll - - - -diff --git a/src/System.CommandLine/System.CommandLine.csproj b/src/System.CommandLine/System.CommandLine.csproj -index 424053a6..37115d70 100644 ---- a/src/System.CommandLine/System.CommandLine.csproj -+++ b/src/System.CommandLine/System.CommandLine.csproj -@@ -3,7 +3,7 @@ - - true - System.CommandLine -- net6.0;netstandard2.0 -+ $(TargetFrameworkForNETSDK);netstandard2.0 - enable - true - 10 -@@ -15,9 +15,12 @@ - * Test and debug support - - true -+ true -+ -+ -+ - true - true -- true - - - diff --git a/src/SourceBuild/tarball/patches/nuget-client/0003-Update-TFM-to-net7.0-for-source-build.patch b/src/SourceBuild/tarball/patches/nuget-client/0003-Update-TFM-to-net7.0-for-source-build.patch deleted file mode 100644 index 054c48eb5..000000000 --- a/src/SourceBuild/tarball/patches/nuget-client/0003-Update-TFM-to-net7.0-for-source-build.patch +++ /dev/null @@ -1,129 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Mon, 1 Aug 2022 15:31:27 -0700 -Subject: [PATCH] Update TFM to net7.0 for source-build - ---- - build/common.project.props | 6 +++--- - build/common.targets | 2 +- - eng/source-build/global.json | 2 +- - .../NuGet.Configuration/NuGet.Configuration.csproj | 2 +- - src/NuGet.Core/NuGet.Frameworks/FrameworkConstants.cs | 2 ++ - src/NuGet.Core/NuGet.Frameworks/NuGetFrameworkFactory.cs | 6 ++++++ - .../NuGet.PackageManagement/NuGet.PackageManagement.csproj | 2 +- - 7 files changed, 15 insertions(+), 7 deletions(-) - -diff --git a/build/common.project.props b/build/common.project.props -index 93287fdde..059adfa51 100644 ---- a/build/common.project.props -+++ b/build/common.project.props -@@ -14,18 +14,18 @@ - v4.7.2 - net472 - netcoreapp3.1 -- net6.0 -+ net7.0 - net6.0 - netstandard2.0 - $(NETFXTargetFramework);$(NETCoreTargetFramework) - $(NETCoreTargetFramework) - $(TargetFrameworksExe);netcoreapp5.0 - $(NETCoreTargetFramework);netcoreapp5.0 -- $(TargetFrameworksExe);net6.0 -+ $(TargetFrameworksExe);net7.0 - $(NETFXTargetFramework);$(NetStandardVersion) - $(NETCoreTargetFramework);$(NETFXTargetFramework);$(NetStandardVersion) - $(TargetFrameworksLibrary);netcoreapp5.0 -- $(TargetFrameworksLibrary);net6.0 -+ $(TargetFrameworksLibrary);net7.0 - $(NETFXTargetFramework);net6.0 - $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'README.md'))\ - $(RepositoryRootDirectory)build\ -diff --git a/build/common.targets b/build/common.targets -index 69c72499b..01ec1b568 100644 ---- a/build/common.targets -+++ b/build/common.targets -@@ -6,7 +6,7 @@ - true - - -- -+ - $(DefineConstants);IS_CORECLR - true - -diff --git a/eng/source-build/global.json b/eng/source-build/global.json -index 2b9604572..d4d319b20 100644 ---- a/eng/source-build/global.json -+++ b/eng/source-build/global.json -@@ -1,6 +1,6 @@ - { - "tools": { -- "dotnet": "6.0.100-preview.7.21379.14" -+ "dotnet": "7.0.100-preview.6.22352.1" - }, - "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21309.7" -diff --git a/src/NuGet.Core/NuGet.Configuration/NuGet.Configuration.csproj b/src/NuGet.Core/NuGet.Configuration/NuGet.Configuration.csproj -index 53e500248..5edbc8281 100644 ---- a/src/NuGet.Core/NuGet.Configuration/NuGet.Configuration.csproj -+++ b/src/NuGet.Core/NuGet.Configuration/NuGet.Configuration.csproj -@@ -29,7 +29,7 @@ - - - -- -+ - - - -diff --git a/src/NuGet.Core/NuGet.Frameworks/FrameworkConstants.cs b/src/NuGet.Core/NuGet.Frameworks/FrameworkConstants.cs -index 6ec51bdd2..4839a2952 100644 ---- a/src/NuGet.Core/NuGet.Frameworks/FrameworkConstants.cs -+++ b/src/NuGet.Core/NuGet.Frameworks/FrameworkConstants.cs -@@ -12,6 +12,7 @@ public static class FrameworkConstants - public static readonly Version MaxVersion = new Version(int.MaxValue, 0, 0, 0); - public static readonly Version Version5 = new Version(5, 0, 0, 0); - public static readonly Version Version6 = new Version(6, 0, 0, 0); -+ public static readonly Version Version7 = new Version(7, 0, 0, 0); - public static readonly Version Version10 = new Version(10, 0, 0, 0); - public static readonly FrameworkRange DotNetAll = new FrameworkRange( - new NuGetFramework(FrameworkIdentifiers.NetPlatform, FrameworkConstants.EmptyVersion), -@@ -186,6 +187,7 @@ public static class CommonFrameworks - // .NET 5.0 and later has NetCoreApp identifier - public static readonly NuGetFramework Net50 = new NuGetFramework(FrameworkIdentifiers.NetCoreApp, Version5); - public static readonly NuGetFramework Net60 = new NuGetFramework(FrameworkIdentifiers.NetCoreApp, Version6); -+ public static readonly NuGetFramework Net70 = new NuGetFramework(FrameworkIdentifiers.NetCoreApp, Version7); - - public static readonly NuGetFramework Native = new NuGetFramework(FrameworkIdentifiers.Native, new Version(0, 0, 0, 0)); - } -diff --git a/src/NuGet.Core/NuGet.Frameworks/NuGetFrameworkFactory.cs b/src/NuGet.Core/NuGet.Frameworks/NuGetFrameworkFactory.cs -index cbbb3af0c..67a355cc8 100644 ---- a/src/NuGet.Core/NuGet.Frameworks/NuGetFrameworkFactory.cs -+++ b/src/NuGet.Core/NuGet.Frameworks/NuGetFrameworkFactory.cs -@@ -686,6 +686,12 @@ private static bool TryParseCommonFramework(string frameworkString, out NuGetFra - case "net60": - framework = FrameworkConstants.CommonFrameworks.Net60; - break; -+ case "netcoreapp7.0": -+ case "netcoreapp70": -+ case "net7.0": -+ case "net70": -+ framework = FrameworkConstants.CommonFrameworks.Net70; -+ break; - } - - return framework != null; -diff --git a/src/NuGet.Core/NuGet.PackageManagement/NuGet.PackageManagement.csproj b/src/NuGet.Core/NuGet.PackageManagement/NuGet.PackageManagement.csproj -index 8a9bc1778..01e0a0221 100644 ---- a/src/NuGet.Core/NuGet.PackageManagement/NuGet.PackageManagement.csproj -+++ b/src/NuGet.Core/NuGet.PackageManagement/NuGet.PackageManagement.csproj -@@ -35,7 +35,7 @@ - - - -- -+ - - - diff --git a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch index bb3c2b80f..dbaed6e7b 100644 --- a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch +++ b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch @@ -46,7 +46,7 @@ index 2de17ce715..32e6580920 100644 --- a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj +++ b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj @@ -1,7 +1,7 @@ -  + - net6.0 From 6e0a7bb8f9a3839f1994846d7f414e7151937898 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 15 Sep 2022 10:40:13 -0700 Subject: [PATCH 134/501] Remove use of internal archives from aspnet (#14504) --- src/redist/targets/GenerateLayout.targets | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 5051d9c51..8e36e1afa 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -92,13 +92,12 @@ aspnetcore-runtime-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) aspnetcore-runtime-$(VSRedistCommonAspNetCoreSharedFrameworkx6480PackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) - aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreInstallerRid).wixlib aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefInternalPackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) aspnetcoremodule_$(Architecture)_en_v2_$(MicrosoftAspNetCoreAppRuntimePackageVersion)$(InstallerExtension) aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) - aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) + aspnetcore-runtime-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) aspnetcore_base_runtime.version From 35edb57a7f47fbb067b858bafc364fd0173aeee6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Sep 2022 19:18:34 +0000 Subject: [PATCH 135/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.22 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.22 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 104 ++++++++++++++++++++-------------------- eng/Versions.props | 44 ++++++++--------- 2 files changed, 74 insertions(+), 74 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b4ba4089..2d50363b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - 7bbc73217fa4db2afdf66b431db82cb83c564f27 + 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 - + https://github.com/dotnet/windowsdesktop - 7bbc73217fa4db2afdf66b431db82cb83c564f27 + 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 - + https://github.com/dotnet/windowsdesktop - 7bbc73217fa4db2afdf66b431db82cb83c564f27 + 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 - + https://github.com/dotnet/windowsdesktop - 7bbc73217fa4db2afdf66b431db82cb83c564f27 + 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 https://github.com/dotnet/llvm-project 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - c804303aceb5f0200651935492a9189ddc6b0234 + 67d2570ccfbabda2fc80b783471596d3481ffeb2 - + https://github.com/dotnet/runtime - c804303aceb5f0200651935492a9189ddc6b0234 + 67d2570ccfbabda2fc80b783471596d3481ffeb2 - + https://github.com/dotnet/runtime - c804303aceb5f0200651935492a9189ddc6b0234 + 67d2570ccfbabda2fc80b783471596d3481ffeb2 - + https://github.com/dotnet/runtime - c804303aceb5f0200651935492a9189ddc6b0234 + 67d2570ccfbabda2fc80b783471596d3481ffeb2 - + https://github.com/dotnet/runtime - c804303aceb5f0200651935492a9189ddc6b0234 + 67d2570ccfbabda2fc80b783471596d3481ffeb2 - + https://github.com/dotnet/runtime - c804303aceb5f0200651935492a9189ddc6b0234 + 67d2570ccfbabda2fc80b783471596d3481ffeb2 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c804303aceb5f0200651935492a9189ddc6b0234 + 67d2570ccfbabda2fc80b783471596d3481ffeb2 - + https://github.com/dotnet/aspnetcore - 5f91f1b5428f387600a76df66c93d446e0ec177e + 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 - + https://github.com/dotnet/aspnetcore - 5f91f1b5428f387600a76df66c93d446e0ec177e + 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 - + https://github.com/dotnet/aspnetcore - 5f91f1b5428f387600a76df66c93d446e0ec177e + 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 - + https://github.com/dotnet/aspnetcore - 5f91f1b5428f387600a76df66c93d446e0ec177e + 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 - + https://github.com/dotnet/aspnetcore - 5f91f1b5428f387600a76df66c93d446e0ec177e + 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 - + https://github.com/dotnet/aspnetcore - 5f91f1b5428f387600a76df66c93d446e0ec177e + 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 - + https://github.com/dotnet/aspnetcore - 5f91f1b5428f387600a76df66c93d446e0ec177e + 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - fa0929b2329139101488ee7ea95f48a372254ced + cdb5f832692f183781df641a0c261abba20f5f57 - + https://github.com/dotnet/sdk - fa0929b2329139101488ee7ea95f48a372254ced + cdb5f832692f183781df641a0c261abba20f5f57 - + https://github.com/dotnet/sdk - fa0929b2329139101488ee7ea95f48a372254ced + cdb5f832692f183781df641a0c261abba20f5f57 - + https://github.com/dotnet/sdk - fa0929b2329139101488ee7ea95f48a372254ced + cdb5f832692f183781df641a0c261abba20f5f57 @@ -129,18 +129,18 @@ https://github.com/dotnet/wpf 2bdc217aadcb53ff6f45808dc1edefe433e60695 - + https://github.com/dotnet/fsharp - 23fd568d337d3d6492869ce09a6e69a91cf4dc17 + 430d645d778ec0db10ad7ad0b02de9fab3ce5647 - + https://github.com/dotnet/fsharp - 23fd568d337d3d6492869ce09a6e69a91cf4dc17 + 430d645d778ec0db10ad7ad0b02de9fab3ce5647 - + https://github.com/microsoft/vstest - 47f4e89e49e53808d745fc063ba11a531185c650 + 3c560f92eb7832d353f9cbeaa120b234e02ef027 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 85f9dbfea5955ec9cdad3417dba40034da74fb93 + 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 diff --git a/eng/Versions.props b/eng/Versions.props index 391229853..ed6fe9117 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,46 +53,46 @@ - 8.0.0-alpha.1.22463.1 - 8.0.0-alpha.1.22463.1 - 8.0.0-alpha.1.22463.1 - 8.0.0-alpha.1.22463.1 - 8.0.0-alpha.1.22463.1 - 8.0.0-alpha.1.22463.1 - 8.0.0-alpha.1.22463.1 + 8.0.0-alpha.1.22464.27 + 8.0.0-alpha.1.22464.27 + 8.0.0-alpha.1.22464.27 + 8.0.0-alpha.1.22464.27 + 8.0.0-alpha.1.22464.27 + 8.0.0-alpha.1.22464.27 + 8.0.0-alpha.1.22464.27 0.2.0 - 8.0.100-alpha.1.22463.50 - 8.0.100-alpha.1.22463.50 - 8.0.100-alpha.1.22463.50 + 8.0.100-alpha.1.22465.22 + 8.0.100-alpha.1.22465.22 + 8.0.100-alpha.1.22465.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22462.15 + 8.0.0-alpha.1.22463.9 - 8.0.0-alpha.1.22462.15 - 8.0.0-alpha.1.22462.15 - 8.0.0-alpha.1.22462.15 - 8.0.0-alpha.1.22462.15 - 8.0.0-alpha.1.22462.15 - 8.0.0-alpha.1.22462.15 + 8.0.0-alpha.1.22463.9 + 8.0.0-alpha.1.22463.9 + 8.0.0-alpha.1.22463.9 + 8.0.0-alpha.1.22463.9 + 8.0.0-alpha.1.22463.9 + 8.0.0-alpha.1.22463.9 2.1.0 - 8.0.0-alpha.1.22457.11 - 8.0.0-alpha.1.22457.11 - 8.0.0-alpha.1.22457.11 - 8.0.0-alpha.1.22457.11 + 8.0.0-alpha.1.22464.1 + 8.0.0-alpha.1.22464.1 + 8.0.0-alpha.1.22464.1 + 8.0.0-alpha.1.22464.1 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220912-02 + 17.4.0-preview-20220915-01 7.0.0-preview.7.22375.6 From e371e5b548729e2066b7ea8c2a376475382dedda Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 15 Sep 2022 12:38:25 -0700 Subject: [PATCH 136/501] Update to the just shiped RC1 version for all 7.0 templates and implicit versions. --- eng/Versions.props | 18 +++++++++--------- global.json | 2 +- .../targets/GenerateBundledVersions.targets | 12 ++++++------ test/SdkTests/SdkTests.csproj | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 391229853..706e11a12 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -110,16 +110,16 @@ 5.0.403 6.0.302 - 7.0.100-rc.1.22416.16 + 7.0.100-rc.1.22429.2 5.0.13 6.0.1 - 7.0.0-rc.1.22423.7 + 7.0.0-rc.1.22427.2 5.0.17-servicing.22215.4 5.0.17-servicing.22218.2 6.0.7-servicing.22322.3 6.0.7-servicing.22322.2 - 7.0.0-rc.1.22362.6 - 7.0.0-preview.7.22377.1 + 7.0.0-rc.1.22426.4 + 7.0.0-rc.1.22427.1 $(MicrosoftNETCoreAppRuntimePackageVersion) @@ -137,12 +137,12 @@ $(MicrosoftDotNetCommonItemTemplatesPackageVersion) $(MicrosoftAspNetCoreAppRuntimePackageVersion) - 7.0.0-preview.7.22376.2 - 7.0.0-preview.7.22377.1 + 7.0.0-rc.1.22426.4 + 7.0.0-rc.1.22427.1 $(NUnit3DotNetNewTemplatePackageVersion) - 7.0.100-rc.1.22431.7 - 7.0.100-rc.1.22431.7 - 7.0.0-rc.1.22423.7 + 7.0.100-rc.1.22429.2 + 7.0.100-rc.1.22429.2 + 7.0.0-rc.1.22427.2 $(MicrosoftWinFormsProjectTemplates60PackageVersion) $(MicrosoftWPFProjectTemplates60PackageVersion) diff --git a/global.json b/global.json index b8d50d0d1..b867c4d21 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "8.0.100-alpha.1.22423.9", "runtimes": { "dotnet": [ - "7.0.0-preview.7.22375.6" + "7.0.100-rc.1.22431.12" ] } }, diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 6eea3744a..0b8082f63 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -77,12 +77,12 @@ <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NET70RuntimePackVersion>7.0.0-rc.1.22423.16 - <_NET70TargetingPackVersion>7.0.0-rc.1.22423.16 - <_WindowsDesktop70RuntimePackVersion>7.0.0-rc.1.22423.6 - <_WindowsDesktop70TargetingPackVersion>7.0.0-rc.1.22423.6 - <_AspNet70RuntimePackVersion>7.0.0-rc.1.22423.7 - <_AspNet70TargetingPackVersion>7.0.0-rc.1.22423.7 + <_NET70RuntimePackVersion>7.0.0-rc.1.22426.10 + <_NET70TargetingPackVersion>7.0.0-rc.1.22426.10 + <_WindowsDesktop70RuntimePackVersion>7.0.0-rc.1.22427.1 + <_WindowsDesktop70TargetingPackVersion>7.0.0-rc.1.22427.1 + <_AspNet70RuntimePackVersion>7.0.0-rc.1.22427.2 + <_AspNet70TargetingPackVersion>7.0.0-rc.1.22427.2 <_NET60RuntimePackVersion>6.0.$(VersionFeature60) <_NET60TargetingPackVersion>6.0.$(VersionFeature60) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index dcc98dcfa..40cb6f5e4 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -63,7 +63,7 @@ - + From ea19fb898e18315c1f3f81c9037fe9cd529421d7 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 15 Sep 2022 12:42:13 -0700 Subject: [PATCH 137/501] Updated the console logging extension as well. --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b4ba4089..f999f9551 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -216,9 +216,9 @@ https://github.com/dotnet/arcade-services 1031000fad67fa8e3f8dc67ef73611b556eb33a5 - + https://github.com/dotnet/runtime - eecb02807867cad56cd05badddef65e432248b75 + 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 706e11a12..0ed304b22 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 17.4.0-preview-20220912-02 - 7.0.0-preview.7.22375.6 + 7.0.0-rc.1.22426.10. From bf0c0618608e23005b95f1201bd739613cc165cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Sep 2022 20:17:44 +0000 Subject: [PATCH 138/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.30 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.30 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 2d50363b4..ad40698d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - cdb5f832692f183781df641a0c261abba20f5f57 + 34d5562b9598ec790d64072c5d22bf4f3ff5c478 - + https://github.com/dotnet/sdk - cdb5f832692f183781df641a0c261abba20f5f57 + 34d5562b9598ec790d64072c5d22bf4f3ff5c478 - + https://github.com/dotnet/sdk - cdb5f832692f183781df641a0c261abba20f5f57 + 34d5562b9598ec790d64072c5d22bf4f3ff5c478 - + https://github.com/dotnet/sdk - cdb5f832692f183781df641a0c261abba20f5f57 + 34d5562b9598ec790d64072c5d22bf4f3ff5c478 @@ -143,9 +143,9 @@ 3c560f92eb7832d353f9cbeaa120b234e02ef027 - + https://github.com/dotnet/linker - a9060d14067758ca17f8da072f4d2aa238b90045 + 6e592a9088444c5fcb700ae1a1365acbf5f3fc21 linker @@ -154,9 +154,9 @@ 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 - + https://github.com/dotnet/msbuild - a3b647d766676a735211a42aa0726d1d940ed13d + 02b334e3afaa105221d0adb49a7b224407c5334c diff --git a/eng/Versions.props b/eng/Versions.props index ed6fe9117..5d8c79741 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22465.22 - 8.0.100-alpha.1.22465.22 - 8.0.100-alpha.1.22465.22 + 8.0.100-alpha.1.22465.30 + 8.0.100-alpha.1.22465.30 + 8.0.100-alpha.1.22465.30 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 31b8a35ead2d2dbe5570c9a54aa797e8e10ccb51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Sep 2022 20:39:58 +0000 Subject: [PATCH 139/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220915.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22463.2 -> To Version 7.0.0-alpha.1.22465.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b4ba4089..e7cc0039f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -220,9 +220,9 @@ https://github.com/dotnet/runtime eecb02807867cad56cd05badddef65e432248b75 - + https://github.com/dotnet/source-build-reference-packages - 1f8037df094f11e7ab0422cbe514726ccc920d78 + 3809f7fce2698f3bae454f7e04259e560d1624a0 From efda899df1f09827b8beb62748003b95d4f8c373 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 15 Sep 2022 13:57:38 -0700 Subject: [PATCH 140/501] Updating the runtime version. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index b867c4d21..8b104ce43 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "8.0.100-alpha.1.22423.9", "runtimes": { "dotnet": [ - "7.0.100-rc.1.22431.12" + "7.0.0-rc.1.22426.10" ] } }, From 2d6317eef63b366f6e6e3ca4ef62657601905ff7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Sep 2022 21:09:14 +0000 Subject: [PATCH 141/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.31 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.31 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 ad40698d7..71f040db5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 34d5562b9598ec790d64072c5d22bf4f3ff5c478 + 5e94699fa17ef044fc59ca10bd90015b7ab594c5 - + https://github.com/dotnet/sdk - 34d5562b9598ec790d64072c5d22bf4f3ff5c478 + 5e94699fa17ef044fc59ca10bd90015b7ab594c5 - + https://github.com/dotnet/sdk - 34d5562b9598ec790d64072c5d22bf4f3ff5c478 + 5e94699fa17ef044fc59ca10bd90015b7ab594c5 - + https://github.com/dotnet/sdk - 34d5562b9598ec790d64072c5d22bf4f3ff5c478 + 5e94699fa17ef044fc59ca10bd90015b7ab594c5 diff --git a/eng/Versions.props b/eng/Versions.props index 5d8c79741..7e7ee0464 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22465.30 - 8.0.100-alpha.1.22465.30 - 8.0.100-alpha.1.22465.30 + 8.0.100-alpha.1.22465.31 + 8.0.100-alpha.1.22465.31 + 8.0.100-alpha.1.22465.31 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From befdc2c33662625492aeed1a337198d0e7998ec7 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 15 Sep 2022 15:12:23 -0700 Subject: [PATCH 142/501] Remove source build patch --- ...h-out-native-sourcelink-file-check-i.patch | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/runtime/0001-Temporarily-patch-out-native-sourcelink-file-check-i.patch diff --git a/src/SourceBuild/tarball/patches/runtime/0001-Temporarily-patch-out-native-sourcelink-file-check-i.patch b/src/SourceBuild/tarball/patches/runtime/0001-Temporarily-patch-out-native-sourcelink-file-check-i.patch deleted file mode 100644 index 3d7ba1e1f..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0001-Temporarily-patch-out-native-sourcelink-file-check-i.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Wed, 1 Jun 2022 10:10:01 -0500 -Subject: [PATCH 1/5] Temporarily patch out native sourcelink file check in - source-build. This returns source-build to its old behavior. - -Backport: https://github.com/dotnet/source-build/issues/2883 ---- - src/coreclr/runtime-prereqs.proj | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/coreclr/runtime-prereqs.proj b/src/coreclr/runtime-prereqs.proj -index 5d660044a09..b2abc4415a6 100644 ---- a/src/coreclr/runtime-prereqs.proj -+++ b/src/coreclr/runtime-prereqs.proj -@@ -6,7 +6,7 @@ - $(ArtifactsObjDir)runtime_version.h - $(ArtifactsObjDir)native.sourcelink.json - false -- true -+ true - .NET Runtime - - From 59b9b74a5e2a31e17915a70f58d49d1f12a0416d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Sep 2022 23:24:57 +0000 Subject: [PATCH 143/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.41 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.41 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 71f040db5..be64b4582 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 67d2570ccfbabda2fc80b783471596d3481ffeb2 - + https://github.com/dotnet/aspnetcore - 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 + dbb71daaaef12c231607413102453998141544a1 - + https://github.com/dotnet/aspnetcore - 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 + dbb71daaaef12c231607413102453998141544a1 - + https://github.com/dotnet/aspnetcore - 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 + dbb71daaaef12c231607413102453998141544a1 - + https://github.com/dotnet/aspnetcore - 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 + dbb71daaaef12c231607413102453998141544a1 - + https://github.com/dotnet/aspnetcore - 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 + dbb71daaaef12c231607413102453998141544a1 - + https://github.com/dotnet/aspnetcore - 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 + dbb71daaaef12c231607413102453998141544a1 - + https://github.com/dotnet/aspnetcore - 31fbf0f14b009e2d97d90f7b7ed05ec6d93ae731 + dbb71daaaef12c231607413102453998141544a1 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 5e94699fa17ef044fc59ca10bd90015b7ab594c5 + d73c3c74c38891b7baec87c900d78bf967c0fcb5 - + https://github.com/dotnet/sdk - 5e94699fa17ef044fc59ca10bd90015b7ab594c5 + d73c3c74c38891b7baec87c900d78bf967c0fcb5 - + https://github.com/dotnet/sdk - 5e94699fa17ef044fc59ca10bd90015b7ab594c5 + d73c3c74c38891b7baec87c900d78bf967c0fcb5 - + https://github.com/dotnet/sdk - 5e94699fa17ef044fc59ca10bd90015b7ab594c5 + d73c3c74c38891b7baec87c900d78bf967c0fcb5 diff --git a/eng/Versions.props b/eng/Versions.props index 7e7ee0464..9a53ccd93 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22464.27 - 8.0.0-alpha.1.22464.27 - 8.0.0-alpha.1.22464.27 - 8.0.0-alpha.1.22464.27 - 8.0.0-alpha.1.22464.27 - 8.0.0-alpha.1.22464.27 - 8.0.0-alpha.1.22464.27 + 8.0.0-alpha.1.22465.7 + 8.0.0-alpha.1.22465.7 + 8.0.0-alpha.1.22465.7 + 8.0.0-alpha.1.22465.7 + 8.0.0-alpha.1.22465.7 + 8.0.0-alpha.1.22465.7 + 8.0.0-alpha.1.22465.7 0.2.0 - 8.0.100-alpha.1.22465.31 - 8.0.100-alpha.1.22465.31 - 8.0.100-alpha.1.22465.31 + 8.0.100-alpha.1.22465.41 + 8.0.100-alpha.1.22465.41 + 8.0.100-alpha.1.22465.41 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b98c6c5e21b4c159b359ebaac319507fbd335653 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 02:37:49 +0000 Subject: [PATCH 144/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.50 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.50 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 be64b4582..c0ad43d43 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - d73c3c74c38891b7baec87c900d78bf967c0fcb5 + 7f21425085c6e877722c946d4eb28b09a22d7080 - + https://github.com/dotnet/sdk - d73c3c74c38891b7baec87c900d78bf967c0fcb5 + 7f21425085c6e877722c946d4eb28b09a22d7080 - + https://github.com/dotnet/sdk - d73c3c74c38891b7baec87c900d78bf967c0fcb5 + 7f21425085c6e877722c946d4eb28b09a22d7080 - + https://github.com/dotnet/sdk - d73c3c74c38891b7baec87c900d78bf967c0fcb5 + 7f21425085c6e877722c946d4eb28b09a22d7080 diff --git a/eng/Versions.props b/eng/Versions.props index 9a53ccd93..1d1ecdb00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22465.41 - 8.0.100-alpha.1.22465.41 - 8.0.100-alpha.1.22465.41 + 8.0.100-alpha.1.22465.50 + 8.0.100-alpha.1.22465.50 + 8.0.100-alpha.1.22465.50 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d700b75e6b4304a3da2d0d76555cb014990d11d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 04:08:38 +0000 Subject: [PATCH 145/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.57 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.57 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 c0ad43d43..3164b7cbb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 7f21425085c6e877722c946d4eb28b09a22d7080 + a97d97e45cf736903bdac66e3c1212cb6b4ba48d - + https://github.com/dotnet/sdk - 7f21425085c6e877722c946d4eb28b09a22d7080 + a97d97e45cf736903bdac66e3c1212cb6b4ba48d - + https://github.com/dotnet/sdk - 7f21425085c6e877722c946d4eb28b09a22d7080 + a97d97e45cf736903bdac66e3c1212cb6b4ba48d - + https://github.com/dotnet/sdk - 7f21425085c6e877722c946d4eb28b09a22d7080 + a97d97e45cf736903bdac66e3c1212cb6b4ba48d @@ -159,9 +159,9 @@ 02b334e3afaa105221d0adb49a7b224407c5334c - + https://github.com/nuget/nuget.client - d22c6743bf6237c39b98d5d680e06e6c33e97f1c + fa9f471daebb817384840d162acc9a9592f88ce8 diff --git a/eng/Versions.props b/eng/Versions.props index 1d1ecdb00..29a648abb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22465.50 - 8.0.100-alpha.1.22465.50 - 8.0.100-alpha.1.22465.50 + 8.0.100-alpha.1.22465.57 + 8.0.100-alpha.1.22465.57 + 8.0.100-alpha.1.22465.57 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f7b730db0852d459e99b75b75215b0465257e710 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 04:55:52 +0000 Subject: [PATCH 146/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.60 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.60 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 3164b7cbb..6b87aada8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 67d2570ccfbabda2fc80b783471596d3481ffeb2 + 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/runtime - 67d2570ccfbabda2fc80b783471596d3481ffeb2 + 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/runtime - 67d2570ccfbabda2fc80b783471596d3481ffeb2 + 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/runtime - 67d2570ccfbabda2fc80b783471596d3481ffeb2 + 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/runtime - 67d2570ccfbabda2fc80b783471596d3481ffeb2 + 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/runtime - 67d2570ccfbabda2fc80b783471596d3481ffeb2 + 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 67d2570ccfbabda2fc80b783471596d3481ffeb2 + 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - a97d97e45cf736903bdac66e3c1212cb6b4ba48d + 4cb716003fd7d652f1a267c7745faf4ab2ebd597 - + https://github.com/dotnet/sdk - a97d97e45cf736903bdac66e3c1212cb6b4ba48d + 4cb716003fd7d652f1a267c7745faf4ab2ebd597 - + https://github.com/dotnet/sdk - a97d97e45cf736903bdac66e3c1212cb6b4ba48d + 4cb716003fd7d652f1a267c7745faf4ab2ebd597 - + https://github.com/dotnet/sdk - a97d97e45cf736903bdac66e3c1212cb6b4ba48d + 4cb716003fd7d652f1a267c7745faf4ab2ebd597 diff --git a/eng/Versions.props b/eng/Versions.props index 29a648abb..497976d05 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22465.57 - 8.0.100-alpha.1.22465.57 - 8.0.100-alpha.1.22465.57 + 8.0.100-alpha.1.22465.60 + 8.0.100-alpha.1.22465.60 + 8.0.100-alpha.1.22465.60 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22463.9 + 8.0.0-alpha.1.22464.17 - 8.0.0-alpha.1.22463.9 - 8.0.0-alpha.1.22463.9 - 8.0.0-alpha.1.22463.9 - 8.0.0-alpha.1.22463.9 - 8.0.0-alpha.1.22463.9 - 8.0.0-alpha.1.22463.9 + 8.0.0-alpha.1.22464.17 + 8.0.0-alpha.1.22464.17 + 8.0.0-alpha.1.22464.17 + 8.0.0-alpha.1.22464.17 + 8.0.0-alpha.1.22464.17 + 8.0.0-alpha.1.22464.17 2.1.0 From ae6d8ecaf34ccb1fb7035dcec80304a2c750a76a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 07:25:06 +0000 Subject: [PATCH 147/501] Update dependencies from https://github.com/dotnet/sdk build 20220915.68 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22465.68 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 6b87aada8..674eb35f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/aspnetcore - dbb71daaaef12c231607413102453998141544a1 + 991728c729ab6d67e1eb1b5de4329d116b5a83bb - + https://github.com/dotnet/aspnetcore - dbb71daaaef12c231607413102453998141544a1 + 991728c729ab6d67e1eb1b5de4329d116b5a83bb - + https://github.com/dotnet/aspnetcore - dbb71daaaef12c231607413102453998141544a1 + 991728c729ab6d67e1eb1b5de4329d116b5a83bb - + https://github.com/dotnet/aspnetcore - dbb71daaaef12c231607413102453998141544a1 + 991728c729ab6d67e1eb1b5de4329d116b5a83bb - + https://github.com/dotnet/aspnetcore - dbb71daaaef12c231607413102453998141544a1 + 991728c729ab6d67e1eb1b5de4329d116b5a83bb - + https://github.com/dotnet/aspnetcore - dbb71daaaef12c231607413102453998141544a1 + 991728c729ab6d67e1eb1b5de4329d116b5a83bb - + https://github.com/dotnet/aspnetcore - dbb71daaaef12c231607413102453998141544a1 + 991728c729ab6d67e1eb1b5de4329d116b5a83bb https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 4cb716003fd7d652f1a267c7745faf4ab2ebd597 + 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 - + https://github.com/dotnet/sdk - 4cb716003fd7d652f1a267c7745faf4ab2ebd597 + 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 - + https://github.com/dotnet/sdk - 4cb716003fd7d652f1a267c7745faf4ab2ebd597 + 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 - + https://github.com/dotnet/sdk - 4cb716003fd7d652f1a267c7745faf4ab2ebd597 + 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 diff --git a/eng/Versions.props b/eng/Versions.props index 497976d05..91a578c2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22465.7 - 8.0.0-alpha.1.22465.7 - 8.0.0-alpha.1.22465.7 - 8.0.0-alpha.1.22465.7 - 8.0.0-alpha.1.22465.7 - 8.0.0-alpha.1.22465.7 - 8.0.0-alpha.1.22465.7 + 8.0.0-alpha.1.22465.17 + 8.0.0-alpha.1.22465.17 + 8.0.0-alpha.1.22465.17 + 8.0.0-alpha.1.22465.17 + 8.0.0-alpha.1.22465.17 + 8.0.0-alpha.1.22465.17 + 8.0.0-alpha.1.22465.17 0.2.0 - 8.0.100-alpha.1.22465.60 - 8.0.100-alpha.1.22465.60 - 8.0.100-alpha.1.22465.60 + 8.0.100-alpha.1.22465.68 + 8.0.100-alpha.1.22465.68 + 8.0.100-alpha.1.22465.68 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d6b25c9decd906fad18dd714f9426b5b2249974c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 07:25:17 -0700 Subject: [PATCH 148/501] Update dependencies from https://github.com/dotnet/arcade build 20220915.7 (#14529) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22463.5 -> To Version 8.0.0-beta.22465.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 +++---- eng/Versions.props | 2 +- eng/common/init-tools-native.ps1 | 5 +-- eng/common/templates/job/job.yml | 37 +--------------------- eng/common/templates/jobs/source-build.yml | 2 +- global.json | 4 +-- 6 files changed, 14 insertions(+), 48 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e7cc0039f..4a1ae1ee3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -199,18 +199,18 @@ - + https://github.com/dotnet/arcade - c670c5bf5cff7c5c2ca086fd41cc1ace90761576 + cbb2c87350567406c46690ff292e5f6397a5daba - + https://github.com/dotnet/arcade - c670c5bf5cff7c5c2ca086fd41cc1ace90761576 + cbb2c87350567406c46690ff292e5f6397a5daba - + https://github.com/dotnet/arcade - c670c5bf5cff7c5c2ca086fd41cc1ace90761576 + cbb2c87350567406c46690ff292e5f6397a5daba https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 391229853..a2a8ca068 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22463.5 + 8.0.0-beta.22465.7 diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index 8d48ec568..ac42f04a9 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -98,11 +98,12 @@ try { Write-Error "Arcade tools directory '$ArcadeToolsDirectory' was not found; artifacts were not properly installed." exit 1 } - $ToolDirectory = (Get-ChildItem -Path "$ArcadeToolsDirectory" -Filter "$ToolName-$ToolVersion*" | Sort-Object -Descending)[0] - if ([string]::IsNullOrWhiteSpace($ToolDirectory)) { + $ToolDirectories = (Get-ChildItem -Path "$ArcadeToolsDirectory" -Filter "$ToolName-$ToolVersion*" | Sort-Object -Descending) + if ($ToolDirectories -eq $null) { Write-Error "Unable to find directory for $ToolName $ToolVersion; please make sure the tool is installed on this image." exit 1 } + $ToolDirectory = $ToolDirectories[0] $BinPathFile = "$($ToolDirectory.FullName)\binpath.txt" if (-not (Test-Path -Path "$BinPathFile")) { Write-Error "Unable to find binpath.txt in '$($ToolDirectory.FullName)' ($ToolName $ToolVersion); artifact is either installed incorrectly or is not a bootstrappable tool." diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index e3ba93980..459f3c4fc 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -140,6 +140,7 @@ jobs: languages: ${{ coalesce(parameters.richCodeNavigationLanguage, 'csharp') }} environment: ${{ coalesce(parameters.richCodeNavigationEnvironment, 'production') }} richNavLogOutputDirectory: $(Build.SourcesDirectory)/artifacts/bin + uploadRichNavArtifacts: ${{ coalesce(parameters.richCodeNavigationUploadArtifacts, false) }} continueOnError: true - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(parameters.disableComponentGovernance, 'true')) }}: @@ -183,24 +184,6 @@ jobs: displayName: Publish logs continueOnError: true condition: always() - - ${{ if or(eq(parameters.artifacts.publish.manifests, 'true'), ne(parameters.artifacts.publish.manifests, '')) }}: - - ${{ if and(ne(parameters.enablePublishUsingPipelines, 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - task: CopyFiles@2 - displayName: Gather Asset Manifests - inputs: - SourceFolder: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/AssetManifest' - TargetFolder: '$(Build.ArtifactStagingDirectory)/AssetManifests' - continueOnError: ${{ parameters.continueOnError }} - condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) - - - task: PublishBuildArtifacts@1 - displayName: Push Asset Manifests - inputs: - PathtoPublish: '$(Build.ArtifactStagingDirectory)/AssetManifests' - PublishLocation: Container - ArtifactName: AssetManifests - continueOnError: ${{ parameters.continueOnError }} - condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) - ${{ if ne(parameters.enablePublishBuildArtifacts, 'false') }}: - task: PublishBuildArtifacts@1 @@ -234,24 +217,6 @@ jobs: mergeTestResults: ${{ parameters.mergeTestResults }} continueOnError: true condition: always() - - - ${{ if and(eq(parameters.enablePublishBuildAssets, true), ne(parameters.enablePublishUsingPipelines, 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - task: CopyFiles@2 - displayName: Gather Asset Manifests - inputs: - SourceFolder: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/AssetManifest' - TargetFolder: '$(Build.StagingDirectory)/AssetManifests' - continueOnError: ${{ parameters.continueOnError }} - condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) - - - task: PublishBuildArtifacts@1 - displayName: Push Asset Manifests - inputs: - PathtoPublish: '$(Build.StagingDirectory)/AssetManifests' - PublishLocation: Container - ArtifactName: AssetManifests - continueOnError: ${{ parameters.continueOnError }} - condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(parameters.enableSbom, 'true')) }}: - template: /eng/common/templates/steps/generate-sbom.yml diff --git a/eng/common/templates/jobs/source-build.yml b/eng/common/templates/jobs/source-build.yml index 8dd2d355f..00aa98eb3 100644 --- a/eng/common/templates/jobs/source-build.yml +++ b/eng/common/templates/jobs/source-build.yml @@ -14,7 +14,7 @@ parameters: # This is the default platform provided by Arcade, intended for use by a managed-only repo. defaultManagedPlatform: name: 'Managed' - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343' # Defines the platforms on which to run build jobs. One job is created for each platform, and the # object in this array is sent to the job template as 'platform'. If no platforms are specified, diff --git a/global.json b/global.json index b8d50d0d1..b2096bf94 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22463.5", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22463.5" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22465.7", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22465.7" } } From 77f916257fa19c1a11762f175b86ddb9e0378c82 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Fri, 16 Sep 2022 14:35:31 +0000 Subject: [PATCH 149/501] Resolve source-build patch conflicts --- ...Target-net7.0-in-additional-projects.patch | 2 +- .../patches/sdk/0001-Disable-CA1420.patch | 4 +- ...002-Change-TargetFramework-to-net7.0.patch | 39 +------------------ 3 files changed, 4 insertions(+), 41 deletions(-) diff --git a/src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch b/src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch index 883a61e0e..9664969ed 100644 --- a/src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch +++ b/src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch @@ -30,7 +30,7 @@ index c17838918f8ce..9ca390c502f75 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -39,6 +39,7 @@ - $(InnerBuildArgs) /p:PortableBuild=$(SourceBuildPortable) + $(InnerBuildArgs) /p:ContinuousIntegrationBuild=$(ContinuousIntegrationBuild) $(InnerBuildArgs) /p:BuildDebPackage=false $(InnerBuildArgs) /p:EnableNgenOptimization=false + $(InnerBuildArgs) /p:EnablePackageValidation=false diff --git a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch index f49d2ed95..5e08d7471 100644 --- a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch +++ b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch @@ -24,6 +24,6 @@ index 1353696a29..4e7463a453 100644 + CA1420 - Temporarily disable for source-build until SDK builds with latest toolset. + --> + $(NoWarn);NU1701;CA1420 + + true true - - diff --git a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch index dbaed6e7b..0762b4344 100644 --- a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch +++ b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch @@ -11,9 +11,7 @@ Subject: [PATCH] Change TargetFramework to net7.0 .../Microsoft.DotNet.PackageValidation.csproj | 2 +- .../Microsoft.Extensions.DotNetDeltaApplier.csproj | 2 +- .../Microsoft.DotNet.Cli.Utils.csproj | 2 +- - src/Layout/redist/targets/GenerateLayout.targets | 4 ++-- - src/Layout/redist/targets/OverlaySdkOnLKG.targets | 2 +- - 9 files changed, 10 insertions(+), 10 deletions(-) + 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj index 8177095a90..0c1f7acebf 100644 @@ -106,38 +104,3 @@ index 006f56939d..ddcfe2e362 100644 -diff --git a/src/Layout/redist/targets/GenerateLayout.targets b/src/Layout/redist/targets/GenerateLayout.targets -index 85adb4ed8a..d399fe6f29 100644 ---- a/src/Layout/redist/targets/GenerateLayout.targets -+++ b/src/Layout/redist/targets/GenerateLayout.targets -@@ -161,7 +161,7 @@ - BeforeTargets="Build"> - - netcoreapp3.1 -- net6.0 -+ net7.0 - $(NuGetPackageRoot)/microsoft.testplatform.cli/$(MicrosoftTestPlatformCLIPackageVersion)/contentFiles/any/$(TestCliNuGetDirectoryTargetFramework)/ - - -@@ -196,7 +196,7 @@ - - - -- -+ - - - -diff --git a/src/Layout/redist/targets/OverlaySdkOnLKG.targets b/src/Layout/redist/targets/OverlaySdkOnLKG.targets -index b31188d592..4052c1581b 100644 ---- a/src/Layout/redist/targets/OverlaySdkOnLKG.targets -+++ b/src/Layout/redist/targets/OverlaySdkOnLKG.targets -@@ -77,7 +77,7 @@ - - - -- -+ - - - From a35a8435ac40481cd6a604016cad85312b776ddc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 15:41:27 +0000 Subject: [PATCH 150/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22466.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 674eb35f2..fc9afcbe1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 + 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad - + https://github.com/dotnet/sdk - 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 + 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad - + https://github.com/dotnet/sdk - 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 + 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad - + https://github.com/dotnet/sdk - 12f697339952e0f15d1fdf90c395b10cd9f9e1c3 + 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad @@ -129,13 +129,13 @@ https://github.com/dotnet/wpf 2bdc217aadcb53ff6f45808dc1edefe433e60695 - + https://github.com/dotnet/fsharp - 430d645d778ec0db10ad7ad0b02de9fab3ce5647 + 1f56aa9c36d2919ba52c5b4f5abd449161e7ca01 - + https://github.com/dotnet/fsharp - 430d645d778ec0db10ad7ad0b02de9fab3ce5647 + 1f56aa9c36d2919ba52c5b4f5abd449161e7ca01 diff --git a/eng/Versions.props b/eng/Versions.props index 91a578c2b..3758cbadf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22465.68 - 8.0.100-alpha.1.22465.68 - 8.0.100-alpha.1.22465.68 + 8.0.100-alpha.1.22466.2 + 8.0.100-alpha.1.22466.2 + 8.0.100-alpha.1.22466.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 292c0c50475b8271177772f04f203a23120e0d79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 16:35:54 +0000 Subject: [PATCH 151/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22463.50 -> To Version 8.0.100-alpha.1.22466.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.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22457.11 -> To Version 8.0.0-alpha.1.22464.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 fc9afcbe1..9e1429b68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad + ac557ba639f8f7329bad9e232c4e3224c362b1b1 - + https://github.com/dotnet/sdk - 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad + ac557ba639f8f7329bad9e232c4e3224c362b1b1 - + https://github.com/dotnet/sdk - 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad + ac557ba639f8f7329bad9e232c4e3224c362b1b1 - + https://github.com/dotnet/sdk - 74d4b935d2e8687e2bb85d172d70a63b0cf5a1ad + ac557ba639f8f7329bad9e232c4e3224c362b1b1 diff --git a/eng/Versions.props b/eng/Versions.props index 3758cbadf..dd9fbd164 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22466.2 - 8.0.100-alpha.1.22466.2 - 8.0.100-alpha.1.22466.2 + 8.0.100-alpha.1.22466.3 + 8.0.100-alpha.1.22466.3 + 8.0.100-alpha.1.22466.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 637b56c0db6745cd47d7b90573355985ef53aa2f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 16:50:10 +0000 Subject: [PATCH 152/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220916.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22465.2 -> To Version 8.0.0-alpha.1.22466.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a1ae1ee3..8fdeba647 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -220,9 +220,9 @@ https://github.com/dotnet/runtime eecb02807867cad56cd05badddef65e432248b75 - + https://github.com/dotnet/source-build-reference-packages - 3809f7fce2698f3bae454f7e04259e560d1624a0 + 6e8cc365e34936009249b02796383d213e39f791 From b6b142695f7e519077392564c4a76cdeacee6384 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 17:37:57 +0000 Subject: [PATCH 153/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22466.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 48c5f4f3a..ea231adf9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - ac557ba639f8f7329bad9e232c4e3224c362b1b1 + c3f9e6dc9740f5de469d41c027dbe5775d1bf052 - + https://github.com/dotnet/sdk - ac557ba639f8f7329bad9e232c4e3224c362b1b1 + c3f9e6dc9740f5de469d41c027dbe5775d1bf052 - + https://github.com/dotnet/sdk - ac557ba639f8f7329bad9e232c4e3224c362b1b1 + c3f9e6dc9740f5de469d41c027dbe5775d1bf052 - + https://github.com/dotnet/sdk - ac557ba639f8f7329bad9e232c4e3224c362b1b1 + c3f9e6dc9740f5de469d41c027dbe5775d1bf052 diff --git a/eng/Versions.props b/eng/Versions.props index a5cf6aa95..fe0cbff29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22466.3 - 8.0.100-alpha.1.22466.3 - 8.0.100-alpha.1.22466.3 + 8.0.100-alpha.1.22466.4 + 8.0.100-alpha.1.22466.4 + 8.0.100-alpha.1.22466.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f09c598df3700ada2a7c673b58cc72cafc430527 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 18:53:21 +0000 Subject: [PATCH 154/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22466.8 Dependency coherency updates Microsoft.Build From Version 17.4.0-preview-22465-02 -> To Version 17.4.0-preview-22465-05 (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 ea231adf9..a6aa37b21 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - c3f9e6dc9740f5de469d41c027dbe5775d1bf052 + b493f128306d937f48211ee592fa8dee1baea8b1 - + https://github.com/dotnet/sdk - c3f9e6dc9740f5de469d41c027dbe5775d1bf052 + b493f128306d937f48211ee592fa8dee1baea8b1 - + https://github.com/dotnet/sdk - c3f9e6dc9740f5de469d41c027dbe5775d1bf052 + b493f128306d937f48211ee592fa8dee1baea8b1 - + https://github.com/dotnet/sdk - c3f9e6dc9740f5de469d41c027dbe5775d1bf052 + b493f128306d937f48211ee592fa8dee1baea8b1 @@ -154,9 +154,9 @@ 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 - + https://github.com/dotnet/msbuild - 02b334e3afaa105221d0adb49a7b224407c5334c + 6033e4c95bcd9fa31ebe9b52462c15521cda8f62 diff --git a/eng/Versions.props b/eng/Versions.props index fe0cbff29..2b1c02132 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22466.4 - 8.0.100-alpha.1.22466.4 - 8.0.100-alpha.1.22466.4 + 8.0.100-alpha.1.22466.8 + 8.0.100-alpha.1.22466.8 + 8.0.100-alpha.1.22466.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8a60fc742859592ec83c9df3b86afcefe3ca0e51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 19:08:22 +0000 Subject: [PATCH 155/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220916.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22465.2 -> To Version 8.0.0-alpha.1.22466.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fdeba647..aa5c30fbf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -220,9 +220,9 @@ https://github.com/dotnet/runtime eecb02807867cad56cd05badddef65e432248b75 - + https://github.com/dotnet/source-build-reference-packages - 6e8cc365e34936009249b02796383d213e39f791 + 7024c140e5954ca2d27eb6dc0285b939407ddb42 From a5ab1871f6eebb89e1582379ef6f7c52ba5c2c9f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 20:35:49 +0000 Subject: [PATCH 156/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22466.12 Dependency coherency updates Microsoft.Build From Version 17.4.0-preview-22465-02 -> To Version 17.4.0-preview-22465-05 (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 a6aa37b21..be3541351 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - b493f128306d937f48211ee592fa8dee1baea8b1 + 0ba7d5203ef00249aa835adff66dd3fffba5531a - + https://github.com/dotnet/sdk - b493f128306d937f48211ee592fa8dee1baea8b1 + 0ba7d5203ef00249aa835adff66dd3fffba5531a - + https://github.com/dotnet/sdk - b493f128306d937f48211ee592fa8dee1baea8b1 + 0ba7d5203ef00249aa835adff66dd3fffba5531a - + https://github.com/dotnet/sdk - b493f128306d937f48211ee592fa8dee1baea8b1 + 0ba7d5203ef00249aa835adff66dd3fffba5531a diff --git a/eng/Versions.props b/eng/Versions.props index 2b1c02132..cc7e448ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22466.8 - 8.0.100-alpha.1.22466.8 - 8.0.100-alpha.1.22466.8 + 8.0.100-alpha.1.22466.12 + 8.0.100-alpha.1.22466.12 + 8.0.100-alpha.1.22466.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 27efed82d1a64f1902c4c4a6c6976c73c2cdbf44 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 16 Sep 2022 13:53:24 -0700 Subject: [PATCH 157/501] Remove native tools node (#14512) Version doesn't even support what is needed by this repo, and the repo already assumes that cmake is on the path. --- .vsts-ci.yml | 43 +++++++++++++++---------------------------- global.json | 2 +- 2 files changed, 16 insertions(+), 29 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index ff04a8a6f..7122797e9 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -52,11 +52,11 @@ stages: - job: Publish_Build_Configuration pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Svc-Public - demands: ImageOverride -equals build.windows.10.amd64.vs2019.open + name: NetCore-Public + demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals build.windows.10.amd64.vs2019 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre steps: - publish: $(Build.SourcesDirectory)\eng\BuildConfiguration artifact: BuildConfiguration @@ -66,11 +66,11 @@ stages: agentOs: Windows_NT pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Svc-Public - demands: ImageOverride -equals build.windows.10.amd64.vs2019.open + name: NetCore-Public + demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals build.windows.10.amd64.vs2019 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre timeoutInMinutes: 180 strategy: matrix: @@ -110,8 +110,8 @@ stages: agentOs: Windows_NT pool: ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals build.windows.10.amd64.vs2019 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Windows.Amd64.VS2022.Pre timeoutInMinutes: 180 strategy: matrix: @@ -142,10 +142,10 @@ stages: agentOs: Linux pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Svc-Public + name: NetCore-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Svc-Internal + name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 timeoutInMinutes: 180 strategy: @@ -286,7 +286,7 @@ stages: agentOs: Linux pool: ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Svc-Internal + name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 timeoutInMinutes: 180 strategy: @@ -337,19 +337,6 @@ stages: dependsOn: Source_Build_Create_Tarball condition: eq(dependencies.Source_Build_Create_Tarball.outputs['Tarball_Build_Check._includeTarballBuild'], 'true') - # https://github.com/dotnet/core-sdk/issues/248 - # - template: /eng/build.yml - # parameters: - # agentOs: FreeBSD - # queue: - # name: dnceng-freebsd-internal - # timeoutInMinutes: 180 - # matrix: - # Build_Release: - # _BuildConfig: Release - # _BuildArchitecture: 'x64' - # _AdditionalBuildParameters: '/p:DisableSourceLink=true /p:DISABLE_CROSSGEN=true' - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/common/templates/job/publish-build-assets.yml parameters: @@ -362,8 +349,8 @@ stages: publishUsingPipelines: true pool: ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Windows.Amd64.VS2022 - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: diff --git a/global.json b/global.json index b2096bf94..3357bb04e 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ } }, "native-tools": { - "cmake": "3.16.4" + "cmake": "3.21.0" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22465.7", From f687f1dd6309f49754db21a9afd1105550435065 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 21:40:53 +0000 Subject: [PATCH 158/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22466.13 Dependency coherency updates 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.Build From Version 8.0.0-alpha.1.22465.17 -> To Version 8.0.0-alpha.1.22466.2 (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 be3541351..af37e09de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/aspnetcore - 991728c729ab6d67e1eb1b5de4329d116b5a83bb + 7fac52dea79a90143715201d2b1f62289d1ef608 - + https://github.com/dotnet/aspnetcore - 991728c729ab6d67e1eb1b5de4329d116b5a83bb + 7fac52dea79a90143715201d2b1f62289d1ef608 - + https://github.com/dotnet/aspnetcore - 991728c729ab6d67e1eb1b5de4329d116b5a83bb + 7fac52dea79a90143715201d2b1f62289d1ef608 - + https://github.com/dotnet/aspnetcore - 991728c729ab6d67e1eb1b5de4329d116b5a83bb + 7fac52dea79a90143715201d2b1f62289d1ef608 - + https://github.com/dotnet/aspnetcore - 991728c729ab6d67e1eb1b5de4329d116b5a83bb + 7fac52dea79a90143715201d2b1f62289d1ef608 - + https://github.com/dotnet/aspnetcore - 991728c729ab6d67e1eb1b5de4329d116b5a83bb + 7fac52dea79a90143715201d2b1f62289d1ef608 - + https://github.com/dotnet/aspnetcore - 991728c729ab6d67e1eb1b5de4329d116b5a83bb + 7fac52dea79a90143715201d2b1f62289d1ef608 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 0ba7d5203ef00249aa835adff66dd3fffba5531a + 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 - + https://github.com/dotnet/sdk - 0ba7d5203ef00249aa835adff66dd3fffba5531a + 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 - + https://github.com/dotnet/sdk - 0ba7d5203ef00249aa835adff66dd3fffba5531a + 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 - + https://github.com/dotnet/sdk - 0ba7d5203ef00249aa835adff66dd3fffba5531a + 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 diff --git a/eng/Versions.props b/eng/Versions.props index cc7e448ae..4d4a73b56 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22465.17 - 8.0.0-alpha.1.22465.17 - 8.0.0-alpha.1.22465.17 - 8.0.0-alpha.1.22465.17 - 8.0.0-alpha.1.22465.17 - 8.0.0-alpha.1.22465.17 - 8.0.0-alpha.1.22465.17 + 8.0.0-alpha.1.22466.2 + 8.0.0-alpha.1.22466.2 + 8.0.0-alpha.1.22466.2 + 8.0.0-alpha.1.22466.2 + 8.0.0-alpha.1.22466.2 + 8.0.0-alpha.1.22466.2 + 8.0.0-alpha.1.22466.2 0.2.0 - 8.0.100-alpha.1.22466.12 - 8.0.100-alpha.1.22466.12 - 8.0.100-alpha.1.22466.12 + 8.0.100-alpha.1.22466.13 + 8.0.100-alpha.1.22466.13 + 8.0.100-alpha.1.22466.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 74c63daf9920d31e8368d9daa241f7c8f2c157d7 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 16 Sep 2022 15:45:05 -0700 Subject: [PATCH 159/501] Fix the pgo internal pool --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7122797e9..1e6c32e9e 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -111,7 +111,7 @@ stages: pool: ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal - demands: ImageOverride -equals Windows.Amd64.VS2022.Pre + demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre timeoutInMinutes: 180 strategy: matrix: From b53ef2a454a3bfc6b87fef8a9d2f13aca0276c25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Sep 2022 23:25:35 +0000 Subject: [PATCH 160/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22466.18 Dependency coherency updates 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.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22465.17 -> To Version 8.0.0-alpha.1.22466.2 (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 af37e09de..8b93cde21 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 + d529aef5b66873dc6bccbbfd67c362db3834bdc8 - + https://github.com/dotnet/sdk - 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 + d529aef5b66873dc6bccbbfd67c362db3834bdc8 - + https://github.com/dotnet/sdk - 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 + d529aef5b66873dc6bccbbfd67c362db3834bdc8 - + https://github.com/dotnet/sdk - 20b7b4b3892d3d0ee09beb5c4f693aac0e672179 + d529aef5b66873dc6bccbbfd67c362db3834bdc8 @@ -159,9 +159,9 @@ 6033e4c95bcd9fa31ebe9b52462c15521cda8f62 - + https://github.com/nuget/nuget.client - fa9f471daebb817384840d162acc9a9592f88ce8 + 3ed642746f2609c6f586d096803630095b4add78 diff --git a/eng/Versions.props b/eng/Versions.props index 4d4a73b56..5af16a255 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22466.13 - 8.0.100-alpha.1.22466.13 - 8.0.100-alpha.1.22466.13 + 8.0.100-alpha.1.22466.18 + 8.0.100-alpha.1.22466.18 + 8.0.100-alpha.1.22466.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 29f6e08694ff842e93c11479be4f6cbf72458696 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Sep 2022 00:08:50 +0000 Subject: [PATCH 161/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.24 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22466.24 Dependency coherency updates 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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22465.17 -> To Version 8.0.0-alpha.1.22466.2 (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 8b93cde21..879ca8b1b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - d529aef5b66873dc6bccbbfd67c362db3834bdc8 + bb6725ce82d332c8a8cb00a0c114cd8e8562dbab - + https://github.com/dotnet/sdk - d529aef5b66873dc6bccbbfd67c362db3834bdc8 + bb6725ce82d332c8a8cb00a0c114cd8e8562dbab - + https://github.com/dotnet/sdk - d529aef5b66873dc6bccbbfd67c362db3834bdc8 + bb6725ce82d332c8a8cb00a0c114cd8e8562dbab - + https://github.com/dotnet/sdk - d529aef5b66873dc6bccbbfd67c362db3834bdc8 + bb6725ce82d332c8a8cb00a0c114cd8e8562dbab @@ -143,9 +143,9 @@ 3c560f92eb7832d353f9cbeaa120b234e02ef027 - + https://github.com/dotnet/linker - 6e592a9088444c5fcb700ae1a1365acbf5f3fc21 + 369021a5df42374c0d4703767f1807b977c502c5 linker diff --git a/eng/Versions.props b/eng/Versions.props index 5af16a255..4a8179192 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22466.18 - 8.0.100-alpha.1.22466.18 - 8.0.100-alpha.1.22466.18 + 8.0.100-alpha.1.22466.24 + 8.0.100-alpha.1.22466.24 + 8.0.100-alpha.1.22466.24 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2e2f1445a5e54bce54133064e6252b02a0782406 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Sep 2022 03:19:23 +0000 Subject: [PATCH 162/501] Update dependencies from https://github.com/dotnet/sdk build 20220916.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22466.27 Dependency coherency updates 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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22465.17 -> To Version 8.0.0-alpha.1.22466.9 (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 879ca8b1b..7a5f7dc07 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 - + https://github.com/dotnet/aspnetcore - 7fac52dea79a90143715201d2b1f62289d1ef608 + 03ddd91eff610d045dbf6e397b8447151d45415a - + https://github.com/dotnet/aspnetcore - 7fac52dea79a90143715201d2b1f62289d1ef608 + 03ddd91eff610d045dbf6e397b8447151d45415a - + https://github.com/dotnet/aspnetcore - 7fac52dea79a90143715201d2b1f62289d1ef608 + 03ddd91eff610d045dbf6e397b8447151d45415a - + https://github.com/dotnet/aspnetcore - 7fac52dea79a90143715201d2b1f62289d1ef608 + 03ddd91eff610d045dbf6e397b8447151d45415a - + https://github.com/dotnet/aspnetcore - 7fac52dea79a90143715201d2b1f62289d1ef608 + 03ddd91eff610d045dbf6e397b8447151d45415a - + https://github.com/dotnet/aspnetcore - 7fac52dea79a90143715201d2b1f62289d1ef608 + 03ddd91eff610d045dbf6e397b8447151d45415a - + https://github.com/dotnet/aspnetcore - 7fac52dea79a90143715201d2b1f62289d1ef608 + 03ddd91eff610d045dbf6e397b8447151d45415a https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - bb6725ce82d332c8a8cb00a0c114cd8e8562dbab + fb2651af5fec4a910ddcd9b8007000debceaab18 - + https://github.com/dotnet/sdk - bb6725ce82d332c8a8cb00a0c114cd8e8562dbab + fb2651af5fec4a910ddcd9b8007000debceaab18 - + https://github.com/dotnet/sdk - bb6725ce82d332c8a8cb00a0c114cd8e8562dbab + fb2651af5fec4a910ddcd9b8007000debceaab18 - + https://github.com/dotnet/sdk - bb6725ce82d332c8a8cb00a0c114cd8e8562dbab + fb2651af5fec4a910ddcd9b8007000debceaab18 diff --git a/eng/Versions.props b/eng/Versions.props index 4a8179192..f946c85b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22466.2 - 8.0.0-alpha.1.22466.2 - 8.0.0-alpha.1.22466.2 - 8.0.0-alpha.1.22466.2 - 8.0.0-alpha.1.22466.2 - 8.0.0-alpha.1.22466.2 - 8.0.0-alpha.1.22466.2 + 8.0.0-alpha.1.22466.9 + 8.0.0-alpha.1.22466.9 + 8.0.0-alpha.1.22466.9 + 8.0.0-alpha.1.22466.9 + 8.0.0-alpha.1.22466.9 + 8.0.0-alpha.1.22466.9 + 8.0.0-alpha.1.22466.9 0.2.0 - 8.0.100-alpha.1.22466.24 - 8.0.100-alpha.1.22466.24 - 8.0.100-alpha.1.22466.24 + 8.0.100-alpha.1.22466.27 + 8.0.100-alpha.1.22466.27 + 8.0.100-alpha.1.22466.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7a8218e8f59f688003e94dad6ab7af9c97edd20b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Sep 2022 12:24:29 +0000 Subject: [PATCH 163/501] Update dependencies from https://github.com/dotnet/arcade build 20220916.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22465.7 -> To Version 8.0.0-beta.22466.3 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22462-02 -> To Version 1.2.0-beta-22465-01 (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 a63149c13..792315598 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -199,18 +199,18 @@ - + https://github.com/dotnet/arcade - cbb2c87350567406c46690ff292e5f6397a5daba + bf47db2617320c82f94713d7b538f7bc0fa9d662 - + https://github.com/dotnet/arcade - cbb2c87350567406c46690ff292e5f6397a5daba + bf47db2617320c82f94713d7b538f7bc0fa9d662 - + https://github.com/dotnet/arcade - cbb2c87350567406c46690ff292e5f6397a5daba + bf47db2617320c82f94713d7b538f7bc0fa9d662 https://github.com/dotnet/arcade-services @@ -225,9 +225,9 @@ 3809f7fce2698f3bae454f7e04259e560d1624a0 - + https://github.com/dotnet/sourcelink - 2fc6877be8977fdfdaedbf8dbb1937e85a9c1c0c + 16ba25a5b808ab4794d8eeb945a836b32f2efc15 diff --git a/eng/Versions.props b/eng/Versions.props index 53ca55ec6..8e5af43bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22465.7 + 8.0.0-beta.22466.3 diff --git a/global.json b/global.json index ac5e708a2..61ac0be4b 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.22465.7", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22465.7" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22466.3", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22466.3" } } From d43b267f6f0b95f996d4241e2d64d8794206c9ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Sep 2022 14:38:21 +0000 Subject: [PATCH 164/501] Update dependencies from https://github.com/dotnet/sdk build 20220917.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22467.4 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.17 -> To Version 8.0.0-alpha.1.22466.17 (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 7a5f7dc07..30c33c780 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 + 58f5c95085b2eb56800b87f466183b1448d33b3d - + https://github.com/dotnet/runtime - 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 + 58f5c95085b2eb56800b87f466183b1448d33b3d - + https://github.com/dotnet/runtime - 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 + 58f5c95085b2eb56800b87f466183b1448d33b3d - + https://github.com/dotnet/runtime - 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 + 58f5c95085b2eb56800b87f466183b1448d33b3d - + https://github.com/dotnet/runtime - 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 + 58f5c95085b2eb56800b87f466183b1448d33b3d - + https://github.com/dotnet/runtime - 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 + 58f5c95085b2eb56800b87f466183b1448d33b3d @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 0d61bffbc4dd7ba7f5626accf28ba0d8fc273313 + 58f5c95085b2eb56800b87f466183b1448d33b3d https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - fb2651af5fec4a910ddcd9b8007000debceaab18 + 27b73ca02211c248931ec4044e8e277640d844bf - + https://github.com/dotnet/sdk - fb2651af5fec4a910ddcd9b8007000debceaab18 + 27b73ca02211c248931ec4044e8e277640d844bf - + https://github.com/dotnet/sdk - fb2651af5fec4a910ddcd9b8007000debceaab18 + 27b73ca02211c248931ec4044e8e277640d844bf - + https://github.com/dotnet/sdk - fb2651af5fec4a910ddcd9b8007000debceaab18 + 27b73ca02211c248931ec4044e8e277640d844bf diff --git a/eng/Versions.props b/eng/Versions.props index f946c85b6..0705300e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22466.27 - 8.0.100-alpha.1.22466.27 - 8.0.100-alpha.1.22466.27 + 8.0.100-alpha.1.22467.4 + 8.0.100-alpha.1.22467.4 + 8.0.100-alpha.1.22467.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22464.17 + 8.0.0-alpha.1.22466.17 - 8.0.0-alpha.1.22464.17 - 8.0.0-alpha.1.22464.17 - 8.0.0-alpha.1.22464.17 - 8.0.0-alpha.1.22464.17 - 8.0.0-alpha.1.22464.17 - 8.0.0-alpha.1.22464.17 + 8.0.0-alpha.1.22466.17 + 8.0.0-alpha.1.22466.17 + 8.0.0-alpha.1.22466.17 + 8.0.0-alpha.1.22466.17 + 8.0.0-alpha.1.22466.17 + 8.0.0-alpha.1.22466.17 2.1.0 From bfbdf2e8c09547699ffda002edbd630eb686c292 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Sep 2022 15:28:03 +0000 Subject: [PATCH 165/501] Update dependencies from https://github.com/dotnet/sdk build 20220917.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22467.5 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.17 -> To Version 8.0.0-alpha.1.22466.17 (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 30c33c780..355315a0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 58f5c95085b2eb56800b87f466183b1448d33b3d - + https://github.com/dotnet/aspnetcore - 03ddd91eff610d045dbf6e397b8447151d45415a + d9d0fbddf1189fb1c92318bf4641b33051bb6c39 - + https://github.com/dotnet/aspnetcore - 03ddd91eff610d045dbf6e397b8447151d45415a + d9d0fbddf1189fb1c92318bf4641b33051bb6c39 - + https://github.com/dotnet/aspnetcore - 03ddd91eff610d045dbf6e397b8447151d45415a + d9d0fbddf1189fb1c92318bf4641b33051bb6c39 - + https://github.com/dotnet/aspnetcore - 03ddd91eff610d045dbf6e397b8447151d45415a + d9d0fbddf1189fb1c92318bf4641b33051bb6c39 - + https://github.com/dotnet/aspnetcore - 03ddd91eff610d045dbf6e397b8447151d45415a + d9d0fbddf1189fb1c92318bf4641b33051bb6c39 - + https://github.com/dotnet/aspnetcore - 03ddd91eff610d045dbf6e397b8447151d45415a + d9d0fbddf1189fb1c92318bf4641b33051bb6c39 - + https://github.com/dotnet/aspnetcore - 03ddd91eff610d045dbf6e397b8447151d45415a + d9d0fbddf1189fb1c92318bf4641b33051bb6c39 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 27b73ca02211c248931ec4044e8e277640d844bf + 522ffe72786b6ac2d272e101bc7274cb3c758d5f - + https://github.com/dotnet/sdk - 27b73ca02211c248931ec4044e8e277640d844bf + 522ffe72786b6ac2d272e101bc7274cb3c758d5f - + https://github.com/dotnet/sdk - 27b73ca02211c248931ec4044e8e277640d844bf + 522ffe72786b6ac2d272e101bc7274cb3c758d5f - + https://github.com/dotnet/sdk - 27b73ca02211c248931ec4044e8e277640d844bf + 522ffe72786b6ac2d272e101bc7274cb3c758d5f diff --git a/eng/Versions.props b/eng/Versions.props index 0705300e3..8d6d59e62 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22466.9 - 8.0.0-alpha.1.22466.9 - 8.0.0-alpha.1.22466.9 - 8.0.0-alpha.1.22466.9 - 8.0.0-alpha.1.22466.9 - 8.0.0-alpha.1.22466.9 - 8.0.0-alpha.1.22466.9 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 0.2.0 - 8.0.100-alpha.1.22467.4 - 8.0.100-alpha.1.22467.4 - 8.0.100-alpha.1.22467.4 + 8.0.100-alpha.1.22467.5 + 8.0.100-alpha.1.22467.5 + 8.0.100-alpha.1.22467.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e2e5fb840962daec2f89a9a1a291884abe555d6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Sep 2022 18:38:32 +0000 Subject: [PATCH 166/501] Update dependencies from https://github.com/dotnet/sdk build 20220917.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22467.6 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.17 -> To Version 8.0.0-alpha.1.22466.17 (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 355315a0b..d9aa63bdc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 522ffe72786b6ac2d272e101bc7274cb3c758d5f + 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae - + https://github.com/dotnet/sdk - 522ffe72786b6ac2d272e101bc7274cb3c758d5f + 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae - + https://github.com/dotnet/sdk - 522ffe72786b6ac2d272e101bc7274cb3c758d5f + 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae - + https://github.com/dotnet/sdk - 522ffe72786b6ac2d272e101bc7274cb3c758d5f + 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae @@ -159,9 +159,9 @@ 6033e4c95bcd9fa31ebe9b52462c15521cda8f62 - + https://github.com/nuget/nuget.client - 3ed642746f2609c6f586d096803630095b4add78 + abaa72f3390fba4bb65fb3c700f22104682bfae9 diff --git a/eng/Versions.props b/eng/Versions.props index 8d6d59e62..926ed6896 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22467.5 - 8.0.100-alpha.1.22467.5 - 8.0.100-alpha.1.22467.5 + 8.0.100-alpha.1.22467.6 + 8.0.100-alpha.1.22467.6 + 8.0.100-alpha.1.22467.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From db7561e37f6c14d0d9d940b40b62d0cfe619cdef Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 18 Sep 2022 14:28:49 +0000 Subject: [PATCH 167/501] Update dependencies from https://github.com/dotnet/sdk build 20220918.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22468.1 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.17 -> To Version 8.0.0-alpha.1.22467.6 (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 d9aa63bdc..812e0b665 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 58f5c95085b2eb56800b87f466183b1448d33b3d + 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 - + https://github.com/dotnet/runtime - 58f5c95085b2eb56800b87f466183b1448d33b3d + 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 - + https://github.com/dotnet/runtime - 58f5c95085b2eb56800b87f466183b1448d33b3d + 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 - + https://github.com/dotnet/runtime - 58f5c95085b2eb56800b87f466183b1448d33b3d + 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 - + https://github.com/dotnet/runtime - 58f5c95085b2eb56800b87f466183b1448d33b3d + 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 - + https://github.com/dotnet/runtime - 58f5c95085b2eb56800b87f466183b1448d33b3d + 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 58f5c95085b2eb56800b87f466183b1448d33b3d + 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae + f187019f0124ac837e335ad8a88253c110bf8021 - + https://github.com/dotnet/sdk - 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae + f187019f0124ac837e335ad8a88253c110bf8021 - + https://github.com/dotnet/sdk - 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae + f187019f0124ac837e335ad8a88253c110bf8021 - + https://github.com/dotnet/sdk - 7e88d8452ebc5c3cbe2cffccc014a774dfaeb2ae + f187019f0124ac837e335ad8a88253c110bf8021 diff --git a/eng/Versions.props b/eng/Versions.props index 926ed6896..924ddf468 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22467.6 - 8.0.100-alpha.1.22467.6 - 8.0.100-alpha.1.22467.6 + 8.0.100-alpha.1.22468.1 + 8.0.100-alpha.1.22468.1 + 8.0.100-alpha.1.22468.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22466.17 + 8.0.0-alpha.1.22467.6 - 8.0.0-alpha.1.22466.17 - 8.0.0-alpha.1.22466.17 - 8.0.0-alpha.1.22466.17 - 8.0.0-alpha.1.22466.17 - 8.0.0-alpha.1.22466.17 - 8.0.0-alpha.1.22466.17 + 8.0.0-alpha.1.22467.6 + 8.0.0-alpha.1.22467.6 + 8.0.0-alpha.1.22467.6 + 8.0.0-alpha.1.22467.6 + 8.0.0-alpha.1.22467.6 + 8.0.0-alpha.1.22467.6 2.1.0 From c3ebd5fa6886f0d46ab2bb57861404c9407f3a92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 01:57:30 +0000 Subject: [PATCH 168/501] Update dependencies from https://github.com/dotnet/sdk build 20220918.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22468.2 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.17 -> To Version 8.0.0-alpha.1.22467.6 (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 812e0b665..e7923fd15 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - f187019f0124ac837e335ad8a88253c110bf8021 + 10ee05d5a53e5dd8a55953b586fd53840383246c - + https://github.com/dotnet/sdk - f187019f0124ac837e335ad8a88253c110bf8021 + 10ee05d5a53e5dd8a55953b586fd53840383246c - + https://github.com/dotnet/sdk - f187019f0124ac837e335ad8a88253c110bf8021 + 10ee05d5a53e5dd8a55953b586fd53840383246c - + https://github.com/dotnet/sdk - f187019f0124ac837e335ad8a88253c110bf8021 + 10ee05d5a53e5dd8a55953b586fd53840383246c diff --git a/eng/Versions.props b/eng/Versions.props index 924ddf468..62cad6a24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22468.1 - 8.0.100-alpha.1.22468.1 - 8.0.100-alpha.1.22468.1 + 8.0.100-alpha.1.22468.2 + 8.0.100-alpha.1.22468.2 + 8.0.100-alpha.1.22468.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 76be093e704af58e3f025f6eb2bbb8d0809b5780 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 03:29:55 +0000 Subject: [PATCH 169/501] Update dependencies from https://github.com/dotnet/sdk build 20220918.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22468.3 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.17 -> To Version 8.0.0-alpha.1.22467.6 (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 e7923fd15..933fffc6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 10ee05d5a53e5dd8a55953b586fd53840383246c + a696e7d5f234cd048af4db4ee6d9ece2e74d904b - + https://github.com/dotnet/sdk - 10ee05d5a53e5dd8a55953b586fd53840383246c + a696e7d5f234cd048af4db4ee6d9ece2e74d904b - + https://github.com/dotnet/sdk - 10ee05d5a53e5dd8a55953b586fd53840383246c + a696e7d5f234cd048af4db4ee6d9ece2e74d904b - + https://github.com/dotnet/sdk - 10ee05d5a53e5dd8a55953b586fd53840383246c + a696e7d5f234cd048af4db4ee6d9ece2e74d904b @@ -154,9 +154,9 @@ 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 - + https://github.com/dotnet/msbuild - 6033e4c95bcd9fa31ebe9b52462c15521cda8f62 + 48ab5664b8734afdf4aedba5f72a0663435eef16 diff --git a/eng/Versions.props b/eng/Versions.props index 62cad6a24..3784f7f1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22468.2 - 8.0.100-alpha.1.22468.2 - 8.0.100-alpha.1.22468.2 + 8.0.100-alpha.1.22468.3 + 8.0.100-alpha.1.22468.3 + 8.0.100-alpha.1.22468.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1f6a00523175bb5e9f2e245ffc3b083ca3fbda05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 04:01:13 +0000 Subject: [PATCH 170/501] Update dependencies from https://github.com/dotnet/sdk build 20220918.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22468.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.1 -> To Version 8.0.0-alpha.1.22467.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 933fffc6b..23d9641cb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 + c543168bc79392356fc88262f888b787c196095e - + https://github.com/dotnet/windowsdesktop - 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 + c543168bc79392356fc88262f888b787c196095e - + https://github.com/dotnet/windowsdesktop - 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 + c543168bc79392356fc88262f888b787c196095e - + https://github.com/dotnet/windowsdesktop - 553cea01a5aded33ab2f1d089402e7f52a0fb3a2 + c543168bc79392356fc88262f888b787c196095e https://github.com/dotnet/llvm-project @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - a696e7d5f234cd048af4db4ee6d9ece2e74d904b + 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 - + https://github.com/dotnet/sdk - a696e7d5f234cd048af4db4ee6d9ece2e74d904b + 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 - + https://github.com/dotnet/sdk - a696e7d5f234cd048af4db4ee6d9ece2e74d904b + 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 - + https://github.com/dotnet/sdk - a696e7d5f234cd048af4db4ee6d9ece2e74d904b + 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 diff --git a/eng/Versions.props b/eng/Versions.props index 3784f7f1c..0af730476 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22468.3 - 8.0.100-alpha.1.22468.3 - 8.0.100-alpha.1.22468.3 + 8.0.100-alpha.1.22468.6 + 8.0.100-alpha.1.22468.6 + 8.0.100-alpha.1.22468.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22464.1 - 8.0.0-alpha.1.22464.1 - 8.0.0-alpha.1.22464.1 - 8.0.0-alpha.1.22464.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22467.1 From b45c9ececc0501bca377762b4fb4186e5c314cd5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 09:10:21 +0000 Subject: [PATCH 171/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22469.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.1 -> To Version 8.0.0-alpha.1.22467.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 23d9641cb..009217a5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 - + https://github.com/dotnet/aspnetcore - d9d0fbddf1189fb1c92318bf4641b33051bb6c39 + 1ab188af6327d84b795f822d5dd376997b728f53 - + https://github.com/dotnet/aspnetcore - d9d0fbddf1189fb1c92318bf4641b33051bb6c39 + 1ab188af6327d84b795f822d5dd376997b728f53 - + https://github.com/dotnet/aspnetcore - d9d0fbddf1189fb1c92318bf4641b33051bb6c39 + 1ab188af6327d84b795f822d5dd376997b728f53 - + https://github.com/dotnet/aspnetcore - d9d0fbddf1189fb1c92318bf4641b33051bb6c39 + 1ab188af6327d84b795f822d5dd376997b728f53 - + https://github.com/dotnet/aspnetcore - d9d0fbddf1189fb1c92318bf4641b33051bb6c39 + 1ab188af6327d84b795f822d5dd376997b728f53 - + https://github.com/dotnet/aspnetcore - d9d0fbddf1189fb1c92318bf4641b33051bb6c39 + 1ab188af6327d84b795f822d5dd376997b728f53 - + https://github.com/dotnet/aspnetcore - d9d0fbddf1189fb1c92318bf4641b33051bb6c39 + 1ab188af6327d84b795f822d5dd376997b728f53 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 + 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf - + https://github.com/dotnet/sdk - 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 + 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf - + https://github.com/dotnet/sdk - 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 + 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf - + https://github.com/dotnet/sdk - 2212bdf10b8c5ceea45671a78bc631ccbdb30dc6 + 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf diff --git a/eng/Versions.props b/eng/Versions.props index 0af730476..34a858f65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22468.4 + 8.0.0-alpha.1.22468.4 + 8.0.0-alpha.1.22468.4 + 8.0.0-alpha.1.22468.4 + 8.0.0-alpha.1.22468.4 + 8.0.0-alpha.1.22468.4 + 8.0.0-alpha.1.22468.4 0.2.0 - 8.0.100-alpha.1.22468.6 - 8.0.100-alpha.1.22468.6 - 8.0.100-alpha.1.22468.6 + 8.0.100-alpha.1.22469.1 + 8.0.100-alpha.1.22469.1 + 8.0.100-alpha.1.22469.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 833e5346f5cc50dd3d3961898a43cea4eeadb0c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 10:43:06 +0000 Subject: [PATCH 172/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22469.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.1 -> To Version 8.0.0-alpha.1.22467.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 009217a5d..57183a946 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf + 0d8aea8a1cac35e67f81de240405e725410dfc8c - + https://github.com/dotnet/sdk - 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf + 0d8aea8a1cac35e67f81de240405e725410dfc8c - + https://github.com/dotnet/sdk - 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf + 0d8aea8a1cac35e67f81de240405e725410dfc8c - + https://github.com/dotnet/sdk - 9a8dad59e1fdf5a7e38f41c30443b12a521cf9bf + 0d8aea8a1cac35e67f81de240405e725410dfc8c diff --git a/eng/Versions.props b/eng/Versions.props index 34a858f65..8c301025d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22469.1 - 8.0.100-alpha.1.22469.1 - 8.0.100-alpha.1.22469.1 + 8.0.100-alpha.1.22469.6 + 8.0.100-alpha.1.22469.6 + 8.0.100-alpha.1.22469.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 26f1d504bb1bea39a1f06993b8e5b264195aecdb Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:59:31 +0300 Subject: [PATCH 173/501] delete fully qualify conflict patch (#14545) --- ...-conflicting-runtime-and-roslyn-APIs.patch | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/runtime/0002-Fully-qualify-conflicting-runtime-and-roslyn-APIs.patch diff --git a/src/SourceBuild/tarball/patches/runtime/0002-Fully-qualify-conflicting-runtime-and-roslyn-APIs.patch b/src/SourceBuild/tarball/patches/runtime/0002-Fully-qualify-conflicting-runtime-and-roslyn-APIs.patch deleted file mode 100644 index f88b9fdf3..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0002-Fully-qualify-conflicting-runtime-and-roslyn-APIs.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Thu, 14 Jul 2022 14:53:35 -0700 -Subject: [PATCH 3/5] Fully qualify conflicting runtime and roslyn APIs - ---- - .../System.Private.CoreLib/gen/EventSourceGenerator.Parser.cs | 2 +- - .../System.Text.RegularExpressions/gen/RegexGenerator.Parser.cs | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/libraries/System.Private.CoreLib/gen/EventSourceGenerator.Parser.cs b/src/libraries/System.Private.CoreLib/gen/EventSourceGenerator.Parser.cs -index 43a498b589a..1bad8f3753c 100644 ---- a/src/libraries/System.Private.CoreLib/gen/EventSourceGenerator.Parser.cs -+++ b/src/libraries/System.Private.CoreLib/gen/EventSourceGenerator.Parser.cs -@@ -15,7 +15,7 @@ namespace Generators - { - public partial class EventSourceGenerator - { -- private static EventSourceClass? GetSemanticTargetForGeneration(GeneratorAttributeSyntaxContext context, CancellationToken cancellationToken) -+ private static EventSourceClass? GetSemanticTargetForGeneration(Microsoft.CodeAnalysis.DotnetRuntime.Extensions.GeneratorAttributeSyntaxContext context, CancellationToken cancellationToken) - { - const string EventSourceAttribute = "System.Diagnostics.Tracing.EventSourceAttribute"; - -diff --git a/src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Parser.cs b/src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Parser.cs -index 7a472a994c9..36dc7500bea 100644 ---- a/src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Parser.cs -+++ b/src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Parser.cs -@@ -20,7 +20,7 @@ public partial class RegexGenerator - - // Returns null if nothing to do, Diagnostic if there's an error to report, or RegexType if the type was analyzed successfully. - private static object? GetSemanticTargetForGeneration( -- GeneratorAttributeSyntaxContext context, CancellationToken cancellationToken) -+ Microsoft.CodeAnalysis.DotnetRuntime.Extensions.GeneratorAttributeSyntaxContext context, CancellationToken cancellationToken) - { - var methodSyntax = (MethodDeclarationSyntax)context.TargetNode; - SemanticModel sm = context.SemanticModel; From a7f05a53883762d62db2b4083d30cec84c7dfef0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 14:47:01 +0000 Subject: [PATCH 174/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22469.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.1 -> To Version 8.0.0-alpha.1.22467.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 57183a946..b035a8512 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 + 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/runtime - 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 + 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/runtime - 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 + 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/runtime - 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 + 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/runtime - 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 + 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/runtime - 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 + 2f3fcca06499725469b6ae021be960e08d808c75 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5fa18e6ff2a773f85543806b686cb80d5da2f9f6 + 2f3fcca06499725469b6ae021be960e08d808c75 https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 0d8aea8a1cac35e67f81de240405e725410dfc8c + 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 - + https://github.com/dotnet/sdk - 0d8aea8a1cac35e67f81de240405e725410dfc8c + 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 - + https://github.com/dotnet/sdk - 0d8aea8a1cac35e67f81de240405e725410dfc8c + 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 - + https://github.com/dotnet/sdk - 0d8aea8a1cac35e67f81de240405e725410dfc8c + 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 diff --git a/eng/Versions.props b/eng/Versions.props index 8c301025d..6635d7e72 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22469.6 - 8.0.100-alpha.1.22469.6 - 8.0.100-alpha.1.22469.6 + 8.0.100-alpha.1.22469.7 + 8.0.100-alpha.1.22469.7 + 8.0.100-alpha.1.22469.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22467.6 + 8.0.0-alpha.1.22468.3 - 8.0.0-alpha.1.22467.6 - 8.0.0-alpha.1.22467.6 - 8.0.0-alpha.1.22467.6 - 8.0.0-alpha.1.22467.6 - 8.0.0-alpha.1.22467.6 - 8.0.0-alpha.1.22467.6 + 8.0.0-alpha.1.22468.3 + 8.0.0-alpha.1.22468.3 + 8.0.0-alpha.1.22468.3 + 8.0.0-alpha.1.22468.3 + 8.0.0-alpha.1.22468.3 + 8.0.0-alpha.1.22468.3 2.1.0 From 391c10728088c1b8f299cb4174001c5c659bdaa5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 15:48:08 +0000 Subject: [PATCH 175/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22469.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.1 -> To Version 8.0.0-alpha.1.22468.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b035a8512..32350bb6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - c543168bc79392356fc88262f888b787c196095e + ff6716c6fcaad5bf160d269b01d683e23ac1a761 - + https://github.com/dotnet/windowsdesktop - c543168bc79392356fc88262f888b787c196095e + ff6716c6fcaad5bf160d269b01d683e23ac1a761 - + https://github.com/dotnet/windowsdesktop - c543168bc79392356fc88262f888b787c196095e + ff6716c6fcaad5bf160d269b01d683e23ac1a761 - + https://github.com/dotnet/windowsdesktop - c543168bc79392356fc88262f888b787c196095e + ff6716c6fcaad5bf160d269b01d683e23ac1a761 https://github.com/dotnet/llvm-project @@ -103,31 +103,31 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 + c458c5e20fe4f42e7a81e5e022906a6cd9afb13d - + https://github.com/dotnet/sdk - 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 + c458c5e20fe4f42e7a81e5e022906a6cd9afb13d - + https://github.com/dotnet/sdk - 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 + c458c5e20fe4f42e7a81e5e022906a6cd9afb13d - + https://github.com/dotnet/sdk - 7a52eb8e91257830f6e9f3bbaed8964b72bd9c29 + c458c5e20fe4f42e7a81e5e022906a6cd9afb13d - + https://github.com/dotnet/winforms - 90e22465bfdecb5528979e8e9b935b132e68ce4c + 1b17d5b15bebc394af0a697c3ee0dffe285ae3b5 - + https://github.com/dotnet/wpf - 2bdc217aadcb53ff6f45808dc1edefe433e60695 + 29264ce9f09846bb0d7a403b6a005c7bd7187597 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 6635d7e72..7e109dac3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22431.6 + 8.0.0-alpha.1.22468.2 - 8.0.0-alpha.1.22456.6 + 8.0.0-alpha.1.22468.2 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22469.7 - 8.0.100-alpha.1.22469.7 - 8.0.100-alpha.1.22469.7 + 8.0.100-alpha.1.22469.8 + 8.0.100-alpha.1.22469.8 + 8.0.100-alpha.1.22469.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 - 8.0.0-alpha.1.22467.1 + 8.0.0-alpha.1.22468.1 + 8.0.0-alpha.1.22468.1 + 8.0.0-alpha.1.22468.1 + 8.0.0-alpha.1.22468.1 From 552968d0e912a03270f5e8b36d317ccbca1de634 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 19:01:25 +0000 Subject: [PATCH 176/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22469.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.1 -> To Version 8.0.0-alpha.1.22468.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32350bb6b..cd9f1dffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - c458c5e20fe4f42e7a81e5e022906a6cd9afb13d + 6fcdb271005101121387f0232b13162f3a5177fa - + https://github.com/dotnet/sdk - c458c5e20fe4f42e7a81e5e022906a6cd9afb13d + 6fcdb271005101121387f0232b13162f3a5177fa - + https://github.com/dotnet/sdk - c458c5e20fe4f42e7a81e5e022906a6cd9afb13d + 6fcdb271005101121387f0232b13162f3a5177fa - + https://github.com/dotnet/sdk - c458c5e20fe4f42e7a81e5e022906a6cd9afb13d + 6fcdb271005101121387f0232b13162f3a5177fa @@ -143,9 +143,9 @@ 3c560f92eb7832d353f9cbeaa120b234e02ef027 - + https://github.com/dotnet/linker - 369021a5df42374c0d4703767f1807b977c502c5 + ddc7da6775ddeb2538bc327011867f65deb4c6f0 linker @@ -159,7 +159,7 @@ 48ab5664b8734afdf4aedba5f72a0663435eef16 - + https://github.com/nuget/nuget.client abaa72f3390fba4bb65fb3c700f22104682bfae9 diff --git a/eng/Versions.props b/eng/Versions.props index 7e109dac3..099a2cfd5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22469.8 - 8.0.100-alpha.1.22469.8 - 8.0.100-alpha.1.22469.8 + 8.0.100-alpha.1.22469.12 + 8.0.100-alpha.1.22469.12 + 8.0.100-alpha.1.22469.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6866cfe44dd21d03b43d2d10761d0f0309772c07 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 19 Sep 2022 12:05:12 -0700 Subject: [PATCH 177/501] Winforms now have 8.0 templates flowing with this PR --- test/EndToEnd/ProjectBuildTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 3b17c9f61..62fcb8940 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -402,7 +402,6 @@ namespace EndToEnd.Tests || template.StartsWith("xunit") || template.StartsWith("xunit") || template.StartsWith("wpf") - || template.StartsWith("winforms") || template.StartsWith("mvc") || template.StartsWith("web") || template.StartsWith("worker") From 14d21885d8eca6b3d29bc3692a8aed3eaa403631 Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot Date: Mon, 19 Sep 2022 12:43:10 -0700 Subject: [PATCH 178/501] [automated] Merge branch 'release/7.0.1xx' => 'main' (#14524) * Update dependencies from https://github.com/dotnet/arcade build 20220811.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22314.7 -> To Version 6.0.0-beta.22411.3 * [internal/release/6.0.3xx] Update dependencies from dotnet/source-build-reference-packages * [internal/release/6.0.3xx] Update dependencies from dotnet/arcade * [internal/release/6.0.3xx] Update dependencies from dotnet/arcade * [internal/release/6.0.3xx] Update dependencies from dnceng/internal/dotnet-sdk * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220813.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22412.1 -> To Version 6.0.0-servicing.22413.1 * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220814.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22410.14 -> To Version 6.0.304-servicing.22414.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.TemplateEngine.Cli,Microsoft.DotNet.Common.ProjectTemplates.6.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 6.0.8 -> To Version 6.0.9 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/arcade build 20220812.2 (#14325) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22411.3 -> To Version 6.0.0-beta.22412.2 Co-authored-by: dotnet-maestro[bot] * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220816.29 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22414.7 -> To Version 6.0.304-servicing.22416.29 * Update ManualVersions.props for upcoming Windows SDK projection * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220817.40 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22416.29 -> To Version 6.0.304-servicing.22417.40 * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220817.44 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22416.29 -> To Version 6.0.304-servicing.22417.44 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.TemplateEngine.Cli,Microsoft.DotNet.Common.ProjectTemplates.6.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 6.0.9 -> To Version 6.0.9 (parent: Microsoft.NET.Sdk * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220819.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22417.44 -> To Version 6.0.304-servicing.22419.8 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22413.1 -> To Version 6.0.0-servicing.22419.1 * Updated TestsToSkipPortableLinux.xml to add a similar test that failed for a similar reason. Likely related to ulimit * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22419.1 -> To Version 6.0.0-servicing.22419.2 * [release/6.0.1xx] Update Application Insights to 2.19.0, Update SBRP and SB externals (#14361) * Update sb externals, sbrp, and application insights * Update version numbers of sbrp and sb * Merged PR 25178: [internal/release/6.0.3xx] Update dependencies from dnceng/internal/dotnet-sdk This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **Microsoft.WindowsDesktop.App.Ref**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0**: from 6.0.9-servicing.22417.4 to 6.0.9-servicing.22420.3 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0**: from 6.0.9-servicing.22417.4 to 6.0.9-servicing.22420.3 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.9-servicing.22416.9 to 6.0.9-servicing.22419.5 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Ref**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.NetCore.TargetingPack.x64.6.0**: from 6.0.9-servicing.22416.9 to 6.0.9-servicing.22419.5 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Host.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.DotNetHostResolver**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Ref**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Ref.Internal**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **dotnet-dev-certs**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **dotnet-user-secrets**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **Microsoft.DotNet.Common.ItemTemplates**: from 6.0.304 to 6.0.304 (parent: Microsoft.NET.Sdk) - **Microsoft.TemplateEngine.Cli**: from 6.0.304-servicing.22417.12 to 6.0.304-servicing.22420.6 (parent: Microsoft.NET.Sdk) - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: from 6.0.304 to 6.0.304 (parent: Microsoft.NET.Sdk) - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 6.0.9-servicing.22417.1 to 6.0.9-servicing.22419.10 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.DotNet.Wpf.ProjectTemplates**: from ... * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220821.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22420.10 -> To Version 6.0.304-servicing.22421.4 Dependency coherency updates Microsoft.DotNet.Common.ItemTemplates,Microsoft.TemplateEngine.Cli,Microsoft.DotNet.Common.ProjectTemplates.6.0 From Version 6.0.304 -> To Version 6.0.304 (parent: Microsoft.NET.Sdk * Update public pool names * Update branding to 6.0.110 * .NET Source-Build 6.0.109 September 2022 Updates (#14482) * update global.json and Versions.props for .NET SDK 6.0.109 * Use re-uploaded SB artifacts tarball version Co-authored-by: Logan Bussell * [6.0.4] Update template versions from dotnet/aspnetcore (#14487) * [6.0.3xx] Update template versions from dotnet/aspnetcore (#14486) * [6.0.1xx] Update template versions from dotnet/aspnetcore (#14485) * Update dependencies from https://github.com/dotnet/arcade build 20220913.7 (#14499) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22412.2 -> To Version 6.0.0-beta.22463.7 Co-authored-by: dotnet-maestro[bot] * RTM Branding * [release/7.0.1xx] Update dependencies from dotnet/sdk (#14458) * Update dependencies from https://github.com/dotnet/sdk build 20220906.57 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22456.57 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 12.0.5-beta.22455.3 -> To Version 12.0.5-beta.22456.1 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220906.59 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22456.59 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22452.11 -> To Version 7.0.0-rc.2.22456.19 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220907.30 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22457.30 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220907.33 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22457.33 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220907.43 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22457.43 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Remove backported aspnetcore patch * Update dependencies from https://github.com/dotnet/sdk build 20220908.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.25 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.25 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.29 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.Build,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Remove backported sdk patch * Update dependencies from https://github.com/dotnet/sdk build 20220909.22 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.22 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.26 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.26 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Fix SDK patch * Resolve source-build patch conflict * Update dependencies from https://github.com/dotnet/sdk build 20220912.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Fix hardcoded version in SDK to avoid package downgrade error * Update dependencies from https://github.com/dotnet/sdk build 20220912.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.17 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.24 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.24 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.39 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.39 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.44 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.44 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update source-build-externals needed for incoming sdk change * Update dependencies from https://github.com/dotnet/sdk build 20220913.37 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.37 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.46 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.46 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Resolve source-build patch conflicts * Update dependencies from https://github.com/dotnet/sdk build 20220913.56 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.56 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.66 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.66 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.14 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update net7.0 TFM patch for SDK * Update dependencies from https://github.com/dotnet/sdk build 20220914.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.27 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.35 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.35 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.42 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.42 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.61 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.61 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22465.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22465.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22465.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] Co-authored-by: Michael Simons Co-authored-by: Logan Bussell Co-authored-by: Larry Ewing * Update dependencies from https://github.com/dotnet/sdk build 20220915.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.17 * Update dependencies from https://github.com/dotnet/sdk build 20220915.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.27 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.Test.Sdk,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.2.22464.23 -> To Version 7.0.0-rc.2.22464.30 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220915.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22408.1 -> To Version 7.0.0-alpha.1.22465.1 * Update dependencies from https://github.com/dotnet/sdk build 20220915.35 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.35 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Build,NuGet.Build.Tasks From Version 7.0.0-rc.2.22459.5 -> To Version 7.0.0-rtm.22464.4 (parent: Microsoft.NET.Sdk * [7.0.1xx] Revert roslyn CodeAnalysis patch removal (#14510) * Revert "Remove roslyn patch" This reverts commit fc74ae4df810086e14d4c0360f6e9a1cc6057ed9. * Revert "Remove unneeded ExtraPackageVersionPropsPackageInfo from Roslyn source-build project" This reverts commit 581e179517fa4cdc4e12cf8755833a61296ac0f7. * Update dependencies from https://github.com/dotnet/sdk build 20220915.47 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.47 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Build,NuGet.Build.Tasks From Version 7.0.0-rc.2.22459.5 -> To Version 7.0.0-rtm.22464.4 (parent: Microsoft.NET.Sdk * Add Roslyn patch to use source-built versions of ref packs and not use app host (#14518) * Add Roslyn patch to use source-built versions of ref packs and not use app host. * Update to new SBRP with ref packs. * Update dependencies from https://github.com/dotnet/sdk build 20220915.53 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.47 -> To Version 7.0.100-rtm.22465.53 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22464.18 -> To Version 7.0.0-rtm.22465.3 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.59 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.47 -> To Version 7.0.100-rtm.22465.59 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22464.18 -> To Version 7.0.0-rtm.22465.3 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.64 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.59 -> To Version 7.0.100-rtm.22465.64 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Build From Version 7.0.0-rc.2.22465.10 -> To Version 7.0.0-rc.2.22465.19 (parent: Microsoft.NET.Sdk * Remove PrivateSourceBuiltPrebuiltsPackageVersion since all prebuilts have been removed * Add RID argument to llvm-project repo.proj. (#14534) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220916.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22465.1 -> To Version 7.0.0-alpha.1.22466.3 * Update the minimum version in the installer UI to 17.4 (which is recommended) * I noticed the osx release notes link was off as well. * Fix spelling error in msbuild property reference (#14531) * Resolve source-build patch conflicts Co-authored-by: dotnet-bot Co-authored-by: dotnet-maestro[bot] Co-authored-by: DotNet Bot Co-authored-by: v-wuzhai <46013274+v-wuzhai@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Joshua Larkin <70237359+j0shuams@users.noreply.github.com> Co-authored-by: Manodasan Wignarajah Co-authored-by: Marc Paine Co-authored-by: Logan Bussell Co-authored-by: Alex Perovich Co-authored-by: Sean Reeser Co-authored-by: NET Source-Build Bot <102560831+dotnet-sb-bot@users.noreply.github.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: Matt Mitchell Co-authored-by: Jason Zhai Co-authored-by: Michael Simons Co-authored-by: Larry Ewing Co-authored-by: Chris Rummel --- eng/Version.Details.xml | 6 -- eng/Versions.props | 1 - .../tarball/content/repos/llvm-project.proj | 5 +- .../tarball/content/repos/roslyn.proj | 4 ++ ...uilt-version-of-ref-packs-and-don-t-.patch | 37 +++++++++++ ...Microsoft.CodeAnalysis.Common-depend.patch | 26 ++++++++ ...Target-net7.0-in-additional-projects.patch | 65 ------------------- .../patches/sdk/0001-Disable-CA1420.patch | 2 +- ...002-Change-TargetFramework-to-net7.0.patch | 10 +-- .../clisdk/resources/cs.lproj/conclusion.html | 2 +- .../clisdk/resources/de.lproj/conclusion.html | 2 +- .../clisdk/resources/en.lproj/conclusion.html | 2 +- .../clisdk/resources/es.lproj/conclusion.html | 2 +- .../clisdk/resources/fr.lproj/conclusion.html | 2 +- .../clisdk/resources/it.lproj/conclusion.html | 2 +- .../clisdk/resources/ja.lproj/conclusion.html | 2 +- .../clisdk/resources/ko.lproj/conclusion.html | 2 +- .../clisdk/resources/pl.lproj/conclusion.html | 2 +- .../resources/pt-br.lproj/conclusion.html | 2 +- .../clisdk/resources/ru.lproj/conclusion.html | 2 +- .../clisdk/resources/tr.lproj/conclusion.html | 2 +- .../resources/zh-hans.lproj/conclusion.html | 2 +- .../resources/zh-hant.lproj/conclusion.html | 2 +- .../windows/clisdk/LCID/1028/bundle.wxl | 2 +- .../windows/clisdk/LCID/1029/bundle.wxl | 2 +- .../windows/clisdk/LCID/1031/bundle.wxl | 2 +- .../windows/clisdk/LCID/1033/bundle.wxl | 2 +- .../windows/clisdk/LCID/1036/bundle.wxl | 2 +- .../windows/clisdk/LCID/1040/bundle.wxl | 2 +- .../windows/clisdk/LCID/1041/bundle.wxl | 2 +- .../windows/clisdk/LCID/1042/bundle.wxl | 2 +- .../windows/clisdk/LCID/1045/bundle.wxl | 2 +- .../windows/clisdk/LCID/1046/bundle.wxl | 2 +- .../windows/clisdk/LCID/1049/bundle.wxl | 2 +- .../windows/clisdk/LCID/1055/bundle.wxl | 2 +- .../windows/clisdk/LCID/2052/bundle.wxl | 2 +- .../windows/clisdk/LCID/3082/bundle.wxl | 2 +- 37 files changed, 105 insertions(+), 107 deletions(-) create mode 100644 src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch create mode 100644 src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch delete mode 100644 src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f728a3d4d..140efeea7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -168,12 +168,6 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - - - https://github.com/dotnet/xdt - 698fdad58fa64a55f16cd9562c90224cc498ed02 - - https://github.com/dotnet/emsdk 6736b00d7d23b40b8b6975439421cb2e41a781db diff --git a/eng/Versions.props b/eng/Versions.props index 8e5af43bc..3e7cf0576 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -209,7 +209,6 @@ necessary, and this property is removed from the file. --> 7.0.100-rc.1 - 0.1.0-7.0.100-9 diff --git a/src/SourceBuild/tarball/content/repos/llvm-project.proj b/src/SourceBuild/tarball/content/repos/llvm-project.proj index c2c23cba4..addb0457c 100644 --- a/src/SourceBuild/tarball/content/repos/llvm-project.proj +++ b/src/SourceBuild/tarball/content/repos/llvm-project.proj @@ -2,7 +2,10 @@ - $(ProjectDirectory)build$(ShellExtension) $(StandardSourceBuildArgs) + + + $(BuildCommandArgs) /p:OutputRid=$(PortableRid) + $(ProjectDirectory)build$(ShellExtension) $(StandardSourceBuildArgs) $(BuildCommandArgs) $(ProjectDirectory)global.json $(ProjectDirectory)NuGet.config diff --git a/src/SourceBuild/tarball/content/repos/roslyn.proj b/src/SourceBuild/tarball/content/repos/roslyn.proj index 51efdd92e..29e53696f 100644 --- a/src/SourceBuild/tarball/content/repos/roslyn.proj +++ b/src/SourceBuild/tarball/content/repos/roslyn.proj @@ -32,6 +32,10 @@ need to support VS. --> + + + + diff --git a/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch b/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch new file mode 100644 index 000000000..1a9573cb5 --- /dev/null +++ b/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch @@ -0,0 +1,37 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Thu, 15 Sep 2022 14:46:53 -0500 +Subject: [PATCH] Use the source-built version of ref packs and don't use app + host when building in source-build. + +Backport PR: https://github.com/dotnet/roslyn/pull/64055. + +--- + Directory.Build.targets | 15 +++++++++++++++ + 1 file changed, 15 insertions(+) + +diff --git a/Directory.Build.targets b/Directory.Build.targets +index 8f38a48cd95..dfb4fd33c9a 100644 +--- a/Directory.Build.targets ++++ b/Directory.Build.targets +@@ -1,5 +1,20 @@ + + ++ ++ ++ ++ 6.0.0 ++ ++ ++ 6.0.0 ++ ++ ++ ++ ++ ++ false ++ ++ + + + diff --git a/src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch b/src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch new file mode 100644 index 000000000..6096888d1 --- /dev/null +++ b/src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch @@ -0,0 +1,26 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Logan Bussell <36081148+lbussell@users.noreply.github.com> +Date: Thu, 21 Oct 2021 23:15:23 +0000 +Subject: [PATCH 1/2] lift version of Microsoft.CodeAnalysis.Common + dependencies to previously source built versions + +Requires https://github.com/dotnet/source-build/issues/2482 in order to eliminate this patch +--- + .../Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +index 7eae8afa275..a50822a6aeb 100644 +--- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj ++++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +@@ -27,5 +27,9 @@ + + + ++ ++ ++ ++ + + +\ No newline at end of file diff --git a/src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch b/src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch deleted file mode 100644 index 9664969ed..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0003-Target-net7.0-in-additional-projects.patch +++ /dev/null @@ -1,65 +0,0 @@ -From 01e9fdd1449324e547230530aea2532488e0b0ce Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Mon, 12 Sep 2022 09:50:31 -0700 -Subject: [PATCH] [release/7.0] Target only net7.0 during source-build (#75168) - -* Target net7.0 in additional projects - -Backport: https://github.com/dotnet/runtime/pull/75168 ---- - Directory.Build.props | 1 + - eng/SourceBuild.props | 1 + - .../src/System.Diagnostics.DiagnosticSource.csproj | 2 -- - .../tools/GenerateRegexCasingTable.csproj | 2 +- - 4 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Directory.Build.props b/Directory.Build.props -index 60a661e66ca44..ce67527ff8ed1 100644 ---- a/Directory.Build.props -+++ b/Directory.Build.props -@@ -54,6 +54,7 @@ - .NET $(NetCoreAppCurrentVersion) - net$(NetCoreAppCurrentVersion) - net6.0 -+ $(NetCoreAppCurrent) - - 7.0 - net$(NetCoreAppToolCurrentVersion) -diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props -index c17838918f8ce..9ca390c502f75 100644 ---- a/eng/SourceBuild.props -+++ b/eng/SourceBuild.props -@@ -39,6 +39,7 @@ - $(InnerBuildArgs) /p:ContinuousIntegrationBuild=$(ContinuousIntegrationBuild) - $(InnerBuildArgs) /p:BuildDebPackage=false - $(InnerBuildArgs) /p:EnableNgenOptimization=false -+ $(InnerBuildArgs) /p:EnablePackageValidation=false - - - -diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj -index 9c22bce30dae9..6d40be2f856b7 100644 ---- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj -+++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj -@@ -6,8 +6,6 @@ - $(NoWarn);SA1205;CA1845 - false - true -- -- 10 - true - Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) - -diff --git a/src/libraries/System.Text.RegularExpressions/tools/GenerateRegexCasingTable.csproj b/src/libraries/System.Text.RegularExpressions/tools/GenerateRegexCasingTable.csproj -index 26b5733684c3f..4df9075220402 100644 ---- a/src/libraries/System.Text.RegularExpressions/tools/GenerateRegexCasingTable.csproj -+++ b/src/libraries/System.Text.RegularExpressions/tools/GenerateRegexCasingTable.csproj -@@ -2,7 +2,7 @@ - - - Exe -- net6.0 -+ $(NetCoreAppToolCurrent) - latest - enable - diff --git a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch index 5e08d7471..9b223b21b 100644 --- a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch +++ b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch @@ -12,7 +12,7 @@ diff --git a/Directory.Build.props b/Directory.Build.props index 1353696a29..4e7463a453 100644 --- a/Directory.Build.props +++ b/Directory.Build.props -@@ -13,9 +13,11 @@ +@@ -14,9 +14,11 @@ net7.0 $(SdkTargetFramework) diff --git a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch index 0762b4344..16c50a9a1 100644 --- a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch +++ b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch @@ -11,10 +11,10 @@ Subject: [PATCH] Change TargetFramework to net7.0 .../Microsoft.DotNet.PackageValidation.csproj | 2 +- .../Microsoft.Extensions.DotNetDeltaApplier.csproj | 2 +- .../Microsoft.DotNet.Cli.Utils.csproj | 2 +- - 7 files changed, 7 insertions(+), 7 deletions(-) + 8 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj -index 8177095a90..0c1f7acebf 100644 +index e56cd66fa1..0330085999 100644 --- a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj +++ b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj @@ -1,7 +1,7 @@ @@ -40,7 +40,7 @@ index fb49a12fb4..2ce737c75d 100644 true diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj -index 2de17ce715..32e6580920 100644 +index 4d148d1360..8e2f52a7ac 100644 --- a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj +++ b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj @@ -1,7 +1,7 @@ @@ -53,7 +53,7 @@ index 2de17ce715..32e6580920 100644 enable true diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj b/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj -index 7b8569a72b..b1e1e4d53e 100644 +index 4ee0173f24..c72ac850d1 100644 --- a/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj +++ b/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj @@ -1,7 +1,7 @@ @@ -92,7 +92,7 @@ index 40927ae1f2..3c2236e38d 100644 false diff --git a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj -index 006f56939d..ddcfe2e362 100644 +index 03ea923734..3246138cf9 100644 --- a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj +++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj @@ -22,7 +22,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html index 7159a3518..dcfc539c7 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html @@ -25,7 +25,7 @@ diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index ca02da5af..560a196e9 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -76,7 +76,7 @@ 安裝附註 安裝程序期間將會執行命令,加快專案還原速度並啟用離線存取。最多需要一分鐘的時間完成。 - 若預計要搭配 Visual Studio 使用 .NET 7.0,需要 Visual Studio 2022 17.0 或更新版本。<A HREF="https://aka.ms/dotnet7-release-notes">深入了解</A>. + 若預計要搭配 Visual Studio 使用 .NET 7.0,需要 Visual Studio 2022 17.4 或更新版本。<A HREF="https://aka.ms/dotnet7-release-notes">深入了解</A>. 按一下 [\[]安裝[\[] 即表示您同意下列條款。 The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index 1ec8c8b05..3b40ee4f3 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -76,7 +76,7 @@ Zdroje informací Poznámka k instalaci Během procesu instalace se spustí příkaz, který zlepší rychlost obnovení projektu a povolí offline přístup. Akce se dokončí přibližně za minutu. - Pokud se chystáte používat .NET 7.0 se sadou Visual Studio, potřebujete Visual Studio 2022 17.0 nebo novější. <A HREF="https://aka.ms/dotnet7-release-notes">Další informace</A>. + Pokud se chystáte používat .NET 7.0 se sadou Visual Studio, potřebujete Visual Studio 2022 17.4 nebo novější. <A HREF="https://aka.ms/dotnet7-release-notes">Další informace</A>. Kliknutím na Nainstalovat vyjadřujete souhlas s následujícími podmínkami. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index dc507f81a..8e7bc63c3 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -76,7 +76,7 @@ Ressourcen Installationshinweis Während des Installationsvorgangs wird ein Befehl ausgeführt, durch den die Geschwindigkeit der Projektwiederherstellung verbessert und der Offlinezugriff aktiviert wird. Der Vorgang dauert bis zu einer Minute. - Wenn Sie .NET 7.0 mit Visual Studio verwenden möchten, ist Visual Studio 2022 17.0 oder höher erforderlich. <A HREF="https://aka.ms/dotnet7-release-notes">Weitere Informationen</A> + Wenn Sie .NET 7.0 mit Visual Studio verwenden möchten, ist Visual Studio 2022 17.4 oder höher erforderlich. <A HREF="https://aka.ms/dotnet7-release-notes">Weitere Informationen</A> Durch Klicken auf "Installieren" stimmen Sie den nachstehenden Bedingungen zu. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index 1555badfa..5caf9204f 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -76,7 +76,7 @@ Resources Installation note A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete. - If you plan to use .NET 7.0 with Visual Studio, Visual Studio 2022 17.0 or newer is required. <A HREF="https://aka.ms/dotnet7-release-notes">Learn more</A>. + If you plan to use .NET 7.0 with Visual Studio, Visual Studio 2022 17.4 or newer is required. <A HREF="https://aka.ms/dotnet7-release-notes">Learn more</A>. By clicking Install, you agree to the following terms: The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index f3575e82e..c536c3eb3 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -76,7 +76,7 @@ Ressources Note d'installation Une commande va être exécutée pendant le processus d'installation, ce qui va améliorer la vitesse de restauration du projet et permettre l'accès hors connexion. L'opération va prendre environ une minute. - Si vous comptez utiliser .NET 7.0 avec Visual Studio, Visual Studio 2022 17.0 ou une version ultérieure est nécessaire. <A HREF="https://aka.ms/dotnet7-release-notes">En savoir plus</A>. + Si vous comptez utiliser .NET 7.0 avec Visual Studio, Visual Studio 2022 17.4 ou une version ultérieure est nécessaire. <A HREF="https://aka.ms/dotnet7-release-notes">En savoir plus</A>. En cliquant sur Installer, vous acceptez les conditions suivantes. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index c272287db..5633413e5 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -76,7 +76,7 @@ Risorse Nota sull'installazione Durante il processo di installazione verrà eseguito un comando che migliorerà la velocità di ripristino del progetto e abiliterà l'accesso offline. Il completamento del comando richiederà un minuto. - Se si intende usare .NET 7.0 con Visual Studio, è richiesto Visual Studio 2022 17.0 o versione successiva. <A HREF="https://aka.ms/dotnet7-release-notes">Altre informazioni</A>. + Se si intende usare .NET 7.0 con Visual Studio, è richiesto Visual Studio 2022 17.4 o versione successiva. <A HREF="https://aka.ms/dotnet7-release-notes">Altre informazioni</A>. Facendo clic su Installa, si accettano le condizioni seguenti. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index 1ff1e1cd5..6d1134ef2 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -76,7 +76,7 @@ インストール メモ コマンドはインストール処理中に実行されるので、プロジェクトの復元速度が向上し、オフラインでアクセスできます。完了するまでに最大 1 分かかります。 - .NET 7.0 を Visual Studio で使用する場合は、Visual Studio 2022 17.0 以降が必要です。<A HREF="https://aka.ms/dotnet7-release-notes">詳細情報</A>。 + .NET 7.0 を Visual Studio で使用する場合は、Visual Studio 2022 17.4 以降が必要です。<A HREF="https://aka.ms/dotnet7-release-notes">詳細情報</A>。 [インストール] をクリックすると、次の条項に同意したものと見なされます。 The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index 63aaad0ae..c086313c9 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -76,7 +76,7 @@ 설치 정보 프로젝트 복원 속도를 향상하고 오프라인 액세스를 사용할 수 있도록 하는 설치 프로세스 중 명령이 실행됩니다. 완료하는 데 최대 1분이 걸립니다. - Visual Studio와 함께 .NET 7.0을 사용하려면 Visual Studio 2022 17.0 이상이 필요합니다. <A HREF="https://aka.ms/dotnet7-release-notes">자세한 정보</A>. + Visual Studio와 함께 .NET 7.0을 사용하려면 Visual Studio 2022 17.4 이상이 필요합니다. <A HREF="https://aka.ms/dotnet7-release-notes">자세한 정보</A>. [설치]를 클릭하면 다음 사용 약관에 동의하는 것입니다. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index 2a2c5898f..7139a7f10 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -76,7 +76,7 @@ Zasoby Uwaga dotycząca instalacji W trakcie procesu instalacji zostanie uruchomione polecenie, które zwiększy szybkość przywracania projektu i umożliwi dostęp do trybu offline. Zajmie to maksymalnie minutę. - Jeśli planujesz używać platformy .NET 7.0 z programem Visual Studio, wymagany jest program Visual Studio 2022 17.0 lub nowszy. <A HREF="https://aka.ms/dotnet7-release-notes">Dowiedz się więcej</A>. + Jeśli planujesz używać platformy .NET 7.0 z programem Visual Studio, wymagany jest program Visual Studio 2022 17.4 lub nowszy. <A HREF="https://aka.ms/dotnet7-release-notes">Dowiedz się więcej</A>. Klikając pozycję Zainstaluj, wyrażasz zgodę na następujące warunki. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index a2f155970..807e819b7 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -76,7 +76,7 @@ Recursos Nota de instalação Um comando será executado durante o processo de instalação que melhorará a velocidade de restauração do projeto e habilitará o acesso offline. Isso levará até um minuto para ser concluído. - Se você planeja usar o .NET 7.0 com o Visual Studio, é necessário usar o Visual Studio 2022 17.0 ou mais recente. <A HREF="https://aka.ms/dotnet7-release-notes">Saiba mais</A>. + Se você planeja usar o .NET 7.0 com o Visual Studio, é necessário usar o Visual Studio 2022 17.4 ou mais recente. <A HREF="https://aka.ms/dotnet7-release-notes">Saiba mais</A>. Ao clicar em instalar, você concorda com os termos a seguir. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index 47617fb91..789d01b60 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -76,7 +76,7 @@ Примечание по установке В процессе установки будет выполнена команда, которая увеличит скорость восстановления проекта и обеспечит автономный доступ. Выполнение займет до минуты. - Если вы планируете использовать .NET 7.0 с Visual Studio, требуется Visual Studio 2022 версии 17.0 или более поздней. <A HREF="https://aka.ms/dotnet7-release-notes">Дополнительные сведения</A>. + Если вы планируете использовать .NET 7.0 с Visual Studio, требуется Visual Studio 2022 версии 17.4 или более поздней. <A HREF="https://aka.ms/dotnet7-release-notes">Дополнительные сведения</A>. Нажимая кнопку "Установить", вы принимаете следующие условия. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index ab5740a20..93d628b74 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -76,7 +76,7 @@ Kaynaklar Yükleme notu Yükleme işlemi sırasında, proje geri yükleme hızını artıran ve çevrimdışı erişimi etkinleştiren bir komut çalıştırılır. Tamamlanması bir dakikanızı alır. - Visual Studio ile .NET 7.0 kullanmayı planlıyorsanız Visual Studio 2022 17.0 veya üzeri bir sürüm gerekir. <A HREF="https://aka.ms/dotnet7-release-notes">Daha Fazla Bilgi</A>. + Visual Studio ile .NET 7.0 kullanmayı planlıyorsanız Visual Studio 2022 17.4 veya üzeri bir sürüm gerekir. <A HREF="https://aka.ms/dotnet7-release-notes">Daha Fazla Bilgi</A>. Yükle'ye tıklayarak aşağıdaki koşulları kabul etmiş olursunuz. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index e8332ce17..a0e8980fd 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -76,7 +76,7 @@ 安装说明 将在要提升项目还原速度并实现脱机访问的安装进程期间运行命令。此操作最多 1 分钟即可完成。 - 如果打算结合使用 .NET 7.0 和 Visual Studio,需要 Visual Studio 2022 17.0 或更高版本。<A HREF="https://aka.ms/dotnet7-release-notes">了解详细信息</A>。 + 如果打算结合使用 .NET 7.0 和 Visual Studio,需要 Visual Studio 2022 17.4 或更高版本。<A HREF="https://aka.ms/dotnet7-release-notes">了解详细信息</A>。 单击“安装”即表示你同意以下条款。 The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index 06b1e3fd7..67487f10d 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -76,7 +76,7 @@ Recursos Nota de instalación Se ejecutará un comando durante el proceso de instalación que mejorará la velocidad de restauración del proyecto y permitirá el acceso sin conexión. La operación tardará hasta un minuto en completarse. - Si tiene previsto usar .NET 7.0 con Visual Studio, se requiere Visual Studio 2022 17.0 o una versión más reciente. <A HREF="https://aka.ms/dotnet7-release-notes">Obtenga más información</A>. + Si tiene previsto usar .NET 7.0 con Visual Studio, se requiere Visual Studio 2022 17.4 o una versión más reciente. <A HREF="https://aka.ms/dotnet7-release-notes">Obtenga más información</A>. Al hacer clic en Instalar, acepta los términos siguientes. The installation path for x64 SDK installations: "[DOTNETHOME_X64]" cannot be the same as for x86 SDK installations: "[DOTNETHOME_X86]" From 03db774ee03ea95cb42b07144bb2e0200a6c2ba1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Sep 2022 20:05:08 +0000 Subject: [PATCH 179/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22466.3 -> To Version 8.0.100-alpha.1.22469.17 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22464.1 -> To Version 8.0.0-alpha.1.22468.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 cd9f1dffd..7fd402c3c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 1ab188af6327d84b795f822d5dd376997b728f53 + d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 - + https://github.com/dotnet/aspnetcore - 1ab188af6327d84b795f822d5dd376997b728f53 + d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 - + https://github.com/dotnet/aspnetcore - 1ab188af6327d84b795f822d5dd376997b728f53 + d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 - + https://github.com/dotnet/aspnetcore - 1ab188af6327d84b795f822d5dd376997b728f53 + d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 - + https://github.com/dotnet/aspnetcore - 1ab188af6327d84b795f822d5dd376997b728f53 + d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 - + https://github.com/dotnet/aspnetcore - 1ab188af6327d84b795f822d5dd376997b728f53 + d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 - + https://github.com/dotnet/aspnetcore - 1ab188af6327d84b795f822d5dd376997b728f53 + d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 6fcdb271005101121387f0232b13162f3a5177fa + caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 - + https://github.com/dotnet/sdk - 6fcdb271005101121387f0232b13162f3a5177fa + caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 - + https://github.com/dotnet/sdk - 6fcdb271005101121387f0232b13162f3a5177fa + caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 - + https://github.com/dotnet/sdk - 6fcdb271005101121387f0232b13162f3a5177fa + caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 diff --git a/eng/Versions.props b/eng/Versions.props index 099a2cfd5..a8f8ba0f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22468.4 - 8.0.0-alpha.1.22468.4 - 8.0.0-alpha.1.22468.4 - 8.0.0-alpha.1.22468.4 - 8.0.0-alpha.1.22468.4 - 8.0.0-alpha.1.22468.4 - 8.0.0-alpha.1.22468.4 + 8.0.0-alpha.1.22469.4 + 8.0.0-alpha.1.22469.4 + 8.0.0-alpha.1.22469.4 + 8.0.0-alpha.1.22469.4 + 8.0.0-alpha.1.22469.4 + 8.0.0-alpha.1.22469.4 + 8.0.0-alpha.1.22469.4 0.2.0 - 8.0.100-alpha.1.22469.12 - 8.0.100-alpha.1.22469.12 - 8.0.100-alpha.1.22469.12 + 8.0.100-alpha.1.22469.17 + 8.0.100-alpha.1.22469.17 + 8.0.100-alpha.1.22469.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5a1ce7b8fa53cc6333ed7d8a2b7d5798ee9d5494 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Mon, 19 Sep 2022 20:52:05 +0000 Subject: [PATCH 180/501] Resolve source-build patch conflict --- .../msbuild/0001-Change-TargetFramework-to-net7.0.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch b/src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch index bf87a65d5..660d2c914 100644 --- a/src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch +++ b/src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch @@ -88,11 +88,11 @@ index 471f88dbc..efd25efd1 100644 "allowPrerelease": true }, "tools": { -- "dotnet": "6.0.200", +- "dotnet": "6.0.401", + "dotnet": "7.0.100-preview.5.22307.18", "vs": { - "version": "17.0" - } + "version": "17.2.1" + }, diff --git a/scripts/Deploy-MSBuild.ps1 b/scripts/Deploy-MSBuild.ps1 index ef1959fc3..8cfecb6a0 100644 --- a/scripts/Deploy-MSBuild.ps1 From c09158bfead761c2ddee71eeeeaeae1a56873764 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 02:44:57 +0000 Subject: [PATCH 181/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.34 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22469.17 -> To Version 8.0.100-alpha.1.22469.34 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22469.4 -> To Version 8.0.0-alpha.1.22469.17 (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 eeab35283..7122b7830 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 + 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 - + https://github.com/dotnet/aspnetcore - d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 + 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 - + https://github.com/dotnet/aspnetcore - d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 + 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 - + https://github.com/dotnet/aspnetcore - d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 + 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 - + https://github.com/dotnet/aspnetcore - d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 + 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 - + https://github.com/dotnet/aspnetcore - d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 + 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 - + https://github.com/dotnet/aspnetcore - d75ef8d825ac2134b2ea2e7a37b536e22b9f1619 + 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 + 3dc5e528fffc050cace4cff8bc32954eb33f0455 - + https://github.com/dotnet/sdk - caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 + 3dc5e528fffc050cace4cff8bc32954eb33f0455 - + https://github.com/dotnet/sdk - caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 + 3dc5e528fffc050cace4cff8bc32954eb33f0455 - + https://github.com/dotnet/sdk - caa8aa1f7dee9c9f0b0d98afc44eaaec7ec48424 + 3dc5e528fffc050cace4cff8bc32954eb33f0455 diff --git a/eng/Versions.props b/eng/Versions.props index 8b01c33b8..632d02f4f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22469.4 - 8.0.0-alpha.1.22469.4 - 8.0.0-alpha.1.22469.4 - 8.0.0-alpha.1.22469.4 - 8.0.0-alpha.1.22469.4 - 8.0.0-alpha.1.22469.4 - 8.0.0-alpha.1.22469.4 + 8.0.0-alpha.1.22469.17 + 8.0.0-alpha.1.22469.17 + 8.0.0-alpha.1.22469.17 + 8.0.0-alpha.1.22469.17 + 8.0.0-alpha.1.22469.17 + 8.0.0-alpha.1.22469.17 + 8.0.0-alpha.1.22469.17 0.2.0 - 8.0.100-alpha.1.22469.17 - 8.0.100-alpha.1.22469.17 - 8.0.100-alpha.1.22469.17 + 8.0.100-alpha.1.22469.34 + 8.0.100-alpha.1.22469.34 + 8.0.100-alpha.1.22469.34 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fede67364f68f20e33b645d383caa6332757777f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 04:48:34 +0000 Subject: [PATCH 182/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.38 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22469.17 -> To Version 8.0.100-alpha.1.22469.38 Dependency coherency updates 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.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22469.4 -> To Version 8.0.0-alpha.1.22469.17 (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 7122b7830..8130f2147 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 3dc5e528fffc050cace4cff8bc32954eb33f0455 + 8c0e87d4eb392b349fab19d677d249e1887c1a93 - + https://github.com/dotnet/sdk - 3dc5e528fffc050cace4cff8bc32954eb33f0455 + 8c0e87d4eb392b349fab19d677d249e1887c1a93 - + https://github.com/dotnet/sdk - 3dc5e528fffc050cace4cff8bc32954eb33f0455 + 8c0e87d4eb392b349fab19d677d249e1887c1a93 - + https://github.com/dotnet/sdk - 3dc5e528fffc050cace4cff8bc32954eb33f0455 + 8c0e87d4eb392b349fab19d677d249e1887c1a93 @@ -143,9 +143,9 @@ 3c560f92eb7832d353f9cbeaa120b234e02ef027 - + https://github.com/dotnet/linker - ddc7da6775ddeb2538bc327011867f65deb4c6f0 + fda9d062dea827a19f1eae5cb2a0adbc63cba483 linker diff --git a/eng/Versions.props b/eng/Versions.props index 632d02f4f..5ac45a614 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22469.34 - 8.0.100-alpha.1.22469.34 - 8.0.100-alpha.1.22469.34 + 8.0.100-alpha.1.22469.38 + 8.0.100-alpha.1.22469.38 + 8.0.100-alpha.1.22469.38 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c4b1170d4ea53728d2e6bad5bb861ddb116a797e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 05:45:17 +0000 Subject: [PATCH 183/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.39 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22469.17 -> To Version 8.0.100-alpha.1.22469.39 Dependency coherency updates 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.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22469.4 -> To Version 8.0.0-alpha.1.22469.18 (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 8130f2147..3751831cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 + eb7aad61649f95004e121b7b861c03a123e47cfa - + https://github.com/dotnet/aspnetcore - 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 + eb7aad61649f95004e121b7b861c03a123e47cfa - + https://github.com/dotnet/aspnetcore - 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 + eb7aad61649f95004e121b7b861c03a123e47cfa - + https://github.com/dotnet/aspnetcore - 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 + eb7aad61649f95004e121b7b861c03a123e47cfa - + https://github.com/dotnet/aspnetcore - 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 + eb7aad61649f95004e121b7b861c03a123e47cfa - + https://github.com/dotnet/aspnetcore - 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 + eb7aad61649f95004e121b7b861c03a123e47cfa - + https://github.com/dotnet/aspnetcore - 4adc7894dd4c2e1aaadaf481a7be44e657a9e263 + eb7aad61649f95004e121b7b861c03a123e47cfa https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 8c0e87d4eb392b349fab19d677d249e1887c1a93 + 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 - + https://github.com/dotnet/sdk - 8c0e87d4eb392b349fab19d677d249e1887c1a93 + 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 - + https://github.com/dotnet/sdk - 8c0e87d4eb392b349fab19d677d249e1887c1a93 + 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 - + https://github.com/dotnet/sdk - 8c0e87d4eb392b349fab19d677d249e1887c1a93 + 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 diff --git a/eng/Versions.props b/eng/Versions.props index 5ac45a614..2f33beaa3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22469.17 - 8.0.0-alpha.1.22469.17 - 8.0.0-alpha.1.22469.17 - 8.0.0-alpha.1.22469.17 - 8.0.0-alpha.1.22469.17 - 8.0.0-alpha.1.22469.17 - 8.0.0-alpha.1.22469.17 + 8.0.0-alpha.1.22469.18 + 8.0.0-alpha.1.22469.18 + 8.0.0-alpha.1.22469.18 + 8.0.0-alpha.1.22469.18 + 8.0.0-alpha.1.22469.18 + 8.0.0-alpha.1.22469.18 + 8.0.0-alpha.1.22469.18 0.2.0 - 8.0.100-alpha.1.22469.38 - 8.0.100-alpha.1.22469.38 - 8.0.100-alpha.1.22469.38 + 8.0.100-alpha.1.22469.39 + 8.0.100-alpha.1.22469.39 + 8.0.100-alpha.1.22469.39 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 442a1e7235f6772ca453fca89722bb061ba4bdee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 06:51:45 +0000 Subject: [PATCH 184/501] Update dependencies from https://github.com/dotnet/sdk build 20220919.40 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22469.17 -> To Version 8.0.100-alpha.1.22469.40 Dependency coherency updates 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.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22469.4 -> To Version 8.0.0-alpha.1.22469.22 (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 3751831cc..8c57a219b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - eb7aad61649f95004e121b7b861c03a123e47cfa + 01e04c187ffb01e522464632ad4e506c5d3d5547 - + https://github.com/dotnet/aspnetcore - eb7aad61649f95004e121b7b861c03a123e47cfa + 01e04c187ffb01e522464632ad4e506c5d3d5547 - + https://github.com/dotnet/aspnetcore - eb7aad61649f95004e121b7b861c03a123e47cfa + 01e04c187ffb01e522464632ad4e506c5d3d5547 - + https://github.com/dotnet/aspnetcore - eb7aad61649f95004e121b7b861c03a123e47cfa + 01e04c187ffb01e522464632ad4e506c5d3d5547 - + https://github.com/dotnet/aspnetcore - eb7aad61649f95004e121b7b861c03a123e47cfa + 01e04c187ffb01e522464632ad4e506c5d3d5547 - + https://github.com/dotnet/aspnetcore - eb7aad61649f95004e121b7b861c03a123e47cfa + 01e04c187ffb01e522464632ad4e506c5d3d5547 - + https://github.com/dotnet/aspnetcore - eb7aad61649f95004e121b7b861c03a123e47cfa + 01e04c187ffb01e522464632ad4e506c5d3d5547 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 + b86f029d9ae0c471f46d7f825ce5c6c663f85b62 - + https://github.com/dotnet/sdk - 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 + b86f029d9ae0c471f46d7f825ce5c6c663f85b62 - + https://github.com/dotnet/sdk - 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 + b86f029d9ae0c471f46d7f825ce5c6c663f85b62 - + https://github.com/dotnet/sdk - 66ed9d6914955d9847a8a98a5eaad1afcfa4cff0 + b86f029d9ae0c471f46d7f825ce5c6c663f85b62 diff --git a/eng/Versions.props b/eng/Versions.props index 2f33beaa3..b3d0c6b35 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22469.18 - 8.0.0-alpha.1.22469.18 - 8.0.0-alpha.1.22469.18 - 8.0.0-alpha.1.22469.18 - 8.0.0-alpha.1.22469.18 - 8.0.0-alpha.1.22469.18 - 8.0.0-alpha.1.22469.18 + 8.0.0-alpha.1.22469.22 + 8.0.0-alpha.1.22469.22 + 8.0.0-alpha.1.22469.22 + 8.0.0-alpha.1.22469.22 + 8.0.0-alpha.1.22469.22 + 8.0.0-alpha.1.22469.22 + 8.0.0-alpha.1.22469.22 0.2.0 - 8.0.100-alpha.1.22469.39 - 8.0.100-alpha.1.22469.39 - 8.0.100-alpha.1.22469.39 + 8.0.100-alpha.1.22469.40 + 8.0.100-alpha.1.22469.40 + 8.0.100-alpha.1.22469.40 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b000f197f086548dfcd34073279135468ee78ef2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 08:05:13 +0000 Subject: [PATCH 185/501] Update dependencies from https://github.com/dotnet/sdk build 20220920.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22469.17 -> To Version 8.0.100-alpha.1.22470.2 Dependency coherency updates 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.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22469.4 -> To Version 8.0.0-alpha.1.22469.28 (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 8c57a219b..45de100f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 01e04c187ffb01e522464632ad4e506c5d3d5547 + cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e - + https://github.com/dotnet/aspnetcore - 01e04c187ffb01e522464632ad4e506c5d3d5547 + cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e - + https://github.com/dotnet/aspnetcore - 01e04c187ffb01e522464632ad4e506c5d3d5547 + cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e - + https://github.com/dotnet/aspnetcore - 01e04c187ffb01e522464632ad4e506c5d3d5547 + cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e - + https://github.com/dotnet/aspnetcore - 01e04c187ffb01e522464632ad4e506c5d3d5547 + cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e - + https://github.com/dotnet/aspnetcore - 01e04c187ffb01e522464632ad4e506c5d3d5547 + cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e - + https://github.com/dotnet/aspnetcore - 01e04c187ffb01e522464632ad4e506c5d3d5547 + cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - b86f029d9ae0c471f46d7f825ce5c6c663f85b62 + c046106e18587b4167a52869617d194a75b69f5b - + https://github.com/dotnet/sdk - b86f029d9ae0c471f46d7f825ce5c6c663f85b62 + c046106e18587b4167a52869617d194a75b69f5b - + https://github.com/dotnet/sdk - b86f029d9ae0c471f46d7f825ce5c6c663f85b62 + c046106e18587b4167a52869617d194a75b69f5b - + https://github.com/dotnet/sdk - b86f029d9ae0c471f46d7f825ce5c6c663f85b62 + c046106e18587b4167a52869617d194a75b69f5b diff --git a/eng/Versions.props b/eng/Versions.props index b3d0c6b35..65a5cc45c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22469.22 - 8.0.0-alpha.1.22469.22 - 8.0.0-alpha.1.22469.22 - 8.0.0-alpha.1.22469.22 - 8.0.0-alpha.1.22469.22 - 8.0.0-alpha.1.22469.22 - 8.0.0-alpha.1.22469.22 + 8.0.0-alpha.1.22469.28 + 8.0.0-alpha.1.22469.28 + 8.0.0-alpha.1.22469.28 + 8.0.0-alpha.1.22469.28 + 8.0.0-alpha.1.22469.28 + 8.0.0-alpha.1.22469.28 + 8.0.0-alpha.1.22469.28 0.2.0 - 8.0.100-alpha.1.22469.40 - 8.0.100-alpha.1.22469.40 - 8.0.100-alpha.1.22469.40 + 8.0.100-alpha.1.22470.2 + 8.0.100-alpha.1.22470.2 + 8.0.100-alpha.1.22470.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From eb2675537061b088f1b5f50e16357c2258589c1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 12:24:59 +0000 Subject: [PATCH 186/501] Update dependencies from https://github.com/dotnet/arcade build 20220919.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22466.3 -> To Version 8.0.0-beta.22469.1 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22465-01 -> To Version 1.2.0-beta-22468-01 (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 45de100f6..b687fed64 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - bf47db2617320c82f94713d7b538f7bc0fa9d662 + 3c58477e970334e718adcd6461638ca844395db2 - + https://github.com/dotnet/arcade - bf47db2617320c82f94713d7b538f7bc0fa9d662 + 3c58477e970334e718adcd6461638ca844395db2 - + https://github.com/dotnet/arcade - bf47db2617320c82f94713d7b538f7bc0fa9d662 + 3c58477e970334e718adcd6461638ca844395db2 https://github.com/dotnet/arcade-services @@ -219,9 +219,9 @@ 7024c140e5954ca2d27eb6dc0285b939407ddb42 - + https://github.com/dotnet/sourcelink - 16ba25a5b808ab4794d8eeb945a836b32f2efc15 + e2d938cd694feb0d09bae5928ffe4ea1a4dfa9f2 diff --git a/eng/Versions.props b/eng/Versions.props index 65a5cc45c..2bc5773b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22466.3 + 8.0.0-beta.22469.1 diff --git a/global.json b/global.json index 61ac0be4b..f8a790f53 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.22466.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22466.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22469.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22469.1" } } From 1bc573a7b843c00e7164440abe0c31d58aab8f5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 16:54:09 +0000 Subject: [PATCH 187/501] Update dependencies from https://github.com/dotnet/sdk build 20220920.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.2 -> To Version 8.0.100-alpha.1.22470.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 b687fed64..204d5824b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - c046106e18587b4167a52869617d194a75b69f5b + c4b8dccb8f8a0feb2cd479115c227b313e30d7da - + https://github.com/dotnet/sdk - c046106e18587b4167a52869617d194a75b69f5b + c4b8dccb8f8a0feb2cd479115c227b313e30d7da - + https://github.com/dotnet/sdk - c046106e18587b4167a52869617d194a75b69f5b + c4b8dccb8f8a0feb2cd479115c227b313e30d7da - + https://github.com/dotnet/sdk - c046106e18587b4167a52869617d194a75b69f5b + c4b8dccb8f8a0feb2cd479115c227b313e30d7da diff --git a/eng/Versions.props b/eng/Versions.props index 2bc5773b3..28e719b5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22470.2 - 8.0.100-alpha.1.22470.2 - 8.0.100-alpha.1.22470.2 + 8.0.100-alpha.1.22470.15 + 8.0.100-alpha.1.22470.15 + 8.0.100-alpha.1.22470.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8defd399d78c0a92e8cbaa2bd10f49c3aab7da2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 17:46:19 +0000 Subject: [PATCH 188/501] Update dependencies from https://github.com/dotnet/sdk build 20220920.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.2 -> To Version 8.0.100-alpha.1.22470.20 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22469.28 -> To Version 8.0.0-alpha.1.22470.6 (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 204d5824b..7415c209a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e + 35d2746b41e4f365180b87156b706a9e041d937f - + https://github.com/dotnet/aspnetcore - cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e + 35d2746b41e4f365180b87156b706a9e041d937f - + https://github.com/dotnet/aspnetcore - cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e + 35d2746b41e4f365180b87156b706a9e041d937f - + https://github.com/dotnet/aspnetcore - cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e + 35d2746b41e4f365180b87156b706a9e041d937f - + https://github.com/dotnet/aspnetcore - cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e + 35d2746b41e4f365180b87156b706a9e041d937f - + https://github.com/dotnet/aspnetcore - cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e + 35d2746b41e4f365180b87156b706a9e041d937f - + https://github.com/dotnet/aspnetcore - cbce9de4a41abdfaeb1b7f2c299564ca0cf15e3e + 35d2746b41e4f365180b87156b706a9e041d937f https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - c4b8dccb8f8a0feb2cd479115c227b313e30d7da + a44e5fd4f7996cb352a22ffba9b360d2c328bb52 - + https://github.com/dotnet/sdk - c4b8dccb8f8a0feb2cd479115c227b313e30d7da + a44e5fd4f7996cb352a22ffba9b360d2c328bb52 - + https://github.com/dotnet/sdk - c4b8dccb8f8a0feb2cd479115c227b313e30d7da + a44e5fd4f7996cb352a22ffba9b360d2c328bb52 - + https://github.com/dotnet/sdk - c4b8dccb8f8a0feb2cd479115c227b313e30d7da + a44e5fd4f7996cb352a22ffba9b360d2c328bb52 diff --git a/eng/Versions.props b/eng/Versions.props index 28e719b5a..bd876dfa8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22469.28 - 8.0.0-alpha.1.22469.28 - 8.0.0-alpha.1.22469.28 - 8.0.0-alpha.1.22469.28 - 8.0.0-alpha.1.22469.28 - 8.0.0-alpha.1.22469.28 - 8.0.0-alpha.1.22469.28 + 8.0.0-alpha.1.22470.6 + 8.0.0-alpha.1.22470.6 + 8.0.0-alpha.1.22470.6 + 8.0.0-alpha.1.22470.6 + 8.0.0-alpha.1.22470.6 + 8.0.0-alpha.1.22470.6 + 8.0.0-alpha.1.22470.6 0.2.0 - 8.0.100-alpha.1.22470.15 - 8.0.100-alpha.1.22470.15 - 8.0.100-alpha.1.22470.15 + 8.0.100-alpha.1.22470.20 + 8.0.100-alpha.1.22470.20 + 8.0.100-alpha.1.22470.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9b865907f19e11604c0020a12f0746c43afb84ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Sep 2022 18:58:42 +0000 Subject: [PATCH 189/501] Update dependencies from https://github.com/dotnet/sdk build 20220920.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.2 -> To Version 8.0.100-alpha.1.22470.21 Dependency coherency updates 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.NET.Test.Sdk From Version 8.0.0-alpha.1.22469.28 -> To Version 8.0.0-alpha.1.22470.6 (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 7415c209a..3ba1c130c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - a44e5fd4f7996cb352a22ffba9b360d2c328bb52 + 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 - + https://github.com/dotnet/sdk - a44e5fd4f7996cb352a22ffba9b360d2c328bb52 + 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 - + https://github.com/dotnet/sdk - a44e5fd4f7996cb352a22ffba9b360d2c328bb52 + 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 - + https://github.com/dotnet/sdk - a44e5fd4f7996cb352a22ffba9b360d2c328bb52 + 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 @@ -138,9 +138,9 @@ 1f56aa9c36d2919ba52c5b4f5abd449161e7ca01 - + https://github.com/microsoft/vstest - 3c560f92eb7832d353f9cbeaa120b234e02ef027 + 5b435bbae49213062ebd2c0be0394af23474d91c diff --git a/eng/Versions.props b/eng/Versions.props index bd876dfa8..4ed92a113 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22470.20 - 8.0.100-alpha.1.22470.20 - 8.0.100-alpha.1.22470.20 + 8.0.100-alpha.1.22470.21 + 8.0.100-alpha.1.22470.21 + 8.0.100-alpha.1.22470.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.4.0-preview-20220915-01 + 17.5.0-preview-20220919-05 7.0.0-rc.1.22426.10. From 86bfc6aa3f0a127920a76c986ea22ce9c6f9aecb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 20:49:56 +0000 Subject: [PATCH 190/501] Update dependencies from https://github.com/dotnet/arcade build 20220919.2 (#14555) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/templates/jobs/source-build.yml | 2 +- global.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b687fed64..5fe441829 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 3c58477e970334e718adcd6461638ca844395db2 + 066a2b54285aa1ab82418edd66201dea2dbc0a54 - + https://github.com/dotnet/arcade - 3c58477e970334e718adcd6461638ca844395db2 + 066a2b54285aa1ab82418edd66201dea2dbc0a54 - + https://github.com/dotnet/arcade - 3c58477e970334e718adcd6461638ca844395db2 + 066a2b54285aa1ab82418edd66201dea2dbc0a54 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 2bc5773b3..a9ceb40ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22469.1 + 8.0.0-beta.22469.2 diff --git a/eng/common/templates/jobs/source-build.yml b/eng/common/templates/jobs/source-build.yml index 00aa98eb3..8dd2d355f 100644 --- a/eng/common/templates/jobs/source-build.yml +++ b/eng/common/templates/jobs/source-build.yml @@ -14,7 +14,7 @@ parameters: # This is the default platform provided by Arcade, intended for use by a managed-only repo. defaultManagedPlatform: name: 'Managed' - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab' # Defines the platforms on which to run build jobs. One job is created for each platform, and the # object in this array is sent to the job template as 'platform'. If no platforms are specified, diff --git a/global.json b/global.json index f8a790f53..5b72236e4 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.22469.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22469.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22469.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22469.2" } } From f17919ed44c005986e023fd09d07fbb579bb06c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 04:24:33 +0000 Subject: [PATCH 191/501] Update dependencies from https://github.com/dotnet/sdk build 20220920.40 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22470.40 Dependency coherency updates 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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22470.6 -> To Version 8.0.0-alpha.1.22470.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71cf04c1a..99026ced4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 35d2746b41e4f365180b87156b706a9e041d937f + ce2db7ea0b161fc5eb35710fca6feeafeeac37bc - + https://github.com/dotnet/aspnetcore - 35d2746b41e4f365180b87156b706a9e041d937f + ce2db7ea0b161fc5eb35710fca6feeafeeac37bc - + https://github.com/dotnet/aspnetcore - 35d2746b41e4f365180b87156b706a9e041d937f + ce2db7ea0b161fc5eb35710fca6feeafeeac37bc - + https://github.com/dotnet/aspnetcore - 35d2746b41e4f365180b87156b706a9e041d937f + ce2db7ea0b161fc5eb35710fca6feeafeeac37bc - + https://github.com/dotnet/aspnetcore - 35d2746b41e4f365180b87156b706a9e041d937f + ce2db7ea0b161fc5eb35710fca6feeafeeac37bc - + https://github.com/dotnet/aspnetcore - 35d2746b41e4f365180b87156b706a9e041d937f + ce2db7ea0b161fc5eb35710fca6feeafeeac37bc - + https://github.com/dotnet/aspnetcore - 35d2746b41e4f365180b87156b706a9e041d937f + ce2db7ea0b161fc5eb35710fca6feeafeeac37bc https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 + d37cff36063b8be7eb12d333ca051900b4b770eb - + https://github.com/dotnet/sdk - 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 + d37cff36063b8be7eb12d333ca051900b4b770eb - + https://github.com/dotnet/sdk - 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 + d37cff36063b8be7eb12d333ca051900b4b770eb - + https://github.com/dotnet/sdk - 07970b8ce016ce6d6ba4dd1104b97bc4424d7fe4 + d37cff36063b8be7eb12d333ca051900b4b770eb @@ -159,9 +159,9 @@ 48ab5664b8734afdf4aedba5f72a0663435eef16 - + https://github.com/nuget/nuget.client - abaa72f3390fba4bb65fb3c700f22104682bfae9 + 3827ea2b26476e65513514130cdcaf0166f337d8 diff --git a/eng/Versions.props b/eng/Versions.props index 34709bc23..154cdec20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22470.6 - 8.0.0-alpha.1.22470.6 - 8.0.0-alpha.1.22470.6 - 8.0.0-alpha.1.22470.6 - 8.0.0-alpha.1.22470.6 - 8.0.0-alpha.1.22470.6 - 8.0.0-alpha.1.22470.6 + 8.0.0-alpha.1.22470.7 + 8.0.0-alpha.1.22470.7 + 8.0.0-alpha.1.22470.7 + 8.0.0-alpha.1.22470.7 + 8.0.0-alpha.1.22470.7 + 8.0.0-alpha.1.22470.7 + 8.0.0-alpha.1.22470.7 0.2.0 - 8.0.100-alpha.1.22470.21 - 8.0.100-alpha.1.22470.21 - 8.0.100-alpha.1.22470.21 + 8.0.100-alpha.1.22470.40 + 8.0.100-alpha.1.22470.40 + 8.0.100-alpha.1.22470.40 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 681566d7b796f6d3f0414538d210ea8ce7040c46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 05:16:18 +0000 Subject: [PATCH 192/501] Update dependencies from https://github.com/dotnet/sdk build 20220920.41 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22470.41 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99026ced4..51002b07d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - ff6716c6fcaad5bf160d269b01d683e23ac1a761 + 2975af9122d04af1f07d0004460e1c7794f10205 - + https://github.com/dotnet/windowsdesktop - ff6716c6fcaad5bf160d269b01d683e23ac1a761 + 2975af9122d04af1f07d0004460e1c7794f10205 - + https://github.com/dotnet/windowsdesktop - ff6716c6fcaad5bf160d269b01d683e23ac1a761 + 2975af9122d04af1f07d0004460e1c7794f10205 - + https://github.com/dotnet/windowsdesktop - ff6716c6fcaad5bf160d269b01d683e23ac1a761 + 2975af9122d04af1f07d0004460e1c7794f10205 https://github.com/dotnet/llvm-project @@ -103,31 +103,31 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - d37cff36063b8be7eb12d333ca051900b4b770eb + 7d59706ce1016fd183611707edb27322d4f5a61b - + https://github.com/dotnet/sdk - d37cff36063b8be7eb12d333ca051900b4b770eb + 7d59706ce1016fd183611707edb27322d4f5a61b - + https://github.com/dotnet/sdk - d37cff36063b8be7eb12d333ca051900b4b770eb + 7d59706ce1016fd183611707edb27322d4f5a61b - + https://github.com/dotnet/sdk - d37cff36063b8be7eb12d333ca051900b4b770eb + 7d59706ce1016fd183611707edb27322d4f5a61b - + https://github.com/dotnet/winforms - 1b17d5b15bebc394af0a697c3ee0dffe285ae3b5 + 18cd9fc0efc0806906c9d2fc7cde0433a0d0088e - + https://github.com/dotnet/wpf - 29264ce9f09846bb0d7a403b6a005c7bd7187597 + db71c877806186b4d9e8e6c87e76c342b6bb9e92 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 154cdec20..fa021d8ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22468.2 + 8.0.0-alpha.1.22469.12 - 8.0.0-alpha.1.22468.2 + 8.0.0-alpha.1.22470.2 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22470.40 - 8.0.100-alpha.1.22470.40 - 8.0.100-alpha.1.22470.40 + 8.0.100-alpha.1.22470.41 + 8.0.100-alpha.1.22470.41 + 8.0.100-alpha.1.22470.41 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22468.1 - 8.0.0-alpha.1.22468.1 - 8.0.0-alpha.1.22468.1 - 8.0.0-alpha.1.22468.1 + 8.0.0-alpha.1.22470.1 + 8.0.0-alpha.1.22470.1 + 8.0.0-alpha.1.22470.1 + 8.0.0-alpha.1.22470.1 From 7bd8ba7bc3c48343788601250c889fcfc89c1353 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 07:01:40 +0000 Subject: [PATCH 193/501] Update dependencies from https://github.com/dotnet/sdk build 20220920.44 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22470.44 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.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 51002b07d..4e26a5732 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 7d59706ce1016fd183611707edb27322d4f5a61b + ed4685727582be0fc7a9f121a321e078d25a554d - + https://github.com/dotnet/sdk - 7d59706ce1016fd183611707edb27322d4f5a61b + ed4685727582be0fc7a9f121a321e078d25a554d - + https://github.com/dotnet/sdk - 7d59706ce1016fd183611707edb27322d4f5a61b + ed4685727582be0fc7a9f121a321e078d25a554d - + https://github.com/dotnet/sdk - 7d59706ce1016fd183611707edb27322d4f5a61b + ed4685727582be0fc7a9f121a321e078d25a554d diff --git a/eng/Versions.props b/eng/Versions.props index fa021d8ca..d47364588 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22470.41 - 8.0.100-alpha.1.22470.41 - 8.0.100-alpha.1.22470.41 + 8.0.100-alpha.1.22470.44 + 8.0.100-alpha.1.22470.44 + 8.0.100-alpha.1.22470.44 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6bbf89027c294a34b491264643f6ffafe8d20f0a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 10:47:59 +0000 Subject: [PATCH 194/501] Update dependencies from https://github.com/dotnet/sdk build 20220921.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22471.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.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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.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 4e26a5732..424bd56e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - ed4685727582be0fc7a9f121a321e078d25a554d + aa8b5e5597c92262d288423c45dd74020e9ecb05 - + https://github.com/dotnet/sdk - ed4685727582be0fc7a9f121a321e078d25a554d + aa8b5e5597c92262d288423c45dd74020e9ecb05 - + https://github.com/dotnet/sdk - ed4685727582be0fc7a9f121a321e078d25a554d + aa8b5e5597c92262d288423c45dd74020e9ecb05 - + https://github.com/dotnet/sdk - ed4685727582be0fc7a9f121a321e078d25a554d + aa8b5e5597c92262d288423c45dd74020e9ecb05 diff --git a/eng/Versions.props b/eng/Versions.props index d47364588..1b4aaf38e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22470.44 - 8.0.100-alpha.1.22470.44 - 8.0.100-alpha.1.22470.44 + 8.0.100-alpha.1.22471.3 + 8.0.100-alpha.1.22471.3 + 8.0.100-alpha.1.22471.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6205df93c23f543cd9682d4f7621438ebc7ba674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 12:07:06 +0000 Subject: [PATCH 195/501] Update dependencies from https://github.com/dotnet/sdk build 20220921.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22471.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.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 424bd56e2..79f65948b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - aa8b5e5597c92262d288423c45dd74020e9ecb05 + b573979a30d5279e14aaf52a22548b46a430f693 - + https://github.com/dotnet/sdk - aa8b5e5597c92262d288423c45dd74020e9ecb05 + b573979a30d5279e14aaf52a22548b46a430f693 - + https://github.com/dotnet/sdk - aa8b5e5597c92262d288423c45dd74020e9ecb05 + b573979a30d5279e14aaf52a22548b46a430f693 - + https://github.com/dotnet/sdk - aa8b5e5597c92262d288423c45dd74020e9ecb05 + b573979a30d5279e14aaf52a22548b46a430f693 diff --git a/eng/Versions.props b/eng/Versions.props index 1b4aaf38e..183d970e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22471.3 - 8.0.100-alpha.1.22471.3 - 8.0.100-alpha.1.22471.3 + 8.0.100-alpha.1.22471.5 + 8.0.100-alpha.1.22471.5 + 8.0.100-alpha.1.22471.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 66fc0e79632b6c09302d42df85e67eff405a8cf7 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Wed, 21 Sep 2022 13:25:35 +0000 Subject: [PATCH 196/501] Resolve source-build patch conflicts --- src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch | 4 ++-- .../patches/sdk/0002-Change-TargetFramework-to-net7.0.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch index 9b223b21b..ba571042d 100644 --- a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch +++ b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch @@ -13,8 +13,8 @@ index 1353696a29..4e7463a453 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,9 +14,11 @@ - net7.0 - $(SdkTargetFramework) + may target a lower version of .NET --> + net6.0 - diff --git a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch index 16c50a9a1..34a542d4e 100644 --- a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch +++ b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch @@ -97,7 +97,7 @@ index 03ea923734..3246138cf9 100644 +++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj @@ -22,7 +22,7 @@ - + - $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net6.0\MSBuild.dll + $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net7.0\MSBuild.dll From 8bae191d315942d94155e899cc5efd4bca0abf47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 14:15:13 +0000 Subject: [PATCH 197/501] Update dependencies from https://github.com/dotnet/sdk build 20220921.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22471.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.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 79f65948b..9521c7060 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - b573979a30d5279e14aaf52a22548b46a430f693 + ef03013b60b8dacda2853e9226b2c393e7948d15 - + https://github.com/dotnet/sdk - b573979a30d5279e14aaf52a22548b46a430f693 + ef03013b60b8dacda2853e9226b2c393e7948d15 - + https://github.com/dotnet/sdk - b573979a30d5279e14aaf52a22548b46a430f693 + ef03013b60b8dacda2853e9226b2c393e7948d15 - + https://github.com/dotnet/sdk - b573979a30d5279e14aaf52a22548b46a430f693 + ef03013b60b8dacda2853e9226b2c393e7948d15 diff --git a/eng/Versions.props b/eng/Versions.props index 183d970e6..be0b33780 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22471.5 - 8.0.100-alpha.1.22471.5 - 8.0.100-alpha.1.22471.5 + 8.0.100-alpha.1.22471.7 + 8.0.100-alpha.1.22471.7 + 8.0.100-alpha.1.22471.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d7166e3736a3b65cdf290ca9fe9c9172bedf6a52 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 15:10:48 +0000 Subject: [PATCH 198/501] Update dependencies from https://github.com/dotnet/sdk build 20220921.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22471.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.22 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9521c7060..4783f5f75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 2975af9122d04af1f07d0004460e1c7794f10205 + ff0515b7ef92a71049353b64a3d3a31c57c1c925 - + https://github.com/dotnet/windowsdesktop - 2975af9122d04af1f07d0004460e1c7794f10205 + ff0515b7ef92a71049353b64a3d3a31c57c1c925 - + https://github.com/dotnet/windowsdesktop - 2975af9122d04af1f07d0004460e1c7794f10205 + ff0515b7ef92a71049353b64a3d3a31c57c1c925 - + https://github.com/dotnet/windowsdesktop - 2975af9122d04af1f07d0004460e1c7794f10205 + ff0515b7ef92a71049353b64a3d3a31c57c1c925 https://github.com/dotnet/llvm-project @@ -103,31 +103,31 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - ef03013b60b8dacda2853e9226b2c393e7948d15 + f9b3d5c0ddd574407cfd7a876a3c3271269f8924 - + https://github.com/dotnet/sdk - ef03013b60b8dacda2853e9226b2c393e7948d15 + f9b3d5c0ddd574407cfd7a876a3c3271269f8924 - + https://github.com/dotnet/sdk - ef03013b60b8dacda2853e9226b2c393e7948d15 + f9b3d5c0ddd574407cfd7a876a3c3271269f8924 - + https://github.com/dotnet/sdk - ef03013b60b8dacda2853e9226b2c393e7948d15 + f9b3d5c0ddd574407cfd7a876a3c3271269f8924 - + https://github.com/dotnet/winforms - 18cd9fc0efc0806906c9d2fc7cde0433a0d0088e + c6dda124b462ad5339088e43a1a544c9b420bff5 - + https://github.com/dotnet/wpf - db71c877806186b4d9e8e6c87e76c342b6bb9e92 + 3a559a3b52db0489e332250dac3fc72fc96940b7 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index be0b33780..a8aae55a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22469.12 + 8.0.0-alpha.1.22470.2 - 8.0.0-alpha.1.22470.2 + 8.0.0-alpha.1.22470.16 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22471.7 - 8.0.100-alpha.1.22471.7 - 8.0.100-alpha.1.22471.7 + 8.0.100-alpha.1.22471.8 + 8.0.100-alpha.1.22471.8 + 8.0.100-alpha.1.22471.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22470.1 - 8.0.0-alpha.1.22470.1 - 8.0.0-alpha.1.22470.1 - 8.0.0-alpha.1.22470.1 + 8.0.0-alpha.1.22470.22 + 8.0.0-alpha.1.22470.22 + 8.0.0-alpha.1.22470.22 + 8.0.0-alpha.1.22470.22 From 08c0f4bf3f7565c887dd63aa489b4cee945c40d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 16:14:47 +0000 Subject: [PATCH 199/501] Update dependencies from https://github.com/dotnet/sdk build 20220921.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22471.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.NET.Test.Sdk,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.22 (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 4783f5f75..b028c40fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - f9b3d5c0ddd574407cfd7a876a3c3271269f8924 + 9c6ad936d28d8fb2f6d514c54af8697e0802616f - + https://github.com/dotnet/sdk - f9b3d5c0ddd574407cfd7a876a3c3271269f8924 + 9c6ad936d28d8fb2f6d514c54af8697e0802616f - + https://github.com/dotnet/sdk - f9b3d5c0ddd574407cfd7a876a3c3271269f8924 + 9c6ad936d28d8fb2f6d514c54af8697e0802616f - + https://github.com/dotnet/sdk - f9b3d5c0ddd574407cfd7a876a3c3271269f8924 + 9c6ad936d28d8fb2f6d514c54af8697e0802616f @@ -138,9 +138,9 @@ 1f56aa9c36d2919ba52c5b4f5abd449161e7ca01 - + https://github.com/microsoft/vstest - 5b435bbae49213062ebd2c0be0394af23474d91c + 9e7ccb894634992a46d194d0bb8ffe4d10e454f5 diff --git a/eng/Versions.props b/eng/Versions.props index a8aae55a9..84125baea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22471.8 - 8.0.100-alpha.1.22471.8 - 8.0.100-alpha.1.22471.8 + 8.0.100-alpha.1.22471.9 + 8.0.100-alpha.1.22471.9 + 8.0.100-alpha.1.22471.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20220919-05 + 17.5.0-preview-20220920-02 7.0.0-rc.1.22426.10. From ba5b5fb44ebaef6b39801f1a9469b97ce5bfd08b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Sep 2022 17:22:26 +0000 Subject: [PATCH 200/501] Update dependencies from https://github.com/dotnet/sdk build 20220921.10 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22471.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.NET.Test.Sdk,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.22 (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 b028c40fd..8a4f07c04 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 9c6ad936d28d8fb2f6d514c54af8697e0802616f + 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 - + https://github.com/dotnet/sdk - 9c6ad936d28d8fb2f6d514c54af8697e0802616f + 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 - + https://github.com/dotnet/sdk - 9c6ad936d28d8fb2f6d514c54af8697e0802616f + 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 - + https://github.com/dotnet/sdk - 9c6ad936d28d8fb2f6d514c54af8697e0802616f + 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 diff --git a/eng/Versions.props b/eng/Versions.props index 84125baea..fe6b7f070 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22471.9 - 8.0.100-alpha.1.22471.9 - 8.0.100-alpha.1.22471.9 + 8.0.100-alpha.1.22471.10 + 8.0.100-alpha.1.22471.10 + 8.0.100-alpha.1.22471.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0b3e25a00ab294db715f3b99fd074a2d3ef0b30f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:04:50 -0400 Subject: [PATCH 201/501] [main] Update dependencies from dotnet/arcade (#14563) * Update dependencies from https://github.com/dotnet/arcade build 20220920.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22469.2 -> To Version 8.0.0-beta.22470.3 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22468-01 -> To Version 1.2.0-beta-22469-02 (parent: Microsoft.DotNet.Arcade.Sdk * Update dependencies from https://github.com/dotnet/arcade build 20220921.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22469.2 -> To Version 8.0.0-beta.22471.2 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22468-01 -> To Version 1.2.0-beta-22469-02 (parent: Microsoft.DotNet.Arcade.Sdk Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/build.ps1 | 5 +++++ eng/common/templates/steps/source-build.yml | 8 +++++++- global.json | 4 ++-- 5 files changed, 23 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71cf04c1a..b78b8d56d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 066a2b54285aa1ab82418edd66201dea2dbc0a54 + d179a8bfc4f295329bbbed456d088a0dfbc61a56 - + https://github.com/dotnet/arcade - 066a2b54285aa1ab82418edd66201dea2dbc0a54 + d179a8bfc4f295329bbbed456d088a0dfbc61a56 - + https://github.com/dotnet/arcade - 066a2b54285aa1ab82418edd66201dea2dbc0a54 + d179a8bfc4f295329bbbed456d088a0dfbc61a56 https://github.com/dotnet/arcade-services @@ -219,9 +219,9 @@ 7024c140e5954ca2d27eb6dc0285b939407ddb42 - + https://github.com/dotnet/sourcelink - e2d938cd694feb0d09bae5928ffe4ea1a4dfa9f2 + 25eb369a3b05519745e69e58668f5489400afff8 diff --git a/eng/Versions.props b/eng/Versions.props index 34709bc23..b31f7f6f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22469.2 + 8.0.0-beta.22471.2 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 8943da242..33a6f2d0e 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -26,6 +26,7 @@ Param( [string] $runtimeSourceFeed = '', [string] $runtimeSourceFeedKey = '', [switch] $excludePrereleaseVS, + [switch] $nativeToolsOnMachine, [switch] $help, [Parameter(ValueFromRemainingArguments=$true)][String[]]$properties ) @@ -67,6 +68,7 @@ function Print-Usage() { Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." Write-Host " -excludePrereleaseVS Set to exclude build engines in prerelease versions of Visual Studio" + Write-Host " -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)" Write-Host "" Write-Host "Command line arguments not listed above are passed thru to msbuild." @@ -146,6 +148,9 @@ try { $nodeReuse = $false } + if ($nativeToolsOnMachine) { + $env:NativeToolsOnMachine = $true + } if ($restore) { InitializeNativeTools } diff --git a/eng/common/templates/steps/source-build.yml b/eng/common/templates/steps/source-build.yml index 12a8ff94d..4ec5577d2 100644 --- a/eng/common/templates/steps/source-build.yml +++ b/eng/common/templates/steps/source-build.yml @@ -68,6 +68,11 @@ steps: publishArgs='--publish' fi + assetManifestFileName=SourceBuild_RidSpecific.xml + if [ '${{ parameters.platform.name }}' != '' ]; then + assetManifestFileName=SourceBuild_${{ parameters.platform.name }}.xml + fi + ${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \ --configuration $buildConfig \ --restore --build --pack $publishArgs -bl \ @@ -76,7 +81,8 @@ steps: $internalRestoreArgs \ $targetRidArgs \ /p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \ - /p:ArcadeBuildFromSource=true + /p:ArcadeBuildFromSource=true \ + /p:AssetManifestFileName=$assetManifestFileName displayName: Build # Upload build logs for diagnosis. diff --git a/global.json b/global.json index 5b72236e4..88c0a39b2 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.22469.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22469.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22471.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22471.2" } } From cf53e5625a0d279a823be62d4512b522df862956 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 22 Sep 2022 17:04:34 +0000 Subject: [PATCH 202/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220922.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22466.2 -> To Version 8.0.0-alpha.1.22472.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b78b8d56d..541fc963e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - 7024c140e5954ca2d27eb6dc0285b939407ddb42 + 1f91bc10ab56e67fe2f79dd03bd0e44136fc8b3f From af4a4e077551df031c121d1b815ac263a7943608 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 22 Sep 2022 23:35:15 +0000 Subject: [PATCH 203/501] Update dependencies from https://github.com/dotnet/sdk build 20220922.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22472.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.22 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 6 +++--- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a4f07c04..af32bea43 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 + 49d9b4148c4f65fd3f691186a4533375c3a83c97 - + https://github.com/dotnet/sdk - 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 + 49d9b4148c4f65fd3f691186a4533375c3a83c97 - + https://github.com/dotnet/sdk - 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 + 49d9b4148c4f65fd3f691186a4533375c3a83c97 - + https://github.com/dotnet/sdk - 3496abd28b5d0690dd6cd1d6bd3ce805a42fff37 + 49d9b4148c4f65fd3f691186a4533375c3a83c97 @@ -143,9 +143,9 @@ 9e7ccb894634992a46d194d0bb8ffe4d10e454f5 - + https://github.com/dotnet/linker - fda9d062dea827a19f1eae5cb2a0adbc63cba483 + 3443678a7cc9654bbbe5102821301450ba9f05ea linker @@ -154,14 +154,14 @@ 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 - + https://github.com/dotnet/msbuild - 48ab5664b8734afdf4aedba5f72a0663435eef16 + cc3db358d34ad4cd1ec0c67e17582d7ca2a15040 - + https://github.com/nuget/nuget.client - 3827ea2b26476e65513514130cdcaf0166f337d8 + a6210b449d2d1a4abd7675cda9f78ad5d414d55b diff --git a/eng/Versions.props b/eng/Versions.props index fe6b7f070..a6aa5356c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22471.10 - 8.0.100-alpha.1.22471.10 - 8.0.100-alpha.1.22471.10 + 8.0.100-alpha.1.22472.13 + 8.0.100-alpha.1.22472.13 + 8.0.100-alpha.1.22472.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1bd3b02abc3302539052164418974e526e9705a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 03:45:48 +0000 Subject: [PATCH 204/501] Update dependencies from https://github.com/dotnet/sdk build 20220922.19 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22472.19 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22470.22 (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 af32bea43..a1a7811c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - ce2db7ea0b161fc5eb35710fca6feeafeeac37bc + 8a389f6b38f04d10922ceac0736b6402c1aa4907 - + https://github.com/dotnet/aspnetcore - ce2db7ea0b161fc5eb35710fca6feeafeeac37bc + 8a389f6b38f04d10922ceac0736b6402c1aa4907 - + https://github.com/dotnet/aspnetcore - ce2db7ea0b161fc5eb35710fca6feeafeeac37bc + 8a389f6b38f04d10922ceac0736b6402c1aa4907 - + https://github.com/dotnet/aspnetcore - ce2db7ea0b161fc5eb35710fca6feeafeeac37bc + 8a389f6b38f04d10922ceac0736b6402c1aa4907 - + https://github.com/dotnet/aspnetcore - ce2db7ea0b161fc5eb35710fca6feeafeeac37bc + 8a389f6b38f04d10922ceac0736b6402c1aa4907 - + https://github.com/dotnet/aspnetcore - ce2db7ea0b161fc5eb35710fca6feeafeeac37bc + 8a389f6b38f04d10922ceac0736b6402c1aa4907 - + https://github.com/dotnet/aspnetcore - ce2db7ea0b161fc5eb35710fca6feeafeeac37bc + 8a389f6b38f04d10922ceac0736b6402c1aa4907 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 49d9b4148c4f65fd3f691186a4533375c3a83c97 + 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c - + https://github.com/dotnet/sdk - 49d9b4148c4f65fd3f691186a4533375c3a83c97 + 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c - + https://github.com/dotnet/sdk - 49d9b4148c4f65fd3f691186a4533375c3a83c97 + 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c - + https://github.com/dotnet/sdk - 49d9b4148c4f65fd3f691186a4533375c3a83c97 + 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c diff --git a/eng/Versions.props b/eng/Versions.props index a6aa5356c..4de54fc65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22470.7 - 8.0.0-alpha.1.22470.7 - 8.0.0-alpha.1.22470.7 - 8.0.0-alpha.1.22470.7 - 8.0.0-alpha.1.22470.7 - 8.0.0-alpha.1.22470.7 - 8.0.0-alpha.1.22470.7 + 8.0.0-alpha.1.22472.7 + 8.0.0-alpha.1.22472.7 + 8.0.0-alpha.1.22472.7 + 8.0.0-alpha.1.22472.7 + 8.0.0-alpha.1.22472.7 + 8.0.0-alpha.1.22472.7 + 8.0.0-alpha.1.22472.7 0.2.0 - 8.0.100-alpha.1.22472.13 - 8.0.100-alpha.1.22472.13 - 8.0.100-alpha.1.22472.13 + 8.0.100-alpha.1.22472.19 + 8.0.100-alpha.1.22472.19 + 8.0.100-alpha.1.22472.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 305a507dde0fa9afff381538d410c11bf3f212d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 04:44:32 +0000 Subject: [PATCH 205/501] Update dependencies from https://github.com/dotnet/sdk build 20220922.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22472.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22471.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 64 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1a7811c6..6dfeb364c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - ff0515b7ef92a71049353b64a3d3a31c57c1c925 + 2a8491147ecc9792372ef78fe21f80086543cc88 - + https://github.com/dotnet/windowsdesktop - ff0515b7ef92a71049353b64a3d3a31c57c1c925 + 2a8491147ecc9792372ef78fe21f80086543cc88 - + https://github.com/dotnet/windowsdesktop - ff0515b7ef92a71049353b64a3d3a31c57c1c925 + 2a8491147ecc9792372ef78fe21f80086543cc88 - + https://github.com/dotnet/windowsdesktop - ff0515b7ef92a71049353b64a3d3a31c57c1c925 + 2a8491147ecc9792372ef78fe21f80086543cc88 https://github.com/dotnet/llvm-project @@ -103,49 +103,49 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c + 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 - + https://github.com/dotnet/sdk - 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c + 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 - + https://github.com/dotnet/sdk - 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c + 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 - + https://github.com/dotnet/sdk - 28aff0c95ca167e9a2a74b8e06d321d7fa778d0c + 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 - + https://github.com/dotnet/winforms - c6dda124b462ad5339088e43a1a544c9b420bff5 + d4c52b76811896fe2fa6c2d1b56bb36bf71df7cb - + https://github.com/dotnet/wpf - 3a559a3b52db0489e332250dac3fc72fc96940b7 + d72ccf910b2b09d8a916879d7a61264c16a52f9c - + https://github.com/dotnet/fsharp - 1f56aa9c36d2919ba52c5b4f5abd449161e7ca01 + de216eb65d741d01aff5d32a4bdc495ca730290a - + https://github.com/dotnet/fsharp - 1f56aa9c36d2919ba52c5b4f5abd449161e7ca01 + de216eb65d741d01aff5d32a4bdc495ca730290a - + https://github.com/microsoft/vstest - 9e7ccb894634992a46d194d0bb8ffe4d10e454f5 + 65c9a5c87826c17cfe760b127404828c5142445b - + https://github.com/dotnet/linker - 3443678a7cc9654bbbe5102821301450ba9f05ea + 65c17f71e4863117b3ff0e083b630e605c841dd6 linker @@ -154,14 +154,14 @@ 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 - + https://github.com/dotnet/msbuild - cc3db358d34ad4cd1ec0c67e17582d7ca2a15040 + f8463b94a623a6446b66feb86c795dc5fd2edb21 - + https://github.com/nuget/nuget.client - a6210b449d2d1a4abd7675cda9f78ad5d414d55b + cf1e6b6fd314fc510d1b64feed6b10515c202bec diff --git a/eng/Versions.props b/eng/Versions.props index 4de54fc65..09b5dde78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22470.2 + 8.0.0-alpha.1.22471.6 - 8.0.0-alpha.1.22470.16 + 8.0.0-alpha.1.22471.6 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22472.19 - 8.0.100-alpha.1.22472.19 - 8.0.100-alpha.1.22472.19 + 8.0.100-alpha.1.22472.21 + 8.0.100-alpha.1.22472.21 + 8.0.100-alpha.1.22472.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22470.22 - 8.0.0-alpha.1.22470.22 - 8.0.0-alpha.1.22470.22 - 8.0.0-alpha.1.22470.22 + 8.0.0-alpha.1.22471.4 + 8.0.0-alpha.1.22471.4 + 8.0.0-alpha.1.22471.4 + 8.0.0-alpha.1.22471.4 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20220920-02 + 17.5.0-preview-20220922-01 7.0.0-rc.1.22426.10. From e477dee87170de23370ff4ad2fd84f77b5b980a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 07:54:31 +0000 Subject: [PATCH 206/501] Update dependencies from https://github.com/dotnet/sdk build 20220922.24 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22472.24 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22471.4 (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 6dfeb364c..e5b29edc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 + fcd3ef9af1c87e26ab7dde423908fa590250a9c1 - + https://github.com/dotnet/sdk - 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 + fcd3ef9af1c87e26ab7dde423908fa590250a9c1 - + https://github.com/dotnet/sdk - 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 + fcd3ef9af1c87e26ab7dde423908fa590250a9c1 - + https://github.com/dotnet/sdk - 266497bb09fd3e1bc03d04dc3e79ead0b3df5442 + fcd3ef9af1c87e26ab7dde423908fa590250a9c1 diff --git a/eng/Versions.props b/eng/Versions.props index 09b5dde78..ea913593e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22472.21 - 8.0.100-alpha.1.22472.21 - 8.0.100-alpha.1.22472.21 + 8.0.100-alpha.1.22472.24 + 8.0.100-alpha.1.22472.24 + 8.0.100-alpha.1.22472.24 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e556258626dd59b4ae3df16b00d8a2c0a9904f60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 12:22:17 +0000 Subject: [PATCH 207/501] Update dependencies from https://github.com/dotnet/arcade build 20220922.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22471.2 -> To Version 8.0.0-beta.22472.1 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22469-02 -> To Version 1.2.0-beta-22471-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 541fc963e..59950ff5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - d179a8bfc4f295329bbbed456d088a0dfbc61a56 + 00d7e107ffaa9613733e390a282bd1e13c1d8d17 - + https://github.com/dotnet/arcade - d179a8bfc4f295329bbbed456d088a0dfbc61a56 + 00d7e107ffaa9613733e390a282bd1e13c1d8d17 - + https://github.com/dotnet/arcade - d179a8bfc4f295329bbbed456d088a0dfbc61a56 + 00d7e107ffaa9613733e390a282bd1e13c1d8d17 https://github.com/dotnet/arcade-services @@ -219,7 +219,7 @@ 1f91bc10ab56e67fe2f79dd03bd0e44136fc8b3f - + https://github.com/dotnet/sourcelink 25eb369a3b05519745e69e58668f5489400afff8 diff --git a/eng/Versions.props b/eng/Versions.props index b31f7f6f0..bea5bf168 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22471.2 + 8.0.0-beta.22472.1 diff --git a/global.json b/global.json index 88c0a39b2..ba9000ef5 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.22471.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22471.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22472.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22472.1" } } From 60129aacb76ca7ce395cae2ea4f1f1e7ffb6603f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 14:56:55 +0000 Subject: [PATCH 208/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.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.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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5b29edc0..cbcdd4e69 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 2a8491147ecc9792372ef78fe21f80086543cc88 + 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff - + https://github.com/dotnet/windowsdesktop - 2a8491147ecc9792372ef78fe21f80086543cc88 + 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff - + https://github.com/dotnet/windowsdesktop - 2a8491147ecc9792372ef78fe21f80086543cc88 + 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff - + https://github.com/dotnet/windowsdesktop - 2a8491147ecc9792372ef78fe21f80086543cc88 + 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff https://github.com/dotnet/llvm-project @@ -103,31 +103,31 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - fcd3ef9af1c87e26ab7dde423908fa590250a9c1 + aa4b26c07bffb588ec58481f21a2c5c57d28ce00 - + https://github.com/dotnet/sdk - fcd3ef9af1c87e26ab7dde423908fa590250a9c1 + aa4b26c07bffb588ec58481f21a2c5c57d28ce00 - + https://github.com/dotnet/sdk - fcd3ef9af1c87e26ab7dde423908fa590250a9c1 + aa4b26c07bffb588ec58481f21a2c5c57d28ce00 - + https://github.com/dotnet/sdk - fcd3ef9af1c87e26ab7dde423908fa590250a9c1 + aa4b26c07bffb588ec58481f21a2c5c57d28ce00 - + https://github.com/dotnet/winforms - d4c52b76811896fe2fa6c2d1b56bb36bf71df7cb + f4f931118878cbbf2a90deef3440767b8f0109e3 - + https://github.com/dotnet/wpf - d72ccf910b2b09d8a916879d7a61264c16a52f9c + 5d469b49a09cb8db34a253758c58c2d02853f560 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index ea913593e..fa77ff42d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22471.6 + 8.0.0-alpha.1.22472.15 - 8.0.0-alpha.1.22471.6 + 8.0.0-alpha.1.22472.10 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22472.24 - 8.0.100-alpha.1.22472.24 - 8.0.100-alpha.1.22472.24 + 8.0.100-alpha.1.22473.3 + 8.0.100-alpha.1.22473.3 + 8.0.100-alpha.1.22473.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22471.4 - 8.0.0-alpha.1.22471.4 - 8.0.0-alpha.1.22471.4 - 8.0.0-alpha.1.22471.4 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 From 3c1271b3be687fe03c7eb307d2177c2c9b9fb5d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 15:48:55 +0000 Subject: [PATCH 209/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.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 cbcdd4e69..78995bd83 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - aa4b26c07bffb588ec58481f21a2c5c57d28ce00 + 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 - + https://github.com/dotnet/sdk - aa4b26c07bffb588ec58481f21a2c5c57d28ce00 + 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 - + https://github.com/dotnet/sdk - aa4b26c07bffb588ec58481f21a2c5c57d28ce00 + 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 - + https://github.com/dotnet/sdk - aa4b26c07bffb588ec58481f21a2c5c57d28ce00 + 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 diff --git a/eng/Versions.props b/eng/Versions.props index fa77ff42d..b892dccb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22473.3 - 8.0.100-alpha.1.22473.3 - 8.0.100-alpha.1.22473.3 + 8.0.100-alpha.1.22473.5 + 8.0.100-alpha.1.22473.5 + 8.0.100-alpha.1.22473.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dfc3d8673028184fea0c9e3f421ed05f73856d82 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 17:40:38 +0000 Subject: [PATCH 210/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.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 78995bd83..383a8e9cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 8a389f6b38f04d10922ceac0736b6402c1aa4907 + b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 - + https://github.com/dotnet/aspnetcore - 8a389f6b38f04d10922ceac0736b6402c1aa4907 + b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 - + https://github.com/dotnet/aspnetcore - 8a389f6b38f04d10922ceac0736b6402c1aa4907 + b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 - + https://github.com/dotnet/aspnetcore - 8a389f6b38f04d10922ceac0736b6402c1aa4907 + b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 - + https://github.com/dotnet/aspnetcore - 8a389f6b38f04d10922ceac0736b6402c1aa4907 + b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 - + https://github.com/dotnet/aspnetcore - 8a389f6b38f04d10922ceac0736b6402c1aa4907 + b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 - + https://github.com/dotnet/aspnetcore - 8a389f6b38f04d10922ceac0736b6402c1aa4907 + b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 + f55cae94be14b7773ed99db9b5f35ae0a422cdaa - + https://github.com/dotnet/sdk - 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 + f55cae94be14b7773ed99db9b5f35ae0a422cdaa - + https://github.com/dotnet/sdk - 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 + f55cae94be14b7773ed99db9b5f35ae0a422cdaa - + https://github.com/dotnet/sdk - 5dcfe9cc46a9a661156eb7d1962846ec3ffa0331 + f55cae94be14b7773ed99db9b5f35ae0a422cdaa diff --git a/eng/Versions.props b/eng/Versions.props index b892dccb2..0b833b12e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22472.7 - 8.0.0-alpha.1.22472.7 - 8.0.0-alpha.1.22472.7 - 8.0.0-alpha.1.22472.7 - 8.0.0-alpha.1.22472.7 - 8.0.0-alpha.1.22472.7 - 8.0.0-alpha.1.22472.7 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.1 0.2.0 - 8.0.100-alpha.1.22473.5 - 8.0.100-alpha.1.22473.5 - 8.0.100-alpha.1.22473.5 + 8.0.100-alpha.1.22473.6 + 8.0.100-alpha.1.22473.6 + 8.0.100-alpha.1.22473.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 97b88d31a5446247cc92c400b1bf7770cec0f7e8 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Fri, 23 Sep 2022 17:59:59 +0000 Subject: [PATCH 211/501] Resolve source-build patch conflicts --- ...001-Change-TargetFramework-to-net7.0.patch | 313 ------------------ .../patches/sdk/0001-Disable-CA1420.patch | 6 +- ...002-Change-TargetFramework-to-net7.0.patch | 106 ------ 3 files changed, 3 insertions(+), 422 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch delete mode 100644 src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch diff --git a/src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch b/src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch deleted file mode 100644 index 660d2c914..000000000 --- a/src/SourceBuild/tarball/patches/msbuild/0001-Change-TargetFramework-to-net7.0.patch +++ /dev/null @@ -1,313 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Ben Villalobos <4691428+BenVillalobos@users.noreply.github.com> -Date: Tue, 5 Jul 2022 16:33:56 -0500 -Subject: [PATCH] Change TargetFramework to net7.0 - -Add nowarn for SYSLIB warnings -Resolve CS8981: lowercase preserved types - -Backport PR: https://github.com/dotnet/msbuild/pull/7790 ---- - Directory.Build.props | 2 +- - eng/BootStrapMSBuild.targets | 2 +- - eng/cibuild_bootstrapped_msbuild.ps1 | 2 +- - eng/cibuild_bootstrapped_msbuild.sh | 2 +- - global.json | 2 +- - scripts/Deploy-MSBuild.ps1 | 2 +- - .../RemoteProjectsProviderMock/CollectionsHelpers.cs | 8 ++++---- - .../Microsoft.Build.Engine.UnitTests.csproj | 4 ++-- - src/Build/Definition/ToolsetReader.cs | 4 ++-- - src/Build/Microsoft.Build.csproj | 2 +- - src/Directory.BeforeCommon.targets | 2 +- - src/Directory.Build.props | 6 +++--- - src/Framework/README.md | 2 +- - src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj | 2 +- - src/Package/Localization/Localization.csproj | 2 +- - src/Samples/ProjectCachePlugin/ProjectCachePlugin.csproj | 4 ++-- - src/Tasks/Microsoft.Build.Tasks.csproj | 2 +- - src/Utilities/README.md | 2 +- - 18 files changed, 26 insertions(+), 26 deletions(-) - -diff --git a/Directory.Build.props b/Directory.Build.props -index 0df28a5b8..3a959f894 100644 ---- a/Directory.Build.props -+++ b/Directory.Build.props -@@ -38,7 +38,7 @@ - SYSLIB0011: Removing binary formatter will happen as part of a larger .NET-wide effort. - --> - -- $(NoWarn);NU1603;NU5105;1701;1702;SYSLIB0011 -+ $(NoWarn);NU1603;NU5105;1701;1702;SYSLIB0011;SYSLIB0037;SYSLIB0044 - - - -diff --git a/eng/BootStrapMSBuild.targets b/eng/BootStrapMSBuild.targets -index 288c062da..4ba21444d 100644 ---- a/eng/BootStrapMSBuild.targets -+++ b/eng/BootStrapMSBuild.targets -@@ -210,7 +210,7 @@ - Copy it from "next to MSBuild" in the pre-bootstrap SDK to our little weirdo bootstrap - layout next to the SDK tasks, so it can get loaded by the SDK tasks that need it. --> - -+ DestinationFolder="$(BootstrapDestination)Sdks\Microsoft.NET.Sdk\tools\net7.0" /> - - -diff --git a/eng/cibuild_bootstrapped_msbuild.ps1 b/eng/cibuild_bootstrapped_msbuild.ps1 -index b9c1cf4fe..906a33dc1 100644 ---- a/eng/cibuild_bootstrapped_msbuild.ps1 -+++ b/eng/cibuild_bootstrapped_msbuild.ps1 -@@ -91,7 +91,7 @@ try { - else - { - $buildToolPath = $dotnetExePath -- $buildToolCommand = Join-Path $bootstrapRoot "net6.0\MSBuild\MSBuild.dll" -+ $buildToolCommand = Join-Path $bootstrapRoot "net7.0\MSBuild\MSBuild.dll" - $buildToolFramework = "netcoreapp3.1" - } - -diff --git a/eng/cibuild_bootstrapped_msbuild.sh b/eng/cibuild_bootstrapped_msbuild.sh -index e5425507f..b4404b7e4 100755 ---- a/eng/cibuild_bootstrapped_msbuild.sh -+++ b/eng/cibuild_bootstrapped_msbuild.sh -@@ -63,7 +63,7 @@ bootstrapRoot="$Stage1Dir/bin/bootstrap" - if [ $host_type = "core" ] - then - _InitializeBuildTool="$_InitializeDotNetCli/dotnet" -- _InitializeBuildToolCommand="$bootstrapRoot/net6.0/MSBuild/MSBuild.dll" -+ _InitializeBuildToolCommand="$bootstrapRoot/net7.0/MSBuild/MSBuild.dll" - _InitializeBuildToolFramework="netcoreapp3.1" - elif [ $host_type = "mono" ] - then -diff --git a/global.json b/global.json -index 471f88dbc..efd25efd1 100644 ---- a/global.json -+++ b/global.json -@@ -3,7 +3,7 @@ - "allowPrerelease": true - }, - "tools": { -- "dotnet": "6.0.401", -+ "dotnet": "7.0.100-preview.5.22307.18", - "vs": { - "version": "17.2.1" - }, -diff --git a/scripts/Deploy-MSBuild.ps1 b/scripts/Deploy-MSBuild.ps1 -index ef1959fc3..8cfecb6a0 100644 ---- a/scripts/Deploy-MSBuild.ps1 -+++ b/scripts/Deploy-MSBuild.ps1 -@@ -69,7 +69,7 @@ else { - if ($runtime -eq "Desktop") { - $targetFramework = "net472" - } else { -- $targetFramework = "net6.0" -+ $targetFramework = "net7.0" - } - - $bootstrapBinDirectory = "artifacts\bin\MSBuild.Bootstrap\$configuration\$targetFramework" -diff --git a/src/Build.OM.UnitTests/ObjectModelRemoting/RemoteProjectsProviderMock/CollectionsHelpers.cs b/src/Build.OM.UnitTests/ObjectModelRemoting/RemoteProjectsProviderMock/CollectionsHelpers.cs -index b6d935f41..83035cd50 100644 ---- a/src/Build.OM.UnitTests/ObjectModelRemoting/RemoteProjectsProviderMock/CollectionsHelpers.cs -+++ b/src/Build.OM.UnitTests/ObjectModelRemoting/RemoteProjectsProviderMock/CollectionsHelpers.cs -@@ -85,13 +85,13 @@ namespace Microsoft.Build.UnitTests.OM.ObjectModelRemoting - } - - -- public static IDictionary ImportDictionary(this ProjectCollectionLinker importer, IDictionary source) -+ public static IDictionary ImportDictionary(this ProjectCollectionLinker importer, IDictionary source) - where T : class - where RMock : MockLinkRemoter, new() - { - if (source == null) return null; - // Just copy ... -- Dictionary result = new Dictionary(); -+ Dictionary result = new Dictionary(); - foreach (var sRemoter in source) - { - var value = importer.Import(sRemoter.Value); -@@ -101,13 +101,13 @@ namespace Microsoft.Build.UnitTests.OM.ObjectModelRemoting - return result; - } - -- public static IDictionary ExportDictionary(this ProjectCollectionLinker exporter, IDictionary source) -+ public static IDictionary ExportDictionary(this ProjectCollectionLinker exporter, IDictionary source) - where T : class - where RMock : MockLinkRemoter, new() - { - if (source == null) return null; - // Just copy ... -- Dictionary result = new Dictionary(); -+ Dictionary result = new Dictionary(); - foreach (var s in source) - { - var valueRemoter = exporter.Export(s.Value); -diff --git a/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj b/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj -index 8ddca6108..83a4382d8 100644 ---- a/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj -+++ b/src/Build.UnitTests/Microsoft.Build.Engine.UnitTests.csproj -@@ -36,14 +36,14 @@ - - TargetFramework=$(FullFrameworkTFM) - TargetFramework=$(FullFrameworkTFM) -- TargetFramework=net6.0 -+ TargetFramework=net7.0 - - - - - TargetFramework=$(FullFrameworkTFM) - TargetFramework=$(FullFrameworkTFM) -- TargetFramework=net6.0 -+ TargetFramework=net7.0 - - - -diff --git a/src/Build/Definition/ToolsetReader.cs b/src/Build/Definition/ToolsetReader.cs -index 8887b9cca..ddb164cb7 100644 ---- a/src/Build/Definition/ToolsetReader.cs -+++ b/src/Build/Definition/ToolsetReader.cs -@@ -12,7 +12,7 @@ using Microsoft.Build.Execution; - using Microsoft.Build.Framework; - using Microsoft.Build.Internal; - using Microsoft.Build.Shared.FileSystem; --using error = Microsoft.Build.Shared.ErrorUtilities; -+using ErrorUtils = Microsoft.Build.Shared.ErrorUtilities; - using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; - using InvalidToolsetDefinitionException = Microsoft.Build.Exceptions.InvalidToolsetDefinitionException; - using ReservedPropertyNames = Microsoft.Build.Internal.ReservedPropertyNames; -@@ -366,7 +366,7 @@ namespace Microsoft.Build.Evaluation - out string defaultOverrideToolsVersion - ) - { -- error.VerifyThrowArgumentNull(toolsets, "Toolsets"); -+ ErrorUtils.VerifyThrowArgumentNull(toolsets, "Toolsets"); - - ReadEachToolset(toolsets, globalProperties, initialProperties, accumulateProperties); - -diff --git a/src/Build/Microsoft.Build.csproj b/src/Build/Microsoft.Build.csproj -index 309d14bdc..c4eb0bce6 100644 ---- a/src/Build/Microsoft.Build.csproj -+++ b/src/Build/Microsoft.Build.csproj -@@ -4,7 +4,7 @@ - - - -- $(FullFrameworkTFM);net6.0 -+ $(FullFrameworkTFM);net7.0 - $(RuntimeOutputTargetFrameworks) - Microsoft.Build - Microsoft.Build -diff --git a/src/Directory.BeforeCommon.targets b/src/Directory.BeforeCommon.targets -index 6696e3861..40bc57ecb 100644 ---- a/src/Directory.BeforeCommon.targets -+++ b/src/Directory.BeforeCommon.targets -@@ -92,7 +92,7 @@ - $(DefineConstants);FEATURE_SYMLINK_TARGET - - -- -+ - $(DefineConstants);FEATURE_PIPEOPTIONS_CURRENTUSERONLY - $(DefineConstants);FEATURE_NODE_REUSE - -diff --git a/src/Directory.Build.props b/src/Directory.Build.props -index ccffd9b5c..6e12f1557 100644 ---- a/src/Directory.Build.props -+++ b/src/Directory.Build.props -@@ -30,13 +30,13 @@ - AnyCPU;x64;arm64 - - -- $(FullFrameworkTFM);net6.0;netstandard2.0 -- net6.0;netstandard2.0 -+ $(FullFrameworkTFM);net7.0;netstandard2.0 -+ net7.0;netstandard2.0 - $(FullFrameworkTFM);netstandard2.0 - AnyCPU - - -- net6.0 -+ net7.0 - $(FullFrameworkTFM);$(RuntimeOutputTargetFrameworks) - $(FullFrameworkTFM) - -diff --git a/src/Framework/README.md b/src/Framework/README.md -index 1b72454f5..8a86bc21c 100644 ---- a/src/Framework/README.md -+++ b/src/Framework/README.md -@@ -6,6 +6,6 @@ The items in this namespace are primarily base-level classes and interfaces shar - [`ITask`](https://docs.microsoft.com/dotnet/api/microsoft.build.framework.itask), and [`ILogger`](https://docs.microsoft.com/dotnet/api/microsoft.build.framework.ilogger). - - ### netstandard2.0 target --The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net6.0` or `net472`. Please use the `net6.0`-targeted assemblies for .NET Core 6+ scenarios. -+The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net7.0` or `net472`. Please use the `net7.0`-targeted assemblies for .NET Core 6+ scenarios. - - For context, see https://github.com/dotnet/msbuild/pull/6148 -\ No newline at end of file -diff --git a/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj b/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj -index 9bb2da049..4766c0418 100644 ---- a/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj -+++ b/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj -@@ -43,7 +43,7 @@ - - - -- -+ - - - -diff --git a/src/Package/Localization/Localization.csproj b/src/Package/Localization/Localization.csproj -index e15af6ed0..e6c8a82ee 100644 ---- a/src/Package/Localization/Localization.csproj -+++ b/src/Package/Localization/Localization.csproj -@@ -1,6 +1,6 @@ -  - -- net6.0 -+ net7.0 - net472 - Microsoft.Build.Localization.nuspec - false -diff --git a/src/Samples/ProjectCachePlugin/ProjectCachePlugin.csproj b/src/Samples/ProjectCachePlugin/ProjectCachePlugin.csproj -index 6972b5e9a..0e37d41d9 100644 ---- a/src/Samples/ProjectCachePlugin/ProjectCachePlugin.csproj -+++ b/src/Samples/ProjectCachePlugin/ProjectCachePlugin.csproj -@@ -4,8 +4,8 @@ - false - false - -- net6.0 -- $(FullFrameworkTFM);net6.0 -+ net7.0 -+ $(FullFrameworkTFM);net7.0 - $(RuntimeOutputTargetFrameworks) - - -diff --git a/src/Tasks/Microsoft.Build.Tasks.csproj b/src/Tasks/Microsoft.Build.Tasks.csproj -index 5bd98bfbe..547075939 100644 ---- a/src/Tasks/Microsoft.Build.Tasks.csproj -+++ b/src/Tasks/Microsoft.Build.Tasks.csproj -@@ -1013,7 +1013,7 @@ - - - -- -+ - - - -diff --git a/src/Utilities/README.md b/src/Utilities/README.md -index a85d56e11..99a1651b5 100644 ---- a/src/Utilities/README.md -+++ b/src/Utilities/README.md -@@ -7,6 +7,6 @@ This package contains `Microsoft.Build.Utilities.Core.dll`, which defines helper - * [`Logger`](https://docs.microsoft.com/dotnet/api/microsoft.build.utilities.logger), a base class for custom logging functionality. - - ### netstandard2.0 target --The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net6.0` or `net472`. Please use the `net6.0`-targeted assemblies for .NET Core 6+ scenarios. -+The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net7.0` or `net472`. Please use the `net7.0`-targeted assemblies for .NET Core 6+ scenarios. - - For context, see https://github.com/dotnet/msbuild/pull/6148 -\ No newline at end of file diff --git a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch index ba571042d..03487aec8 100644 --- a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch +++ b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch @@ -13,9 +13,9 @@ index 1353696a29..4e7463a453 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,9 +14,11 @@ - may target a lower version of .NET --> - net6.0 - + + $(SdkTargetFramework) + - - $(NoWarn);NU1701 diff --git a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch b/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch deleted file mode 100644 index 34a542d4e..000000000 --- a/src/SourceBuild/tarball/patches/sdk/0002-Change-TargetFramework-to-net7.0.patch +++ /dev/null @@ -1,106 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Fri, 22 Jul 2022 15:10:08 -0700 -Subject: [PATCH] Change TargetFramework to net7.0 - ---- - .../Microsoft.DotNet.ApiCompat.Task.csproj | 2 +- - .../build/Microsoft.DotNet.ApiCompat.Task.targets | 2 +- - .../Microsoft.DotNet.ApiCompat.Tool.csproj | 2 +- - .../Microsoft.DotNet.ApiCompatibility.csproj | 2 +- - .../Microsoft.DotNet.PackageValidation.csproj | 2 +- - .../Microsoft.Extensions.DotNetDeltaApplier.csproj | 2 +- - .../Microsoft.DotNet.Cli.Utils.csproj | 2 +- - 8 files changed, 13 insertions(+), 11 deletions(-) - -diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj -index e56cd66fa1..0330085999 100644 ---- a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj -+++ b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/Microsoft.DotNet.ApiCompat.Task.csproj -@@ -1,7 +1,7 @@ -  - - -- net6.0;net472 -+ net7.0;net472 - true - true - Open -diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/build/Microsoft.DotNet.ApiCompat.Task.targets b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/build/Microsoft.DotNet.ApiCompat.Task.targets -index fb49a12fb4..2ce737c75d 100644 ---- a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/build/Microsoft.DotNet.ApiCompat.Task.targets -+++ b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Task/build/Microsoft.DotNet.ApiCompat.Task.targets -@@ -2,7 +2,7 @@ - - - $(MSBuildThisFileDirectory)..\tools\net472\Microsoft.DotNet.ApiCompat.Task.dll -- $(MSBuildThisFileDirectory)..\tools\net6.0\Microsoft.DotNet.ApiCompat.Task.dll -+ $(MSBuildThisFileDirectory)..\tools\net7.0\Microsoft.DotNet.ApiCompat.Task.dll - true - - true -diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj -index 4d148d1360..8e2f52a7ac 100644 ---- a/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj -+++ b/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Microsoft.DotNet.ApiCompat.Tool.csproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net7.0 - Exe - enable - true -diff --git a/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj b/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj -index 4ee0173f24..c72ac850d1 100644 ---- a/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj -+++ b/src/ApiCompat/Microsoft.DotNet.ApiCompatibility/Microsoft.DotNet.ApiCompatibility.csproj -@@ -1,7 +1,7 @@ -  - - -- net6.0;net472 -+ net7.0;net472 - Open - enable - -diff --git a/src/ApiCompat/Microsoft.DotNet.PackageValidation/Microsoft.DotNet.PackageValidation.csproj b/src/ApiCompat/Microsoft.DotNet.PackageValidation/Microsoft.DotNet.PackageValidation.csproj -index aa6de655f5..fca12f7f67 100644 ---- a/src/ApiCompat/Microsoft.DotNet.PackageValidation/Microsoft.DotNet.PackageValidation.csproj -+++ b/src/ApiCompat/Microsoft.DotNet.PackageValidation/Microsoft.DotNet.PackageValidation.csproj -@@ -1,7 +1,7 @@ -  - - -- net6.0;net472 -+ net7.0;net472 - Open - enable - -diff --git a/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj b/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj -index 40927ae1f2..3c2236e38d 100644 ---- a/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj -+++ b/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net7.0 - MicrosoftAspNetCore - - false -diff --git a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj -index 03ea923734..3246138cf9 100644 ---- a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj -+++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj -@@ -22,7 +22,7 @@ - - - -- $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net6.0\MSBuild.dll -+ $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net7.0\MSBuild.dll - - - From a4a355bfbfce29657769b6daeb1c484028c1bb50 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 18:50:37 +0000 Subject: [PATCH 212/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.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 383a8e9cc..378b69e69 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - f55cae94be14b7773ed99db9b5f35ae0a422cdaa + bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 - + https://github.com/dotnet/sdk - f55cae94be14b7773ed99db9b5f35ae0a422cdaa + bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 - + https://github.com/dotnet/sdk - f55cae94be14b7773ed99db9b5f35ae0a422cdaa + bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 - + https://github.com/dotnet/sdk - f55cae94be14b7773ed99db9b5f35ae0a422cdaa + bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 diff --git a/eng/Versions.props b/eng/Versions.props index 0b833b12e..dfbb08bb6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22473.6 - 8.0.100-alpha.1.22473.6 - 8.0.100-alpha.1.22473.6 + 8.0.100-alpha.1.22473.8 + 8.0.100-alpha.1.22473.8 + 8.0.100-alpha.1.22473.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5d412354143bae3d09f6a9165aad9da17018c45d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 19:56:59 +0000 Subject: [PATCH 213/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220923.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22472.2 -> To Version 8.0.0-alpha.1.22473.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 541fc963e..2bd755dd5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - 1f91bc10ab56e67fe2f79dd03bd0e44136fc8b3f + f508517df0f80bddd924a809fba1c3571396f3d9 From 85f7626e1a803bc4bba5ae58bbf8aaaa46dba4a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 21:57:29 +0000 Subject: [PATCH 214/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.10 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.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 378b69e69..6dd1fdf9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 + 7225084f7a1f70e4ffafc9e83c870577cb4ac24d - + https://github.com/dotnet/sdk - bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 + 7225084f7a1f70e4ffafc9e83c870577cb4ac24d - + https://github.com/dotnet/sdk - bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 + 7225084f7a1f70e4ffafc9e83c870577cb4ac24d - + https://github.com/dotnet/sdk - bac145ce4d8bb19b8441c54c07b3c6b3940d3a90 + 7225084f7a1f70e4ffafc9e83c870577cb4ac24d @@ -154,9 +154,9 @@ 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 - + https://github.com/dotnet/msbuild - f8463b94a623a6446b66feb86c795dc5fd2edb21 + 389c017361757fe33fd5ba5b1dce61e488545d63 diff --git a/eng/Versions.props b/eng/Versions.props index dfbb08bb6..a7cc70a80 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22473.8 - 8.0.100-alpha.1.22473.8 - 8.0.100-alpha.1.22473.8 + 8.0.100-alpha.1.22473.10 + 8.0.100-alpha.1.22473.10 + 8.0.100-alpha.1.22473.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c02984885b39b50fc10a8e2bc0725049b1aedefc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 22:53:48 +0000 Subject: [PATCH 215/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.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 6dd1fdf9c..53359022a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 + 05e322cdff3288a6f505254406a1c7ecedd3606d - + https://github.com/dotnet/aspnetcore - b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 + 05e322cdff3288a6f505254406a1c7ecedd3606d - + https://github.com/dotnet/aspnetcore - b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 + 05e322cdff3288a6f505254406a1c7ecedd3606d - + https://github.com/dotnet/aspnetcore - b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 + 05e322cdff3288a6f505254406a1c7ecedd3606d - + https://github.com/dotnet/aspnetcore - b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 + 05e322cdff3288a6f505254406a1c7ecedd3606d - + https://github.com/dotnet/aspnetcore - b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 + 05e322cdff3288a6f505254406a1c7ecedd3606d - + https://github.com/dotnet/aspnetcore - b02a2f1c88bdd752cc7d5de3b7af941c6eee5976 + 05e322cdff3288a6f505254406a1c7ecedd3606d https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 7225084f7a1f70e4ffafc9e83c870577cb4ac24d + f7d49438d2921465b76358d46b0b22447bbc6d6d - + https://github.com/dotnet/sdk - 7225084f7a1f70e4ffafc9e83c870577cb4ac24d + f7d49438d2921465b76358d46b0b22447bbc6d6d - + https://github.com/dotnet/sdk - 7225084f7a1f70e4ffafc9e83c870577cb4ac24d + f7d49438d2921465b76358d46b0b22447bbc6d6d - + https://github.com/dotnet/sdk - 7225084f7a1f70e4ffafc9e83c870577cb4ac24d + f7d49438d2921465b76358d46b0b22447bbc6d6d diff --git a/eng/Versions.props b/eng/Versions.props index a7cc70a80..d196eb47b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.5 + 8.0.0-alpha.1.22473.5 + 8.0.0-alpha.1.22473.5 + 8.0.0-alpha.1.22473.5 + 8.0.0-alpha.1.22473.5 + 8.0.0-alpha.1.22473.5 + 8.0.0-alpha.1.22473.5 0.2.0 - 8.0.100-alpha.1.22473.10 - 8.0.100-alpha.1.22473.10 - 8.0.100-alpha.1.22473.10 + 8.0.100-alpha.1.22473.15 + 8.0.100-alpha.1.22473.15 + 8.0.100-alpha.1.22473.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ce7805ca6cf04f35d8ea088a0cef168a0f16a9c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 23 Sep 2022 23:47:53 +0000 Subject: [PATCH 216/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.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 53359022a..2f8c56e20 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 05e322cdff3288a6f505254406a1c7ecedd3606d + db1ea751d1a7902731b15f58388afef889fed6fe - + https://github.com/dotnet/aspnetcore - 05e322cdff3288a6f505254406a1c7ecedd3606d + db1ea751d1a7902731b15f58388afef889fed6fe - + https://github.com/dotnet/aspnetcore - 05e322cdff3288a6f505254406a1c7ecedd3606d + db1ea751d1a7902731b15f58388afef889fed6fe - + https://github.com/dotnet/aspnetcore - 05e322cdff3288a6f505254406a1c7ecedd3606d + db1ea751d1a7902731b15f58388afef889fed6fe - + https://github.com/dotnet/aspnetcore - 05e322cdff3288a6f505254406a1c7ecedd3606d + db1ea751d1a7902731b15f58388afef889fed6fe - + https://github.com/dotnet/aspnetcore - 05e322cdff3288a6f505254406a1c7ecedd3606d + db1ea751d1a7902731b15f58388afef889fed6fe - + https://github.com/dotnet/aspnetcore - 05e322cdff3288a6f505254406a1c7ecedd3606d + db1ea751d1a7902731b15f58388afef889fed6fe https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - f7d49438d2921465b76358d46b0b22447bbc6d6d + db995a749deae915e8f8d21462b02907d3d90ae5 - + https://github.com/dotnet/sdk - f7d49438d2921465b76358d46b0b22447bbc6d6d + db995a749deae915e8f8d21462b02907d3d90ae5 - + https://github.com/dotnet/sdk - f7d49438d2921465b76358d46b0b22447bbc6d6d + db995a749deae915e8f8d21462b02907d3d90ae5 - + https://github.com/dotnet/sdk - f7d49438d2921465b76358d46b0b22447bbc6d6d + db995a749deae915e8f8d21462b02907d3d90ae5 diff --git a/eng/Versions.props b/eng/Versions.props index d196eb47b..85e765129 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22473.5 - 8.0.0-alpha.1.22473.5 - 8.0.0-alpha.1.22473.5 - 8.0.0-alpha.1.22473.5 - 8.0.0-alpha.1.22473.5 - 8.0.0-alpha.1.22473.5 - 8.0.0-alpha.1.22473.5 + 8.0.0-alpha.1.22473.10 + 8.0.0-alpha.1.22473.10 + 8.0.0-alpha.1.22473.10 + 8.0.0-alpha.1.22473.10 + 8.0.0-alpha.1.22473.10 + 8.0.0-alpha.1.22473.10 + 8.0.0-alpha.1.22473.10 0.2.0 - 8.0.100-alpha.1.22473.15 - 8.0.100-alpha.1.22473.15 - 8.0.100-alpha.1.22473.15 + 8.0.100-alpha.1.22473.16 + 8.0.100-alpha.1.22473.16 + 8.0.100-alpha.1.22473.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f7aaa29c72fd421a28ef4298bf6168468aab270a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 24 Sep 2022 02:06:45 +0000 Subject: [PATCH 217/501] Update dependencies from https://github.com/dotnet/sdk build 20220923.19 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22473.19 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.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 2f8c56e20..4c27f0e28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - db1ea751d1a7902731b15f58388afef889fed6fe + e13e3facfb26643fe580be56f2d3f466cd5ee009 - + https://github.com/dotnet/aspnetcore - db1ea751d1a7902731b15f58388afef889fed6fe + e13e3facfb26643fe580be56f2d3f466cd5ee009 - + https://github.com/dotnet/aspnetcore - db1ea751d1a7902731b15f58388afef889fed6fe + e13e3facfb26643fe580be56f2d3f466cd5ee009 - + https://github.com/dotnet/aspnetcore - db1ea751d1a7902731b15f58388afef889fed6fe + e13e3facfb26643fe580be56f2d3f466cd5ee009 - + https://github.com/dotnet/aspnetcore - db1ea751d1a7902731b15f58388afef889fed6fe + e13e3facfb26643fe580be56f2d3f466cd5ee009 - + https://github.com/dotnet/aspnetcore - db1ea751d1a7902731b15f58388afef889fed6fe + e13e3facfb26643fe580be56f2d3f466cd5ee009 - + https://github.com/dotnet/aspnetcore - db1ea751d1a7902731b15f58388afef889fed6fe + e13e3facfb26643fe580be56f2d3f466cd5ee009 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - db995a749deae915e8f8d21462b02907d3d90ae5 + 8a3a5e681c8016199f99afd948bd981a59051545 - + https://github.com/dotnet/sdk - db995a749deae915e8f8d21462b02907d3d90ae5 + 8a3a5e681c8016199f99afd948bd981a59051545 - + https://github.com/dotnet/sdk - db995a749deae915e8f8d21462b02907d3d90ae5 + 8a3a5e681c8016199f99afd948bd981a59051545 - + https://github.com/dotnet/sdk - db995a749deae915e8f8d21462b02907d3d90ae5 + 8a3a5e681c8016199f99afd948bd981a59051545 diff --git a/eng/Versions.props b/eng/Versions.props index 85e765129..bf057a641 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22473.10 - 8.0.0-alpha.1.22473.10 - 8.0.0-alpha.1.22473.10 - 8.0.0-alpha.1.22473.10 - 8.0.0-alpha.1.22473.10 - 8.0.0-alpha.1.22473.10 - 8.0.0-alpha.1.22473.10 + 8.0.0-alpha.1.22473.11 + 8.0.0-alpha.1.22473.11 + 8.0.0-alpha.1.22473.11 + 8.0.0-alpha.1.22473.11 + 8.0.0-alpha.1.22473.11 + 8.0.0-alpha.1.22473.11 + 8.0.0-alpha.1.22473.11 0.2.0 - 8.0.100-alpha.1.22473.16 - 8.0.100-alpha.1.22473.16 - 8.0.100-alpha.1.22473.16 + 8.0.100-alpha.1.22473.19 + 8.0.100-alpha.1.22473.19 + 8.0.100-alpha.1.22473.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 85d59aef1bf1104e366b7d34194334b82f940a56 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 24 Sep 2022 12:25:09 +0000 Subject: [PATCH 218/501] Update dependencies from https://github.com/dotnet/arcade build 20220923.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22471.2 -> To Version 8.0.0-beta.22473.1 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22469-02 -> To Version 1.2.0-beta-22472-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59950ff5d..4b5f7ff66 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 00d7e107ffaa9613733e390a282bd1e13c1d8d17 + ba4d2568dd2e3e7538feeaba60215f7bcb99e89c - + https://github.com/dotnet/arcade - 00d7e107ffaa9613733e390a282bd1e13c1d8d17 + ba4d2568dd2e3e7538feeaba60215f7bcb99e89c - + https://github.com/dotnet/arcade - 00d7e107ffaa9613733e390a282bd1e13c1d8d17 + ba4d2568dd2e3e7538feeaba60215f7bcb99e89c https://github.com/dotnet/arcade-services @@ -219,7 +219,7 @@ 1f91bc10ab56e67fe2f79dd03bd0e44136fc8b3f - + https://github.com/dotnet/sourcelink 25eb369a3b05519745e69e58668f5489400afff8 diff --git a/eng/Versions.props b/eng/Versions.props index bea5bf168..0e8555ef1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22472.1 + 8.0.0-beta.22473.1 diff --git a/global.json b/global.json index ba9000ef5..89a904143 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.22472.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22472.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22473.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22473.1" } } From 4671c1ad24d55c889d9ad34f99f550deebf6ec2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 24 Sep 2022 14:33:26 +0000 Subject: [PATCH 219/501] Update dependencies from https://github.com/dotnet/sdk build 20220924.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22474.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.8 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 18 ++++++++-------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c27f0e28..fbeb25525 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff + 7dff702d538d9ba1d7bb2673ae839880600a093c - + https://github.com/dotnet/windowsdesktop - 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff + 7dff702d538d9ba1d7bb2673ae839880600a093c - + https://github.com/dotnet/windowsdesktop - 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff + 7dff702d538d9ba1d7bb2673ae839880600a093c - + https://github.com/dotnet/windowsdesktop - 7a028f61c5d66c51754b62b36f5b62d2f5d4aaff + 7dff702d538d9ba1d7bb2673ae839880600a093c https://github.com/dotnet/llvm-project @@ -103,39 +103,39 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 8a3a5e681c8016199f99afd948bd981a59051545 + 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 - + https://github.com/dotnet/sdk - 8a3a5e681c8016199f99afd948bd981a59051545 + 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 - + https://github.com/dotnet/sdk - 8a3a5e681c8016199f99afd948bd981a59051545 + 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 - + https://github.com/dotnet/sdk - 8a3a5e681c8016199f99afd948bd981a59051545 + 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 - + https://github.com/dotnet/winforms - f4f931118878cbbf2a90deef3440767b8f0109e3 + d184ae57af9f3bea1966be19094fc24df37637d5 - + https://github.com/dotnet/wpf - 5d469b49a09cb8db34a253758c58c2d02853f560 + 11e42de62565fb274e2df8cc3c92e6aaab0d2a21 - + https://github.com/dotnet/fsharp - de216eb65d741d01aff5d32a4bdc495ca730290a + e91441052ecb28adc47cf0715f30a1ed3642b7c2 - + https://github.com/dotnet/fsharp - de216eb65d741d01aff5d32a4bdc495ca730290a + e91441052ecb28adc47cf0715f30a1ed3642b7c2 diff --git a/eng/Versions.props b/eng/Versions.props index bf057a641..0edf47a29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22472.15 + 8.0.0-alpha.1.22473.7 - 8.0.0-alpha.1.22472.10 + 8.0.0-alpha.1.22473.4 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22473.19 - 8.0.100-alpha.1.22473.19 - 8.0.100-alpha.1.22473.19 + 8.0.100-alpha.1.22474.1 + 8.0.100-alpha.1.22474.1 + 8.0.100-alpha.1.22474.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 - 8.0.0-alpha.1.22473.1 + 8.0.0-alpha.1.22473.8 + 8.0.0-alpha.1.22473.8 + 8.0.0-alpha.1.22473.8 + 8.0.0-alpha.1.22473.8 From cb03d82b43241cba7a856a21797a8c9c7e996280 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 24 Sep 2022 15:21:11 +0000 Subject: [PATCH 220/501] Update dependencies from https://github.com/dotnet/sdk build 20220924.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22474.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.8 (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 fbeb25525..3b9992a21 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 + a186268477a752f1ee7d259ca9ad773e84bb9873 - + https://github.com/dotnet/sdk - 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 + a186268477a752f1ee7d259ca9ad773e84bb9873 - + https://github.com/dotnet/sdk - 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 + a186268477a752f1ee7d259ca9ad773e84bb9873 - + https://github.com/dotnet/sdk - 0e7162edcc839c53bd4ab6eacd7aee03f2766ad7 + a186268477a752f1ee7d259ca9ad773e84bb9873 @@ -138,9 +138,9 @@ e91441052ecb28adc47cf0715f30a1ed3642b7c2 - + https://github.com/microsoft/vstest - 65c9a5c87826c17cfe760b127404828c5142445b + 8ba41305f294f756bfff69e2bc2f1ff6a1ec787b diff --git a/eng/Versions.props b/eng/Versions.props index 0edf47a29..37495da1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22474.1 - 8.0.100-alpha.1.22474.1 - 8.0.100-alpha.1.22474.1 + 8.0.100-alpha.1.22474.2 + 8.0.100-alpha.1.22474.2 + 8.0.100-alpha.1.22474.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20220922-01 + 17.5.0-preview-20220923-02 7.0.0-rc.1.22426.10. From 6645f22a303f90dcf8ebd3e48eb94083449d587f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 24 Sep 2022 17:35:13 +0000 Subject: [PATCH 221/501] Update dependencies from https://github.com/dotnet/sdk build 20220924.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22474.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.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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22473.8 (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 3b9992a21..2238533b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - e13e3facfb26643fe580be56f2d3f466cd5ee009 + 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 - + https://github.com/dotnet/aspnetcore - e13e3facfb26643fe580be56f2d3f466cd5ee009 + 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 - + https://github.com/dotnet/aspnetcore - e13e3facfb26643fe580be56f2d3f466cd5ee009 + 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 - + https://github.com/dotnet/aspnetcore - e13e3facfb26643fe580be56f2d3f466cd5ee009 + 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 - + https://github.com/dotnet/aspnetcore - e13e3facfb26643fe580be56f2d3f466cd5ee009 + 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 - + https://github.com/dotnet/aspnetcore - e13e3facfb26643fe580be56f2d3f466cd5ee009 + 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 - + https://github.com/dotnet/aspnetcore - e13e3facfb26643fe580be56f2d3f466cd5ee009 + 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - a186268477a752f1ee7d259ca9ad773e84bb9873 + 584edda4a33a7a214224c719784a45e0a0aea9e7 - + https://github.com/dotnet/sdk - a186268477a752f1ee7d259ca9ad773e84bb9873 + 584edda4a33a7a214224c719784a45e0a0aea9e7 - + https://github.com/dotnet/sdk - a186268477a752f1ee7d259ca9ad773e84bb9873 + 584edda4a33a7a214224c719784a45e0a0aea9e7 - + https://github.com/dotnet/sdk - a186268477a752f1ee7d259ca9ad773e84bb9873 + 584edda4a33a7a214224c719784a45e0a0aea9e7 diff --git a/eng/Versions.props b/eng/Versions.props index 37495da1b..318c3e65d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22473.11 - 8.0.0-alpha.1.22473.11 - 8.0.0-alpha.1.22473.11 - 8.0.0-alpha.1.22473.11 - 8.0.0-alpha.1.22473.11 - 8.0.0-alpha.1.22473.11 - 8.0.0-alpha.1.22473.11 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 0.2.0 - 8.0.100-alpha.1.22474.2 - 8.0.100-alpha.1.22474.2 - 8.0.100-alpha.1.22474.2 + 8.0.100-alpha.1.22474.3 + 8.0.100-alpha.1.22474.3 + 8.0.100-alpha.1.22474.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 88a33bf274a894b26bb3c4986989f026bff56c0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 25 Sep 2022 14:24:34 +0000 Subject: [PATCH 222/501] Update dependencies from https://github.com/dotnet/sdk build 20220925.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22475.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 18 ++++++++-------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2238533b7..88e8dd450 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 7dff702d538d9ba1d7bb2673ae839880600a093c + 5b16adb424d1209ea4d901bdf00c032caa3856fd - + https://github.com/dotnet/windowsdesktop - 7dff702d538d9ba1d7bb2673ae839880600a093c + 5b16adb424d1209ea4d901bdf00c032caa3856fd - + https://github.com/dotnet/windowsdesktop - 7dff702d538d9ba1d7bb2673ae839880600a093c + 5b16adb424d1209ea4d901bdf00c032caa3856fd - + https://github.com/dotnet/windowsdesktop - 7dff702d538d9ba1d7bb2673ae839880600a093c + 5b16adb424d1209ea4d901bdf00c032caa3856fd https://github.com/dotnet/llvm-project @@ -103,39 +103,39 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 584edda4a33a7a214224c719784a45e0a0aea9e7 + f307608b65ad87ed7e252f22d05dc5507ea3b463 - + https://github.com/dotnet/sdk - 584edda4a33a7a214224c719784a45e0a0aea9e7 + f307608b65ad87ed7e252f22d05dc5507ea3b463 - + https://github.com/dotnet/sdk - 584edda4a33a7a214224c719784a45e0a0aea9e7 + f307608b65ad87ed7e252f22d05dc5507ea3b463 - + https://github.com/dotnet/sdk - 584edda4a33a7a214224c719784a45e0a0aea9e7 + f307608b65ad87ed7e252f22d05dc5507ea3b463 - + https://github.com/dotnet/winforms - d184ae57af9f3bea1966be19094fc24df37637d5 + 778f2768702a9cf093699b3b9711014cdb17c973 - + https://github.com/dotnet/wpf - 11e42de62565fb274e2df8cc3c92e6aaab0d2a21 + 03a85c0a3a35d22fdff9cb31bc40a41eb91e5af6 - + https://github.com/dotnet/fsharp - e91441052ecb28adc47cf0715f30a1ed3642b7c2 + d8e171de6783cedf9503e46f9cad53068ebb9815 - + https://github.com/dotnet/fsharp - e91441052ecb28adc47cf0715f30a1ed3642b7c2 + d8e171de6783cedf9503e46f9cad53068ebb9815 diff --git a/eng/Versions.props b/eng/Versions.props index 318c3e65d..16e29f686 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22473.7 + 8.0.0-alpha.1.22474.1 - 8.0.0-alpha.1.22473.4 + 8.0.0-alpha.1.22474.2 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22474.3 - 8.0.100-alpha.1.22474.3 - 8.0.100-alpha.1.22474.3 + 8.0.100-alpha.1.22475.1 + 8.0.100-alpha.1.22475.1 + 8.0.100-alpha.1.22475.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22473.8 - 8.0.0-alpha.1.22473.8 - 8.0.0-alpha.1.22473.8 - 8.0.0-alpha.1.22473.8 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22474.3 From 44e387520034bcf96cf4cfe985060aebe7d20b08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 25 Sep 2022 21:23:43 +0000 Subject: [PATCH 223/501] Update dependencies from https://github.com/dotnet/sdk build 20220925.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22475.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 88e8dd450..bda4c19a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 + df39008f4c604af2e3b1cfc47dffc2a014dfeed1 - + https://github.com/dotnet/aspnetcore - 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 + df39008f4c604af2e3b1cfc47dffc2a014dfeed1 - + https://github.com/dotnet/aspnetcore - 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 + df39008f4c604af2e3b1cfc47dffc2a014dfeed1 - + https://github.com/dotnet/aspnetcore - 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 + df39008f4c604af2e3b1cfc47dffc2a014dfeed1 - + https://github.com/dotnet/aspnetcore - 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 + df39008f4c604af2e3b1cfc47dffc2a014dfeed1 - + https://github.com/dotnet/aspnetcore - 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 + df39008f4c604af2e3b1cfc47dffc2a014dfeed1 - + https://github.com/dotnet/aspnetcore - 23ea496cee168bdd8f7ed3c6d85ec78dbecc99f4 + df39008f4c604af2e3b1cfc47dffc2a014dfeed1 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - f307608b65ad87ed7e252f22d05dc5507ea3b463 + 0769e7b687587b1903eed01acbe50024efc98524 - + https://github.com/dotnet/sdk - f307608b65ad87ed7e252f22d05dc5507ea3b463 + 0769e7b687587b1903eed01acbe50024efc98524 - + https://github.com/dotnet/sdk - f307608b65ad87ed7e252f22d05dc5507ea3b463 + 0769e7b687587b1903eed01acbe50024efc98524 - + https://github.com/dotnet/sdk - f307608b65ad87ed7e252f22d05dc5507ea3b463 + 0769e7b687587b1903eed01acbe50024efc98524 diff --git a/eng/Versions.props b/eng/Versions.props index 16e29f686..0e0bbf964 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22475.2 + 8.0.0-alpha.1.22475.2 + 8.0.0-alpha.1.22475.2 + 8.0.0-alpha.1.22475.2 + 8.0.0-alpha.1.22475.2 + 8.0.0-alpha.1.22475.2 + 8.0.0-alpha.1.22475.2 0.2.0 - 8.0.100-alpha.1.22475.1 - 8.0.100-alpha.1.22475.1 - 8.0.100-alpha.1.22475.1 + 8.0.100-alpha.1.22475.2 + 8.0.100-alpha.1.22475.2 + 8.0.100-alpha.1.22475.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9936811c0cb64b3a38ca22d66510fa49934b709f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 04:06:32 +0000 Subject: [PATCH 224/501] Update dependencies from https://github.com/dotnet/sdk build 20220925.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22475.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 bda4c19a9..41e11a917 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - df39008f4c604af2e3b1cfc47dffc2a014dfeed1 + 136a6ae2768b4b02625b3bc55d7aa9289dcb282f - + https://github.com/dotnet/aspnetcore - df39008f4c604af2e3b1cfc47dffc2a014dfeed1 + 136a6ae2768b4b02625b3bc55d7aa9289dcb282f - + https://github.com/dotnet/aspnetcore - df39008f4c604af2e3b1cfc47dffc2a014dfeed1 + 136a6ae2768b4b02625b3bc55d7aa9289dcb282f - + https://github.com/dotnet/aspnetcore - df39008f4c604af2e3b1cfc47dffc2a014dfeed1 + 136a6ae2768b4b02625b3bc55d7aa9289dcb282f - + https://github.com/dotnet/aspnetcore - df39008f4c604af2e3b1cfc47dffc2a014dfeed1 + 136a6ae2768b4b02625b3bc55d7aa9289dcb282f - + https://github.com/dotnet/aspnetcore - df39008f4c604af2e3b1cfc47dffc2a014dfeed1 + 136a6ae2768b4b02625b3bc55d7aa9289dcb282f - + https://github.com/dotnet/aspnetcore - df39008f4c604af2e3b1cfc47dffc2a014dfeed1 + 136a6ae2768b4b02625b3bc55d7aa9289dcb282f https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 0769e7b687587b1903eed01acbe50024efc98524 + 42de86aef56e5e4548502044d05597c35d0fb8a6 - + https://github.com/dotnet/sdk - 0769e7b687587b1903eed01acbe50024efc98524 + 42de86aef56e5e4548502044d05597c35d0fb8a6 - + https://github.com/dotnet/sdk - 0769e7b687587b1903eed01acbe50024efc98524 + 42de86aef56e5e4548502044d05597c35d0fb8a6 - + https://github.com/dotnet/sdk - 0769e7b687587b1903eed01acbe50024efc98524 + 42de86aef56e5e4548502044d05597c35d0fb8a6 diff --git a/eng/Versions.props b/eng/Versions.props index 0e0bbf964..0918c3d07 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22475.2 - 8.0.0-alpha.1.22475.2 - 8.0.0-alpha.1.22475.2 - 8.0.0-alpha.1.22475.2 - 8.0.0-alpha.1.22475.2 - 8.0.0-alpha.1.22475.2 - 8.0.0-alpha.1.22475.2 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 0.2.0 - 8.0.100-alpha.1.22475.2 - 8.0.100-alpha.1.22475.2 - 8.0.100-alpha.1.22475.2 + 8.0.100-alpha.1.22475.5 + 8.0.100-alpha.1.22475.5 + 8.0.100-alpha.1.22475.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 44a9833cdbf2adea251a87d0713e88d5714ec60e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 06:48:37 +0000 Subject: [PATCH 225/501] Update dependencies from https://github.com/dotnet/sdk build 20220925.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22475.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 41e11a917..d07a44e08 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 42de86aef56e5e4548502044d05597c35d0fb8a6 + f61e34689351ee2cf1a0ff5cdb48da8c91f63921 - + https://github.com/dotnet/sdk - 42de86aef56e5e4548502044d05597c35d0fb8a6 + f61e34689351ee2cf1a0ff5cdb48da8c91f63921 - + https://github.com/dotnet/sdk - 42de86aef56e5e4548502044d05597c35d0fb8a6 + f61e34689351ee2cf1a0ff5cdb48da8c91f63921 - + https://github.com/dotnet/sdk - 42de86aef56e5e4548502044d05597c35d0fb8a6 + f61e34689351ee2cf1a0ff5cdb48da8c91f63921 @@ -154,9 +154,9 @@ 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 - + https://github.com/dotnet/msbuild - 389c017361757fe33fd5ba5b1dce61e488545d63 + c7d758591e31a066212058d589759c580336deff diff --git a/eng/Versions.props b/eng/Versions.props index 0918c3d07..2c0a920e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22475.5 - 8.0.100-alpha.1.22475.5 - 8.0.100-alpha.1.22475.5 + 8.0.100-alpha.1.22475.6 + 8.0.100-alpha.1.22475.6 + 8.0.100-alpha.1.22475.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 56485512a9b000ee87ea4d16b76dfed0ac52ea2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 07:41:35 +0000 Subject: [PATCH 226/501] Update dependencies from https://github.com/dotnet/sdk build 20220925.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22475.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 d07a44e08..e8e9d8382 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - f61e34689351ee2cf1a0ff5cdb48da8c91f63921 + 39f66f56bd9d66ccfdb904482d283b5506fc5a68 - + https://github.com/dotnet/sdk - f61e34689351ee2cf1a0ff5cdb48da8c91f63921 + 39f66f56bd9d66ccfdb904482d283b5506fc5a68 - + https://github.com/dotnet/sdk - f61e34689351ee2cf1a0ff5cdb48da8c91f63921 + 39f66f56bd9d66ccfdb904482d283b5506fc5a68 - + https://github.com/dotnet/sdk - f61e34689351ee2cf1a0ff5cdb48da8c91f63921 + 39f66f56bd9d66ccfdb904482d283b5506fc5a68 diff --git a/eng/Versions.props b/eng/Versions.props index 2c0a920e2..08481544c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22475.6 - 8.0.100-alpha.1.22475.6 - 8.0.100-alpha.1.22475.6 + 8.0.100-alpha.1.22475.8 + 8.0.100-alpha.1.22475.8 + 8.0.100-alpha.1.22475.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 66eb3e5e261b7e830c712697833085d94879cb29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 10:24:23 +0000 Subject: [PATCH 227/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 e8e9d8382..7241e1806 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 39f66f56bd9d66ccfdb904482d283b5506fc5a68 + ea788d8222b27d684505b51fedba6862854447de - + https://github.com/dotnet/sdk - 39f66f56bd9d66ccfdb904482d283b5506fc5a68 + ea788d8222b27d684505b51fedba6862854447de - + https://github.com/dotnet/sdk - 39f66f56bd9d66ccfdb904482d283b5506fc5a68 + ea788d8222b27d684505b51fedba6862854447de - + https://github.com/dotnet/sdk - 39f66f56bd9d66ccfdb904482d283b5506fc5a68 + ea788d8222b27d684505b51fedba6862854447de diff --git a/eng/Versions.props b/eng/Versions.props index 08481544c..760a05fdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22475.8 - 8.0.100-alpha.1.22475.8 - 8.0.100-alpha.1.22475.8 + 8.0.100-alpha.1.22476.2 + 8.0.100-alpha.1.22476.2 + 8.0.100-alpha.1.22476.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 07d0225eab185451c6f4704a1b589d28ceced7bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 12:19:47 +0000 Subject: [PATCH 228/501] Update dependencies from https://github.com/dotnet/emsdk build 20220926.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22462.1 -> To Version 8.0.0-alpha.1.22476.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c17c27356..b36b53473 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 6736b00d7d23b40b8b6975439421cb2e41a781db + 19cb1b2e025215a640d942b180b7cd691975d053 - + https://github.com/dotnet/emsdk - 6736b00d7d23b40b8b6975439421cb2e41a781db + 19cb1b2e025215a640d942b180b7cd691975d053 https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index 0e8555ef1..511fa7925 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -220,8 +220,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22462.1 - 8.0.0-alpha.1.22462.1 + 8.0.0-alpha.1.22476.1 + 8.0.0-alpha.1.22476.1 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 099e56b4035479404b87477ce5f9b0d630473df9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 14:12:30 +0000 Subject: [PATCH 229/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 7241e1806..99b398896 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - ea788d8222b27d684505b51fedba6862854447de + e2e235e7dce7158f80ade3647dab58aa6cd245a5 - + https://github.com/dotnet/sdk - ea788d8222b27d684505b51fedba6862854447de + e2e235e7dce7158f80ade3647dab58aa6cd245a5 - + https://github.com/dotnet/sdk - ea788d8222b27d684505b51fedba6862854447de + e2e235e7dce7158f80ade3647dab58aa6cd245a5 - + https://github.com/dotnet/sdk - ea788d8222b27d684505b51fedba6862854447de + e2e235e7dce7158f80ade3647dab58aa6cd245a5 diff --git a/eng/Versions.props b/eng/Versions.props index 760a05fdd..3a9d80f18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22476.2 - 8.0.100-alpha.1.22476.2 - 8.0.100-alpha.1.22476.2 + 8.0.100-alpha.1.22476.5 + 8.0.100-alpha.1.22476.5 + 8.0.100-alpha.1.22476.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From be98bc7b38bc30b6948181fdd80da3a66ee158c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 15:58:48 +0000 Subject: [PATCH 230/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 99b398896..43b34c772 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - e2e235e7dce7158f80ade3647dab58aa6cd245a5 + 0d69ce70df91c02ac6c787403384d9654aa3f86a - + https://github.com/dotnet/sdk - e2e235e7dce7158f80ade3647dab58aa6cd245a5 + 0d69ce70df91c02ac6c787403384d9654aa3f86a - + https://github.com/dotnet/sdk - e2e235e7dce7158f80ade3647dab58aa6cd245a5 + 0d69ce70df91c02ac6c787403384d9654aa3f86a - + https://github.com/dotnet/sdk - e2e235e7dce7158f80ade3647dab58aa6cd245a5 + 0d69ce70df91c02ac6c787403384d9654aa3f86a diff --git a/eng/Versions.props b/eng/Versions.props index 3a9d80f18..5597134c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22476.5 - 8.0.100-alpha.1.22476.5 - 8.0.100-alpha.1.22476.5 + 8.0.100-alpha.1.22476.6 + 8.0.100-alpha.1.22476.6 + 8.0.100-alpha.1.22476.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f8aa60f09b0e80f8bb4ed324d4aad9234752a8b1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 17:55:57 +0000 Subject: [PATCH 231/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 43b34c772..974439607 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 0d69ce70df91c02ac6c787403384d9654aa3f86a + 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc - + https://github.com/dotnet/sdk - 0d69ce70df91c02ac6c787403384d9654aa3f86a + 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc - + https://github.com/dotnet/sdk - 0d69ce70df91c02ac6c787403384d9654aa3f86a + 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc - + https://github.com/dotnet/sdk - 0d69ce70df91c02ac6c787403384d9654aa3f86a + 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc diff --git a/eng/Versions.props b/eng/Versions.props index 5597134c1..cd863f949 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22476.6 - 8.0.100-alpha.1.22476.6 - 8.0.100-alpha.1.22476.6 + 8.0.100-alpha.1.22476.9 + 8.0.100-alpha.1.22476.9 + 8.0.100-alpha.1.22476.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From cbf4e5a9a0e5106e7215568c89ac47a133404f88 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 18:47:58 +0000 Subject: [PATCH 232/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 974439607..0e1340de8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc + 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 - + https://github.com/dotnet/sdk - 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc + 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 - + https://github.com/dotnet/sdk - 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc + 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 - + https://github.com/dotnet/sdk - 2d41e359b615e86e71f4aa42e8b1fba8cfd375bc + 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 diff --git a/eng/Versions.props b/eng/Versions.props index cd863f949..ab2f2d8fd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22476.9 - 8.0.100-alpha.1.22476.9 - 8.0.100-alpha.1.22476.9 + 8.0.100-alpha.1.22476.12 + 8.0.100-alpha.1.22476.12 + 8.0.100-alpha.1.22476.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From aa4f4609c0c9573954d9afc8e7606310da1aade5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 20:47:50 +0000 Subject: [PATCH 233/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 0e1340de8..11fcf8ca9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 136a6ae2768b4b02625b3bc55d7aa9289dcb282f + f15af7b92d0125f9eba30c8355d82cd6943000e9 - + https://github.com/dotnet/aspnetcore - 136a6ae2768b4b02625b3bc55d7aa9289dcb282f + f15af7b92d0125f9eba30c8355d82cd6943000e9 - + https://github.com/dotnet/aspnetcore - 136a6ae2768b4b02625b3bc55d7aa9289dcb282f + f15af7b92d0125f9eba30c8355d82cd6943000e9 - + https://github.com/dotnet/aspnetcore - 136a6ae2768b4b02625b3bc55d7aa9289dcb282f + f15af7b92d0125f9eba30c8355d82cd6943000e9 - + https://github.com/dotnet/aspnetcore - 136a6ae2768b4b02625b3bc55d7aa9289dcb282f + f15af7b92d0125f9eba30c8355d82cd6943000e9 - + https://github.com/dotnet/aspnetcore - 136a6ae2768b4b02625b3bc55d7aa9289dcb282f + f15af7b92d0125f9eba30c8355d82cd6943000e9 - + https://github.com/dotnet/aspnetcore - 136a6ae2768b4b02625b3bc55d7aa9289dcb282f + f15af7b92d0125f9eba30c8355d82cd6943000e9 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 + f17c461749cb3b017fd472cfe5c80cacd2be0953 - + https://github.com/dotnet/sdk - 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 + f17c461749cb3b017fd472cfe5c80cacd2be0953 - + https://github.com/dotnet/sdk - 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 + f17c461749cb3b017fd472cfe5c80cacd2be0953 - + https://github.com/dotnet/sdk - 47e090938e3fe8ab8bc0c9b153a12f59ecfbf472 + f17c461749cb3b017fd472cfe5c80cacd2be0953 diff --git a/eng/Versions.props b/eng/Versions.props index ab2f2d8fd..065641626 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22476.3 + 8.0.0-alpha.1.22476.3 + 8.0.0-alpha.1.22476.3 + 8.0.0-alpha.1.22476.3 + 8.0.0-alpha.1.22476.3 + 8.0.0-alpha.1.22476.3 + 8.0.0-alpha.1.22476.3 0.2.0 - 8.0.100-alpha.1.22476.12 - 8.0.100-alpha.1.22476.12 - 8.0.100-alpha.1.22476.12 + 8.0.100-alpha.1.22476.16 + 8.0.100-alpha.1.22476.16 + 8.0.100-alpha.1.22476.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c279e2708539f1f9ddeb2a4aa9e84666093f43eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Sep 2022 23:29:07 +0000 Subject: [PATCH 234/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 11fcf8ca9..307d94533 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - f15af7b92d0125f9eba30c8355d82cd6943000e9 + 394b00dec09731ec12871eebfdb996c4dc964de1 - + https://github.com/dotnet/aspnetcore - f15af7b92d0125f9eba30c8355d82cd6943000e9 + 394b00dec09731ec12871eebfdb996c4dc964de1 - + https://github.com/dotnet/aspnetcore - f15af7b92d0125f9eba30c8355d82cd6943000e9 + 394b00dec09731ec12871eebfdb996c4dc964de1 - + https://github.com/dotnet/aspnetcore - f15af7b92d0125f9eba30c8355d82cd6943000e9 + 394b00dec09731ec12871eebfdb996c4dc964de1 - + https://github.com/dotnet/aspnetcore - f15af7b92d0125f9eba30c8355d82cd6943000e9 + 394b00dec09731ec12871eebfdb996c4dc964de1 - + https://github.com/dotnet/aspnetcore - f15af7b92d0125f9eba30c8355d82cd6943000e9 + 394b00dec09731ec12871eebfdb996c4dc964de1 - + https://github.com/dotnet/aspnetcore - f15af7b92d0125f9eba30c8355d82cd6943000e9 + 394b00dec09731ec12871eebfdb996c4dc964de1 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - f17c461749cb3b017fd472cfe5c80cacd2be0953 + 31a5f701fbcaf33836f6e21a2104f16ca901effc - + https://github.com/dotnet/sdk - f17c461749cb3b017fd472cfe5c80cacd2be0953 + 31a5f701fbcaf33836f6e21a2104f16ca901effc - + https://github.com/dotnet/sdk - f17c461749cb3b017fd472cfe5c80cacd2be0953 + 31a5f701fbcaf33836f6e21a2104f16ca901effc - + https://github.com/dotnet/sdk - f17c461749cb3b017fd472cfe5c80cacd2be0953 + 31a5f701fbcaf33836f6e21a2104f16ca901effc @@ -143,9 +143,9 @@ 8ba41305f294f756bfff69e2bc2f1ff6a1ec787b - + https://github.com/dotnet/linker - 65c17f71e4863117b3ff0e083b630e605c841dd6 + a1207be89c9f9a1a3eec7f8c27cf2ce29fbab226 linker diff --git a/eng/Versions.props b/eng/Versions.props index 065641626..2a80b1f33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22476.3 - 8.0.0-alpha.1.22476.3 - 8.0.0-alpha.1.22476.3 - 8.0.0-alpha.1.22476.3 - 8.0.0-alpha.1.22476.3 - 8.0.0-alpha.1.22476.3 - 8.0.0-alpha.1.22476.3 + 8.0.0-alpha.1.22476.7 + 8.0.0-alpha.1.22476.7 + 8.0.0-alpha.1.22476.7 + 8.0.0-alpha.1.22476.7 + 8.0.0-alpha.1.22476.7 + 8.0.0-alpha.1.22476.7 + 8.0.0-alpha.1.22476.7 0.2.0 - 8.0.100-alpha.1.22476.16 - 8.0.100-alpha.1.22476.16 - 8.0.100-alpha.1.22476.16 + 8.0.100-alpha.1.22476.21 + 8.0.100-alpha.1.22476.21 + 8.0.100-alpha.1.22476.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b7f25503e56b9a64c8f828878ea1f2f841b2ca87 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 01:29:20 +0000 Subject: [PATCH 235/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.28 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.28 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 307d94533..e3d884147 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 31a5f701fbcaf33836f6e21a2104f16ca901effc + d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 - + https://github.com/dotnet/sdk - 31a5f701fbcaf33836f6e21a2104f16ca901effc + d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 - + https://github.com/dotnet/sdk - 31a5f701fbcaf33836f6e21a2104f16ca901effc + d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 - + https://github.com/dotnet/sdk - 31a5f701fbcaf33836f6e21a2104f16ca901effc + d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 diff --git a/eng/Versions.props b/eng/Versions.props index 2a80b1f33..c873765ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22476.21 - 8.0.100-alpha.1.22476.21 - 8.0.100-alpha.1.22476.21 + 8.0.100-alpha.1.22476.28 + 8.0.100-alpha.1.22476.28 + 8.0.100-alpha.1.22476.28 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f3b1dc5a1d1a4c9d09ecad436c2e6791c8fa23c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 02:11:39 +0000 Subject: [PATCH 236/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.34 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.34 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 e3d884147..fe441622e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 2f3fcca06499725469b6ae021be960e08d808c75 - + https://github.com/dotnet/aspnetcore - 394b00dec09731ec12871eebfdb996c4dc964de1 + 41bed3fc073a11f91db34ca16ea42570ff2c5a78 - + https://github.com/dotnet/aspnetcore - 394b00dec09731ec12871eebfdb996c4dc964de1 + 41bed3fc073a11f91db34ca16ea42570ff2c5a78 - + https://github.com/dotnet/aspnetcore - 394b00dec09731ec12871eebfdb996c4dc964de1 + 41bed3fc073a11f91db34ca16ea42570ff2c5a78 - + https://github.com/dotnet/aspnetcore - 394b00dec09731ec12871eebfdb996c4dc964de1 + 41bed3fc073a11f91db34ca16ea42570ff2c5a78 - + https://github.com/dotnet/aspnetcore - 394b00dec09731ec12871eebfdb996c4dc964de1 + 41bed3fc073a11f91db34ca16ea42570ff2c5a78 - + https://github.com/dotnet/aspnetcore - 394b00dec09731ec12871eebfdb996c4dc964de1 + 41bed3fc073a11f91db34ca16ea42570ff2c5a78 - + https://github.com/dotnet/aspnetcore - 394b00dec09731ec12871eebfdb996c4dc964de1 + 41bed3fc073a11f91db34ca16ea42570ff2c5a78 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 + 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 - + https://github.com/dotnet/sdk - d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 + 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 - + https://github.com/dotnet/sdk - d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 + 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 - + https://github.com/dotnet/sdk - d8cd2d9c22ed81c085c9e8112595b794d88cd1c1 + 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 diff --git a/eng/Versions.props b/eng/Versions.props index c873765ff..8bd337034 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22476.7 - 8.0.0-alpha.1.22476.7 - 8.0.0-alpha.1.22476.7 - 8.0.0-alpha.1.22476.7 - 8.0.0-alpha.1.22476.7 - 8.0.0-alpha.1.22476.7 - 8.0.0-alpha.1.22476.7 + 8.0.0-alpha.1.22476.10 + 8.0.0-alpha.1.22476.10 + 8.0.0-alpha.1.22476.10 + 8.0.0-alpha.1.22476.10 + 8.0.0-alpha.1.22476.10 + 8.0.0-alpha.1.22476.10 + 8.0.0-alpha.1.22476.10 0.2.0 - 8.0.100-alpha.1.22476.28 - 8.0.100-alpha.1.22476.28 - 8.0.100-alpha.1.22476.28 + 8.0.100-alpha.1.22476.34 + 8.0.100-alpha.1.22476.34 + 8.0.100-alpha.1.22476.34 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 537cc32732dcdbd7a65ea00dc2bb8ac60c514656 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 03:03:35 +0000 Subject: [PATCH 237/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.37 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22470.21 -> To Version 8.0.100-alpha.1.22476.37 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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 From Version 8.0.0-alpha.1.22468.1 -> To Version 8.0.0-alpha.1.22474.3 (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 fe441622e..f10cbba72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 2f3fcca06499725469b6ae021be960e08d808c75 + b0920912512aa7e205363b046a1911e6a97df31f - + https://github.com/dotnet/runtime - 2f3fcca06499725469b6ae021be960e08d808c75 + b0920912512aa7e205363b046a1911e6a97df31f - + https://github.com/dotnet/runtime - 2f3fcca06499725469b6ae021be960e08d808c75 + b0920912512aa7e205363b046a1911e6a97df31f - + https://github.com/dotnet/runtime - 2f3fcca06499725469b6ae021be960e08d808c75 + b0920912512aa7e205363b046a1911e6a97df31f - + https://github.com/dotnet/runtime - 2f3fcca06499725469b6ae021be960e08d808c75 + b0920912512aa7e205363b046a1911e6a97df31f - + https://github.com/dotnet/runtime - 2f3fcca06499725469b6ae021be960e08d808c75 + b0920912512aa7e205363b046a1911e6a97df31f @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 2f3fcca06499725469b6ae021be960e08d808c75 + b0920912512aa7e205363b046a1911e6a97df31f https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 + ac415a053522786ccb54154fc47289dba1b64329 - + https://github.com/dotnet/sdk - 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 + ac415a053522786ccb54154fc47289dba1b64329 - + https://github.com/dotnet/sdk - 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 + ac415a053522786ccb54154fc47289dba1b64329 - + https://github.com/dotnet/sdk - 1cc01cebf256ae24f1c4e8143a5f81ccb8d14810 + ac415a053522786ccb54154fc47289dba1b64329 diff --git a/eng/Versions.props b/eng/Versions.props index 8bd337034..e1cd75293 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22476.34 - 8.0.100-alpha.1.22476.34 - 8.0.100-alpha.1.22476.34 + 8.0.100-alpha.1.22476.37 + 8.0.100-alpha.1.22476.37 + 8.0.100-alpha.1.22476.37 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22468.3 + 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22468.3 - 8.0.0-alpha.1.22468.3 - 8.0.0-alpha.1.22468.3 - 8.0.0-alpha.1.22468.3 - 8.0.0-alpha.1.22468.3 - 8.0.0-alpha.1.22468.3 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22475.4 2.1.0 From 72dfe47a797fdfe541dc9aa8722b1115dcb3edc9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 04:03:41 +0000 Subject: [PATCH 238/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.42 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22476.37 -> To Version 8.0.100-alpha.1.22476.42 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22476.10 -> To Version 8.0.0-alpha.1.22476.15 (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 92ca0b1c8..f07718c2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime b0920912512aa7e205363b046a1911e6a97df31f - + https://github.com/dotnet/aspnetcore - 41bed3fc073a11f91db34ca16ea42570ff2c5a78 + daab26106cc5063a412ceecde4519e3428c43aef - + https://github.com/dotnet/aspnetcore - 41bed3fc073a11f91db34ca16ea42570ff2c5a78 + daab26106cc5063a412ceecde4519e3428c43aef - + https://github.com/dotnet/aspnetcore - 41bed3fc073a11f91db34ca16ea42570ff2c5a78 + daab26106cc5063a412ceecde4519e3428c43aef - + https://github.com/dotnet/aspnetcore - 41bed3fc073a11f91db34ca16ea42570ff2c5a78 + daab26106cc5063a412ceecde4519e3428c43aef - + https://github.com/dotnet/aspnetcore - 41bed3fc073a11f91db34ca16ea42570ff2c5a78 + daab26106cc5063a412ceecde4519e3428c43aef - + https://github.com/dotnet/aspnetcore - 41bed3fc073a11f91db34ca16ea42570ff2c5a78 + daab26106cc5063a412ceecde4519e3428c43aef - + https://github.com/dotnet/aspnetcore - 41bed3fc073a11f91db34ca16ea42570ff2c5a78 + daab26106cc5063a412ceecde4519e3428c43aef https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - ac415a053522786ccb54154fc47289dba1b64329 + 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 - + https://github.com/dotnet/sdk - ac415a053522786ccb54154fc47289dba1b64329 + 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 - + https://github.com/dotnet/sdk - ac415a053522786ccb54154fc47289dba1b64329 + 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 - + https://github.com/dotnet/sdk - ac415a053522786ccb54154fc47289dba1b64329 + 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 diff --git a/eng/Versions.props b/eng/Versions.props index 1a082601d..c86c0583c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22476.10 - 8.0.0-alpha.1.22476.10 - 8.0.0-alpha.1.22476.10 - 8.0.0-alpha.1.22476.10 - 8.0.0-alpha.1.22476.10 - 8.0.0-alpha.1.22476.10 - 8.0.0-alpha.1.22476.10 + 8.0.0-alpha.1.22476.15 + 8.0.0-alpha.1.22476.15 + 8.0.0-alpha.1.22476.15 + 8.0.0-alpha.1.22476.15 + 8.0.0-alpha.1.22476.15 + 8.0.0-alpha.1.22476.15 + 8.0.0-alpha.1.22476.15 0.2.0 - 8.0.100-alpha.1.22476.37 - 8.0.100-alpha.1.22476.37 - 8.0.100-alpha.1.22476.37 + 8.0.100-alpha.1.22476.42 + 8.0.100-alpha.1.22476.42 + 8.0.100-alpha.1.22476.42 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9837a18900dbd59047b9e611b2d78bebbb7bfb05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 05:10:25 +0000 Subject: [PATCH 239/501] Update dependencies from https://github.com/dotnet/sdk build 20220926.49 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22476.37 -> To Version 8.0.100-alpha.1.22476.49 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22476.10 -> To Version 8.0.0-alpha.1.22476.18 (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 f07718c2f..ffb11439d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime b0920912512aa7e205363b046a1911e6a97df31f - + https://github.com/dotnet/aspnetcore - daab26106cc5063a412ceecde4519e3428c43aef + 4380762e22eeb1dc783fba20993a904a90fc41a7 - + https://github.com/dotnet/aspnetcore - daab26106cc5063a412ceecde4519e3428c43aef + 4380762e22eeb1dc783fba20993a904a90fc41a7 - + https://github.com/dotnet/aspnetcore - daab26106cc5063a412ceecde4519e3428c43aef + 4380762e22eeb1dc783fba20993a904a90fc41a7 - + https://github.com/dotnet/aspnetcore - daab26106cc5063a412ceecde4519e3428c43aef + 4380762e22eeb1dc783fba20993a904a90fc41a7 - + https://github.com/dotnet/aspnetcore - daab26106cc5063a412ceecde4519e3428c43aef + 4380762e22eeb1dc783fba20993a904a90fc41a7 - + https://github.com/dotnet/aspnetcore - daab26106cc5063a412ceecde4519e3428c43aef + 4380762e22eeb1dc783fba20993a904a90fc41a7 - + https://github.com/dotnet/aspnetcore - daab26106cc5063a412ceecde4519e3428c43aef + 4380762e22eeb1dc783fba20993a904a90fc41a7 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 + 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 - + https://github.com/dotnet/sdk - 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 + 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 - + https://github.com/dotnet/sdk - 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 + 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 - + https://github.com/dotnet/sdk - 74a7dd7f4c325aa17209e9cf54d9dadc353044b1 + 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 diff --git a/eng/Versions.props b/eng/Versions.props index c86c0583c..478f045e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22476.15 - 8.0.0-alpha.1.22476.15 - 8.0.0-alpha.1.22476.15 - 8.0.0-alpha.1.22476.15 - 8.0.0-alpha.1.22476.15 - 8.0.0-alpha.1.22476.15 - 8.0.0-alpha.1.22476.15 + 8.0.0-alpha.1.22476.18 + 8.0.0-alpha.1.22476.18 + 8.0.0-alpha.1.22476.18 + 8.0.0-alpha.1.22476.18 + 8.0.0-alpha.1.22476.18 + 8.0.0-alpha.1.22476.18 + 8.0.0-alpha.1.22476.18 0.2.0 - 8.0.100-alpha.1.22476.42 - 8.0.100-alpha.1.22476.42 - 8.0.100-alpha.1.22476.42 + 8.0.100-alpha.1.22476.49 + 8.0.100-alpha.1.22476.49 + 8.0.100-alpha.1.22476.49 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ce6e2c8d843f73e0464c1e0a823c1ed00d5a39e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 12:25:38 +0000 Subject: [PATCH 240/501] Update dependencies from https://github.com/dotnet/arcade build 20220926.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22473.1 -> To Version 8.0.0-beta.22476.4 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22472-01 -> To Version 1.2.0-beta-22475-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/templates/job/execute-sdl.yml | 2 +- eng/common/templates/post-build/post-build.yml | 4 ++-- global.json | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ffb11439d..7cebc4e86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - ba4d2568dd2e3e7538feeaba60215f7bcb99e89c + 56800483b84c4934d0312a84978c2be0ebe27fa0 - + https://github.com/dotnet/arcade - ba4d2568dd2e3e7538feeaba60215f7bcb99e89c + 56800483b84c4934d0312a84978c2be0ebe27fa0 - + https://github.com/dotnet/arcade - ba4d2568dd2e3e7538feeaba60215f7bcb99e89c + 56800483b84c4934d0312a84978c2be0ebe27fa0 https://github.com/dotnet/arcade-services @@ -219,9 +219,9 @@ f508517df0f80bddd924a809fba1c3571396f3d9 - + https://github.com/dotnet/sourcelink - 25eb369a3b05519745e69e58668f5489400afff8 + baeb9afdfe9778caab2c57dd5c9352c3cca68cc5 diff --git a/eng/Versions.props b/eng/Versions.props index 478f045e8..7bf20b858 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22473.1 + 8.0.0-beta.22476.4 diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 781a41c94..65f87b40c 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -34,7 +34,7 @@ jobs: - job: Run_SDL dependsOn: ${{ parameters.dependsOn }} displayName: Run SDL tool - condition: eq( ${{ parameters.enable }}, 'true') + condition: and(succeededOrFailed(), eq( ${{ parameters.enable }}, 'true')) variables: - group: DotNet-VSTS-Bot - name: AzDOProjectName diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 87fcae940..258ed2d11 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -98,7 +98,7 @@ stages: jobs: - job: displayName: NuGet Validation - condition: eq( ${{ parameters.enableNugetValidation }}, 'true') + condition: and(succeededOrFailed(), eq( ${{ parameters.enableNugetValidation }}, 'true')) pool: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: @@ -282,4 +282,4 @@ stages: -MaestroToken '$(MaestroApiAccessToken)' -WaitPublishingFinish true -ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}' - -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' \ No newline at end of file + -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' diff --git a/global.json b/global.json index 89a904143..dfe1055fa 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.22473.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22473.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22476.4", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22476.4" } } From 1e02849f38fcb9a550fd5a90d2158f9f6f358fd6 Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot Date: Tue, 27 Sep 2022 06:42:59 -0700 Subject: [PATCH 241/501] [automated] Merge branch 'release/7.0.1xx' => 'main' (#14556) * Update dependencies from https://github.com/dotnet/arcade build 20220811.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22314.7 -> To Version 6.0.0-beta.22411.3 * [internal/release/6.0.3xx] Update dependencies from dotnet/source-build-reference-packages * [internal/release/6.0.3xx] Update dependencies from dotnet/arcade * [internal/release/6.0.3xx] Update dependencies from dotnet/arcade * [internal/release/6.0.3xx] Update dependencies from dnceng/internal/dotnet-sdk * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220813.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22412.1 -> To Version 6.0.0-servicing.22413.1 * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220814.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22410.14 -> To Version 6.0.304-servicing.22414.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.TemplateEngine.Cli,Microsoft.DotNet.Common.ProjectTemplates.6.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 6.0.8 -> To Version 6.0.9 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/arcade build 20220812.2 (#14325) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22411.3 -> To Version 6.0.0-beta.22412.2 Co-authored-by: dotnet-maestro[bot] * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220816.29 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22414.7 -> To Version 6.0.304-servicing.22416.29 * Update ManualVersions.props for upcoming Windows SDK projection * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220817.40 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22416.29 -> To Version 6.0.304-servicing.22417.40 * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220817.44 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22416.29 -> To Version 6.0.304-servicing.22417.44 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.6.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.TemplateEngine.Cli,Microsoft.DotNet.Common.ProjectTemplates.6.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 6.0.9 -> To Version 6.0.9 (parent: Microsoft.NET.Sdk * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220819.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22417.44 -> To Version 6.0.304-servicing.22419.8 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22413.1 -> To Version 6.0.0-servicing.22419.1 * Updated TestsToSkipPortableLinux.xml to add a similar test that failed for a similar reason. Likely related to ulimit * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22419.1 -> To Version 6.0.0-servicing.22419.2 * [release/6.0.1xx] Update Application Insights to 2.19.0, Update SBRP and SB externals (#14361) * Update sb externals, sbrp, and application insights * Update version numbers of sbrp and sb * Merged PR 25178: [internal/release/6.0.3xx] Update dependencies from dnceng/internal/dotnet-sdk This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **Microsoft.WindowsDesktop.App.Ref**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0**: from 6.0.9-servicing.22417.4 to 6.0.9-servicing.22420.3 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0**: from 6.0.9-servicing.22417.4 to 6.0.9-servicing.22420.3 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.9-servicing.22416.9 to 6.0.9-servicing.22419.5 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Ref**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.NetCore.TargetingPack.x64.6.0**: from 6.0.9-servicing.22416.9 to 6.0.9-servicing.22419.5 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Host.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.DotNetHostResolver**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Ref**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Ref.Internal**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **dotnet-dev-certs**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **dotnet-user-secrets**: from 6.0.9-servicing.22417.6 to 6.0.9-servicing.22419.26 (parent: Microsoft.NET.Sdk) - **Microsoft.DotNet.Common.ItemTemplates**: from 6.0.304 to 6.0.304 (parent: Microsoft.NET.Sdk) - **Microsoft.TemplateEngine.Cli**: from 6.0.304-servicing.22417.12 to 6.0.304-servicing.22420.6 (parent: Microsoft.NET.Sdk) - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: from 6.0.304 to 6.0.304 (parent: Microsoft.NET.Sdk) - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 6.0.9-servicing.22417.1 to 6.0.9-servicing.22419.10 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 6.0.9 to 6.0.9 (parent: Microsoft.NET.Sdk) - **Microsoft.DotNet.Wpf.ProjectTemplates**: from ... * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-sdk build 20220821.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.304-servicing.22420.10 -> To Version 6.0.304-servicing.22421.4 Dependency coherency updates Microsoft.DotNet.Common.ItemTemplates,Microsoft.TemplateEngine.Cli,Microsoft.DotNet.Common.ProjectTemplates.6.0 From Version 6.0.304 -> To Version 6.0.304 (parent: Microsoft.NET.Sdk * Update public pool names * Update branding to 6.0.110 * .NET Source-Build 6.0.109 September 2022 Updates (#14482) * update global.json and Versions.props for .NET SDK 6.0.109 * Use re-uploaded SB artifacts tarball version Co-authored-by: Logan Bussell * [6.0.4] Update template versions from dotnet/aspnetcore (#14487) * [6.0.3xx] Update template versions from dotnet/aspnetcore (#14486) * [6.0.1xx] Update template versions from dotnet/aspnetcore (#14485) * Update dependencies from https://github.com/dotnet/arcade build 20220913.7 (#14499) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22412.2 -> To Version 6.0.0-beta.22463.7 Co-authored-by: dotnet-maestro[bot] * RTM Branding * [release/7.0.1xx] Update dependencies from dotnet/sdk (#14458) * Update dependencies from https://github.com/dotnet/sdk build 20220906.57 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22456.57 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 12.0.5-beta.22455.3 -> To Version 12.0.5-beta.22456.1 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220906.59 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22456.59 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22452.11 -> To Version 7.0.0-rc.2.22456.19 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220907.30 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22457.30 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220907.33 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22457.33 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220907.43 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22457.43 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Remove backported aspnetcore patch * Update dependencies from https://github.com/dotnet/sdk build 20220908.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.25 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.25 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220908.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22458.29 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Compilers.Toolset,Microsoft.Build,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Remove backported sdk patch * Update dependencies from https://github.com/dotnet/sdk build 20220909.22 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.22 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22457.8 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220909.26 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22459.26 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Fix SDK patch * Resolve source-build patch conflict * Update dependencies from https://github.com/dotnet/sdk build 20220912.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Fix hardcoded version in SDK to avoid package downgrade error * Update dependencies from https://github.com/dotnet/sdk build 20220912.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.17 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.24 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.24 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.39 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.39 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220912.44 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22462.44 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update source-build-externals needed for incoming sdk change * Update dependencies from https://github.com/dotnet/sdk build 20220913.37 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.37 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.46 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.46 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Resolve source-build patch conflicts * Update dependencies from https://github.com/dotnet/sdk build 20220913.56 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.56 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220913.66 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22463.66 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.14 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update net7.0 TFM patch for SDK * Update dependencies from https://github.com/dotnet/sdk build 20220914.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.27 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.35 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.35 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.42 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.42 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220914.61 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22464.61 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22465.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22465.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22456.13 -> To Version 7.0.100-rc.2.22465.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.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.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.0-rc.2.22431.6 -> To Version 7.0.0-rc.2.22459.5 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] Co-authored-by: Michael Simons Co-authored-by: Logan Bussell Co-authored-by: Larry Ewing * Update dependencies from https://github.com/dotnet/sdk build 20220915.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.17 * Update dependencies from https://github.com/dotnet/sdk build 20220915.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.27 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.Test.Sdk,Microsoft.Build,NuGet.Build.Tasks From Version 7.0.0-rc.2.22464.23 -> To Version 7.0.0-rc.2.22464.30 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220915.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22408.1 -> To Version 7.0.0-alpha.1.22465.1 * Update dependencies from https://github.com/dotnet/sdk build 20220915.35 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.35 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Build,NuGet.Build.Tasks From Version 7.0.0-rc.2.22459.5 -> To Version 7.0.0-rtm.22464.4 (parent: Microsoft.NET.Sdk * [7.0.1xx] Revert roslyn CodeAnalysis patch removal (#14510) * Revert "Remove roslyn patch" This reverts commit fc74ae4df810086e14d4c0360f6e9a1cc6057ed9. * Revert "Remove unneeded ExtraPackageVersionPropsPackageInfo from Roslyn source-build project" This reverts commit 581e179517fa4cdc4e12cf8755833a61296ac0f7. * Update dependencies from https://github.com/dotnet/sdk build 20220915.47 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.2.22465.9 -> To Version 7.0.100-rtm.22465.47 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.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.Build,NuGet.Build.Tasks From Version 7.0.0-rc.2.22459.5 -> To Version 7.0.0-rtm.22464.4 (parent: Microsoft.NET.Sdk * Add Roslyn patch to use source-built versions of ref packs and not use app host (#14518) * Add Roslyn patch to use source-built versions of ref packs and not use app host. * Update to new SBRP with ref packs. * Update dependencies from https://github.com/dotnet/sdk build 20220915.53 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.47 -> To Version 7.0.100-rtm.22465.53 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22464.18 -> To Version 7.0.0-rtm.22465.3 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.59 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.47 -> To Version 7.0.100-rtm.22465.59 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rc.2.22464.18 -> To Version 7.0.0-rtm.22465.3 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220915.64 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.59 -> To Version 7.0.100-rtm.22465.64 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Build From Version 7.0.0-rc.2.22465.10 -> To Version 7.0.0-rc.2.22465.19 (parent: Microsoft.NET.Sdk * Remove PrivateSourceBuiltPrebuiltsPackageVersion since all prebuilts have been removed * Add RID argument to llvm-project repo.proj. (#14534) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220916.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22465.1 -> To Version 7.0.0-alpha.1.22466.3 * Update the minimum version in the installer UI to 17.4 (which is recommended) * I noticed the osx release notes link was off as well. * Fix spelling error in msbuild property reference (#14531) * Update dependencies from https://github.com/dotnet/arcade build 20220914.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22462.6 -> To Version 7.0.0-beta.22464.4 * [release/7.0.1xx] Fix GitHub Codespaces source-build prebuild (#14554) * Unset RepositoryName in Codespaces script * Add devcontainer config to CODEOWNERS * [release/7.0.1xx] Update dependencies from dotnet/sdk (#14538) * Update dependencies from https://github.com/dotnet/sdk build 20220916.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.64 -> To Version 7.0.100-rtm.22466.5 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets From Version 7.0.0-rc.2.22465.19 -> To Version 7.0.0-rc.2.22465.27 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220916.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.64 -> To Version 7.0.100-rtm.22466.11 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Build From Version 7.0.0-rc.2.22465.19 -> To Version 7.0.0-rc.2.22465.27 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220916.19 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.64 -> To Version 7.0.100-rtm.22466.19 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Build From Version 7.0.0-rc.2.22465.19 -> To Version 7.0.0-rc.2.22465.27 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220918.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.64 -> To Version 7.0.100-rtm.22468.4 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Build From Version 7.0.0-rc.2.22465.19 -> To Version 7.0.0-rc.2.22465.27 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20220919.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.64 -> To Version 7.0.100-rtm.22469.3 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rtm.22465.3 -> To Version 7.0.0-rtm.22466.6 (parent: Microsoft.NET.Sdk * Resolve source-build patch conflict * Update dependencies from https://github.com/dotnet/sdk build 20220919.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rtm.22465.64 -> To Version 7.0.100-rtm.22469.9 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.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.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Build,NuGet.Build.Tasks,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.0-rtm.22465.3 -> To Version 7.0.0-rtm.22466.6 (parent: Microsoft.NET.Sdk * Resolve source-build patch conflicts * Look for msbuild net7.0 artifacts instead of net6.0 Co-authored-by: dotnet-maestro[bot] Co-authored-by: MichaelSimons Co-authored-by: Logan Bussell * Update Download MSFT sdk Tarball CI step to handle rtm in version # (#14558) * Patch out entrypoint warning in F# as a temporary workaround. * Fix Download MSFT sdk Tarball pattern (#14567) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220922.1 (#14568) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22466.3 -> To Version 7.0.0-alpha.1.22472.1 Co-authored-by: dotnet-maestro[bot] * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220922.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 7.0.0-alpha.1.22472.1 -> To Version 7.0.0-alpha.1.22472.3 * [release/7.0.1xx] Update SBRP and address issue in DependencyPackageProjects infra (#14577) * Update SBRP and address issue in DependencyPackageProjects infra * Update to official new version of SBRP * Fix typo Co-authored-by: MichaelSimons * [release/7.0.1xx] Remove unnecessary patches (#14570) * Remove Aspnetcore patch for IL2070 * Use different argument for skipping nodejs projects in aspnetcore * Update linker patch backport link * Remove unnecessary msbuild patch Co-authored-by: dotnet-bot Co-authored-by: dotnet-maestro[bot] Co-authored-by: DotNet Bot Co-authored-by: v-wuzhai <46013274+v-wuzhai@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Joshua Larkin <70237359+j0shuams@users.noreply.github.com> Co-authored-by: Manodasan Wignarajah Co-authored-by: Marc Paine Co-authored-by: Logan Bussell Co-authored-by: Alex Perovich Co-authored-by: Sean Reeser Co-authored-by: NET Source-Build Bot <102560831+dotnet-sb-bot@users.noreply.github.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: Matt Mitchell Co-authored-by: Jason Zhai Co-authored-by: Michael Simons Co-authored-by: Larry Ewing Co-authored-by: Chris Rummel --- .../source-build-scripts/buildTarball.sh | 6 +++- CODEOWNERS | 3 +- .../job/source-build-build-tarball.yml | 2 +- .../tarball/content/repos/aspnetcore.proj | 2 +- .../source-build-reference-packages.proj | 14 ++++++++- ...atch => 0001-Disable-warning-CS0618.patch} | 0 .../aspnetcore/0003-NoWarn-IL2070.patch | 22 ------------- ...n-t-override-BuildNodeJS-in-build.sh.patch | 22 ------------- ...o-entrypoint-warning-as-a-workaround.patch | 21 +++++++++++++ ...slynAnalyzer-Microsoft.CodeAnalysis..patch | 2 +- ...ref-struct-in-Enumerator-constructor.patch | 31 ------------------- .../patches/sdk/0001-Disable-CA1420.patch | 2 +- ...02-Look-for-msbuild-net7.0-artifacts.patch | 24 ++++++++++++++ 13 files changed, 69 insertions(+), 82 deletions(-) rename src/SourceBuild/tarball/patches/aspnetcore/{0002-Disable-warning-CS0618.patch => 0001-Disable-warning-CS0618.patch} (100%) delete mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0003-NoWarn-IL2070.patch delete mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch create mode 100644 src/SourceBuild/tarball/patches/fsharp/0001-Patch-out-no-entrypoint-warning-as-a-workaround.patch delete mode 100644 src/SourceBuild/tarball/patches/msbuild/0002-Don-t-use-ref-struct-in-Enumerator-constructor.patch create mode 100644 src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch diff --git a/.devcontainer/source-build-scripts/buildTarball.sh b/.devcontainer/source-build-scripts/buildTarball.sh index d62e353e4..d1b714e77 100755 --- a/.devcontainer/source-build-scripts/buildTarball.sh +++ b/.devcontainer/source-build-scripts/buildTarball.sh @@ -5,4 +5,8 @@ cd $(realpath ..)/dotnet-source/ ./prep.sh -./build.sh --online --clean-while-building || true \ No newline at end of file + +# GitHub Codespaces automatically sets RepositoryName, which conflicts with source-build scripts. +unset RepositoryName + +./build.sh --online --clean-while-building || true diff --git a/CODEOWNERS b/CODEOWNERS index df0cb831e..671ebdfe5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,5 +3,6 @@ # Snaps +/.devcontainer/ @dotnet/source-build-internal /src/snaps/ @rbhanda -/src/SourceBuild/ @dotnet/source-build-internal \ No newline at end of file +/src/SourceBuild/ @dotnet/source-build-internal diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml index b8feb43e3..9de76621f 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml @@ -68,7 +68,7 @@ jobs: - ${{ if ne(parameters.excludeSdkContentTests, 'true') }}: - download: ${{ parameters.installerBuildResourceId }} artifact: BlobArtifacts - patterns: '**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-preview*|-rc*)-linux-${{ parameters.architecture }}.tar.gz' + patterns: '**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(preview|rc|rtm)*)-linux-${{ parameters.architecture }}.tar.gz' displayName: Download MSFT sdk Tarball - ${{ if eq(parameters.usePreviousArtifacts, 'true') }}: diff --git a/src/SourceBuild/tarball/content/repos/aspnetcore.proj b/src/SourceBuild/tarball/content/repos/aspnetcore.proj index 4eed64123..a779e9213 100644 --- a/src/SourceBuild/tarball/content/repos/aspnetcore.proj +++ b/src/SourceBuild/tarball/content/repos/aspnetcore.proj @@ -7,7 +7,7 @@ $(BuildCommandArgs) --arch $(Platform) $(BuildCommandArgs) --no-build-repo-tasks - $(BuildCommandArgs) /p:BuildNodeJs=false + $(BuildCommandArgs) --no-build-nodejs $(BuildCommandArgs) /p:PublishCompressedFilesPathPrefix=$(SourceBuiltAspNetCoreRuntime) diff --git a/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj b/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj index 69ab564a2..a4fb27340 100644 --- a/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj +++ b/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj @@ -2,7 +2,9 @@ - $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) + $(BaseIntermediatePath)source-build-reference-package-cache + + $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) /p:LocalNuGetPackageCacheDirectory=$(LocalNuGetPackageCacheDirectory) $(ProjectDirectory)NuGet.config $(ProjectDirectory)global.json @@ -16,5 +18,15 @@ + + + + + + diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0002-Disable-warning-CS0618.patch b/src/SourceBuild/tarball/patches/aspnetcore/0001-Disable-warning-CS0618.patch similarity index 100% rename from src/SourceBuild/tarball/patches/aspnetcore/0002-Disable-warning-CS0618.patch rename to src/SourceBuild/tarball/patches/aspnetcore/0001-Disable-warning-CS0618.patch diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0003-NoWarn-IL2070.patch b/src/SourceBuild/tarball/patches/aspnetcore/0003-NoWarn-IL2070.patch deleted file mode 100644 index aa344aefa..000000000 --- a/src/SourceBuild/tarball/patches/aspnetcore/0003-NoWarn-IL2070.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: MichaelSimons -Date: Fri, 12 Aug 2022 23:02:54 +0000 -Subject: [PATCH] NoWarn IL2070 - -Backport: https://github.com/dotnet/aspnetcore/issues/43253 ---- - Directory.Build.props | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Directory.Build.props b/Directory.Build.props -index 166dbd6487..d5b1c9a1a8 100644 ---- a/Directory.Build.props -+++ b/Directory.Build.props -@@ -113,6 +113,7 @@ - - $(NoWarn.Replace('1591', '')) - $(NoWarn);0105 -+ $(NoWarn);IL2070 - - - $(WarningsNotAsErrors);CS1591 diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch b/src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch deleted file mode 100644 index e006dc156..000000000 --- a/src/SourceBuild/tarball/patches/aspnetcore/0004-Don-t-override-BuildNodeJS-in-build.sh.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Mon, 15 Aug 2022 16:21:57 -0700 -Subject: [PATCH] Don't override BuildNodeJS in build.sh - -Backport: https://github.com/dotnet/aspnetcore/issues/43310 ---- - eng/build.sh | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/eng/build.sh b/eng/build.sh -index a6b6ba99be..0e4daad48c 100755 ---- a/eng/build.sh -+++ b/eng/build.sh -@@ -271,7 +271,6 @@ fi - # Only set these MSBuild properties if they were explicitly set by build parameters. - [ ! -z "$build_java" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildJava=$build_java" - [ ! -z "$build_native" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildNative=$build_native" --[ ! -z "$build_nodejs" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildNodeJS=$build_nodejs" - [ ! -z "$build_managed" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildManaged=$build_managed" - [ ! -z "$build_installers" ] && msbuild_args[${#msbuild_args[*]}]="-p:BuildInstallers=$build_installers" - diff --git a/src/SourceBuild/tarball/patches/fsharp/0001-Patch-out-no-entrypoint-warning-as-a-workaround.patch b/src/SourceBuild/tarball/patches/fsharp/0001-Patch-out-no-entrypoint-warning-as-a-workaround.patch new file mode 100644 index 000000000..cf5170293 --- /dev/null +++ b/src/SourceBuild/tarball/patches/fsharp/0001-Patch-out-no-entrypoint-warning-as-a-workaround.patch @@ -0,0 +1,21 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Wed, 21 Sep 2022 11:38:27 -0500 +Subject: [PATCH] Patch out 'no entrypoint' warning as a workaround. + +--- + src/Compiler/AbstractIL/ilwrite.fs | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/Compiler/AbstractIL/ilwrite.fs b/src/Compiler/AbstractIL/ilwrite.fs +index 983159604..adc338bc1 100644 +--- a/src/Compiler/AbstractIL/ilwrite.fs ++++ b/src/Compiler/AbstractIL/ilwrite.fs +@@ -3143,7 +3143,6 @@ let generateIL ( + if isDll then 0x0 + else getUncodedToken (if epHere then TableNames.Method else TableNames.File) tok + | None -> +- if not isDll then dprintn "warning: no entrypoint specified in executable binary" + 0x0 + + let pdbData = diff --git a/src/SourceBuild/tarball/patches/linker/0002-Update-ILLink.RoslynAnalyzer-Microsoft.CodeAnalysis..patch b/src/SourceBuild/tarball/patches/linker/0002-Update-ILLink.RoslynAnalyzer-Microsoft.CodeAnalysis..patch index b35252048..d9bae526a 100644 --- a/src/SourceBuild/tarball/patches/linker/0002-Update-ILLink.RoslynAnalyzer-Microsoft.CodeAnalysis..patch +++ b/src/SourceBuild/tarball/patches/linker/0002-Update-ILLink.RoslynAnalyzer-Microsoft.CodeAnalysis..patch @@ -4,7 +4,7 @@ Date: Fri, 12 Aug 2022 20:58:39 +0000 Subject: [PATCH] Update ILLink.RoslynAnalyzer Microsoft.CodeAnalysis.CSharp reference for source-build -backport: https://github.com/dotnet/source-build/issues/2973 +backport: https://github.com/dotnet/linker/pull/3045 --- src/ILLink.RoslynAnalyzer/ILLink.RoslynAnalyzer.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SourceBuild/tarball/patches/msbuild/0002-Don-t-use-ref-struct-in-Enumerator-constructor.patch b/src/SourceBuild/tarball/patches/msbuild/0002-Don-t-use-ref-struct-in-Enumerator-constructor.patch deleted file mode 100644 index 7a7d5bf8f..000000000 --- a/src/SourceBuild/tarball/patches/msbuild/0002-Don-t-use-ref-struct-in-Enumerator-constructor.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Wed, 3 Aug 2022 10:37:03 -0700 -Subject: [PATCH] Don't use ref struct in Enumerator constructor - ---- - src/StringTools/InternableString.cs | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/StringTools/InternableString.cs b/src/StringTools/InternableString.cs -index f04d2a9e9..dc788767a 100644 ---- a/src/StringTools/InternableString.cs -+++ b/src/StringTools/InternableString.cs -@@ -33,7 +33,7 @@ namespace Microsoft.NET.StringTools - /// - private int _charIndex; - -- internal Enumerator(ref InternableString str) -+ internal Enumerator(InternableString str) - { - _string = str; - _spanIndex = -1; -@@ -170,7 +170,7 @@ namespace Microsoft.NET.StringTools - /// The enumerator. - public Enumerator GetEnumerator() - { -- return new Enumerator(ref this); -+ return new Enumerator(this); - } - - /// diff --git a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch index 03487aec8..daaa95b6a 100644 --- a/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch +++ b/src/SourceBuild/tarball/patches/sdk/0001-Disable-CA1420.patch @@ -15,7 +15,7 @@ index 1353696a29..4e7463a453 100644 @@ -14,9 +14,11 @@ $(SdkTargetFramework) - + - - $(NoWarn);NU1701 diff --git a/src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch b/src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch new file mode 100644 index 000000000..cf69f8b84 --- /dev/null +++ b/src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch @@ -0,0 +1,24 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Logan Bussell +Date: Tue, 20 Sep 2022 10:10:29 -0700 +Subject: [PATCH] Look for msbuild net7.0 artifacts + +This patch can be removed once https://github.com/dotnet/msbuild/pull/7790 flows +into dotnet/sdk, at which point that repo will need this change. +--- + .../Microsoft.DotNet.Cli.Utils.csproj | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj +index 03ea923734..3246138cf9 100644 +--- a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj ++++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj +@@ -22,7 +22,7 @@ + + + +- $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net6.0\MSBuild.dll ++ $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net7.0\MSBuild.dll + + + From 141312fa1ee795e37b9b2909c277ff69f74f3392 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 14:55:49 +0000 Subject: [PATCH 242/501] Update dependencies from https://github.com/dotnet/sdk build 20220927.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22476.49 -> To Version 8.0.100-alpha.1.22477.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.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 8.0.0-alpha.1.22474.3 -> To Version 8.0.0-alpha.1.22477.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ffb11439d..000c128e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 5b16adb424d1209ea4d901bdf00c032caa3856fd + 4680a0a8db24d252f59c604ff0f28636315f9f59 - + https://github.com/dotnet/windowsdesktop - 5b16adb424d1209ea4d901bdf00c032caa3856fd + 4680a0a8db24d252f59c604ff0f28636315f9f59 - + https://github.com/dotnet/windowsdesktop - 5b16adb424d1209ea4d901bdf00c032caa3856fd + 4680a0a8db24d252f59c604ff0f28636315f9f59 - + https://github.com/dotnet/windowsdesktop - 5b16adb424d1209ea4d901bdf00c032caa3856fd + 4680a0a8db24d252f59c604ff0f28636315f9f59 https://github.com/dotnet/llvm-project @@ -103,31 +103,31 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 + d8a4aca0355e396a9c95879283c56573a56212de - + https://github.com/dotnet/sdk - 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 + d8a4aca0355e396a9c95879283c56573a56212de - + https://github.com/dotnet/sdk - 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 + d8a4aca0355e396a9c95879283c56573a56212de - + https://github.com/dotnet/sdk - 4aa20e8d05763b2bd70d7e623907c9ed9cdfed12 + d8a4aca0355e396a9c95879283c56573a56212de - + https://github.com/dotnet/winforms - 778f2768702a9cf093699b3b9711014cdb17c973 + 37b9f5361ef3d81fe001b818a405e8856ea88afc - + https://github.com/dotnet/wpf - 03a85c0a3a35d22fdff9cb31bc40a41eb91e5af6 + ba76bd54d89b3d07f90e100be8c41710996d03a9 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 478f045e8..a0b8ca109 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22474.1 + 8.0.0-alpha.1.22476.12 - 8.0.0-alpha.1.22474.2 + 8.0.0-alpha.1.22476.8 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22476.49 - 8.0.100-alpha.1.22476.49 - 8.0.100-alpha.1.22476.49 + 8.0.100-alpha.1.22477.3 + 8.0.100-alpha.1.22477.3 + 8.0.100-alpha.1.22477.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 - 8.0.0-alpha.1.22474.3 + 8.0.0-alpha.1.22477.1 + 8.0.0-alpha.1.22477.1 + 8.0.0-alpha.1.22477.1 + 8.0.0-alpha.1.22477.1 From 445f7510aaed4e27bae0e8a090433b0150b65618 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 16:04:51 +0000 Subject: [PATCH 243/501] Update dependencies from https://github.com/dotnet/sdk build 20220927.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22476.49 -> To Version 8.0.100-alpha.1.22477.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk From Version 8.0.0-alpha.1.22474.3 -> To Version 8.0.0-alpha.1.22477.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 22 +++++++++---------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 000c128e9..90742cc58 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - b0920912512aa7e205363b046a1911e6a97df31f + 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/runtime - b0920912512aa7e205363b046a1911e6a97df31f + 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/runtime - b0920912512aa7e205363b046a1911e6a97df31f + 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/runtime - b0920912512aa7e205363b046a1911e6a97df31f + 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/runtime - b0920912512aa7e205363b046a1911e6a97df31f + 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/runtime - b0920912512aa7e205363b046a1911e6a97df31f + 7fc8fb56327e9696ce9baa80f997e3f50675af1f @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b0920912512aa7e205363b046a1911e6a97df31f + 7fc8fb56327e9696ce9baa80f997e3f50675af1f https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - d8a4aca0355e396a9c95879283c56573a56212de + 9b5753852e553d93c503ebf6d8081398b47c2f8b - + https://github.com/dotnet/sdk - d8a4aca0355e396a9c95879283c56573a56212de + 9b5753852e553d93c503ebf6d8081398b47c2f8b - + https://github.com/dotnet/sdk - d8a4aca0355e396a9c95879283c56573a56212de + 9b5753852e553d93c503ebf6d8081398b47c2f8b - + https://github.com/dotnet/sdk - d8a4aca0355e396a9c95879283c56573a56212de + 9b5753852e553d93c503ebf6d8081398b47c2f8b @@ -138,9 +138,9 @@ d8e171de6783cedf9503e46f9cad53068ebb9815 - + https://github.com/microsoft/vstest - 8ba41305f294f756bfff69e2bc2f1ff6a1ec787b + 0479e6a97ec039853262b4e13b16c4fee43f41c7 diff --git a/eng/Versions.props b/eng/Versions.props index a0b8ca109..196d7d911 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22477.3 - 8.0.100-alpha.1.22477.3 - 8.0.100-alpha.1.22477.3 + 8.0.100-alpha.1.22477.4 + 8.0.100-alpha.1.22477.4 + 8.0.100-alpha.1.22477.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22476.13 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 - 8.0.0-alpha.1.22475.4 + 8.0.0-alpha.1.22476.13 + 8.0.0-alpha.1.22476.13 + 8.0.0-alpha.1.22476.13 + 8.0.0-alpha.1.22476.13 + 8.0.0-alpha.1.22476.13 + 8.0.0-alpha.1.22476.13 2.1.0 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20220923-02 + 17.5.0-preview-20220927-01 7.0.0-rc.1.22426.10. From 9c3e011c505ad29360b799aee27fd1b5ac747d78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:56:03 +0000 Subject: [PATCH 244/501] Update dependencies from https://github.com/dotnet/emsdk build 20220926.8 (#14585) [main] Update dependencies from dotnet/emsdk --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7cebc4e86..e33cffdc9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 19cb1b2e025215a640d942b180b7cd691975d053 + 620d9ad13253f37259618045b870089e31b63d87 - + https://github.com/dotnet/emsdk - 19cb1b2e025215a640d942b180b7cd691975d053 + 620d9ad13253f37259618045b870089e31b63d87 https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index 7bf20b858..fa6ea2212 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -220,8 +220,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22476.1 - 8.0.0-alpha.1.22476.1 + 8.0.0-alpha.1.22476.8 + 8.0.0-alpha.1.22476.8 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 8dc41755cbf52fa3299ecd5be0bbd5844d3f4293 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 27 Sep 2022 11:15:12 -0700 Subject: [PATCH 245/501] Switch repo to use native AzDO container support (#14541) * Switch repo to use native AzDO container support This is a major refactor of the YAML used by the installer repo. The goal is to utilize the native container support that AzDO provides, rather than building containers on the fly and issuing commands using custom infrastructure. To do this, the YAML requires a bit of a refactor. The matrix strategy approach used by the repo to build a ton of different OS's does not work with containers, because a matrix strategy only changes the variables available to each build command. It cannot change the AzDO host environment. In order to resolve this, I refactored build.yml to take and use optional container names. In the process of doing this, I discovered a number of other things about the old YAML that just happened to 'accidentally' work and fixed them or did general cleanup. Including: - This construct, used in build.yml, does not work as you might expect. If the parameter is not declared as a boolean (or not declared at all), this evaluates to "does this parameter exist", not "is it true": ``` ${{ if parameters.pgoInstrument }}: ``` - I fully specified all the parameters and their types to avoid issues in the future. - Build pool selection was moved to build.yml - Removed some unused parameters. - There was a **very** subtle indentation change here: https://github.com/dotnet/installer/blob/762d2966ee649e9f8174747d528aa067eaa7c4f0/.vsts-ci.yml#L275-L281. This meant that this leg ran in both PR and official builds. I have no idea whether this was the intention or not, but I kept it this way and reorganized the file. **One change of note:** One of the upsides of the original matrix based approach is that job dependencies are simple. The jobs generated by the matrix are referred to in `dependsOn` lists only by the original job that contains the matrix. That keeps the dependsOn list small even if the number of jobs generated is large. Installer has a large set of independently addressable jobs now. Normally, we would solve this by using the arcade jobs template. The jobs template takes a set of jobs and automatically adds dependsOn for the publishing jobs. BUT, AzDO does not allow templates to be passed as parameters to other templates. This would mean that you couldn't use the build.yml template in conjunction with the jobs template and would have to list all the installer jobs as dependencies. This list would be hard to keep up to date. To avoid this, I used a new feature of publishing (`publishAssetsImmediately`) which uses the Publish To Build Asset Registry job to do the actual publishing call, and put it in a separate phase, then eliminated the post-build.yml call. This means that the publishing stage depends on all jobs in the build stage, and does not need to address them individually. Eliminating the post-build.yml stage may seem odd, but this is what actually happens when `publishAssetsImmediately` is set to true anyway. --- .vsts-ci.yml | 593 ++++++++++++++--------------- build.sh | 17 +- eng/build.yml | 220 +++++++---- eng/docker/alpine.3.15/Dockerfile | 34 -- eng/docker/centos/Dockerfile | 25 -- eng/docker/debian/Dockerfile | 48 --- eng/docker/fedora.36/Dockerfile | 30 -- eng/docker/ubuntu.18.04/Dockerfile | 34 -- eng/dockerrun.ps1 | 60 --- eng/dockerrun.sh | 179 --------- 10 files changed, 444 insertions(+), 796 deletions(-) delete mode 100644 eng/docker/alpine.3.15/Dockerfile delete mode 100644 eng/docker/centos/Dockerfile delete mode 100644 eng/docker/debian/Dockerfile delete mode 100644 eng/docker/fedora.36/Dockerfile delete mode 100644 eng/docker/ubuntu.18.04/Dockerfile delete mode 100644 eng/dockerrun.ps1 delete mode 100755 eng/dockerrun.sh diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 1e6c32e9e..d0adb5007 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -25,17 +25,6 @@ variables: - name: _PublishUsingPipelines value: true -# Default to running tests in PRs and public CI, but not in official builds -- name: _WindowsTestArg - value: '-test' -- name: _NonWindowsTestArg - value: '--test' -- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - name: _WindowsTestArg - value: '' - - name: _NonWindowsTestArg - value: '' - - name: _InternalRuntimeDownloadArgs value: '' @@ -47,8 +36,9 @@ variables: /p:dotnetbuilds-internal-container-read-token-base64=$(dotnetbuilds-internal-container-read-token-base64) stages: -- stage: build +- stage: Build jobs: + # This job is for build retry configuration. - job: Publish_Build_Configuration pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: @@ -58,275 +48,300 @@ stages: name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre steps: - - publish: $(Build.SourcesDirectory)\eng\BuildConfiguration - artifact: BuildConfiguration + - publish: $(Build.SourcesDirectory)\eng\buildConfiguration + artifact: buildConfiguration displayName: Publish Build Config - - template: /eng/build.yml - parameters: - agentOs: Windows_NT - pool: - ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Public - demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre - timeoutInMinutes: 180 - strategy: - matrix: - # Public-only builds - ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - Build_Release_x64: - _BuildConfig: Debug - _BuildArchitecture: x64 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '/p:PublishInternalAsset=true' - _TestArg: $(_WindowsTestArg) - # Internal-only builds - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - Build_Release_x64: - _BuildConfig: Release - _BuildArchitecture: x64 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '/p:PublishInternalAsset=true' - _TestArg: $(_WindowsTestArg) - Build_Release_x86: - _BuildConfig: Release - _BuildArchitecture: x86 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '' - _TestArg: $(_WindowsTestArg) - Build_Release_arm64: - _BuildConfig: Release - _BuildArchitecture: arm64 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '' - # Never run tests on arm64 - _TestArg: '' + + ## PR-only jobs + + - ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: + + ## Windows - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/build.yml parameters: agentOs: Windows_NT - pool: - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre - timeoutInMinutes: 180 - strategy: - matrix: - Build_Release_x64: - _BuildConfig: Release - _BuildArchitecture: x64 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '/p:PublishInternalAsset=true' - # Never run tests on PGO bits - _TestArg: '' - Build_Release_x86: - _BuildConfig: Release - _BuildArchitecture: x86 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '' - _TestArg: '' - Build_Release_arm64: - _BuildConfig: Release - _BuildArchitecture: arm64 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '' - # Never run tests on arm64 - _TestArg: '' - pgoInstrument: true + jobName: Build_Debug_x64 + buildConfiguration: Debug + buildArchitecture: x64 + additionalBuildParameters: '/p:PublishInternalAsset=true' + runTests: true - - template: /eng/build.yml - parameters: - agentOs: Linux - pool: - ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Public - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 - timeoutInMinutes: 180 - strategy: - matrix: - ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - Build_Ubuntu_18_04_Debug_x64: - _BuildConfig: Debug - _DockerParameter: '--docker ubuntu.18.04' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _TestArg: $(_NonWindowsTestArg) - Build_Fedora_36_Debug_x64: - _BuildConfig: Debug - _DockerParameter: '--docker fedora.36' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _TestArg: $(_NonWindowsTestArg) - Build_CentOS_7_Debug_x64: - _BuildConfig: Debug - _DockerParameter: '--docker centos' - _LinuxPortable: '' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _TestArg: $(_NonWindowsTestArg) - Build_Debian_Stretch_Debug_x64: - _BuildConfig: Debug - _DockerParameter: '--docker debian' - _LinuxPortable: '' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _AdditionalBuildParameters: '/p:BuildSdkDeb=true' - _TestArg: $(_NonWindowsTestArg) - Build_Arm64_Debug: - _BuildConfig: Debug - _DockerParameter: '' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '--runtime-id linux-arm64' - _BuildArchitecture: 'arm64' - # Never run tests on arm64 - _TestArg: '' - Build_Linux_musl_Debug_x64: - _BuildConfig: Debug - _DockerParameter: '--docker alpine.3.15' - _LinuxPortable: '' - _RuntimeIdentifier: '--runtime-id linux-musl-x64' - _BuildArchitecture: 'x64' - # Pass in HostOSName when running on alpine - _AdditionalBuildParameters: '/p:HostOSName="linux-musl"' - _TestArg: $(_NonWindowsTestArg) - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - Build_Arm_Release: - _BuildConfig: Release - _DockerParameter: '' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '--runtime-id linux-arm' - _BuildArchitecture: 'arm' - # Never run tests on arm - _TestArg: '' - Build_Arm64_Release: - _BuildConfig: Release - _DockerParameter: '' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '--runtime-id linux-arm64' - _BuildArchitecture: 'arm64' - # Never run tests on arm64 - _TestArg: '' - Build_Linux_musl_Release_arm: - _BuildConfig: Release - # linux-musl-arm cross gen depends on glibc 2.27 (this OS has it) - _DockerParameter: '--docker ubuntu.18.04' - _LinuxPortable: '' - _RuntimeIdentifier: '--runtime-id linux-musl-arm' - _BuildArchitecture: 'arm' - _AdditionalBuildParameters: '/p:OSName="linux-musl"' - # Never run tests on arm - _TestArg: '' - Build_Linux_musl_Release_arm64: - _BuildConfig: Release - _DockerParameter: '' - _LinuxPortable: '' - _RuntimeIdentifier: '--runtime-id linux-musl-arm64' - _BuildArchitecture: 'arm64' - _AdditionalBuildParameters: '/p:OSName="linux-musl"' - # Never run tests on arm64 - _TestArg: '' - Build_Linux_musl_Release_x64: - _BuildConfig: Release - _DockerParameter: '--docker alpine.3.15' - _LinuxPortable: '' - _RuntimeIdentifier: '--runtime-id linux-musl-x64' - _BuildArchitecture: 'x64' - # Pass in HostOSName when running on alpine - _AdditionalBuildParameters: '/p:HostOSName="linux-musl"' - Build_Linux_Portable_Deb_Release_x64: - _BuildConfig: Release - _DockerParameter: '--docker ubuntu.18.04' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - # Do not publish zips and tarballs. The linux-x64 binaries are - # already published by Build_LinuxPortable_Release_x64 - _AdditionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:BuildSdkDeb=true' - _TestArg: $(_NonWindowsTestArg) - Build_Linux_Portable_Rpm_Release_x64: - _BuildConfig: Release - _DockerParameter: '--docker centos' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - # Do not publish zips and tarballs. The linux-x64 binaries are - # already published by Build_LinuxPortable_Release_x64 - _AdditionalBuildParameters: '/p:PublishBinariesAndBadge=false' - _TestArg: $(_NonWindowsTestArg) - Build_Linux_Portable_Rpm_Release_Arm64: - _BuildConfig: Release - _DockerParameter: '--docker centos' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '--runtime-id linux-arm64' - _BuildArchitecture: 'arm64' - # Do not publish zips and tarballs. The linux-x64 binaries are - # already published by Build_LinuxPortable_Release_x64 - _AdditionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:CLIBUILD_SKIP_TESTS=true' - # Never run tests on arm64 - _TestArg: '' - Build_LinuxPortable_Release_x64: - _BuildConfig: Release - _DockerParameter: '' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _TestArg: $(_NonWindowsTestArg) + ## Linux - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/build.yml parameters: agentOs: Linux - pool: - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 - timeoutInMinutes: 180 - strategy: - matrix: - Build_LinuxPortable_Release_x64: - _BuildConfig: Release - _DockerParameter: '' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _TestArg: '' - Build_Release_arm64: - _BuildConfig: Release - _BuildArchitecture: arm64 - _DOTNET_CLI_UI_LANGUAGE: '' - _AdditionalBuildParameters: '' - # Never run tests on arm64 - _TestArg: '' - pgoInstrument: true + jobName: Build_Ubuntu_18_04_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-20220916154732-3c53da6' + buildConfiguration: Debug + buildArchitecture: x64 + linuxPortable: true + runTests: true + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Fedora_36_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36-20220912173100-a09384f' + buildConfiguration: Debug + buildArchitecture: x64 + linuxPortable: true + runTests: true + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_CentOS_7_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-20220912172913-d16db59' + buildConfiguration: Debug + buildArchitecture: x64 + linuxPortable: false + runTests: true + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Debian_Stretch_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20220912173009-94fc78a' + buildConfiguration: Debug + buildArchitecture: x64 + additionalBuildParameters: '/p:BuildSdkDeb=true' + linuxPortable: false + runTests: true + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Arm64_Debug + buildConfiguration: Debug + buildArchitecture: arm64 + runtimeIdentifier: 'linux-arm64' + linuxPortable: true + # Never run tests on arm64 + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Linux_musl_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode-20220916182008-f0ea7ba' + buildConfiguration: Debug + buildArchitecture: x64 + runtimeIdentifier: 'linux-musl-x64' + # Pass in HostOSName when running on alpine + additionalBuildParameters: '/p:HostOSName="linux-musl"' + linuxPortable: false + runTests: true + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_LinuxPortable_Release_x64 + buildConfiguration: Release + buildArchitecture: x64 + linuxPortable: true + runTests: true - - template: /eng/build.yml - parameters: - agentOs: Darwin - pool: - vmImage: 'macOS-latest' - timeoutInMinutes: 180 - strategy: - matrix: - Build_Release_x64: - _BuildConfig: Release - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _TestArg: $(_NonWindowsTestArg) - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - Build_Release_arm64: - _BuildConfig: Release - _RuntimeIdentifier: '--runtime-id osx-arm64' - _BuildArchitecture: 'arm64' - # Never run tests on arm64 - _TestArg: '' + # MacOS + + - template: /eng/build.yml + parameters: + agentOs: Darwin + jobName: Build_Release_x64 + buildConfiguration: Release + buildArchitecture: x64 + runTests: true + + ## Official/PGO instrumentation Builds + + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + + ## Windows + + - template: /eng/build.yml + parameters: + agentOs: Windows_NT + jobName: Build_Release_x64 + buildConfiguration: Release + buildArchitecture: x64 + additionalBuildParameters: '/p:PublishInternalAsset=true' + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Windows_NT + jobName: Build_Release_x86 + buildConfiguration: Release + buildArchitecture: x86 + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Windows_NT + jobName: Build_Release_arm64 + buildConfiguration: Release + buildArchitecture: arm64 + runTests: false + + ## Linux + + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Arm_Release + buildConfiguration: Release + buildArchitecture: arm + runtimeIdentifier: 'linux-arm' + linuxPortable: true + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Arm64_Release + buildConfiguration: Release + buildArchitecture: arm64 + runtimeIdentifier: 'linux-arm64' + linuxPortable: true + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Linux_musl_Release_arm + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-20220916154619-56ef508' + buildConfiguration: Release + buildArchitecture: arm + runtimeIdentifier: 'linux-musl-arm' + additionalBuildParameters: '/p:OSName="linux-musl"' + linuxPortable: false + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Linux_musl_Release_arm64 + buildConfiguration: Release + buildArchitecture: arm64 + runtimeIdentifier: 'linux-musl-arm64' + additionalBuildParameters: '/p:OSName="linux-musl"' + linuxPortable: false + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Linux_musl_Release_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode-20220916182008-f0ea7ba' + buildConfiguration: Release + buildArchitecture: x64 + runtimeIdentifier: 'linux-musl-x64' + # Pass in HostOSName when running on alpine + additionalBuildParameters: '/p:HostOSName="linux-musl"' + linuxPortable: false + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Linux_Portable_Deb_Release_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg-20220916154732-cfdd435' + buildConfiguration: Release + buildArchitecture: x64 + # Do not publish zips and tarballs. The linux-x64 binaries are + # already published by Build_LinuxPortable_Release_x64 + additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:BuildSdkDeb=true' + linuxPortable: true + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Linux_Portable_Rpm_Release_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-20220912172913-d0fa36f' + buildConfiguration: Release + buildArchitecture: x64 + # Do not publish zips and tarballs. The linux-x64 binaries are + # already published by Build_LinuxPortable_Release_x64 + additionalBuildParameters: '/p:PublishBinariesAndBadge=false' + linuxPortable: true + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_Linux_Portable_Rpm_Release_Arm64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-20220912172913-d0fa36f' + buildConfiguration: Release + buildArchitecture: arm64 + runtimeIdentifier: 'linux-arm64' + # Do not publish zips and tarballs. The linux-x64 binaries are + # already published by Build_LinuxPortable_Release_x64 + additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:CLIBUILD_SKIP_TESTS=true' + linuxPortable: true + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Linux + jobName: Build_LinuxPortable_Release_x64 + buildConfiguration: Release + buildArchitecture: x64 + linuxPortable: true + runTests: false + + # MacOS + + - template: /eng/build.yml + parameters: + agentOs: Darwin + jobName: Build_Release_x64 + buildConfiguration: Release + buildArchitecture: x64 + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Darwin + jobName: Build_Release_arm64 + runtimeIdentifier: 'osx-arm64' + buildConfiguration: Release + buildArchitecture: arm64 + runTests: false + + ## Windows PGO Instrumentation builds + + - template: /eng/build.yml + parameters: + agentOs: Windows_NT + pgoInstrument: true + jobName: Build_Release_x64 + buildConfiguration: Release + buildArchitecture: x64 + additionalBuildParameters: '/p:PublishInternalAsset=true' + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Windows_NT + pgoInstrument: true + jobName: Build_Release_x86 + buildConfiguration: Release + buildArchitecture: x86 + runTests: false + - template: /eng/build.yml + parameters: + agentOs: Windows_NT + pgoInstrument: true + jobName: Build_Release_arm64 + buildConfiguration: Release + buildArchitecture: arm64 + runTests: false + + ## Linux PGO Instrumentation builds + + - template: /eng/build.yml + parameters: + agentOs: Linux + pgoInstrument: true + jobName: Build_LinuxPortable_Release_x64 + buildConfiguration: Release + buildArchitecture: x64 + linuxPortable: true + runTests: false + + - template: /eng/build.yml + parameters: + agentOs: Linux + pgoInstrument: true + jobName: Build_Release_arm64 + buildConfiguration: Release + buildArchitecture: arm64 + linuxPortable: true + runTests: false - template: /eng/common/templates/jobs/source-build.yml @@ -337,40 +352,16 @@ stages: dependsOn: Source_Build_Create_Tarball condition: eq(dependencies.Source_Build_Create_Tarball.outputs['Tarball_Build_Check._includeTarballBuild'], 'true') - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: +- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - stage: Publish + dependsOn: + - Build + jobs: - template: /eng/common/templates/job/publish-build-assets.yml parameters: - dependsOn: - - Windows_NT - - Linux - - Darwin - - Source_Build_Managed - - Source_Build_Create_Tarball publishUsingPipelines: true + publishAssetsImmediately: true pool: ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Windows.Amd64.VS2022 - - -- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - template: eng\common\templates\post-build\post-build.yml - parameters: - publishingInfraVersion: 3 - enableSymbolValidation: false - enableSigningValidation: false - enableNugetValidation: false - enableSourceLinkValidation: false - publishInstallersAndChecksums: true - SDLValidationParameters: - enable: false - params: ' -SourceToolsList @("policheck","credscan") - -TsaInstanceURL $(_TsaInstanceURL) - -TsaProjectName $(_TsaProjectName) - -TsaNotificationEmail $(_TsaNotificationEmail) - -TsaCodebaseAdmin $(_TsaCodebaseAdmin) - -TsaBugAreaPath $(_TsaBugAreaPath) - -TsaIterationPath $(_TsaIterationPath) - -TsaRepositoryName "dotnet-installer" - -TsaCodebaseName "dotnet-installer" - -TsaPublish $True' + demands: ImageOverride -equals Build.Windows.Amd64.VS2022 \ No newline at end of file diff --git a/build.sh b/build.sh index 7ff647c40..d65f55854 100755 --- a/build.sh +++ b/build.sh @@ -29,11 +29,6 @@ args= while [[ $# > 0 ]]; do lowerI="$(echo $1 | awk '{print tolower($0)}')" case $lowerI in - --docker) - export BUILD_IN_DOCKER=1 - export DOCKER_IMAGENAME=$2 - shift - ;; --noprettyprint) export DOTNET_CORESDK_NOPRETTYPRINT=1 ;; @@ -44,14 +39,4 @@ while [[ $# > 0 ]]; do shift done -dockerbuild() -{ - BUILD_COMMAND=$DIR/run-build.sh $DIR/eng/dockerrun.sh --non-interactive "$@" -} - -# Check if we need to build in docker -if [ ! -z "$BUILD_IN_DOCKER" ]; then - dockerbuild $args -else - $DIR/run-build.sh $args -fi +$DIR/run-build.sh $args diff --git a/eng/build.yml b/eng/build.yml index c23bbb11b..916e23617 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -1,72 +1,153 @@ parameters: # Agent OS identifier and used as job name - agentOs: '' +- name: agentOs + type: string - # Agent pool - pool: {} + # Job name +- name: jobName + type: string - # Additional variables - variables: {} - - # Build strategy - matrix - strategy: {} +# Container to run the build in, if any +- name: container + type: string + default: '' # Job timeout - timeoutInMinutes: 180 +- name: timeoutInMinutes + type: number + default: 180 - # Publish using pipelines - enablePublishUsingPipelines: true +# Build configuration (Debug, Release) +- name: buildConfiguration + type: string + values: + - Debug + - Release -phases: +# Build architecture +- name: buildArchitecture + type: string + values: + - arm + - arm64 + - x64 + - x86 + +# Linux portable. If true, passes portable switch to build +- name: linuxPortable + type: boolean + default: false + +# Runtime Identifier +- name: runtimeIdentifier + type: string + default: '' + +# UI lang +- name: dotnetCLIUILanguage + type: string + default: '' + +# Additional parameters +- name: additionalBuildParameters + type: string + default: '' + +# Run tests +- name: runTests + type: boolean + default: true + +# PGO instrumentation jobs +- name: pgoInstrument + type: boolean + default: false + +jobs: - template: /eng/common/templates/job/job.yml parameters: + # Set up the name of the job. ${{ if parameters.pgoInstrument }}: - name: PGO_${{ parameters.agentOs }} + name: PGO_${{ parameters.agentOs }}_${{ parameters.jobName }} ${{ if not(parameters.pgoInstrument) }}: - name: ${{ parameters.agentOs }} - timeoutInMinutes: ${{ parameters.timeoutInMinutes }} + name: ${{ parameters.agentOs }}_${{ parameters.jobName }} + + ## Set up the pool/machine info to be used based on the Agent OS ${{ if eq(parameters.agentOs, 'Windows_NT') }}: enableMicrobuild: true + pool: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: NetCore-Public + demands: ImageOverride -equals build.windows.10.amd64.vs2019.open + ${{ if eq(variables['System.TeamProject'], 'internal') }}: + name: NetCore1ESPool-Internal + demands: ImageOverride -equals build.windows.10.amd64.vs2019 + ${{ if eq(parameters.agentOs, 'Linux') }}: + pool: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: NetCore-Public + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open + ${{ if eq(variables['System.TeamProject'], 'internal') }}: + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + container: ${{ parameters.container }} + ${{ if eq(parameters.agentOs, 'Darwin') }}: + pool: + vmImage: 'macOS-latest' + + timeoutInMinutes: ${{ parameters.timeoutInMinutes }} enablePublishBuildAssets: true - # Don't use built-in arcade logic for publishing artifacts and test results, as we manually do this and give better names - #enablePublishBuildArtifacts: true - #enablePublishTestResults: true - enablePublishUsingPipelines: ${{parameters.enablePublishUsingPipelines}} + enablePublishUsingPipelines: true enableTelemetry: true helixRepo: dotnet/installer - pool: ${{ parameters.pool }} - ${{ if ne(parameters.strategy, '') }}: - strategy: ${{ parameters.strategy }} workspace: clean: all +# Test parameters variables: + - ${{ if eq(parameters.agentOs, 'Windows_NT') }}: + - _PackArg: '-pack' + - ${{ if parameters.runTests }}: + - _TestArg: '-test' + - ${{ else }}: + - _TestArg: '' + - ${{ if ne(parameters.agentOs, 'Windows_NT') }}: + - _PackArg: '--pack' + - ${{ if parameters.runTests }}: + - _TestArg: '--test' + - ${{ else }}: + - _TestArg: '' + + - ${{ if parameters.pgoInstrument }}: + - _PgoInstrument: '/p:PgoInstrument=true' + - _PackArg: '' + - ${{ else }}: - _PgoInstrument: '' - - ${{ if eq(parameters.agentOs, 'Windows_NT') }}: - - _PackArg: '-pack' - - ${{ if ne(parameters.agentOs, 'Windows_NT') }}: - - _PackArg: '--pack' - - ${{ if parameters.pgoInstrument }}: - - _PgoInstrument: '/p:PgoInstrument=true' - - _PackArg: '' - - _AgentOSName: ${{ parameters.agentOs }} - - _TeamName: Roslyn-Project-System - - _SignType: test - - _BuildArgs: '/p:DotNetSignType=$(_SignType) $(_PgoInstrument)' + - ${{ if parameters.linuxPortable }}: + - _LinuxPortable: '--linux-portable' + - ${{ else }}: + - _LinuxPortable: '' - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - group: DotNet-Symbol-Server-PATs - - group: DotNet-HelixApi-Access - - group: DotNet-Blob-Feed - - _DotNetPublishToBlobFeed: true - - _PushToVSFeed: true - - _SignType: real - - _BuildArgs: /p:OfficialBuildId=$(BUILD.BUILDNUMBER) - /p:DotNetSignType=$(_SignType) - /p:TeamName=$(_TeamName) - /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines) - $(_PgoInstrument) + - ${{ if ne(parameters.runtimeIdentifier, '') }}: + - _RuntimeIdentifier: '--runtime-id ${{ parameters.runtimeIdentifier }}' + - ${{ else }}: + - _RuntimeIdentifier: '' + + - _AgentOSName: ${{ parameters.agentOs }} + - _TeamName: Roslyn-Project-System + - _SignType: test + - _BuildArgs: '/p:DotNetSignType=$(_SignType) $(_PgoInstrument)' + + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - group: DotNet-HelixApi-Access + - _PushToVSFeed: true + - _SignType: real + - _BuildArgs: /p:OfficialBuildId=$(BUILD.BUILDNUMBER) + /p:DotNetSignType=$(_SignType) + /p:TeamName=$(_TeamName) + /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines) + $(_PgoInstrument) steps: - checkout: self @@ -83,14 +164,14 @@ phases: - script: build.cmd $(_TestArg) $(_PackArg) -publish -ci -sign - -Configuration $(_BuildConfig) - -Architecture $(_BuildArchitecture) + -Configuration ${{ parameters.buildConfiguration }} + -Architecture ${{ parameters.buildArchitecture }} $(_BuildArgs) - $(_AdditionalBuildParameters) + ${{ parameters.additionalBuildParameters }} $(_InternalRuntimeDownloadArgs) displayName: Build env: - DOTNET_CLI_UI_LANGUAGE: $(_DOTNET_CLI_UI_LANGUAGE) + DOTNET_CLI_UI_LANGUAGE: ${{ parameters.dotnetCLIUILanguage }} - ${{ if ne(parameters.agentOs, 'Windows_NT') }}: - ${{ if ne(variables['System.TeamProject'], 'public') }}: @@ -106,13 +187,12 @@ phases: $(_TestArg) $(_PackArg) --publish --ci --noprettyprint - --configuration $(_BuildConfig) - $(_DockerParameter) - --architecture $(_BuildArchitecture) + --configuration ${{ parameters.buildConfiguration }} + --architecture ${{ parameters.buildArchitecture }} $(_LinuxPortable) $(_RuntimeIdentifier) $(_BuildArgs) - $(_AdditionalBuildParameters) + ${{ parameters.additionalBuildParameters }} $(_InternalRuntimeDownloadArgs) displayName: Build @@ -121,32 +201,34 @@ phases: $(_TestArg) --pack --publish --ci --noprettyprint - --configuration $(_BuildConfig) - --architecture $(_BuildArchitecture) + --configuration ${{ parameters.buildConfiguration }} + --architecture ${{ parameters.buildArchitecture }} $(_RuntimeIdentifier) $(_BuildArgs) - $(_AdditionalBuildParameters) + ${{ parameters.additionalBuildParameters }} $(_InternalRuntimeDownloadArgs) displayName: Build - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(parameters.agentOs, 'Windows_NT'), ne(variables['PostBuildSign'], 'true')) }}: - - task: NuGetCommand@2 - displayName: Push Visual Studio NuPkgs - inputs: - command: push - packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/NonShipping/VS.*.nupkg' - nuGetFeedType: external - publishFeedCredentials: 'DevDiv - VS package feed' - condition: and(succeeded(), ne(variables['PostBuildSign'], true), eq(variables['_PushToVSFeed'], 'true'), eq(variables['_DotNetPublishToBlobFeed'], 'true'), or(eq(variables['_BuildArchitecture'], 'x64'), eq(variables['_BuildArchitecture'], 'x86'))) + # In general, only push VS nupkgs if post-build signing is off, and this is not a PR + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables['PostBuildSign'], 'true')) }}: + # In addition, restrict to just Windows x86 or x64 builds (other windows builds do not produce VS redist packages.) + - ${{ if and(eq(parameters.agentOs, 'Windows_NT'), in(parameters.buildArchitecture, 'x64', 'x86')) }}: + - task: NuGetCommand@2 + displayName: Push Visual Studio NuPkgs + inputs: + command: push + packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/${{ parameters.buildConfiguration }}/NonShipping/VS.*.nupkg' + nuGetFeedType: external + publishFeedCredentials: 'DevDiv - VS package feed' - task: PublishTestResults@2 displayName: Publish Test Results inputs: testRunner: XUnit - testResultsFiles: 'artifacts/TestResults/$(_BuildConfig)/*.xml' + testResultsFiles: 'artifacts/TestResults/${{ parameters.buildConfiguration }}/*.xml' testRunTitle: '$(_AgentOSName)_$(Agent.JobName)' platform: '$(BuildPlatform)' - configuration: '$(_BuildConfig)' + configuration: '${{ parameters.buildConfiguration }}' condition: ne(variables['_TestArg'], '') - task: CopyFiles@2 @@ -154,8 +236,8 @@ phases: inputs: SourceFolder: '$(Build.SourcesDirectory)/artifacts' Contents: | - log/$(_BuildConfig)/**/* - TestResults/$(_BuildConfig)/**/* + log/${{ parameters.buildConfiguration }}/**/* + TestResults/${{ parameters.buildConfiguration }}/**/* TargetFolder: '$(Build.ArtifactStagingDirectory)' continueOnError: true condition: always() diff --git a/eng/docker/alpine.3.15/Dockerfile b/eng/docker/alpine.3.15/Dockerfile deleted file mode 100644 index 2d7e65698..000000000 --- a/eng/docker/alpine.3.15/Dockerfile +++ /dev/null @@ -1,34 +0,0 @@ -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Dockerfile that creates a container suitable to build dotnet-cli -FROM mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20220610131707-f0ea7ba - -RUN apk update && apk upgrade && apk add --no-cache curl ncurses - -# This Dockerfile doesn't use the USER_ID, but the parameter needs to be declared to prevent docker -# from issuing a warning -ARG USER_ID=0 -RUN adduser code_executor -u ${USER_ID} -G root -D -RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers - -# With the User Change, we need to change permissions on these directories -RUN chmod -R a+rwx /usr/local -RUN chmod -R a+rwx /home - -# Set working directory -ARG WORK_DIR -WORKDIR ${WORK_DIR} - -# Set up Azure Artifacts credential provider -# We download the installer and execute it using ${USER_ID} so that the installer -# put the NuGet plugins in the correct $HOME/.nuget folder. -RUN curl -O https://raw.githubusercontent.com/Microsoft/artifacts-credprovider/master/helpers/installcredprovider.sh -RUN chmod +x ./installcredprovider.sh - -# Set user to the one we just created -USER ${USER_ID} - -RUN ./installcredprovider.sh diff --git a/eng/docker/centos/Dockerfile b/eng/docker/centos/Dockerfile deleted file mode 100644 index 1dfeaf8d2..000000000 --- a/eng/docker/centos/Dockerfile +++ /dev/null @@ -1,25 +0,0 @@ -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Dockerfile that creates a container suitable to build dotnet-cli -# Via https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json -FROM mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-19d155e-20200221152150 - -# Setup User to match Host User, and give superuser permissions -ARG USER_ID=0 -RUN useradd -m code_executor -u ${USER_ID} -g root -RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers - -# With the User Change, we need to change permissions on these directories -RUN chmod -R a+rwx /usr/local -RUN chmod -R a+rwx /home -RUN chmod -R 4755 /usr/bin/sudo - -# Set user to the one we just created -USER ${USER_ID} - -# Set working directory -ARG WORK_DIR -WORKDIR ${WORK_DIR} diff --git a/eng/docker/debian/Dockerfile b/eng/docker/debian/Dockerfile deleted file mode 100644 index ebafe9adb..000000000 --- a/eng/docker/debian/Dockerfile +++ /dev/null @@ -1,48 +0,0 @@ -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Dockerfile that creates a container suitable to build dotnet-cli -FROM mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b - -# Install the deb packaging toolchain we need to build debs -RUN apt-get update \ - && apt-get -y install \ - debhelper \ - build-essential \ - devscripts \ - locales \ - && rm -rf /var/lib/apt/lists/* - -# liblldb is needed so deb package build does not throw missing library info errors -RUN apt-get update \ - && apt-get -y install liblldb-3.9 \ - && rm -rf /var/lib/apt/lists/* - -# Misc Dependencies for build -RUN rm -rf /var/lib/apt/lists/* && \ - apt-get update && \ - apt-get -qqy install \ - sudo && \ - apt-get clean && \ - rm -rf /var/lib/apt/lists/* - -RUN localedef -c -i en_US -f UTF-8 en_US.UTF-8 - -# Setup User to match Host User, and give superuser permissions -ARG USER_ID=0 -RUN useradd -m code_executor -u ${USER_ID} -g sudo -RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers - -# With the User Change, we need to change permissions on these directories -RUN chmod -R a+rwx /usr/local -RUN chmod -R a+rwx /home -RUN chmod -R 755 /usr/lib/sudo - -# Set user to the one we just created -USER ${USER_ID} - -# Set working directory -ARG WORK_DIR -WORKDIR ${WORK_DIR} diff --git a/eng/docker/fedora.36/Dockerfile b/eng/docker/fedora.36/Dockerfile deleted file mode 100644 index d36d5c15e..000000000 --- a/eng/docker/fedora.36/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Dockerfile that creates a container suitable to build dotnet-cli -FROM mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36-20220716171953-531d246 - -RUN dnf install -y nss - -RUN dnf clean all - -# Override RID set by the dotnet-buildtools-prereqs docker image -ENV __PUBLISH_RID=fedora.36-x64 - -# Setup User to match Host User, and give superuser permissions -ARG USER_ID=0 -RUN useradd -m code_executor -u ${USER_ID} -g wheel -RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers - -# With the User Change, we need to change permissions on these directories -RUN chmod -R a+rwx /usr/local -RUN chmod -R a+rwx /home - -# Set user to the one we just created -USER ${USER_ID} - -# Set working directory -ARG WORK_DIR -WORKDIR ${WORK_DIR} diff --git a/eng/docker/ubuntu.18.04/Dockerfile b/eng/docker/ubuntu.18.04/Dockerfile deleted file mode 100644 index 1f8175001..000000000 --- a/eng/docker/ubuntu.18.04/Dockerfile +++ /dev/null @@ -1,34 +0,0 @@ -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Dockerfile that creates a container suitable to build dotnet-cli -FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-f90bc20-20180320154721 - -RUN apt-get update && \ - apt-get -qqy install \ - curl \ - libcurl4 \ - devscripts \ - debhelper \ - sudo && \ - apt-get clean && \ - rm -rf /var/lib/apt/lists/* - -# Setup User to match Host User, and give superuser permissions -ARG USER_ID=0 -RUN useradd -m code_executor -u ${USER_ID} -g sudo -RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers - -# With the User Change, we need to change permissions on these directories -RUN chmod -R a+rwx /usr/local -RUN chmod -R a+rwx /home -RUN chmod -R 755 /usr/lib/sudo - -# Set user to the one we just created -USER ${USER_ID} - -# Set working directory -ARG WORK_DIR -WORKDIR ${WORK_DIR} diff --git a/eng/dockerrun.ps1 b/eng/dockerrun.ps1 deleted file mode 100644 index e3b117258..000000000 --- a/eng/dockerrun.ps1 +++ /dev/null @@ -1,60 +0,0 @@ -[CmdletBinding(PositionalBinding=$false)] -Param( - [bool] $noninteractive = $false, - [string] $dockerImageName, - [string] $dockerContainerTag = "dotnetcli-build", - [string] $dockerContainerName = "dotnetcli-build-container", - [Parameter(ValueFromRemainingArguments=$true)][String[]]$additionalArgs -) - -# sample command line: .\eng\dockerrun.ps1 -dockerImageName ubuntu.18.04 /p:DisableSourceLink=true --test --pack --publish - -Write-Host "Docker image name: $dockerImageName" -Write-Host "Additional args: $additionalArgs" - -. $PSScriptRoot\common\tools.ps1 - -# docker build -f old\scripts\docker\rhel\Dockerfile --build-arg USER_ID=1000 -t redhat . -# docker run -it -v c:\git\core-sdk-arcade:/opt/code redhat bash - -$dockerFile = Resolve-Path (Join-Path $RepoRoot "eng\docker\$dockerImageName") - -docker build --build-arg WORK_DIR=$RepoRoot --build-arg USER_ID=1000 -t "$dockerContainerTag" $dockerFile - -$interactiveFlag = "-i" -if ($noninteractive) -{ - $interactiveFlag = "" -} - -` # -e DOTNET_INSTALL_DIR=/opt/code/artifacts/docker/$dockerImageName/.dotnet ` - -docker run $interactiveFlag -t --rm --sig-proxy=true ` - --name "$dockerContainerName" ` - -v "${RepoRoot}:${RepoRoot}" ` - -e DOTNET_CORESDK_IGNORE_TAR_EXIT_CODE=1 ` - -e CHANNEL ` - -e DOTNET_BUILD_SKIP_CROSSGEN ` - -e PUBLISH_TO_AZURE_BLOB ` - -e NUGET_FEED_URL ` - -e NUGET_API_KEY ` - -e ARTIFACT_STORAGE_ACCOUNT ` - -e ARTIFACT_STORAGE_CONTAINER ` - -e CHECKSUM_STORAGE_ACCOUNT ` - -e CHECKSUM_STORAGE_CONTAINER ` - -e BLOBFEED_STORAGE_CONTAINER ` - -e CLIBUILD_SKIP_TESTS ` - -e COMMITCOUNT ` - -e DROPSUFFIX ` - -e RELEASESUFFIX ` - -e COREFXAZURECONTAINER ` - -e AZUREACCOUNTNAME ` - -e RELEASETOOLSGITURL ` - -e CORESETUPBLOBROOTURL ` - -e PB_ASSETROOTURL ` - -e PB_PACKAGEVERSIONPROPSURL ` - -e PB_PUBLISHBLOBFEEDURL ` - -e EXTERNALRESTORESOURCES ` - -e ARCADE_PARTITION="${dockerImageName}" ` - $dockerContainerTag ` - ${RepoRoot}/run-build.sh @additionalArgs \ No newline at end of file diff --git a/eng/dockerrun.sh b/eng/dockerrun.sh deleted file mode 100755 index 775ca367d..000000000 --- a/eng/dockerrun.sh +++ /dev/null @@ -1,179 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -set -e - -SOURCE="${BASH_SOURCE[0]}" -while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink - DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - SOURCE="$(readlink "$SOURCE")" - [[ "$SOURCE" != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located -done -DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - -cd "$DIR/.." - -INTERACTIVE="-i" - -while [[ $# > 0 ]]; do - key=$1 - - case $key in - --non-interactive) - INTERACTIVE= - ;; - -i|--image) - DOCKER_IMAGENAME=$2 - shift - ;; - -d|--dockerfile) - DOCKERFILE=$2 - shift - ;; - -h|-?|--help) - echo "Usage: $0 [-d|--dockerfile ] [-i|--image ] " - echo "" - echo "Options:" - echo " The path to the Dockerfile to use to create the build container" - echo " The name of an existing Dockerfile folder under eng/docker to use as the Dockerfile" - echo " The command to run once inside the container (repo root is mapped to DOCKER_HOST_SHARE_DIR; defaults to nothing, which runs the default shell)" - exit 0 - ;; - *) - break # the first non-switch we get ends parsing - ;; - esac - - shift -done - -if [ -z "$DOCKERFILE" ]; then - if [ -z "$DOCKER_IMAGENAME" ]; then - if [ "$(uname)" == "Darwin" ]; then - echo "Defaulting to 'ubuntu' image for Darwin" - export DOCKERFILE=eng/docker/ubuntu - elif [ "$(cat /etc/*-release | grep -cim1 ubuntu)" -eq 1 ]; then - echo "Detected current OS as Ubuntu, determining ubuntu version to use..." - if [ "$(cat /etc/*-release | grep -cim1 16.04)" -eq 1 ]; then - echo "using 'ubuntu.16.04' image" - export DOCKERFILE=eng/docker/ubuntu.16.04 - else - echo "using 'ubuntu' image" - export DOCKERFILE=eng/docker/ubuntu - fi - elif [ "$(cat /etc/*-release | grep -cim1 centos)" -eq 1 ]; then - echo "Detected current OS as CentOS, using 'centos' image" - export DOCKERFILE=eng/docker/centos - elif [ "$(cat /etc/*-release | grep -cim1 rhel)" -eq 1 ]; then - echo "Detected current OS as rhel, using 'rhel' image" - export DOCKERFILE=eng/docker/rhel - elif [ "$(cat /etc/*-release | grep -cim1 debian)" -eq 1 ]; then - echo "Detected current OS as Debian, using 'debian' image" - export DOCKERFILE=eng/docker/debian - elif [ "$(cat /etc/*-release | grep -cim1 fedora)" -eq 1 ]; then - echo "Detected current OS as Fedora, determining fedora version to use..." - if [ "$(cat /etc/*-release | grep -cim1 23)" -eq 1 ]; then - echo "using 'fedora.23' image" - export DOCKERFILE=eng/docker/fedora.23 - fi - else - echo "Unknown Linux Distro. Using 'ubuntu' image" - export DOCKERFILE=eng/docker/ubuntu - fi - else - echo "Using requested image: $DOCKER_IMAGENAME" - export DOCKERFILE="eng/docker/$DOCKER_IMAGENAME" - fi -fi - -[ -z "$DOTNET_BUILD_CONTAINER_TAG" ] && DOTNET_BUILD_CONTAINER_TAG="dotnetcli-build" -[ -z "$DOTNET_BUILD_CONTAINER_NAME" ] && DOTNET_BUILD_CONTAINER_NAME="dotnetcli-build-container" -[ -z "$DOCKER_HOST_SHARE_DIR" ] && DOCKER_HOST_SHARE_DIR=$(pwd) - -# Make container names CI-specific if we're running in CI -# Jenkins -[ ! -z "$BUILD_TAG" ] && DOTNET_BUILD_CONTAINER_NAME="$BUILD_TAG" -# VSO -[ ! -z "$BUILD_BUILDID" ] && DOTNET_BUILD_CONTAINER_NAME="$BUILD_BUILDID" - -function retry { - local max_count=$1 - shift - - local count=0 - until "$@"; do - exit=$? - wait=$((2 ** $count)) - count=$(($count + 1)) - if [[ ${count} -lt ${max_count} ]]; then - echo "Retry $count/$max_count returned $exit, wait $wait seconds..." - sleep ${wait} - else - echo "Retry $count/$max_count returned $exit." - return ${exit} - fi - done - return 0 -} - -# Build the docker container (will be fast if it is already built) -# with retry since docker pull has high failure rate -echo "Building Docker Container using Dockerfile: $DOCKERFILE" -retry 10 docker build --build-arg WORK_DIR=$DOCKER_HOST_SHARE_DIR --build-arg USER_ID=$(id -u) -t $DOTNET_BUILD_CONTAINER_TAG $DOCKERFILE 2>&1 - -# Run the build in the container -echo "Launching build in Docker Container" -echo "Running command: $BUILD_COMMAND" -echo "Using code from: $DOCKER_HOST_SHARE_DIR" -[ -z "$INTERACTIVE" ] || echo "Running Interactive" - -# Note: passwords/keys should not be passed in the environment -docker run $INTERACTIVE -t --rm --sig-proxy=true \ - --name $DOTNET_BUILD_CONTAINER_NAME \ - -v $DOCKER_HOST_SHARE_DIR:$DOCKER_HOST_SHARE_DIR \ - -e CHANNEL \ - -e DOTNET_BUILD_SKIP_CROSSGEN \ - -e PUBLISH_TO_AZURE_BLOB \ - -e NUGET_FEED_URL \ - -e NUGET_API_KEY \ - -e ARTIFACT_STORAGE_ACCOUNT \ - -e ARTIFACT_STORAGE_CONTAINER \ - -e CHECKSUM_STORAGE_ACCOUNT \ - -e CHECKSUM_STORAGE_CONTAINER \ - -e BLOBFEED_STORAGE_CONTAINER \ - -e CLIBUILD_SKIP_TESTS \ - -e COMMITCOUNT \ - -e DROPSUFFIX \ - -e RELEASESUFFIX \ - -e COREFXAZURECONTAINER \ - -e AZUREACCOUNTNAME \ - -e RELEASETOOLSGITURL \ - -e CORESETUPBLOBROOTURL \ - -e PB_ASSETROOTURL \ - -e PB_PACKAGEVERSIONPROPSURL \ - -e PB_PUBLISHBLOBFEEDURL \ - -e _PUBLISHBLOBFEEDURL \ - -e _ASSETROOTURL \ - -e _PACKAGEVERSIONPROPSURL \ - -e EXTERNALRESTORESOURCES \ - -e BUILD_REPOSITORY_URI \ - -e BUILD_REPOSITORY_NAME \ - -e BUILD_SOURCEBRANCH \ - -e BUILD_BUILDNUMBER \ - -e BUILD_BUILDID \ - -e BUILD_SOURCEVERSION \ - -e SYSTEM_TEAMPROJECT \ - -e POSTBUILDSIGN \ - -e SYSTEM_DEFINITIONID \ - -e SYSTEM_TEAMFOUNDATIONCOLLECTIONURI \ - -e AGENT_JOBNAME \ - -e AGENT_OS \ - -e VSS_NUGET_URI_PREFIXES \ - -e VSS_NUGET_ACCESSTOKEN \ - -e DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=0 \ - -e NUGET_CREDENTIALPROVIDER_SESSIONTOKENCACHE_ENABLED=true \ - $DOTNET_BUILD_CONTAINER_TAG \ - $BUILD_COMMAND "$@" From 60acdb16ac10175bbcf2e79c8a71b3e507edb718 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 18:23:56 +0000 Subject: [PATCH 246/501] Update dependencies from https://github.com/dotnet/sdk build 20220927.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22476.49 -> To Version 8.0.100-alpha.1.22477.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk From Version 8.0.0-alpha.1.22474.3 -> To Version 8.0.0-alpha.1.22477.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 90742cc58..28048d25c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/aspnetcore - 4380762e22eeb1dc783fba20993a904a90fc41a7 + baab05891458c5184a9c14cfcaaa2e223566c9e4 - + https://github.com/dotnet/aspnetcore - 4380762e22eeb1dc783fba20993a904a90fc41a7 + baab05891458c5184a9c14cfcaaa2e223566c9e4 - + https://github.com/dotnet/aspnetcore - 4380762e22eeb1dc783fba20993a904a90fc41a7 + baab05891458c5184a9c14cfcaaa2e223566c9e4 - + https://github.com/dotnet/aspnetcore - 4380762e22eeb1dc783fba20993a904a90fc41a7 + baab05891458c5184a9c14cfcaaa2e223566c9e4 - + https://github.com/dotnet/aspnetcore - 4380762e22eeb1dc783fba20993a904a90fc41a7 + baab05891458c5184a9c14cfcaaa2e223566c9e4 - + https://github.com/dotnet/aspnetcore - 4380762e22eeb1dc783fba20993a904a90fc41a7 + baab05891458c5184a9c14cfcaaa2e223566c9e4 - + https://github.com/dotnet/aspnetcore - 4380762e22eeb1dc783fba20993a904a90fc41a7 + baab05891458c5184a9c14cfcaaa2e223566c9e4 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 9b5753852e553d93c503ebf6d8081398b47c2f8b + 00298f4130df6f64fc022f7476a620f466c2147d - + https://github.com/dotnet/sdk - 9b5753852e553d93c503ebf6d8081398b47c2f8b + 00298f4130df6f64fc022f7476a620f466c2147d - + https://github.com/dotnet/sdk - 9b5753852e553d93c503ebf6d8081398b47c2f8b + 00298f4130df6f64fc022f7476a620f466c2147d - + https://github.com/dotnet/sdk - 9b5753852e553d93c503ebf6d8081398b47c2f8b + 00298f4130df6f64fc022f7476a620f466c2147d diff --git a/eng/Versions.props b/eng/Versions.props index 196d7d911..aaaa6eeea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22476.18 - 8.0.0-alpha.1.22476.18 - 8.0.0-alpha.1.22476.18 - 8.0.0-alpha.1.22476.18 - 8.0.0-alpha.1.22476.18 - 8.0.0-alpha.1.22476.18 - 8.0.0-alpha.1.22476.18 + 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22477.3 0.2.0 - 8.0.100-alpha.1.22477.4 - 8.0.100-alpha.1.22477.4 - 8.0.100-alpha.1.22477.4 + 8.0.100-alpha.1.22477.7 + 8.0.100-alpha.1.22477.7 + 8.0.100-alpha.1.22477.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b993ab85848a5986fac5b8f7b9bcc43f2676a210 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 20:42:09 +0000 Subject: [PATCH 247/501] Update dependencies from https://github.com/dotnet/sdk build 20220927.10 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.7 -> To Version 8.0.100-alpha.1.22477.10 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22476.1 -> To Version 7.0.100-1.22477.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 995867fe0..5875f0b7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 00298f4130df6f64fc022f7476a620f466c2147d + 77ba6794f944e5859eac138a8842ac3bde2b49f3 - + https://github.com/dotnet/sdk - 00298f4130df6f64fc022f7476a620f466c2147d + 77ba6794f944e5859eac138a8842ac3bde2b49f3 - + https://github.com/dotnet/sdk - 00298f4130df6f64fc022f7476a620f466c2147d + 77ba6794f944e5859eac138a8842ac3bde2b49f3 - + https://github.com/dotnet/sdk - 00298f4130df6f64fc022f7476a620f466c2147d + 77ba6794f944e5859eac138a8842ac3bde2b49f3 @@ -143,9 +143,9 @@ 0479e6a97ec039853262b4e13b16c4fee43f41c7 - + https://github.com/dotnet/linker - a1207be89c9f9a1a3eec7f8c27cf2ce29fbab226 + ae7e8fd1e5509c0da4d807867c02a26ad026f801 linker diff --git a/eng/Versions.props b/eng/Versions.props index 0a3fd6014..9ba41ce3f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22477.7 - 8.0.100-alpha.1.22477.7 - 8.0.100-alpha.1.22477.7 + 8.0.100-alpha.1.22477.10 + 8.0.100-alpha.1.22477.10 + 8.0.100-alpha.1.22477.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 817c2fde5138e4b8e59320e4f6b0ec725095c1cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 21:59:43 +0000 Subject: [PATCH 248/501] Update dependencies from https://github.com/dotnet/sdk build 20220927.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.7 -> To Version 8.0.100-alpha.1.22477.11 Dependency coherency updates Microsoft.NET.ILLink.Tasks,NuGet.Build.Tasks From Version 7.0.100-1.22476.1 -> To Version 7.0.100-1.22477.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 5875f0b7c..511a95603 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 77ba6794f944e5859eac138a8842ac3bde2b49f3 + 39a5d19d6375ab17b545cf54177196c4c4d56400 - + https://github.com/dotnet/sdk - 77ba6794f944e5859eac138a8842ac3bde2b49f3 + 39a5d19d6375ab17b545cf54177196c4c4d56400 - + https://github.com/dotnet/sdk - 77ba6794f944e5859eac138a8842ac3bde2b49f3 + 39a5d19d6375ab17b545cf54177196c4c4d56400 - + https://github.com/dotnet/sdk - 77ba6794f944e5859eac138a8842ac3bde2b49f3 + 39a5d19d6375ab17b545cf54177196c4c4d56400 @@ -159,9 +159,9 @@ c7d758591e31a066212058d589759c580336deff - + https://github.com/nuget/nuget.client - cf1e6b6fd314fc510d1b64feed6b10515c202bec + 451713c59f5206f77c97d093dd5191be13f9d0e0 diff --git a/eng/Versions.props b/eng/Versions.props index 9ba41ce3f..c7eb4fddc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22477.10 - 8.0.100-alpha.1.22477.10 - 8.0.100-alpha.1.22477.10 + 8.0.100-alpha.1.22477.11 + 8.0.100-alpha.1.22477.11 + 8.0.100-alpha.1.22477.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1782177eb497978e625b96ccdbd26ec718a10e94 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 27 Sep 2022 23:29:17 +0000 Subject: [PATCH 249/501] Update dependencies from https://github.com/dotnet/sdk build 20220927.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.7 -> To Version 8.0.100-alpha.1.22477.14 Dependency coherency updates 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.NET.ILLink.Tasks,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22477.3 -> To Version 8.0.0-alpha.1.22477.5 (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 511a95603..f5673a766 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/aspnetcore - baab05891458c5184a9c14cfcaaa2e223566c9e4 + b82ff446957a47318a9d819d85e85ff7c8d36fa9 - + https://github.com/dotnet/aspnetcore - baab05891458c5184a9c14cfcaaa2e223566c9e4 + b82ff446957a47318a9d819d85e85ff7c8d36fa9 - + https://github.com/dotnet/aspnetcore - baab05891458c5184a9c14cfcaaa2e223566c9e4 + b82ff446957a47318a9d819d85e85ff7c8d36fa9 - + https://github.com/dotnet/aspnetcore - baab05891458c5184a9c14cfcaaa2e223566c9e4 + b82ff446957a47318a9d819d85e85ff7c8d36fa9 - + https://github.com/dotnet/aspnetcore - baab05891458c5184a9c14cfcaaa2e223566c9e4 + b82ff446957a47318a9d819d85e85ff7c8d36fa9 - + https://github.com/dotnet/aspnetcore - baab05891458c5184a9c14cfcaaa2e223566c9e4 + b82ff446957a47318a9d819d85e85ff7c8d36fa9 - + https://github.com/dotnet/aspnetcore - baab05891458c5184a9c14cfcaaa2e223566c9e4 + b82ff446957a47318a9d819d85e85ff7c8d36fa9 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 39a5d19d6375ab17b545cf54177196c4c4d56400 + ebbec709c6a9197784ee2e0c81ce521679ddbf97 - + https://github.com/dotnet/sdk - 39a5d19d6375ab17b545cf54177196c4c4d56400 + ebbec709c6a9197784ee2e0c81ce521679ddbf97 - + https://github.com/dotnet/sdk - 39a5d19d6375ab17b545cf54177196c4c4d56400 + ebbec709c6a9197784ee2e0c81ce521679ddbf97 - + https://github.com/dotnet/sdk - 39a5d19d6375ab17b545cf54177196c4c4d56400 + ebbec709c6a9197784ee2e0c81ce521679ddbf97 diff --git a/eng/Versions.props b/eng/Versions.props index c7eb4fddc..d49fc4afe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22477.3 - 8.0.0-alpha.1.22477.3 - 8.0.0-alpha.1.22477.3 - 8.0.0-alpha.1.22477.3 - 8.0.0-alpha.1.22477.3 - 8.0.0-alpha.1.22477.3 - 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 0.2.0 - 8.0.100-alpha.1.22477.11 - 8.0.100-alpha.1.22477.11 - 8.0.100-alpha.1.22477.11 + 8.0.100-alpha.1.22477.14 + 8.0.100-alpha.1.22477.14 + 8.0.100-alpha.1.22477.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From af197cf6cb322201e44b4434a91a09c06204b190 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 01:44:02 +0000 Subject: [PATCH 250/501] Update dependencies from https://github.com/dotnet/sdk build 20220927.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.14 -> To Version 8.0.100-alpha.1.22477.15 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 12.0.5-beta.22474.4 -> To Version 12.0.5-beta.22476.2 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5673a766..3c0199459 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - ebbec709c6a9197784ee2e0c81ce521679ddbf97 + 3f8624cf8ef6661008ca24f13697ee92b71f17a7 - + https://github.com/dotnet/sdk - ebbec709c6a9197784ee2e0c81ce521679ddbf97 + 3f8624cf8ef6661008ca24f13697ee92b71f17a7 - + https://github.com/dotnet/sdk - ebbec709c6a9197784ee2e0c81ce521679ddbf97 + 3f8624cf8ef6661008ca24f13697ee92b71f17a7 - + https://github.com/dotnet/sdk - ebbec709c6a9197784ee2e0c81ce521679ddbf97 + 3f8624cf8ef6661008ca24f13697ee92b71f17a7 @@ -129,13 +129,13 @@ https://github.com/dotnet/wpf ba76bd54d89b3d07f90e100be8c41710996d03a9 - + https://github.com/dotnet/fsharp - d8e171de6783cedf9503e46f9cad53068ebb9815 + 4c4c3894bb118332e036ad99fcff1de89d6af307 - + https://github.com/dotnet/fsharp - d8e171de6783cedf9503e46f9cad53068ebb9815 + 4c4c3894bb118332e036ad99fcff1de89d6af307 @@ -143,15 +143,15 @@ 0479e6a97ec039853262b4e13b16c4fee43f41c7 - + https://github.com/dotnet/linker - ae7e8fd1e5509c0da4d807867c02a26ad026f801 + 493ce626f3278b2d0fd883330bf11a64254981bb linker - + https://github.com/dotnet/roslyn - 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610 + cef604fbe82a0c7f6db00b2d628aa910545ea0a1 diff --git a/eng/Versions.props b/eng/Versions.props index d49fc4afe..0cf53c283 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22477.14 - 8.0.100-alpha.1.22477.14 - 8.0.100-alpha.1.22477.14 + 8.0.100-alpha.1.22477.15 + 8.0.100-alpha.1.22477.15 + 8.0.100-alpha.1.22477.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4ddd304199b8c4cf9b877438ff7876be9cf5d109 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 03:14:35 +0000 Subject: [PATCH 251/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220927.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22473.1 -> To Version 8.0.0-alpha.1.22477.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5673a766..b47ddb6de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - f508517df0f80bddd924a809fba1c3571396f3d9 + a7794a9e26ec88739e3cfc9825cb107d53a7e6f9 From 894658277aa95d3e8b3467f6407cc73233a9739d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 08:54:54 +0000 Subject: [PATCH 252/501] Update dependencies from https://github.com/dotnet/sdk build 20220928.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.14 -> To Version 8.0.100-alpha.1.22478.1 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22477.5 -> To Version 8.0.0-alpha.1.22477.11 (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 3c0199459..8899a32ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 7fc8fb56327e9696ce9baa80f997e3f50675af1f - + https://github.com/dotnet/aspnetcore - b82ff446957a47318a9d819d85e85ff7c8d36fa9 + f0737be074732a9ef24bc4436d7b00065928378e - + https://github.com/dotnet/aspnetcore - b82ff446957a47318a9d819d85e85ff7c8d36fa9 + f0737be074732a9ef24bc4436d7b00065928378e - + https://github.com/dotnet/aspnetcore - b82ff446957a47318a9d819d85e85ff7c8d36fa9 + f0737be074732a9ef24bc4436d7b00065928378e - + https://github.com/dotnet/aspnetcore - b82ff446957a47318a9d819d85e85ff7c8d36fa9 + f0737be074732a9ef24bc4436d7b00065928378e - + https://github.com/dotnet/aspnetcore - b82ff446957a47318a9d819d85e85ff7c8d36fa9 + f0737be074732a9ef24bc4436d7b00065928378e - + https://github.com/dotnet/aspnetcore - b82ff446957a47318a9d819d85e85ff7c8d36fa9 + f0737be074732a9ef24bc4436d7b00065928378e - + https://github.com/dotnet/aspnetcore - b82ff446957a47318a9d819d85e85ff7c8d36fa9 + f0737be074732a9ef24bc4436d7b00065928378e https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 3f8624cf8ef6661008ca24f13697ee92b71f17a7 + 3f85386270a4777dcb3fb4da753a250e06d65828 - + https://github.com/dotnet/sdk - 3f8624cf8ef6661008ca24f13697ee92b71f17a7 + 3f85386270a4777dcb3fb4da753a250e06d65828 - + https://github.com/dotnet/sdk - 3f8624cf8ef6661008ca24f13697ee92b71f17a7 + 3f85386270a4777dcb3fb4da753a250e06d65828 - + https://github.com/dotnet/sdk - 3f8624cf8ef6661008ca24f13697ee92b71f17a7 + 3f85386270a4777dcb3fb4da753a250e06d65828 diff --git a/eng/Versions.props b/eng/Versions.props index 0cf53c283..a9e49981b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.11 + 8.0.0-alpha.1.22477.11 + 8.0.0-alpha.1.22477.11 + 8.0.0-alpha.1.22477.11 + 8.0.0-alpha.1.22477.11 + 8.0.0-alpha.1.22477.11 + 8.0.0-alpha.1.22477.11 0.2.0 - 8.0.100-alpha.1.22477.15 - 8.0.100-alpha.1.22477.15 - 8.0.100-alpha.1.22477.15 + 8.0.100-alpha.1.22478.1 + 8.0.100-alpha.1.22478.1 + 8.0.100-alpha.1.22478.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5daad9ee06980540e6c408c94cafcbfd6173515c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 10:32:13 +0000 Subject: [PATCH 253/501] Update dependencies from https://github.com/dotnet/test-templates build 20220928.2 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22455.1 -> To Version 1.0.2-beta4.22478.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b47ddb6de..47b15ee13 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc + 4ee20b0c989f7838ecb718621796f3782d922e6e - + https://github.com/dotnet/test-templates - 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc + 4ee20b0c989f7838ecb718621796f3782d922e6e - + https://github.com/dotnet/test-templates - 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc + 4ee20b0c989f7838ecb718621796f3782d922e6e diff --git a/eng/Versions.props b/eng/Versions.props index d49fc4afe..5c82cddf9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22455.1 - 1.0.2-beta4.22455.1 - 1.0.2-beta4.22455.1 + 1.0.2-beta4.22478.2 + 1.0.2-beta4.22478.2 + 1.0.2-beta4.22478.2 From 2c0b4cd10226cca72c4dedd5c1a6a7021e45cb8f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 12:25:15 +0000 Subject: [PATCH 254/501] Update dependencies from https://github.com/dotnet/arcade build 20220927.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22476.4 -> To Version 8.0.0-beta.22477.1 --- 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 b47ddb6de..247e0a34a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 56800483b84c4934d0312a84978c2be0ebe27fa0 + 0213f8ad31ac8c63ad41760f02a929998abf69bb - + https://github.com/dotnet/arcade - 56800483b84c4934d0312a84978c2be0ebe27fa0 + 0213f8ad31ac8c63ad41760f02a929998abf69bb - + https://github.com/dotnet/arcade - 56800483b84c4934d0312a84978c2be0ebe27fa0 + 0213f8ad31ac8c63ad41760f02a929998abf69bb https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index d49fc4afe..ec94e4464 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22476.4 + 8.0.0-beta.22477.1 diff --git a/global.json b/global.json index dfe1055fa..207b49d25 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.22476.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22476.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22477.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22477.1" } } From ca9375fee0299a3fb860708ca7ed38d4836f4cc0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 17:16:37 +0000 Subject: [PATCH 255/501] Update dependencies from https://github.com/dotnet/sdk build 20220928.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.14 -> To Version 8.0.100-alpha.1.22478.2 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22477.5 -> To Version 8.0.0-alpha.1.22477.11 (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 8899a32ad..ba219d524 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 3f85386270a4777dcb3fb4da753a250e06d65828 + bab78834069055bd80c055977f090c3462983e36 - + https://github.com/dotnet/sdk - 3f85386270a4777dcb3fb4da753a250e06d65828 + bab78834069055bd80c055977f090c3462983e36 - + https://github.com/dotnet/sdk - 3f85386270a4777dcb3fb4da753a250e06d65828 + bab78834069055bd80c055977f090c3462983e36 - + https://github.com/dotnet/sdk - 3f85386270a4777dcb3fb4da753a250e06d65828 + bab78834069055bd80c055977f090c3462983e36 diff --git a/eng/Versions.props b/eng/Versions.props index a9e49981b..ccac3aa2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22478.1 - 8.0.100-alpha.1.22478.1 - 8.0.100-alpha.1.22478.1 + 8.0.100-alpha.1.22478.2 + 8.0.100-alpha.1.22478.2 + 8.0.100-alpha.1.22478.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6734cd84ad3a62b7edfa0ee9c5722a61737edce0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 19:28:38 +0000 Subject: [PATCH 256/501] Update dependencies from https://github.com/dotnet/sdk build 20220928.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.14 -> To Version 8.0.100-alpha.1.22478.3 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22477.5 -> To Version 8.0.0-alpha.1.22477.11 (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 ba219d524..bcf703f76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - bab78834069055bd80c055977f090c3462983e36 + 726d9b832147860eb25fc21229675fa95d40124e - + https://github.com/dotnet/sdk - bab78834069055bd80c055977f090c3462983e36 + 726d9b832147860eb25fc21229675fa95d40124e - + https://github.com/dotnet/sdk - bab78834069055bd80c055977f090c3462983e36 + 726d9b832147860eb25fc21229675fa95d40124e - + https://github.com/dotnet/sdk - bab78834069055bd80c055977f090c3462983e36 + 726d9b832147860eb25fc21229675fa95d40124e diff --git a/eng/Versions.props b/eng/Versions.props index ccac3aa2a..bfcc7de5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22478.2 - 8.0.100-alpha.1.22478.2 - 8.0.100-alpha.1.22478.2 + 8.0.100-alpha.1.22478.3 + 8.0.100-alpha.1.22478.3 + 8.0.100-alpha.1.22478.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7006a9ec5a77986fe175133a524b3d77d23ffa7d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 28 Sep 2022 22:26:50 +0000 Subject: [PATCH 257/501] Update dependencies from https://github.com/dotnet/sdk build 20220928.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.14 -> To Version 8.0.100-alpha.1.22478.4 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22476.13 -> To Version 8.0.0-alpha.1.22477.10 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 88 ++++++++++++++++++++--------------------- eng/Versions.props | 34 ++++++++-------- 2 files changed, 61 insertions(+), 61 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bcf703f76..397402383 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 7fc8fb56327e9696ce9baa80f997e3f50675af1f + 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 - + https://github.com/dotnet/runtime - 7fc8fb56327e9696ce9baa80f997e3f50675af1f + 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 - + https://github.com/dotnet/runtime - 7fc8fb56327e9696ce9baa80f997e3f50675af1f + 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 - + https://github.com/dotnet/runtime - 7fc8fb56327e9696ce9baa80f997e3f50675af1f + 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 - + https://github.com/dotnet/runtime - 7fc8fb56327e9696ce9baa80f997e3f50675af1f + 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 - + https://github.com/dotnet/runtime - 7fc8fb56327e9696ce9baa80f997e3f50675af1f + 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 7fc8fb56327e9696ce9baa80f997e3f50675af1f + 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 - + https://github.com/dotnet/aspnetcore - f0737be074732a9ef24bc4436d7b00065928378e + de26f3849dcfc34c6f62b7d46afb308db1e8449e - + https://github.com/dotnet/aspnetcore - f0737be074732a9ef24bc4436d7b00065928378e + de26f3849dcfc34c6f62b7d46afb308db1e8449e - + https://github.com/dotnet/aspnetcore - f0737be074732a9ef24bc4436d7b00065928378e + de26f3849dcfc34c6f62b7d46afb308db1e8449e - + https://github.com/dotnet/aspnetcore - f0737be074732a9ef24bc4436d7b00065928378e + de26f3849dcfc34c6f62b7d46afb308db1e8449e - + https://github.com/dotnet/aspnetcore - f0737be074732a9ef24bc4436d7b00065928378e + de26f3849dcfc34c6f62b7d46afb308db1e8449e - + https://github.com/dotnet/aspnetcore - f0737be074732a9ef24bc4436d7b00065928378e + de26f3849dcfc34c6f62b7d46afb308db1e8449e - + https://github.com/dotnet/aspnetcore - f0737be074732a9ef24bc4436d7b00065928378e + de26f3849dcfc34c6f62b7d46afb308db1e8449e https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 726d9b832147860eb25fc21229675fa95d40124e + e6b35af7ef3b3d4a177214b5977c6ddb464af912 - + https://github.com/dotnet/sdk - 726d9b832147860eb25fc21229675fa95d40124e + e6b35af7ef3b3d4a177214b5977c6ddb464af912 - + https://github.com/dotnet/sdk - 726d9b832147860eb25fc21229675fa95d40124e + e6b35af7ef3b3d4a177214b5977c6ddb464af912 - + https://github.com/dotnet/sdk - 726d9b832147860eb25fc21229675fa95d40124e + e6b35af7ef3b3d4a177214b5977c6ddb464af912 @@ -129,13 +129,13 @@ https://github.com/dotnet/wpf ba76bd54d89b3d07f90e100be8c41710996d03a9 - + https://github.com/dotnet/fsharp - 4c4c3894bb118332e036ad99fcff1de89d6af307 + 7669e0a6dbeb872512c073c49c7661a71cfb6e07 - + https://github.com/dotnet/fsharp - 4c4c3894bb118332e036ad99fcff1de89d6af307 + 7669e0a6dbeb872512c073c49c7661a71cfb6e07 @@ -149,14 +149,14 @@ linker - + https://github.com/dotnet/roslyn - cef604fbe82a0c7f6db00b2d628aa910545ea0a1 + 486c09cce7a9bcfd29c09e9c7c4c390c398bfd36 - + https://github.com/dotnet/msbuild - c7d758591e31a066212058d589759c580336deff + fcc47893800b67cb43c1bd53771426e701505abf diff --git a/eng/Versions.props b/eng/Versions.props index bfcc7de5d..85b0d3de6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,38 +53,38 @@ - 8.0.0-alpha.1.22477.11 - 8.0.0-alpha.1.22477.11 - 8.0.0-alpha.1.22477.11 - 8.0.0-alpha.1.22477.11 - 8.0.0-alpha.1.22477.11 - 8.0.0-alpha.1.22477.11 - 8.0.0-alpha.1.22477.11 + 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22478.3 0.2.0 - 8.0.100-alpha.1.22478.3 - 8.0.100-alpha.1.22478.3 - 8.0.100-alpha.1.22478.3 + 8.0.100-alpha.1.22478.4 + 8.0.100-alpha.1.22478.4 + 8.0.100-alpha.1.22478.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22476.13 + 8.0.0-alpha.1.22477.10 - 8.0.0-alpha.1.22476.13 - 8.0.0-alpha.1.22476.13 - 8.0.0-alpha.1.22476.13 - 8.0.0-alpha.1.22476.13 - 8.0.0-alpha.1.22476.13 - 8.0.0-alpha.1.22476.13 + 8.0.0-alpha.1.22477.10 + 8.0.0-alpha.1.22477.10 + 8.0.0-alpha.1.22477.10 + 8.0.0-alpha.1.22477.10 + 8.0.0-alpha.1.22477.10 + 8.0.0-alpha.1.22477.10 2.1.0 From b3c70508ee3882797db11a348d501466c83d3abf Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Thu, 29 Sep 2022 01:33:44 +0000 Subject: [PATCH 258/501] Remove backported roslyn source-build patch --- .../0002-Lift-System.Memory-version.patch | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch diff --git a/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch b/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch deleted file mode 100644 index 0614d4884..000000000 --- a/src/SourceBuild/tarball/patches/roslyn/0002-Lift-System.Memory-version.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: MichaelSimons -Date: Wed, 24 Aug 2022 12:21:13 +0000 -Subject: [PATCH] Lift System.Memory version - -System.Memory version needs to align with the runtime since System.Collections.Immutable is lifted in order to prevent the following situation: -error NU1605: Detected package downgrade: System.Memory from 4.5.5 to 4.5.4. Reference the package directly from the project to select a different version. [/repos/tarball-rc1/src/razor-compiler/artifacts/source-build/self/src/razor-compiler.sln] -error NU1605: Microsoft.CodeAnalysis.Razor -> Microsoft.CodeAnalysis.CSharp 4.4.0 -> Microsoft.CodeAnalysis.Common 4.4.0 -> System.Collections.Immutable 7.0.0-rc.1.22422.23 -> System.Memory (>= 4.5.5) [/repos/tarball-rc1/src/razor-compiler/artifacts/source-build/self/src/razor-compiler.sln] -error NU1605: Microsoft.CodeAnalysis.Razor -> Microsoft.CodeAnalysis.CSharp 4.4.0 -> Microsoft.CodeAnalysis.Common 4.4.0 -> System.Memory (>= 4.5.4) [/repos/tarball-rc1/src/razor-compiler/artifacts/source-build/self/src/razor-compiler.sln] - -Requires https://github.com/dotnet/source-build/issues/2482 in order to eliminate this patch ---- - eng/Versions.props | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/eng/Versions.props b/eng/Versions.props -index 627f9c46824..711593e2a1e 100644 ---- a/eng/Versions.props -+++ b/eng/Versions.props -@@ -214,7 +214,7 @@ - 5.0.0 - 6.0.3 - 5.0.0-preview.8.20407.11 -- 4.5.4 -+ 4.5.5 - 6.0.0 - 6.0.0 - 6.0.1 From 2a1e2225f6a9e155f3dd478cba3066e754d966f8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 02:57:52 +0000 Subject: [PATCH 259/501] Update dependencies from https://github.com/dotnet/sdk build 20220928.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.14 -> To Version 8.0.100-alpha.1.22478.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22477.1 -> To Version 8.0.0-alpha.1.22477.5 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 397402383..98b412de3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 4680a0a8db24d252f59c604ff0f28636315f9f59 + 4a5fe7674c9f00666afdab9f53332c4c43de817e - + https://github.com/dotnet/windowsdesktop - 4680a0a8db24d252f59c604ff0f28636315f9f59 + 4a5fe7674c9f00666afdab9f53332c4c43de817e - + https://github.com/dotnet/windowsdesktop - 4680a0a8db24d252f59c604ff0f28636315f9f59 + 4a5fe7674c9f00666afdab9f53332c4c43de817e - + https://github.com/dotnet/windowsdesktop - 4680a0a8db24d252f59c604ff0f28636315f9f59 + 4a5fe7674c9f00666afdab9f53332c4c43de817e https://github.com/dotnet/llvm-project @@ -103,31 +103,31 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - e6b35af7ef3b3d4a177214b5977c6ddb464af912 + 210398085eff16d3691a28da8d021f83399c4dae - + https://github.com/dotnet/sdk - e6b35af7ef3b3d4a177214b5977c6ddb464af912 + 210398085eff16d3691a28da8d021f83399c4dae - + https://github.com/dotnet/sdk - e6b35af7ef3b3d4a177214b5977c6ddb464af912 + 210398085eff16d3691a28da8d021f83399c4dae - + https://github.com/dotnet/sdk - e6b35af7ef3b3d4a177214b5977c6ddb464af912 + 210398085eff16d3691a28da8d021f83399c4dae - + https://github.com/dotnet/winforms - 37b9f5361ef3d81fe001b818a405e8856ea88afc + 94fea76824be120f075a11599aed9fab899114d7 - + https://github.com/dotnet/wpf - ba76bd54d89b3d07f90e100be8c41710996d03a9 + 8f5344be889c664ee9707f590adb529ccd490e64 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 85b0d3de6..b332e85e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22476.12 + 8.0.0-alpha.1.22477.2 - 8.0.0-alpha.1.22476.8 + 8.0.0-alpha.1.22477.3 @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22478.4 - 8.0.100-alpha.1.22478.4 - 8.0.100-alpha.1.22478.4 + 8.0.100-alpha.1.22478.7 + 8.0.100-alpha.1.22478.7 + 8.0.100-alpha.1.22478.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22477.1 - 8.0.0-alpha.1.22477.1 - 8.0.0-alpha.1.22477.1 - 8.0.0-alpha.1.22477.1 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22477.5 From 549d77ff18275d423b39e51d1004abfafa68cc90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 03:57:10 +0000 Subject: [PATCH 260/501] Update dependencies from https://github.com/dotnet/sdk build 20220928.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22477.14 -> To Version 8.0.100-alpha.1.22478.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22477.1 -> To Version 8.0.0-alpha.1.22477.5 (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 98b412de3..eec399e58 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 1128a34b1d7a579d5209f3fbe5ce2f4fda103fcc - + https://github.com/dotnet/sdk - 210398085eff16d3691a28da8d021f83399c4dae + a668b2dd84476c139fa734663366087069583961 - + https://github.com/dotnet/sdk - 210398085eff16d3691a28da8d021f83399c4dae + a668b2dd84476c139fa734663366087069583961 - + https://github.com/dotnet/sdk - 210398085eff16d3691a28da8d021f83399c4dae + a668b2dd84476c139fa734663366087069583961 - + https://github.com/dotnet/sdk - 210398085eff16d3691a28da8d021f83399c4dae + a668b2dd84476c139fa734663366087069583961 diff --git a/eng/Versions.props b/eng/Versions.props index b332e85e0..aa1f4168b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22478.7 - 8.0.100-alpha.1.22478.7 - 8.0.100-alpha.1.22478.7 + 8.0.100-alpha.1.22478.8 + 8.0.100-alpha.1.22478.8 + 8.0.100-alpha.1.22478.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From efb558514e8d6c8569e703a9345b2233ffd3e9a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 05:07:57 +0000 Subject: [PATCH 261/501] Update dependencies from https://github.com/dotnet/sdk build 20220928.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22478.8 -> To Version 8.0.100-alpha.1.22478.11 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.4.0-3.22478.2 -> To Version 4.4.0-3.22478.9 (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 2ebe2489a..a123f5cfa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 4ee20b0c989f7838ecb718621796f3782d922e6e - + https://github.com/dotnet/sdk - a668b2dd84476c139fa734663366087069583961 + 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b - + https://github.com/dotnet/sdk - a668b2dd84476c139fa734663366087069583961 + 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b - + https://github.com/dotnet/sdk - a668b2dd84476c139fa734663366087069583961 + 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b - + https://github.com/dotnet/sdk - a668b2dd84476c139fa734663366087069583961 + 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 486c09cce7a9bcfd29c09e9c7c4c390c398bfd36 + 9cb1b854c1863bc2a886e2f1291e55542adeb609 diff --git a/eng/Versions.props b/eng/Versions.props index f2d9e1b8a..855c0f024 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22478.8 - 8.0.100-alpha.1.22478.8 - 8.0.100-alpha.1.22478.8 + 8.0.100-alpha.1.22478.11 + 8.0.100-alpha.1.22478.11 + 8.0.100-alpha.1.22478.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c598040610c58d0b5e316d4d8e49ca05137a9890 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 08:38:44 +0000 Subject: [PATCH 262/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22478.8 -> To Version 8.0.100-alpha.1.22479.1 Dependency coherency updates 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.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22478.3 -> To Version 8.0.0-alpha.1.22478.6 (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 a123f5cfa..dd6c1dd0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 - + https://github.com/dotnet/aspnetcore - de26f3849dcfc34c6f62b7d46afb308db1e8449e + 92ff9a19481d90002959d24bcca09ef47e3386c8 - + https://github.com/dotnet/aspnetcore - de26f3849dcfc34c6f62b7d46afb308db1e8449e + 92ff9a19481d90002959d24bcca09ef47e3386c8 - + https://github.com/dotnet/aspnetcore - de26f3849dcfc34c6f62b7d46afb308db1e8449e + 92ff9a19481d90002959d24bcca09ef47e3386c8 - + https://github.com/dotnet/aspnetcore - de26f3849dcfc34c6f62b7d46afb308db1e8449e + 92ff9a19481d90002959d24bcca09ef47e3386c8 - + https://github.com/dotnet/aspnetcore - de26f3849dcfc34c6f62b7d46afb308db1e8449e + 92ff9a19481d90002959d24bcca09ef47e3386c8 - + https://github.com/dotnet/aspnetcore - de26f3849dcfc34c6f62b7d46afb308db1e8449e + 92ff9a19481d90002959d24bcca09ef47e3386c8 - + https://github.com/dotnet/aspnetcore - de26f3849dcfc34c6f62b7d46afb308db1e8449e + 92ff9a19481d90002959d24bcca09ef47e3386c8 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 4ee20b0c989f7838ecb718621796f3782d922e6e - + https://github.com/dotnet/sdk - 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b + e8a146d03a861ab70a9d9dee051eca9a531ae0fc - + https://github.com/dotnet/sdk - 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b + e8a146d03a861ab70a9d9dee051eca9a531ae0fc - + https://github.com/dotnet/sdk - 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b + e8a146d03a861ab70a9d9dee051eca9a531ae0fc - + https://github.com/dotnet/sdk - 6482ee0d1208067f08b17cc52cd5a7770d4e6d4b + e8a146d03a861ab70a9d9dee051eca9a531ae0fc diff --git a/eng/Versions.props b/eng/Versions.props index 855c0f024..4d2eaf881 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22478.3 - 8.0.0-alpha.1.22478.3 - 8.0.0-alpha.1.22478.3 - 8.0.0-alpha.1.22478.3 - 8.0.0-alpha.1.22478.3 - 8.0.0-alpha.1.22478.3 - 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22478.6 + 8.0.0-alpha.1.22478.6 + 8.0.0-alpha.1.22478.6 + 8.0.0-alpha.1.22478.6 + 8.0.0-alpha.1.22478.6 + 8.0.0-alpha.1.22478.6 + 8.0.0-alpha.1.22478.6 0.2.0 - 8.0.100-alpha.1.22478.11 - 8.0.100-alpha.1.22478.11 - 8.0.100-alpha.1.22478.11 + 8.0.100-alpha.1.22479.1 + 8.0.100-alpha.1.22479.1 + 8.0.100-alpha.1.22479.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 968e798c7ea543e242b52bc6067af81d6435b45a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 12:31:55 +0000 Subject: [PATCH 263/501] Update dependencies from https://github.com/dotnet/arcade build 20220928.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22477.1 -> To Version 8.0.0-beta.22478.2 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22475-01 -> To Version 1.2.0-beta-22477-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/templates/jobs/source-build.yml | 2 +- global.json | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd6c1dd0b..b9da11395 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 0213f8ad31ac8c63ad41760f02a929998abf69bb + 839e1e3b415fc2747dde68f47d940faa414020ec - + https://github.com/dotnet/arcade - 0213f8ad31ac8c63ad41760f02a929998abf69bb + 839e1e3b415fc2747dde68f47d940faa414020ec - + https://github.com/dotnet/arcade - 0213f8ad31ac8c63ad41760f02a929998abf69bb + 839e1e3b415fc2747dde68f47d940faa414020ec https://github.com/dotnet/arcade-services @@ -219,9 +219,9 @@ a7794a9e26ec88739e3cfc9825cb107d53a7e6f9 - + https://github.com/dotnet/sourcelink - baeb9afdfe9778caab2c57dd5c9352c3cca68cc5 + 50130a9bdd1a63b0cfaa1f267d3f7bff2ca7e631 diff --git a/eng/Versions.props b/eng/Versions.props index 4d2eaf881..4c8c2c133 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22477.1 + 8.0.0-beta.22478.2 diff --git a/eng/common/templates/jobs/source-build.yml b/eng/common/templates/jobs/source-build.yml index 8dd2d355f..bcd827994 100644 --- a/eng/common/templates/jobs/source-build.yml +++ b/eng/common/templates/jobs/source-build.yml @@ -14,7 +14,7 @@ parameters: # This is the default platform provided by Arcade, intended for use by a managed-only repo. defaultManagedPlatform: name: 'Managed' - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-latest' # Defines the platforms on which to run build jobs. One job is created for each platform, and the # object in this array is sent to the job template as 'platform'. If no platforms are specified, diff --git a/global.json b/global.json index 207b49d25..4d3e5152f 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.22477.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22477.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22478.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22478.2" } } From 4da5be426052ee80e136356b446a48cff56c7017 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 18:49:17 +0000 Subject: [PATCH 264/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.1 -> To Version 8.0.100-alpha.1.22479.8 --- 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 dd6c1dd0b..577291132 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 4ee20b0c989f7838ecb718621796f3782d922e6e - + https://github.com/dotnet/sdk - e8a146d03a861ab70a9d9dee051eca9a531ae0fc + 1a581846763ef78e3a05d51651c6b632a5d8fe7f - + https://github.com/dotnet/sdk - e8a146d03a861ab70a9d9dee051eca9a531ae0fc + 1a581846763ef78e3a05d51651c6b632a5d8fe7f - + https://github.com/dotnet/sdk - e8a146d03a861ab70a9d9dee051eca9a531ae0fc + 1a581846763ef78e3a05d51651c6b632a5d8fe7f - + https://github.com/dotnet/sdk - e8a146d03a861ab70a9d9dee051eca9a531ae0fc + 1a581846763ef78e3a05d51651c6b632a5d8fe7f diff --git a/eng/Versions.props b/eng/Versions.props index 4d2eaf881..d87877e87 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.1 - 8.0.100-alpha.1.22479.1 - 8.0.100-alpha.1.22479.1 + 8.0.100-alpha.1.22479.8 + 8.0.100-alpha.1.22479.8 + 8.0.100-alpha.1.22479.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7c56c9259587c7b8c9a5275584e87c42857c8b65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 19:58:59 +0000 Subject: [PATCH 265/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.1 -> To Version 8.0.100-alpha.1.22479.9 --- 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 577291132..a41405948 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 4ee20b0c989f7838ecb718621796f3782d922e6e - + https://github.com/dotnet/sdk - 1a581846763ef78e3a05d51651c6b632a5d8fe7f + 5627049bf3fee6912617604588dfff600a855a4d - + https://github.com/dotnet/sdk - 1a581846763ef78e3a05d51651c6b632a5d8fe7f + 5627049bf3fee6912617604588dfff600a855a4d - + https://github.com/dotnet/sdk - 1a581846763ef78e3a05d51651c6b632a5d8fe7f + 5627049bf3fee6912617604588dfff600a855a4d - + https://github.com/dotnet/sdk - 1a581846763ef78e3a05d51651c6b632a5d8fe7f + 5627049bf3fee6912617604588dfff600a855a4d diff --git a/eng/Versions.props b/eng/Versions.props index d87877e87..3c20b4efe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.8 - 8.0.100-alpha.1.22479.8 - 8.0.100-alpha.1.22479.8 + 8.0.100-alpha.1.22479.9 + 8.0.100-alpha.1.22479.9 + 8.0.100-alpha.1.22479.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0b6ad5e154d11948560836e7bf20e2d11479641b Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 29 Sep 2022 13:39:15 -0700 Subject: [PATCH 266/501] Update RC2 in the table and add a note about RC2. --- README.md | 157 +++++++++--------- .../TableGenerator/Program.fs | 6 +- 2 files changed, 82 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index 9b52e7a2d..3b7b804a8 100644 --- a/README.md +++ b/README.md @@ -138,21 +138,22 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( Please do not directly edit the table below. Use https://github.com/dotnet/installer/tree/main/tools/sdk-readme-table-generator to help you generate it. Make sure to run the table generator test and make any changes to the generator along with your changes to the table. Daily servicing builds have been removed as all servicing is done in private repos to avoid disclosure of critical security fixes. All public servicing builds can be downloaded at http://aka.ms/dotnet-download. ### Table +*Note* Since RC2 is a go live release, it's build and codeflow are being done internally. The latest public build is available below but it does not include updates to the runtime since around mid-September. -| Platform | main
(8.0.x Runtime) | Release/7.0.1xx
(7.0.x Runtime) | Release/7.0.1xx-rc1
(7.0.x Runtime) | +| Platform | main
(8.0.x Runtime) | Release/7.0.1xx
(7.0.x Runtime) | Release/7.0.1xx-rc2
(7.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-main]][win-x64-version-main]
[Installer][win-x64-installer-main] - [Checksum][win-x64-installer-checksum-main]
[zip][win-x64-zip-main] - [Checksum][win-x64-zip-checksum-main] | [![][win-x64-badge-7.0.1XX]][win-x64-version-7.0.1XX]
[Installer][win-x64-installer-7.0.1XX] - [Checksum][win-x64-installer-checksum-7.0.1XX]
[zip][win-x64-zip-7.0.1XX] - [Checksum][win-x64-zip-checksum-7.0.1XX] | [![][win-x64-badge-7.0.1XX-rc1]][win-x64-version-7.0.1XX-rc1]
[Installer][win-x64-installer-7.0.1XX-rc1] - [Checksum][win-x64-installer-checksum-7.0.1XX-rc1]
[zip][win-x64-zip-7.0.1XX-rc1] - [Checksum][win-x64-zip-checksum-7.0.1XX-rc1] | -| **Windows x86** | [![][win-x86-badge-main]][win-x86-version-main]
[Installer][win-x86-installer-main] - [Checksum][win-x86-installer-checksum-main]
[zip][win-x86-zip-main] - [Checksum][win-x86-zip-checksum-main] | [![][win-x86-badge-7.0.1XX]][win-x86-version-7.0.1XX]
[Installer][win-x86-installer-7.0.1XX] - [Checksum][win-x86-installer-checksum-7.0.1XX]
[zip][win-x86-zip-7.0.1XX] - [Checksum][win-x86-zip-checksum-7.0.1XX] | [![][win-x86-badge-7.0.1XX-rc1]][win-x86-version-7.0.1XX-rc1]
[Installer][win-x86-installer-7.0.1XX-rc1] - [Checksum][win-x86-installer-checksum-7.0.1XX-rc1]
[zip][win-x86-zip-7.0.1XX-rc1] - [Checksum][win-x86-zip-checksum-7.0.1XX-rc1] | +| **Windows x64** | [![][win-x64-badge-main]][win-x64-version-main]
[Installer][win-x64-installer-main] - [Checksum][win-x64-installer-checksum-main]
[zip][win-x64-zip-main] - [Checksum][win-x64-zip-checksum-main] | [![][win-x64-badge-7.0.1XX]][win-x64-version-7.0.1XX]
[Installer][win-x64-installer-7.0.1XX] - [Checksum][win-x64-installer-checksum-7.0.1XX]
[zip][win-x64-zip-7.0.1XX] - [Checksum][win-x64-zip-checksum-7.0.1XX] | [![][win-x64-badge-7.0.1XX-rc2]][win-x64-version-7.0.1XX-rc2]
[Installer][win-x64-installer-7.0.1XX-rc2] - [Checksum][win-x64-installer-checksum-7.0.1XX-rc2]
[zip][win-x64-zip-7.0.1XX-rc2] - [Checksum][win-x64-zip-checksum-7.0.1XX-rc2] | +| **Windows x86** | [![][win-x86-badge-main]][win-x86-version-main]
[Installer][win-x86-installer-main] - [Checksum][win-x86-installer-checksum-main]
[zip][win-x86-zip-main] - [Checksum][win-x86-zip-checksum-main] | [![][win-x86-badge-7.0.1XX]][win-x86-version-7.0.1XX]
[Installer][win-x86-installer-7.0.1XX] - [Checksum][win-x86-installer-checksum-7.0.1XX]
[zip][win-x86-zip-7.0.1XX] - [Checksum][win-x86-zip-checksum-7.0.1XX] | [![][win-x86-badge-7.0.1XX-rc2]][win-x86-version-7.0.1XX-rc2]
[Installer][win-x86-installer-7.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-7.0.1XX-rc2]
[zip][win-x86-zip-7.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-7.0.1XX-rc2] | | **Windows arm** | **N/A** | **N/A** | **N/A** | -| **Windows arm64** | [![][win-arm64-badge-main]][win-arm64-version-main]
[Installer][win-arm64-installer-main] - [Checksum][win-arm64-installer-checksum-main]
[zip][win-arm64-zip-main] | [![][win-arm64-badge-7.0.1XX]][win-arm64-version-7.0.1XX]
[Installer][win-arm64-installer-7.0.1XX] - [Checksum][win-arm64-installer-checksum-7.0.1XX]
[zip][win-arm64-zip-7.0.1XX] | [![][win-arm64-badge-7.0.1XX-rc1]][win-arm64-version-7.0.1XX-rc1]
[Installer][win-arm64-installer-7.0.1XX-rc1] - [Checksum][win-arm64-installer-checksum-7.0.1XX-rc1]
[zip][win-arm64-zip-7.0.1XX-rc1] | -| **macOS x64** | [![][osx-x64-badge-main]][osx-x64-version-main]
[Installer][osx-x64-installer-main] - [Checksum][osx-x64-installer-checksum-main]
[tar.gz][osx-x64-targz-main] - [Checksum][osx-x64-targz-checksum-main] | [![][osx-x64-badge-7.0.1XX]][osx-x64-version-7.0.1XX]
[Installer][osx-x64-installer-7.0.1XX] - [Checksum][osx-x64-installer-checksum-7.0.1XX]
[tar.gz][osx-x64-targz-7.0.1XX] - [Checksum][osx-x64-targz-checksum-7.0.1XX] | [![][osx-x64-badge-7.0.1XX-rc1]][osx-x64-version-7.0.1XX-rc1]
[Installer][osx-x64-installer-7.0.1XX-rc1] - [Checksum][osx-x64-installer-checksum-7.0.1XX-rc1]
[tar.gz][osx-x64-targz-7.0.1XX-rc1] - [Checksum][osx-x64-targz-checksum-7.0.1XX-rc1] | -| **macOS arm64** | [![][osx-arm64-badge-main]][osx-arm64-version-main]
[Installer][osx-arm64-installer-main] - [Checksum][osx-arm64-installer-checksum-main]
[tar.gz][osx-arm64-targz-main] - [Checksum][osx-arm64-targz-checksum-main] | [![][osx-arm64-badge-7.0.1XX]][osx-arm64-version-7.0.1XX]
[Installer][osx-arm64-installer-7.0.1XX] - [Checksum][osx-arm64-installer-checksum-7.0.1XX]
[tar.gz][osx-arm64-targz-7.0.1XX] - [Checksum][osx-arm64-targz-checksum-7.0.1XX] | [![][osx-arm64-badge-7.0.1XX-rc1]][osx-arm64-version-7.0.1XX-rc1]
[Installer][osx-arm64-installer-7.0.1XX-rc1] - [Checksum][osx-arm64-installer-checksum-7.0.1XX-rc1]
[tar.gz][osx-arm64-targz-7.0.1XX-rc1] - [Checksum][osx-arm64-targz-checksum-7.0.1XX-rc1] | -| **Linux x64** | [![][linux-badge-main]][linux-version-main]
[DEB Installer][linux-DEB-installer-main] - [Checksum][linux-DEB-installer-checksum-main]
[RPM Installer][linux-RPM-installer-main] - [Checksum][linux-RPM-installer-checksum-main]
_see installer note below_1
[tar.gz][linux-targz-main] - [Checksum][linux-targz-checksum-main] | [![][linux-badge-7.0.1XX]][linux-version-7.0.1XX]
[DEB Installer][linux-DEB-installer-7.0.1XX] - [Checksum][linux-DEB-installer-checksum-7.0.1XX]
[RPM Installer][linux-RPM-installer-7.0.1XX] - [Checksum][linux-RPM-installer-checksum-7.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX] - [Checksum][linux-targz-checksum-7.0.1XX] | [![][linux-badge-7.0.1XX-rc1]][linux-version-7.0.1XX-rc1]
[DEB Installer][linux-DEB-installer-7.0.1XX-rc1] - [Checksum][linux-DEB-installer-checksum-7.0.1XX-rc1]
[RPM Installer][linux-RPM-installer-7.0.1XX-rc1] - [Checksum][linux-RPM-installer-checksum-7.0.1XX-rc1]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX-rc1] - [Checksum][linux-targz-checksum-7.0.1XX-rc1] | -| **Linux arm** | [![][linux-arm-badge-main]][linux-arm-version-main]
[tar.gz][linux-arm-targz-main] - [Checksum][linux-arm-targz-checksum-main] | [![][linux-arm-badge-7.0.1XX]][linux-arm-version-7.0.1XX]
[tar.gz][linux-arm-targz-7.0.1XX] - [Checksum][linux-arm-targz-checksum-7.0.1XX] | [![][linux-arm-badge-7.0.1XX-rc1]][linux-arm-version-7.0.1XX-rc1]
[tar.gz][linux-arm-targz-7.0.1XX-rc1] - [Checksum][linux-arm-targz-checksum-7.0.1XX-rc1] | -| **Linux arm64** | [![][linux-arm64-badge-main]][linux-arm64-version-main]
[tar.gz][linux-arm64-targz-main] - [Checksum][linux-arm64-targz-checksum-main] | [![][linux-arm64-badge-7.0.1XX]][linux-arm64-version-7.0.1XX]
[tar.gz][linux-arm64-targz-7.0.1XX] - [Checksum][linux-arm64-targz-checksum-7.0.1XX] | [![][linux-arm64-badge-7.0.1XX-rc1]][linux-arm64-version-7.0.1XX-rc1]
[tar.gz][linux-arm64-targz-7.0.1XX-rc1] - [Checksum][linux-arm64-targz-checksum-7.0.1XX-rc1] | -| **Linux-musl-x64** | [![][linux-musl-x64-badge-main]][linux-musl-x64-version-main]
[tar.gz][linux-musl-x64-targz-main] - [Checksum][linux-musl-x64-targz-checksum-main] | [![][linux-musl-x64-badge-7.0.1XX]][linux-musl-x64-version-7.0.1XX]
[tar.gz][linux-musl-x64-targz-7.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX] | [![][linux-musl-x64-badge-7.0.1XX-rc1]][linux-musl-x64-version-7.0.1XX-rc1]
[tar.gz][linux-musl-x64-targz-7.0.1XX-rc1] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX-rc1] | -| **Linux-musl-arm** | [![][linux-musl-arm-badge-main]][linux-musl-arm-version-main]
[tar.gz][linux-musl-arm-targz-main] - [Checksum][linux-musl-arm-targz-checksum-main] | [![][linux-musl-arm-badge-7.0.1XX]][linux-musl-arm-version-7.0.1XX]
[tar.gz][linux-musl-arm-targz-7.0.1XX] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX] | [![][linux-musl-arm-badge-7.0.1XX-rc1]][linux-musl-arm-version-7.0.1XX-rc1]
[tar.gz][linux-musl-arm-targz-7.0.1XX-rc1] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX-rc1] | -| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-main]][linux-musl-arm64-version-main]
[tar.gz][linux-musl-arm64-targz-main] - [Checksum][linux-musl-arm64-targz-checksum-main] | [![][linux-musl-arm64-badge-7.0.1XX]][linux-musl-arm64-version-7.0.1XX]
[tar.gz][linux-musl-arm64-targz-7.0.1XX] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX] | [![][linux-musl-arm64-badge-7.0.1XX-rc1]][linux-musl-arm64-version-7.0.1XX-rc1]
[tar.gz][linux-musl-arm64-targz-7.0.1XX-rc1] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX-rc1] | +| **Windows arm64** | [![][win-arm64-badge-main]][win-arm64-version-main]
[Installer][win-arm64-installer-main] - [Checksum][win-arm64-installer-checksum-main]
[zip][win-arm64-zip-main] | [![][win-arm64-badge-7.0.1XX]][win-arm64-version-7.0.1XX]
[Installer][win-arm64-installer-7.0.1XX] - [Checksum][win-arm64-installer-checksum-7.0.1XX]
[zip][win-arm64-zip-7.0.1XX] | [![][win-arm64-badge-7.0.1XX-rc2]][win-arm64-version-7.0.1XX-rc2]
[Installer][win-arm64-installer-7.0.1XX-rc2] - [Checksum][win-arm64-installer-checksum-7.0.1XX-rc2]
[zip][win-arm64-zip-7.0.1XX-rc2] | +| **macOS x64** | [![][osx-x64-badge-main]][osx-x64-version-main]
[Installer][osx-x64-installer-main] - [Checksum][osx-x64-installer-checksum-main]
[tar.gz][osx-x64-targz-main] - [Checksum][osx-x64-targz-checksum-main] | [![][osx-x64-badge-7.0.1XX]][osx-x64-version-7.0.1XX]
[Installer][osx-x64-installer-7.0.1XX] - [Checksum][osx-x64-installer-checksum-7.0.1XX]
[tar.gz][osx-x64-targz-7.0.1XX] - [Checksum][osx-x64-targz-checksum-7.0.1XX] | [![][osx-x64-badge-7.0.1XX-rc2]][osx-x64-version-7.0.1XX-rc2]
[Installer][osx-x64-installer-7.0.1XX-rc2] - [Checksum][osx-x64-installer-checksum-7.0.1XX-rc2]
[tar.gz][osx-x64-targz-7.0.1XX-rc2] - [Checksum][osx-x64-targz-checksum-7.0.1XX-rc2] | +| **macOS arm64** | [![][osx-arm64-badge-main]][osx-arm64-version-main]
[Installer][osx-arm64-installer-main] - [Checksum][osx-arm64-installer-checksum-main]
[tar.gz][osx-arm64-targz-main] - [Checksum][osx-arm64-targz-checksum-main] | [![][osx-arm64-badge-7.0.1XX]][osx-arm64-version-7.0.1XX]
[Installer][osx-arm64-installer-7.0.1XX] - [Checksum][osx-arm64-installer-checksum-7.0.1XX]
[tar.gz][osx-arm64-targz-7.0.1XX] - [Checksum][osx-arm64-targz-checksum-7.0.1XX] | [![][osx-arm64-badge-7.0.1XX-rc2]][osx-arm64-version-7.0.1XX-rc2]
[Installer][osx-arm64-installer-7.0.1XX-rc2] - [Checksum][osx-arm64-installer-checksum-7.0.1XX-rc2]
[tar.gz][osx-arm64-targz-7.0.1XX-rc2] - [Checksum][osx-arm64-targz-checksum-7.0.1XX-rc2] | +| **Linux x64** | [![][linux-badge-main]][linux-version-main]
[DEB Installer][linux-DEB-installer-main] - [Checksum][linux-DEB-installer-checksum-main]
[RPM Installer][linux-RPM-installer-main] - [Checksum][linux-RPM-installer-checksum-main]
_see installer note below_1
[tar.gz][linux-targz-main] - [Checksum][linux-targz-checksum-main] | [![][linux-badge-7.0.1XX]][linux-version-7.0.1XX]
[DEB Installer][linux-DEB-installer-7.0.1XX] - [Checksum][linux-DEB-installer-checksum-7.0.1XX]
[RPM Installer][linux-RPM-installer-7.0.1XX] - [Checksum][linux-RPM-installer-checksum-7.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX] - [Checksum][linux-targz-checksum-7.0.1XX] | [![][linux-badge-7.0.1XX-rc2]][linux-version-7.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-7.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-7.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-7.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-7.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX-rc2] - [Checksum][linux-targz-checksum-7.0.1XX-rc2] | +| **Linux arm** | [![][linux-arm-badge-main]][linux-arm-version-main]
[tar.gz][linux-arm-targz-main] - [Checksum][linux-arm-targz-checksum-main] | [![][linux-arm-badge-7.0.1XX]][linux-arm-version-7.0.1XX]
[tar.gz][linux-arm-targz-7.0.1XX] - [Checksum][linux-arm-targz-checksum-7.0.1XX] | [![][linux-arm-badge-7.0.1XX-rc2]][linux-arm-version-7.0.1XX-rc2]
[tar.gz][linux-arm-targz-7.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-7.0.1XX-rc2] | +| **Linux arm64** | [![][linux-arm64-badge-main]][linux-arm64-version-main]
[tar.gz][linux-arm64-targz-main] - [Checksum][linux-arm64-targz-checksum-main] | [![][linux-arm64-badge-7.0.1XX]][linux-arm64-version-7.0.1XX]
[tar.gz][linux-arm64-targz-7.0.1XX] - [Checksum][linux-arm64-targz-checksum-7.0.1XX] | [![][linux-arm64-badge-7.0.1XX-rc2]][linux-arm64-version-7.0.1XX-rc2]
[tar.gz][linux-arm64-targz-7.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-7.0.1XX-rc2] | +| **Linux-musl-x64** | [![][linux-musl-x64-badge-main]][linux-musl-x64-version-main]
[tar.gz][linux-musl-x64-targz-main] - [Checksum][linux-musl-x64-targz-checksum-main] | [![][linux-musl-x64-badge-7.0.1XX]][linux-musl-x64-version-7.0.1XX]
[tar.gz][linux-musl-x64-targz-7.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX] | [![][linux-musl-x64-badge-7.0.1XX-rc2]][linux-musl-x64-version-7.0.1XX-rc2]
[tar.gz][linux-musl-x64-targz-7.0.1XX-rc2] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX-rc2] | +| **Linux-musl-arm** | [![][linux-musl-arm-badge-main]][linux-musl-arm-version-main]
[tar.gz][linux-musl-arm-targz-main] - [Checksum][linux-musl-arm-targz-checksum-main] | [![][linux-musl-arm-badge-7.0.1XX]][linux-musl-arm-version-7.0.1XX]
[tar.gz][linux-musl-arm-targz-7.0.1XX] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX] | [![][linux-musl-arm-badge-7.0.1XX-rc2]][linux-musl-arm-version-7.0.1XX-rc2]
[tar.gz][linux-musl-arm-targz-7.0.1XX-rc2] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX-rc2] | +| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-main]][linux-musl-arm64-version-main]
[tar.gz][linux-musl-arm64-targz-main] - [Checksum][linux-musl-arm64-targz-checksum-main] | [![][linux-musl-arm64-badge-7.0.1XX]][linux-musl-arm64-version-7.0.1XX]
[tar.gz][linux-musl-arm64-targz-7.0.1XX] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX] | [![][linux-musl-arm64-badge-7.0.1XX-rc2]][linux-musl-arm64-version-7.0.1XX-rc2]
[tar.gz][linux-musl-arm64-targz-7.0.1XX-rc2] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX-rc2] | | **RHEL 6** | **N/A** | **N/A** | **N/A** | Reference notes: @@ -176,12 +177,12 @@ Reference notes: [win-x64-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_x64_Release_version_badge.svg -[win-x64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-x64.txt -[win-x64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_x64_Release_version_badge.svg +[win-x64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-x64.txt +[win-x64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.zip.sha [win-x86-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_x86_Release_version_badge.svg [win-x86-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-x86.txt @@ -197,12 +198,12 @@ Reference notes: [win-x86-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_x86_Release_version_badge.svg -[win-x86-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-x86.txt -[win-x86-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_x86_Release_version_badge.svg +[win-x86-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-x86.txt +[win-x86-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.zip.sha [osx-x64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/osx_x64_Release_version_badge.svg [osx-x64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-osx-x64.txt @@ -218,12 +219,12 @@ Reference notes: [osx-x64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.tar.gz [osx-x64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-x64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/osx_x64_Release_version_badge.svg -[osx-x64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-osx-x64.txt -[osx-x64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.pkg -[osx-x64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.pkg.sha -[osx-x64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.tar.gz -[osx-x64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/osx_x64_Release_version_badge.svg +[osx-x64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-osx-x64.txt +[osx-x64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha [osx-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/osx_arm64_Release_version_badge.svg [osx-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-osx-arm64.txt @@ -239,12 +240,12 @@ Reference notes: [osx-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.tar.gz [osx-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha -[osx-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/osx_arm64_Release_version_badge.svg -[osx-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-osx-arm64.txt -[osx-arm64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.pkg -[osx-arm64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.pkg.sha -[osx-arm64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.tar.gz -[osx-arm64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha +[osx-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/osx_arm64_Release_version_badge.svg +[osx-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-osx-arm64.txt +[osx-arm64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha [linux-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_x64_Release_version_badge.svg [linux-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-x64.txt @@ -264,14 +265,14 @@ Reference notes: [linux-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_x64_Release_version_badge.svg -[linux-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-x64.txt -[linux-DEB-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-x64.rpm.sha -[linux-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_x64_Release_version_badge.svg +[linux-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-x64.txt +[linux-DEB-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.rpm.sha +[linux-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-x64.tar.gz.sha [linux-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_arm_Release_version_badge.svg [linux-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-arm.txt @@ -283,10 +284,10 @@ Reference notes: [linux-arm-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_arm_Release_version_badge.svg -[linux-arm-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-arm.txt -[linux-arm-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_arm_Release_version_badge.svg +[linux-arm-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-arm.txt +[linux-arm-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm.tar.gz.sha [linux-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_arm64_Release_version_badge.svg [linux-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-arm64.txt @@ -298,10 +299,10 @@ Reference notes: [linux-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_arm64_Release_version_badge.svg -[linux-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-arm64.txt -[linux-arm64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_arm64_Release_version_badge.svg +[linux-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-arm64.txt +[linux-arm64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm64.tar.gz.sha [rhel-6-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/rhel.6_x64_Release_version_badge.svg [rhel-6-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-rhel.6-x64.txt @@ -313,10 +314,10 @@ Reference notes: [rhel-6-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-rhel.6-x64.txt -[rhel-6-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-rhel.6-x64.txt +[rhel-6-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha [linux-musl-x64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_x64_Release_version_badge.svg [linux-musl-x64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-x64.txt @@ -328,10 +329,10 @@ Reference notes: [linux-musl-x64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-x64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-x64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_musl_x64_Release_version_badge.svg -[linux-musl-x64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-musl-x64.txt -[linux-musl-x64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-x64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha [linux-musl-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_arm_Release_version_badge.svg [linux-musl-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-arm.txt @@ -343,10 +344,10 @@ Reference notes: [linux-musl-arm-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz [linux-musl-arm-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha -[linux-musl-arm-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_musl_arm_Release_version_badge.svg -[linux-musl-arm-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-musl-arm.txt -[linux-musl-arm-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm.tar.gz -[linux-musl-arm-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha +[linux-musl-arm-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha [linux-musl-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_arm64_Release_version_badge.svg [linux-musl-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-arm64.txt @@ -358,10 +359,10 @@ Reference notes: [linux-musl-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz [linux-musl-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha -[linux-musl-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/linux_musl_arm64_Release_version_badge.svg -[linux-musl-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-linux-musl-arm64.txt -[linux-musl-arm64-targz-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm64.tar.gz -[linux-musl-arm64-targz-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha +[linux-musl-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha [win-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_arm_Release_version_badge.svg [win-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-arm.txt @@ -373,10 +374,10 @@ Reference notes: [win-arm-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_arm_Release_version_badge.svg -[win-arm-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-arm.txt -[win-arm-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_arm_Release_version_badge.svg +[win-arm-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-arm.txt +[win-arm-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm.zip.sha [win-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_arm64_Release_version_badge.svg [win-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-arm64.txt @@ -392,12 +393,12 @@ Reference notes: [win-arm64-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/win_arm64_Release_version_badge.svg -[win-arm64-version-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/productCommit-win-arm64.txt -[win-arm64-installer-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-7.0.1XX-rc1]: https://aka.ms/dotnet/7.0.1xx-rc1/daily/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_arm64_Release_version_badge.svg +[win-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-arm64.txt +[win-arm64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.zip.sha [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories diff --git a/tools/sdk-readme-table-generator/TableGenerator/Program.fs b/tools/sdk-readme-table-generator/TableGenerator/Program.fs index 3a195d75c..d0fd1ec99 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Program.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Program.fs @@ -12,9 +12,9 @@ let inputBranches = { GitBranchName = "release/7.0.1xx" DisplayName = "Release/7.0.1xx
(7.0.x Runtime)" AkaMsChannel = Some("7.0.1xx/daily") } - { GitBranchName = "release/7.0.1xx-rc1" - DisplayName = "Release/7.0.1xx-rc1
(7.0.x Runtime)" - AkaMsChannel = Some("7.0.1xx-rc1/daily") }] + { GitBranchName = "release/7.0.1xx-rc2" + DisplayName = "Release/7.0.1xx-rc2
(7.0.x Runtime)" + AkaMsChannel = Some("7.0.1xx-rc2/daily") }] let referentNotes = """Reference notes: From 7c03ae301638c750feee244c409de5265501d818 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 21:00:32 +0000 Subject: [PATCH 267/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.1 -> To Version 8.0.100-alpha.1.22479.12 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 17.5.0-preview-20220927-01 -> To Version 17.5.0-preview-20220928-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 a41405948..5e72e4446 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 4ee20b0c989f7838ecb718621796f3782d922e6e
- + https://github.com/dotnet/sdk - 5627049bf3fee6912617604588dfff600a855a4d + d6d9c220a142dc23cb8b856a229d1728f345591d - + https://github.com/dotnet/sdk - 5627049bf3fee6912617604588dfff600a855a4d + d6d9c220a142dc23cb8b856a229d1728f345591d - + https://github.com/dotnet/sdk - 5627049bf3fee6912617604588dfff600a855a4d + d6d9c220a142dc23cb8b856a229d1728f345591d - + https://github.com/dotnet/sdk - 5627049bf3fee6912617604588dfff600a855a4d + d6d9c220a142dc23cb8b856a229d1728f345591d @@ -138,9 +138,9 @@ 7669e0a6dbeb872512c073c49c7661a71cfb6e07 - + https://github.com/microsoft/vstest - 0479e6a97ec039853262b4e13b16c4fee43f41c7 + b78b0f67578fcd2fe96fbbc53c4be80e2e92e980 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 9cb1b854c1863bc2a886e2f1291e55542adeb609 + 933b669cbcdef04b7350cfb368a95e27ff8eeebb diff --git a/eng/Versions.props b/eng/Versions.props index 3c20b4efe..31f3d57b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.9 - 8.0.100-alpha.1.22479.9 - 8.0.100-alpha.1.22479.9 + 8.0.100-alpha.1.22479.12 + 8.0.100-alpha.1.22479.12 + 8.0.100-alpha.1.22479.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20220927-01 + 17.5.0-preview-20220928-01 7.0.0-rc.1.22426.10. From 303844e7f75782a3a47e92acb2b50a8c709e18ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 21:32:35 +0000 Subject: [PATCH 268/501] Update dependencies from https://github.com/dotnet/test-templates build 20220929.1 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22478.2 -> To Version 1.0.2-beta4.22479.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9da11395..dd6c6fbd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - 4ee20b0c989f7838ecb718621796f3782d922e6e + 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/test-templates - 4ee20b0c989f7838ecb718621796f3782d922e6e + 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/test-templates - 4ee20b0c989f7838ecb718621796f3782d922e6e + 3d631e2dc3b1c03692ab543ba4235ef724538641 diff --git a/eng/Versions.props b/eng/Versions.props index 4c8c2c133..11e828aac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22478.2 - 1.0.2-beta4.22478.2 - 1.0.2-beta4.22478.2 + 1.0.2-beta4.22479.1 + 1.0.2-beta4.22479.1 + 1.0.2-beta4.22479.1 From 21d251be502be4380c3b23657815151326e970e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 21:57:51 +0000 Subject: [PATCH 269/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.1 -> To Version 8.0.100-alpha.1.22479.13 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 17.5.0-preview-20220927-01 -> To Version 17.5.0-preview-20220928-01 (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 5e72e4446..9e3aeb700 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 4ee20b0c989f7838ecb718621796f3782d922e6e - + https://github.com/dotnet/sdk - d6d9c220a142dc23cb8b856a229d1728f345591d + 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 - + https://github.com/dotnet/sdk - d6d9c220a142dc23cb8b856a229d1728f345591d + 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 - + https://github.com/dotnet/sdk - d6d9c220a142dc23cb8b856a229d1728f345591d + 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 - + https://github.com/dotnet/sdk - d6d9c220a142dc23cb8b856a229d1728f345591d + 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 diff --git a/eng/Versions.props b/eng/Versions.props index 31f3d57b2..65a952942 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.12 - 8.0.100-alpha.1.22479.12 - 8.0.100-alpha.1.22479.12 + 8.0.100-alpha.1.22479.13 + 8.0.100-alpha.1.22479.13 + 8.0.100-alpha.1.22479.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b9e95beaf466b7a13cdab3a1ebc9e66b4f260e1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 02:51:39 +0000 Subject: [PATCH 270/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.13 -> To Version 8.0.100-alpha.1.22479.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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 From Version 8.0.0-alpha.1.22477.5 -> To Version 8.0.0-alpha.1.22478.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 96 ++++++++++++++++++++--------------------- eng/Versions.props | 46 ++++++++++---------- 2 files changed, 71 insertions(+), 71 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa2ba226e..f646d90ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - 4a5fe7674c9f00666afdab9f53332c4c43de817e + e00cfb429a01ef464ad5852f8058ae1d135345b2 - + https://github.com/dotnet/windowsdesktop - 4a5fe7674c9f00666afdab9f53332c4c43de817e + e00cfb429a01ef464ad5852f8058ae1d135345b2 - + https://github.com/dotnet/windowsdesktop - 4a5fe7674c9f00666afdab9f53332c4c43de817e + e00cfb429a01ef464ad5852f8058ae1d135345b2 - + https://github.com/dotnet/windowsdesktop - 4a5fe7674c9f00666afdab9f53332c4c43de817e + e00cfb429a01ef464ad5852f8058ae1d135345b2 https://github.com/dotnet/llvm-project 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 + f518c05eb42776b7d34c974bb83efcc821122bd5 - + https://github.com/dotnet/runtime - 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 + f518c05eb42776b7d34c974bb83efcc821122bd5 - + https://github.com/dotnet/runtime - 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 + f518c05eb42776b7d34c974bb83efcc821122bd5 - + https://github.com/dotnet/runtime - 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 + f518c05eb42776b7d34c974bb83efcc821122bd5 - + https://github.com/dotnet/runtime - 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 + f518c05eb42776b7d34c974bb83efcc821122bd5 - + https://github.com/dotnet/runtime - 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 + f518c05eb42776b7d34c974bb83efcc821122bd5 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6c2cfa4ae26ab71ea42a2cf12b3ae37bb6d134c5 + f518c05eb42776b7d34c974bb83efcc821122bd5 - + https://github.com/dotnet/aspnetcore - 92ff9a19481d90002959d24bcca09ef47e3386c8 + c226a4b7e49a7740a27f0cfa6f517d120c57aafd - + https://github.com/dotnet/aspnetcore - 92ff9a19481d90002959d24bcca09ef47e3386c8 + c226a4b7e49a7740a27f0cfa6f517d120c57aafd - + https://github.com/dotnet/aspnetcore - 92ff9a19481d90002959d24bcca09ef47e3386c8 + c226a4b7e49a7740a27f0cfa6f517d120c57aafd - + https://github.com/dotnet/aspnetcore - 92ff9a19481d90002959d24bcca09ef47e3386c8 + c226a4b7e49a7740a27f0cfa6f517d120c57aafd - + https://github.com/dotnet/aspnetcore - 92ff9a19481d90002959d24bcca09ef47e3386c8 + c226a4b7e49a7740a27f0cfa6f517d120c57aafd - + https://github.com/dotnet/aspnetcore - 92ff9a19481d90002959d24bcca09ef47e3386c8 + c226a4b7e49a7740a27f0cfa6f517d120c57aafd - + https://github.com/dotnet/aspnetcore - 92ff9a19481d90002959d24bcca09ef47e3386c8 + c226a4b7e49a7740a27f0cfa6f517d120c57aafd https://github.com/dotnet/test-templates @@ -103,31 +103,31 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 + 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 - + https://github.com/dotnet/sdk - 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 + 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 - + https://github.com/dotnet/sdk - 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 + 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 - + https://github.com/dotnet/sdk - 0a1f5cdffe8f9e4badc6a4c9da22644b74bc9b18 + 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 - + https://github.com/dotnet/winforms - 94fea76824be120f075a11599aed9fab899114d7 + 9b6cbf334b2ed0eb0b6ab2a4e7a0625d965e506f - + https://github.com/dotnet/wpf - 8f5344be889c664ee9707f590adb529ccd490e64 + 6d5f4180dedc70526f4293604d54fe0fde578cc5 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 554b4baff..85120240e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22477.2 + 8.0.0-alpha.1.22478.2 - 8.0.0-alpha.1.22477.3 + 8.0.0-alpha.1.22478.3 @@ -53,46 +53,46 @@ - 8.0.0-alpha.1.22478.6 - 8.0.0-alpha.1.22478.6 - 8.0.0-alpha.1.22478.6 - 8.0.0-alpha.1.22478.6 - 8.0.0-alpha.1.22478.6 - 8.0.0-alpha.1.22478.6 - 8.0.0-alpha.1.22478.6 + 8.0.0-alpha.1.22479.12 + 8.0.0-alpha.1.22479.12 + 8.0.0-alpha.1.22479.12 + 8.0.0-alpha.1.22479.12 + 8.0.0-alpha.1.22479.12 + 8.0.0-alpha.1.22479.12 + 8.0.0-alpha.1.22479.12 0.2.0 - 8.0.100-alpha.1.22479.13 - 8.0.100-alpha.1.22479.13 - 8.0.100-alpha.1.22479.13 + 8.0.100-alpha.1.22479.18 + 8.0.100-alpha.1.22479.18 + 8.0.100-alpha.1.22479.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22477.10 + 8.0.0-alpha.1.22478.11 - 8.0.0-alpha.1.22477.10 - 8.0.0-alpha.1.22477.10 - 8.0.0-alpha.1.22477.10 - 8.0.0-alpha.1.22477.10 - 8.0.0-alpha.1.22477.10 - 8.0.0-alpha.1.22477.10 + 8.0.0-alpha.1.22478.11 + 8.0.0-alpha.1.22478.11 + 8.0.0-alpha.1.22478.11 + 8.0.0-alpha.1.22478.11 + 8.0.0-alpha.1.22478.11 + 8.0.0-alpha.1.22478.11 2.1.0 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 - 8.0.0-alpha.1.22477.5 + 8.0.0-alpha.1.22478.4 + 8.0.0-alpha.1.22478.4 + 8.0.0-alpha.1.22478.4 + 8.0.0-alpha.1.22478.4 From 816bbb94792f18ab112a5fea71ed6118f6e09356 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 04:03:16 +0000 Subject: [PATCH 271/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.19 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.13 -> To Version 8.0.100-alpha.1.22479.19 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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 From Version 8.0.0-alpha.1.22477.5 -> To Version 8.0.0-alpha.1.22478.4 (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 f646d90ce..50aad34e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 + 801558ecec97e493e8c82640b81a85ef53a32444 - + https://github.com/dotnet/sdk - 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 + 801558ecec97e493e8c82640b81a85ef53a32444 - + https://github.com/dotnet/sdk - 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 + 801558ecec97e493e8c82640b81a85ef53a32444 - + https://github.com/dotnet/sdk - 3c79dfa67213ed14d2bc99813e7faaa47c6ff5f5 + 801558ecec97e493e8c82640b81a85ef53a32444 diff --git a/eng/Versions.props b/eng/Versions.props index 85120240e..cfb9232ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.18 - 8.0.100-alpha.1.22479.18 - 8.0.100-alpha.1.22479.18 + 8.0.100-alpha.1.22479.19 + 8.0.100-alpha.1.22479.19 + 8.0.100-alpha.1.22479.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3476955f31cfc71575797fb9949ec974308ff47f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 05:42:02 +0000 Subject: [PATCH 272/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.13 -> To Version 8.0.100-alpha.1.22479.20 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Build From Version 8.0.0-alpha.1.22477.5 -> To Version 8.0.0-alpha.1.22478.4 (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 50aad34e6..59f60b8fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - 801558ecec97e493e8c82640b81a85ef53a32444 + bbd36fa6d7392f3457663421648a89ce40353133 - + https://github.com/dotnet/sdk - 801558ecec97e493e8c82640b81a85ef53a32444 + bbd36fa6d7392f3457663421648a89ce40353133 - + https://github.com/dotnet/sdk - 801558ecec97e493e8c82640b81a85ef53a32444 + bbd36fa6d7392f3457663421648a89ce40353133 - + https://github.com/dotnet/sdk - 801558ecec97e493e8c82640b81a85ef53a32444 + bbd36fa6d7392f3457663421648a89ce40353133 @@ -154,9 +154,9 @@ 933b669cbcdef04b7350cfb368a95e27ff8eeebb - + https://github.com/dotnet/msbuild - fcc47893800b67cb43c1bd53771426e701505abf + 88f89b1058d1967b7c401c099f4ca550c9d51750 diff --git a/eng/Versions.props b/eng/Versions.props index cfb9232ee..396059923 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.19 - 8.0.100-alpha.1.22479.19 - 8.0.100-alpha.1.22479.19 + 8.0.100-alpha.1.22479.20 + 8.0.100-alpha.1.22479.20 + 8.0.100-alpha.1.22479.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8d1d2c05004e7f93a9e4406562e7b11e246d54ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 06:53:02 +0000 Subject: [PATCH 273/501] Update dependencies from https://github.com/dotnet/sdk build 20220929.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.13 -> To Version 8.0.100-alpha.1.22479.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Build From Version 8.0.0-alpha.1.22477.5 -> To Version 8.0.0-alpha.1.22478.4 (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 59f60b8fa..2d9421fe5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - bbd36fa6d7392f3457663421648a89ce40353133 + ec933ac18dc879a33360e96e0c1979c0d082da1e - + https://github.com/dotnet/sdk - bbd36fa6d7392f3457663421648a89ce40353133 + ec933ac18dc879a33360e96e0c1979c0d082da1e - + https://github.com/dotnet/sdk - bbd36fa6d7392f3457663421648a89ce40353133 + ec933ac18dc879a33360e96e0c1979c0d082da1e - + https://github.com/dotnet/sdk - bbd36fa6d7392f3457663421648a89ce40353133 + ec933ac18dc879a33360e96e0c1979c0d082da1e diff --git a/eng/Versions.props b/eng/Versions.props index 396059923..9ed831116 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.20 - 8.0.100-alpha.1.22479.20 - 8.0.100-alpha.1.22479.20 + 8.0.100-alpha.1.22479.21 + 8.0.100-alpha.1.22479.21 + 8.0.100-alpha.1.22479.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 64b88b02afca6be3c535a06d9b37c335faa90e59 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 08:45:50 +0000 Subject: [PATCH 274/501] Update dependencies from https://github.com/dotnet/sdk build 20220930.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.21 -> To Version 8.0.100-alpha.1.22480.1 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.4.0-3.22478.13 -> To Version 4.4.0-3.22479.16 (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 2d9421fe5..1bcddab53 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - ec933ac18dc879a33360e96e0c1979c0d082da1e + f97b75c2e08711484ad46437876a7464d5ab9963 - + https://github.com/dotnet/sdk - ec933ac18dc879a33360e96e0c1979c0d082da1e + f97b75c2e08711484ad46437876a7464d5ab9963 - + https://github.com/dotnet/sdk - ec933ac18dc879a33360e96e0c1979c0d082da1e + f97b75c2e08711484ad46437876a7464d5ab9963 - + https://github.com/dotnet/sdk - ec933ac18dc879a33360e96e0c1979c0d082da1e + f97b75c2e08711484ad46437876a7464d5ab9963 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 933b669cbcdef04b7350cfb368a95e27ff8eeebb + 23ecea2c4bec472f95e18c2a948df9fc3b1aec5f diff --git a/eng/Versions.props b/eng/Versions.props index 9ed831116..ac990587f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22479.21 - 8.0.100-alpha.1.22479.21 - 8.0.100-alpha.1.22479.21 + 8.0.100-alpha.1.22480.1 + 8.0.100-alpha.1.22480.1 + 8.0.100-alpha.1.22480.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 94a627b91025e362fba441979f86167a831d4803 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 09:35:43 +0000 Subject: [PATCH 275/501] Update dependencies from https://github.com/dotnet/sdk build 20220930.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22479.21 -> To Version 8.0.100-alpha.1.22480.4 Dependency coherency updates 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.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22479.12 -> To Version 8.0.0-alpha.1.22479.18 (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 1bcddab53..f795235bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime f518c05eb42776b7d34c974bb83efcc821122bd5 - + https://github.com/dotnet/aspnetcore - c226a4b7e49a7740a27f0cfa6f517d120c57aafd + 55f7089461d58a38951762b57be32e0cda199d90 - + https://github.com/dotnet/aspnetcore - c226a4b7e49a7740a27f0cfa6f517d120c57aafd + 55f7089461d58a38951762b57be32e0cda199d90 - + https://github.com/dotnet/aspnetcore - c226a4b7e49a7740a27f0cfa6f517d120c57aafd + 55f7089461d58a38951762b57be32e0cda199d90 - + https://github.com/dotnet/aspnetcore - c226a4b7e49a7740a27f0cfa6f517d120c57aafd + 55f7089461d58a38951762b57be32e0cda199d90 - + https://github.com/dotnet/aspnetcore - c226a4b7e49a7740a27f0cfa6f517d120c57aafd + 55f7089461d58a38951762b57be32e0cda199d90 - + https://github.com/dotnet/aspnetcore - c226a4b7e49a7740a27f0cfa6f517d120c57aafd + 55f7089461d58a38951762b57be32e0cda199d90 - + https://github.com/dotnet/aspnetcore - c226a4b7e49a7740a27f0cfa6f517d120c57aafd + 55f7089461d58a38951762b57be32e0cda199d90 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - f97b75c2e08711484ad46437876a7464d5ab9963 + c089b0d1fb9ae4f13dd5d07538e2a93215a906df - + https://github.com/dotnet/sdk - f97b75c2e08711484ad46437876a7464d5ab9963 + c089b0d1fb9ae4f13dd5d07538e2a93215a906df - + https://github.com/dotnet/sdk - f97b75c2e08711484ad46437876a7464d5ab9963 + c089b0d1fb9ae4f13dd5d07538e2a93215a906df - + https://github.com/dotnet/sdk - f97b75c2e08711484ad46437876a7464d5ab9963 + c089b0d1fb9ae4f13dd5d07538e2a93215a906df diff --git a/eng/Versions.props b/eng/Versions.props index ac990587f..cc572a55b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22479.12 - 8.0.0-alpha.1.22479.12 - 8.0.0-alpha.1.22479.12 - 8.0.0-alpha.1.22479.12 - 8.0.0-alpha.1.22479.12 - 8.0.0-alpha.1.22479.12 - 8.0.0-alpha.1.22479.12 + 8.0.0-alpha.1.22479.18 + 8.0.0-alpha.1.22479.18 + 8.0.0-alpha.1.22479.18 + 8.0.0-alpha.1.22479.18 + 8.0.0-alpha.1.22479.18 + 8.0.0-alpha.1.22479.18 + 8.0.0-alpha.1.22479.18 0.2.0 - 8.0.100-alpha.1.22480.1 - 8.0.100-alpha.1.22480.1 - 8.0.100-alpha.1.22480.1 + 8.0.100-alpha.1.22480.4 + 8.0.100-alpha.1.22480.4 + 8.0.100-alpha.1.22480.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b55b7c1bd569252bc1b550f4d4c8cf4e67cf048a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 12:25:51 +0000 Subject: [PATCH 276/501] Update dependencies from https://github.com/dotnet/arcade build 20220929.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22478.2 -> To Version 8.0.0-beta.22479.2 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22477-01 -> To Version 1.2.0-beta-22478-02 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/init-tools-native.ps1 | 1 + global.json | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d9421fe5..31d95901f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 839e1e3b415fc2747dde68f47d940faa414020ec + 53c19829c61fa652687e90075ec391f7610d506f - + https://github.com/dotnet/arcade - 839e1e3b415fc2747dde68f47d940faa414020ec + 53c19829c61fa652687e90075ec391f7610d506f - + https://github.com/dotnet/arcade - 839e1e3b415fc2747dde68f47d940faa414020ec + 53c19829c61fa652687e90075ec391f7610d506f https://github.com/dotnet/arcade-services @@ -219,9 +219,9 @@ a7794a9e26ec88739e3cfc9825cb107d53a7e6f9 - + https://github.com/dotnet/sourcelink - 50130a9bdd1a63b0cfaa1f267d3f7bff2ca7e631 + 9d3d07c9b25717607023b42a5a639117eadba860 diff --git a/eng/Versions.props b/eng/Versions.props index 9ed831116..b122e79c9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22478.2 + 8.0.0-beta.22479.2 diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index ac42f04a9..fbc67effc 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -113,6 +113,7 @@ try { $ToolPath = Convert-Path -Path $BinPath Write-Host "Adding $ToolName to the path ($ToolPath)..." Write-Host "##vso[task.prependpath]$ToolPath" + $env:PATH = "$ToolPath;$env:PATH" $InstalledTools += @{ $ToolName = $ToolDirectory.FullName } } } diff --git a/global.json b/global.json index 4d3e5152f..94c0f4800 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.22478.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22478.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22479.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22479.2" } } From cc5946844de70b9ead72394d76e5781acd007029 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Fri, 30 Sep 2022 13:38:07 +0000 Subject: [PATCH 277/501] Resolve patch conflict --- .../tarball/patches/runtime/0003-Update-compiler-version.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch b/src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch index e26213b6b..0af4d662a 100644 --- a/src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch +++ b/src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch @@ -27,7 +27,7 @@ index fe8aac648cd..2f16902347b 100644 + 4.4.0-3.22472.1 0.2.0 - 7.0.100-rc.1.22402.1 + 8.0.100-alpha.1.22462.3 diff --git a/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs b/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs index c55ee607da7..4e1246b481b 100644 --- a/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs From eebb9b6ea23c1fc1f18575e6e7aaba6d430952de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 14:35:24 +0000 Subject: [PATCH 278/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220930.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22477.2 -> To Version 8.0.0-alpha.1.22480.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d9421fe5..5ed77b538 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - a7794a9e26ec88739e3cfc9825cb107d53a7e6f9 + 86f1b8bab00224aad270d0524cf76d5a8779a299 From 732140be36411e6b18573f5f5812b463828172cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 30 Sep 2022 22:46:20 +0000 Subject: [PATCH 279/501] Update dependencies from https://github.com/dotnet/sdk build 20220930.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22480.4 -> To Version 8.0.100-alpha.1.22480.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Build From Version 8.0.0-alpha.1.22478.4 -> To Version 8.0.0-alpha.1.22479.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 72 ++++++++++++++++++++--------------------- eng/Versions.props | 32 +++++++++--------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44672c90a..051fad8d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - e00cfb429a01ef464ad5852f8058ae1d135345b2 + da7af5021c962ad54e65032da06f31c144e1f29d - + https://github.com/dotnet/windowsdesktop - e00cfb429a01ef464ad5852f8058ae1d135345b2 + da7af5021c962ad54e65032da06f31c144e1f29d - + https://github.com/dotnet/windowsdesktop - e00cfb429a01ef464ad5852f8058ae1d135345b2 + da7af5021c962ad54e65032da06f31c144e1f29d - + https://github.com/dotnet/windowsdesktop - e00cfb429a01ef464ad5852f8058ae1d135345b2 + da7af5021c962ad54e65032da06f31c144e1f29d https://github.com/dotnet/llvm-project 8688ea2538ef1287c6619d35a26b5750d355cc18 - + https://github.com/dotnet/runtime - f518c05eb42776b7d34c974bb83efcc821122bd5 + 43fa22f07449f24f6959b959e49c69aff91a8a14 - + https://github.com/dotnet/runtime - f518c05eb42776b7d34c974bb83efcc821122bd5 + 43fa22f07449f24f6959b959e49c69aff91a8a14 - + https://github.com/dotnet/runtime - f518c05eb42776b7d34c974bb83efcc821122bd5 + 43fa22f07449f24f6959b959e49c69aff91a8a14 - + https://github.com/dotnet/runtime - f518c05eb42776b7d34c974bb83efcc821122bd5 + 43fa22f07449f24f6959b959e49c69aff91a8a14 - + https://github.com/dotnet/runtime - f518c05eb42776b7d34c974bb83efcc821122bd5 + 43fa22f07449f24f6959b959e49c69aff91a8a14 - + https://github.com/dotnet/runtime - f518c05eb42776b7d34c974bb83efcc821122bd5 + 43fa22f07449f24f6959b959e49c69aff91a8a14 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - f518c05eb42776b7d34c974bb83efcc821122bd5 + 43fa22f07449f24f6959b959e49c69aff91a8a14 https://github.com/dotnet/aspnetcore @@ -103,31 +103,31 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - c089b0d1fb9ae4f13dd5d07538e2a93215a906df + d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 - + https://github.com/dotnet/sdk - c089b0d1fb9ae4f13dd5d07538e2a93215a906df + d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 - + https://github.com/dotnet/sdk - c089b0d1fb9ae4f13dd5d07538e2a93215a906df + d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 - + https://github.com/dotnet/sdk - c089b0d1fb9ae4f13dd5d07538e2a93215a906df + d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 - + https://github.com/dotnet/winforms - 9b6cbf334b2ed0eb0b6ab2a4e7a0625d965e506f + 4ea24c73365bfbfe6faace8716cff0dcc11b1f23 - + https://github.com/dotnet/wpf - 6d5f4180dedc70526f4293604d54fe0fde578cc5 + 8e3b75ace642504998cfe507912c5cc5cd363383 https://github.com/dotnet/fsharp @@ -154,9 +154,9 @@ 23ecea2c4bec472f95e18c2a948df9fc3b1aec5f - + https://github.com/dotnet/msbuild - 88f89b1058d1967b7c401c099f4ca550c9d51750 + c3fb3150ad660506bb791ad053486edb5a32abf7 diff --git a/eng/Versions.props b/eng/Versions.props index 3944fa66c..9091a120d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22478.2 + 8.0.0-alpha.1.22479.2 - 8.0.0-alpha.1.22478.3 + 8.0.0-alpha.1.22479.4 @@ -66,33 +66,33 @@ - 8.0.100-alpha.1.22480.4 - 8.0.100-alpha.1.22480.4 - 8.0.100-alpha.1.22480.4 + 8.0.100-alpha.1.22480.11 + 8.0.100-alpha.1.22480.11 + 8.0.100-alpha.1.22480.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22478.11 + 8.0.0-alpha.1.22479.9 - 8.0.0-alpha.1.22478.11 - 8.0.0-alpha.1.22478.11 - 8.0.0-alpha.1.22478.11 - 8.0.0-alpha.1.22478.11 - 8.0.0-alpha.1.22478.11 - 8.0.0-alpha.1.22478.11 + 8.0.0-alpha.1.22479.9 + 8.0.0-alpha.1.22479.9 + 8.0.0-alpha.1.22479.9 + 8.0.0-alpha.1.22479.9 + 8.0.0-alpha.1.22479.9 + 8.0.0-alpha.1.22479.9 2.1.0 - 8.0.0-alpha.1.22478.4 - 8.0.0-alpha.1.22478.4 - 8.0.0-alpha.1.22478.4 - 8.0.0-alpha.1.22478.4 + 8.0.0-alpha.1.22479.7 + 8.0.0-alpha.1.22479.7 + 8.0.0-alpha.1.22479.7 + 8.0.0-alpha.1.22479.7 From ff365195afe47c79e2d56934ec29ebabf8ce0a93 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 1 Oct 2022 04:13:08 +0000 Subject: [PATCH 280/501] Update dependencies from https://github.com/dotnet/sdk build 20220930.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22480.4 -> To Version 8.0.100-alpha.1.22480.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Build From Version 8.0.0-alpha.1.22478.4 -> To Version 8.0.0-alpha.1.22479.7 (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 051fad8d6..fef4a5246 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 + a9179759a3fdefd9ccb55763bdd6afc367c425a9 - + https://github.com/dotnet/sdk - d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 + a9179759a3fdefd9ccb55763bdd6afc367c425a9 - + https://github.com/dotnet/sdk - d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 + a9179759a3fdefd9ccb55763bdd6afc367c425a9 - + https://github.com/dotnet/sdk - d07f3fe1da14613d9ee0d78b8feb2453ddb30fd2 + a9179759a3fdefd9ccb55763bdd6afc367c425a9 diff --git a/eng/Versions.props b/eng/Versions.props index 9091a120d..0af08ddd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22480.11 - 8.0.100-alpha.1.22480.11 - 8.0.100-alpha.1.22480.11 + 8.0.100-alpha.1.22480.12 + 8.0.100-alpha.1.22480.12 + 8.0.100-alpha.1.22480.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d6be05d011e784493338dea5c555a4a25b586183 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 1 Oct 2022 12:25:33 +0000 Subject: [PATCH 281/501] Update dependencies from https://github.com/dotnet/arcade build 20220930.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22479.2 -> To Version 8.0.0-beta.22480.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/templates/job/job.yml | 4 ++++ eng/common/templates/steps/generate-sbom.yml | 4 ++++ global.json | 4 ++-- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44672c90a..cec2a2235 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 53c19829c61fa652687e90075ec391f7610d506f + 60e9ab3c31d68167f8dac5b8e2c536deb12ef737 - + https://github.com/dotnet/arcade - 53c19829c61fa652687e90075ec391f7610d506f + 60e9ab3c31d68167f8dac5b8e2c536deb12ef737 - + https://github.com/dotnet/arcade - 53c19829c61fa652687e90075ec391f7610d506f + 60e9ab3c31d68167f8dac5b8e2c536deb12ef737 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 3944fa66c..a62d34c69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22479.2 + 8.0.0-beta.22480.2 diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 459f3c4fc..9f55d3f46 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -25,6 +25,7 @@ parameters: enablePublishTestResults: false enablePublishUsingPipelines: false disableComponentGovernance: false + componentGovernanceIgnoreDirectories: '' mergeTestResults: false testRunTitle: '' testResultsFormat: '' @@ -146,6 +147,8 @@ jobs: - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(parameters.disableComponentGovernance, 'true')) }}: - task: ComponentGovernanceComponentDetection@0 continueOnError: true + inputs: + ignoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }} - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: @@ -223,4 +226,5 @@ jobs: parameters: PackageVersion: ${{ parameters.packageVersion}} BuildDropPath: ${{ parameters.buildDropPath }} + IgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }} diff --git a/eng/common/templates/steps/generate-sbom.yml b/eng/common/templates/steps/generate-sbom.yml index 4cea8c331..a06373f38 100644 --- a/eng/common/templates/steps/generate-sbom.yml +++ b/eng/common/templates/steps/generate-sbom.yml @@ -2,12 +2,14 @@ # PackageName - The name of the package this SBOM represents. # PackageVersion - The version of the package this SBOM represents. # ManifestDirPath - The path of the directory where the generated manifest files will be placed +# IgnoreDirectories - Directories to ignore for SBOM generation. This will be passed through to the CG component detector. parameters: PackageVersion: 7.0.0 BuildDropPath: '$(Build.SourcesDirectory)/artifacts' PackageName: '.NET' ManifestDirPath: $(Build.ArtifactStagingDirectory)/sbom + IgnoreDirectories: '' sbomContinueOnError: true steps: @@ -34,6 +36,8 @@ steps: BuildDropPath: ${{ parameters.buildDropPath }} PackageVersion: ${{ parameters.packageVersion }} ManifestDirPath: ${{ parameters.manifestDirPath }} + ${{ if ne(parameters.IgnoreDirectories, '') }}: + AdditionalComponentDetectorArgs: '--IgnoreDirectories ${{ parameters.IgnoreDirectories }}' - task: PublishPipelineArtifact@1 displayName: Publish SBOM manifest diff --git a/global.json b/global.json index 94c0f4800..1f3fa8ba8 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.22479.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22479.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22480.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22480.2" } } From 6dbadde16f795b509e9d4c63f372139582606f3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 3 Oct 2022 14:00:35 +0000 Subject: [PATCH 282/501] Update dependencies from https://github.com/dotnet/test-templates build 20221003.1 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22479.1 -> To Version 1.0.2-beta4.22503.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44672c90a..822500df6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - 3d631e2dc3b1c03692ab543ba4235ef724538641 + ab78767e9f0b65633d0dcaf1e9f809763891473f - + https://github.com/dotnet/test-templates - 3d631e2dc3b1c03692ab543ba4235ef724538641 + ab78767e9f0b65633d0dcaf1e9f809763891473f - + https://github.com/dotnet/test-templates - 3d631e2dc3b1c03692ab543ba4235ef724538641 + ab78767e9f0b65633d0dcaf1e9f809763891473f diff --git a/eng/Versions.props b/eng/Versions.props index 3944fa66c..7b1913094 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22479.1 - 1.0.2-beta4.22479.1 - 1.0.2-beta4.22479.1 + 1.0.2-beta4.22503.1 + 1.0.2-beta4.22503.1 + 1.0.2-beta4.22503.1 From c0bae8749f12a4033c30479351ec82b2e8a6b0fe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 3 Oct 2022 16:02:10 +0000 Subject: [PATCH 283/501] Update dependencies from https://github.com/dotnet/test-templates build 20221003.2 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22479.1 -> To Version 1.0.2-beta4.22503.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 822500df6..00c6d369a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - ab78767e9f0b65633d0dcaf1e9f809763891473f + aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/test-templates - ab78767e9f0b65633d0dcaf1e9f809763891473f + aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/test-templates - ab78767e9f0b65633d0dcaf1e9f809763891473f + aaaa0c1826f97a9dfcc67e94136bf01010b55f23 diff --git a/eng/Versions.props b/eng/Versions.props index 7b1913094..7cd8171de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22503.1 - 1.0.2-beta4.22503.1 - 1.0.2-beta4.22503.1 + 1.0.2-beta4.22503.2 + 1.0.2-beta4.22503.2 + 1.0.2-beta4.22503.2 From cab1376a234317c0a5badf762c90f38f16333ef4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 3 Oct 2022 16:44:23 +0000 Subject: [PATCH 284/501] Update dependencies from https://github.com/dotnet/sdk build 20221003.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22480.4 -> To Version 8.0.100-alpha.1.22503.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Build From Version 8.0.0-alpha.1.22478.4 -> To Version 8.0.0-alpha.1.22479.7 (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 fef4a5246..979095422 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - a9179759a3fdefd9ccb55763bdd6afc367c425a9 + 771135370a6700de5f09c7543ff2d77194faf64c - + https://github.com/dotnet/sdk - a9179759a3fdefd9ccb55763bdd6afc367c425a9 + 771135370a6700de5f09c7543ff2d77194faf64c - + https://github.com/dotnet/sdk - a9179759a3fdefd9ccb55763bdd6afc367c425a9 + 771135370a6700de5f09c7543ff2d77194faf64c - + https://github.com/dotnet/sdk - a9179759a3fdefd9ccb55763bdd6afc367c425a9 + 771135370a6700de5f09c7543ff2d77194faf64c diff --git a/eng/Versions.props b/eng/Versions.props index 0af08ddd9..a40ed1546 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22480.12 - 8.0.100-alpha.1.22480.12 - 8.0.100-alpha.1.22480.12 + 8.0.100-alpha.1.22503.1 + 8.0.100-alpha.1.22503.1 + 8.0.100-alpha.1.22503.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From caa7c63ac837971d6b05f8bb59442a98c4a7512e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 3 Oct 2022 19:06:07 +0000 Subject: [PATCH 285/501] Update dependencies from https://github.com/dotnet/sdk build 20221003.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22480.4 -> To Version 8.0.100-alpha.1.22503.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Build From Version 8.0.0-alpha.1.22478.4 -> To Version 8.0.0-alpha.1.22479.7 (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 979095422..a7341c4aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - 771135370a6700de5f09c7543ff2d77194faf64c + ac6cd3913898e579b620b8b07c60783821686db7 - + https://github.com/dotnet/sdk - 771135370a6700de5f09c7543ff2d77194faf64c + ac6cd3913898e579b620b8b07c60783821686db7 - + https://github.com/dotnet/sdk - 771135370a6700de5f09c7543ff2d77194faf64c + ac6cd3913898e579b620b8b07c60783821686db7 - + https://github.com/dotnet/sdk - 771135370a6700de5f09c7543ff2d77194faf64c + ac6cd3913898e579b620b8b07c60783821686db7 diff --git a/eng/Versions.props b/eng/Versions.props index a40ed1546..ec3e870ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22503.1 - 8.0.100-alpha.1.22503.1 - 8.0.100-alpha.1.22503.1 + 8.0.100-alpha.1.22503.2 + 8.0.100-alpha.1.22503.2 + 8.0.100-alpha.1.22503.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2cb31e0895ad723a16df5bae82b892fce25ad887 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 3 Oct 2022 22:05:48 +0000 Subject: [PATCH 286/501] Update dependencies from https://github.com/dotnet/sdk build 20221003.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22480.4 -> To Version 8.0.100-alpha.1.22503.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Build From Version 8.0.0-alpha.1.22478.4 -> To Version 8.0.0-alpha.1.22479.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7341c4aa..1353ec9b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,35 +17,35 @@ https://github.com/dotnet/windowsdesktop da7af5021c962ad54e65032da06f31c144e1f29d - + https://github.com/dotnet/llvm-project - 8688ea2538ef1287c6619d35a26b5750d355cc18 + 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - 43fa22f07449f24f6959b959e49c69aff91a8a14 + b8d49801fe03b96d2fead3d97a11dce1e723dd17 - + https://github.com/dotnet/runtime - 43fa22f07449f24f6959b959e49c69aff91a8a14 + b8d49801fe03b96d2fead3d97a11dce1e723dd17 - + https://github.com/dotnet/runtime - 43fa22f07449f24f6959b959e49c69aff91a8a14 + b8d49801fe03b96d2fead3d97a11dce1e723dd17 - + https://github.com/dotnet/runtime - 43fa22f07449f24f6959b959e49c69aff91a8a14 + b8d49801fe03b96d2fead3d97a11dce1e723dd17 - + https://github.com/dotnet/runtime - 43fa22f07449f24f6959b959e49c69aff91a8a14 + b8d49801fe03b96d2fead3d97a11dce1e723dd17 - + https://github.com/dotnet/runtime - 43fa22f07449f24f6959b959e49c69aff91a8a14 + b8d49801fe03b96d2fead3d97a11dce1e723dd17 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 43fa22f07449f24f6959b959e49c69aff91a8a14 + b8d49801fe03b96d2fead3d97a11dce1e723dd17 https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ 3d631e2dc3b1c03692ab543ba4235ef724538641 - + https://github.com/dotnet/sdk - ac6cd3913898e579b620b8b07c60783821686db7 + ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f - + https://github.com/dotnet/sdk - ac6cd3913898e579b620b8b07c60783821686db7 + ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f - + https://github.com/dotnet/sdk - ac6cd3913898e579b620b8b07c60783821686db7 + ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f - + https://github.com/dotnet/sdk - ac6cd3913898e579b620b8b07c60783821686db7 + ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f diff --git a/eng/Versions.props b/eng/Versions.props index ec3e870ad..6286e1e73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22503.2 - 8.0.100-alpha.1.22503.2 - 8.0.100-alpha.1.22503.2 + 8.0.100-alpha.1.22503.5 + 8.0.100-alpha.1.22503.5 + 8.0.100-alpha.1.22503.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22479.9 + 8.0.0-alpha.1.22502.5 - 8.0.0-alpha.1.22479.9 - 8.0.0-alpha.1.22479.9 - 8.0.0-alpha.1.22479.9 - 8.0.0-alpha.1.22479.9 - 8.0.0-alpha.1.22479.9 - 8.0.0-alpha.1.22479.9 + 8.0.0-alpha.1.22502.5 + 8.0.0-alpha.1.22502.5 + 8.0.0-alpha.1.22502.5 + 8.0.0-alpha.1.22502.5 + 8.0.0-alpha.1.22502.5 + 8.0.0-alpha.1.22502.5 2.1.0 From 40b18479efe53aa7997b8b986fd2a2802276dd0e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 3 Oct 2022 23:13:03 +0000 Subject: [PATCH 287/501] Update dependencies from https://github.com/dotnet/sdk build 20221003.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22503.5 -> To Version 8.0.100-alpha.1.22503.7 --- 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 a8398fd83..c935f5a67 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f + be3b56484d8c67bab37831882abaad127a4e5c63 - + https://github.com/dotnet/sdk - ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f + be3b56484d8c67bab37831882abaad127a4e5c63 - + https://github.com/dotnet/sdk - ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f + be3b56484d8c67bab37831882abaad127a4e5c63 - + https://github.com/dotnet/sdk - ad0cef7ac6a96f976f5ff394f5d61aaa0d5e135f + be3b56484d8c67bab37831882abaad127a4e5c63 diff --git a/eng/Versions.props b/eng/Versions.props index 8e227993b..a0f314bd1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22503.5 - 8.0.100-alpha.1.22503.5 - 8.0.100-alpha.1.22503.5 + 8.0.100-alpha.1.22503.7 + 8.0.100-alpha.1.22503.7 + 8.0.100-alpha.1.22503.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8ebbb1b177f3d94b89e6ce0ae6da484585939baf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 4 Oct 2022 00:24:35 +0000 Subject: [PATCH 288/501] Update dependencies from https://github.com/dotnet/sdk build 20221003.10 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22503.5 -> To Version 8.0.100-alpha.1.22503.10 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22479.18 -> To Version 8.0.0-alpha.1.22503.7 (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 c935f5a67..e2353c8f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime b8d49801fe03b96d2fead3d97a11dce1e723dd17 - + https://github.com/dotnet/aspnetcore - 55f7089461d58a38951762b57be32e0cda199d90 + a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 - + https://github.com/dotnet/aspnetcore - 55f7089461d58a38951762b57be32e0cda199d90 + a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 - + https://github.com/dotnet/aspnetcore - 55f7089461d58a38951762b57be32e0cda199d90 + a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 - + https://github.com/dotnet/aspnetcore - 55f7089461d58a38951762b57be32e0cda199d90 + a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 - + https://github.com/dotnet/aspnetcore - 55f7089461d58a38951762b57be32e0cda199d90 + a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 - + https://github.com/dotnet/aspnetcore - 55f7089461d58a38951762b57be32e0cda199d90 + a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 - + https://github.com/dotnet/aspnetcore - 55f7089461d58a38951762b57be32e0cda199d90 + a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - be3b56484d8c67bab37831882abaad127a4e5c63 + 71eb1f60636852367ed209837324e779b1ad0514 - + https://github.com/dotnet/sdk - be3b56484d8c67bab37831882abaad127a4e5c63 + 71eb1f60636852367ed209837324e779b1ad0514 - + https://github.com/dotnet/sdk - be3b56484d8c67bab37831882abaad127a4e5c63 + 71eb1f60636852367ed209837324e779b1ad0514 - + https://github.com/dotnet/sdk - be3b56484d8c67bab37831882abaad127a4e5c63 + 71eb1f60636852367ed209837324e779b1ad0514 diff --git a/eng/Versions.props b/eng/Versions.props index a0f314bd1..76204c9e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22479.18 - 8.0.0-alpha.1.22479.18 - 8.0.0-alpha.1.22479.18 - 8.0.0-alpha.1.22479.18 - 8.0.0-alpha.1.22479.18 - 8.0.0-alpha.1.22479.18 - 8.0.0-alpha.1.22479.18 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 0.2.0 - 8.0.100-alpha.1.22503.7 - 8.0.100-alpha.1.22503.7 - 8.0.100-alpha.1.22503.7 + 8.0.100-alpha.1.22503.10 + 8.0.100-alpha.1.22503.10 + 8.0.100-alpha.1.22503.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ddddfa6523e5830af8c30dfb6c29239602909ad6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 4 Oct 2022 08:58:16 +0000 Subject: [PATCH 289/501] Update dependencies from https://github.com/dotnet/sdk build 20221004.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22503.5 -> To Version 8.0.100-alpha.1.22504.3 Dependency coherency updates 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.NET.Test.Sdk From Version 8.0.0-alpha.1.22479.18 -> To Version 8.0.0-alpha.1.22503.7 (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 e2353c8f5..64508f732 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 71eb1f60636852367ed209837324e779b1ad0514 + d7830f2a921262ab497398216d2288e6fe60c91b - + https://github.com/dotnet/sdk - 71eb1f60636852367ed209837324e779b1ad0514 + d7830f2a921262ab497398216d2288e6fe60c91b - + https://github.com/dotnet/sdk - 71eb1f60636852367ed209837324e779b1ad0514 + d7830f2a921262ab497398216d2288e6fe60c91b - + https://github.com/dotnet/sdk - 71eb1f60636852367ed209837324e779b1ad0514 + d7830f2a921262ab497398216d2288e6fe60c91b @@ -138,9 +138,9 @@ 7669e0a6dbeb872512c073c49c7661a71cfb6e07 - + https://github.com/microsoft/vstest - b78b0f67578fcd2fe96fbbc53c4be80e2e92e980 + 70ffa33ddf8e8447580cbd23655da5755dee9ae5 diff --git a/eng/Versions.props b/eng/Versions.props index 76204c9e5..e9867e080 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22503.10 - 8.0.100-alpha.1.22503.10 - 8.0.100-alpha.1.22503.10 + 8.0.100-alpha.1.22504.3 + 8.0.100-alpha.1.22504.3 + 8.0.100-alpha.1.22504.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20220928-01 + 17.5.0-preview-20221002-01 7.0.0-rc.1.22426.10. From c5cd02609d62baa36a6c89a0fb30e3c35299e3df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 4 Oct 2022 12:24:56 +0000 Subject: [PATCH 290/501] Update dependencies from https://github.com/dotnet/arcade build 20221003.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22480.2 -> To Version 8.0.0-beta.22503.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/cross/build-rootfs.sh | 7 ++++--- eng/common/templates/steps/source-build.yml | 6 ++++++ global.json | 4 ++-- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a8398fd83..8f1f6bcf1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 60e9ab3c31d68167f8dac5b8e2c536deb12ef737 + d2d39276af2db3da7816ee2dc543e120d7e5781e - + https://github.com/dotnet/arcade - 60e9ab3c31d68167f8dac5b8e2c536deb12ef737 + d2d39276af2db3da7816ee2dc543e120d7e5781e - + https://github.com/dotnet/arcade - 60e9ab3c31d68167f8dac5b8e2c536deb12ef737 + d2d39276af2db3da7816ee2dc543e120d7e5781e https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 8e227993b..cb6adb865 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22480.2 + 8.0.0-beta.22503.1 diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 5680980fa..eddb4c380 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -391,9 +391,9 @@ elif [[ "$__CodeName" == "illumos" ]]; then --with-gnu-ld --disable-nls --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libcilkrts --disable-libada --disable-libsanitizer \ --disable-libquadmath-support --disable-shared --enable-tls make -j "$JOBS" && make install && cd .. - BaseUrl=https://pkgsrc.joyent.com + BaseUrl=https://pkgsrc.smartos.org if [[ "$__UseMirror" == 1 ]]; then - BaseUrl=http://pkgsrc.smartos.skylime.net + BaseUrl=https://pkgsrc.smartos.skylime.net fi BaseUrl="$BaseUrl/packages/SmartOS/trunk/${__illumosArch}/All" echo "Downloading manifest" @@ -402,7 +402,8 @@ elif [[ "$__CodeName" == "illumos" ]]; then read -ra array <<<"$__IllumosPackages" for package in "${array[@]}"; do echo "Installing '$package'" - package="$(grep ">$package-[0-9]" All | sed -En 's/.*href="(.*)\.tgz".*/\1/p')" + # find last occurrence of package in listing and extract its name + package="$(sed -En '/.*href="('"$package"'-[0-9].*).tgz".*/h;$!d;g;s//\1/p' All)" echo "Resolved name '$package'" wget "$BaseUrl"/"$package".tgz ar -x "$package".tgz diff --git a/eng/common/templates/steps/source-build.yml b/eng/common/templates/steps/source-build.yml index 4ec5577d2..a97a185a3 100644 --- a/eng/common/templates/steps/source-build.yml +++ b/eng/common/templates/steps/source-build.yml @@ -63,6 +63,11 @@ steps: targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}' fi + runtimeOsArgs= + if [ '${{ parameters.platform.runtimeOS }}' != '' ]; then + runtimeOsArgs='/p:RuntimeOS=${{ parameters.platform.runtimeOS }}' + fi + publishArgs= if [ '${{ parameters.platform.skipPublishValidation }}' != 'true' ]; then publishArgs='--publish' @@ -80,6 +85,7 @@ steps: $internalRuntimeDownloadArgs \ $internalRestoreArgs \ $targetRidArgs \ + $runtimeOsArgs \ /p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \ /p:ArcadeBuildFromSource=true \ /p:AssetManifestFileName=$assetManifestFileName diff --git a/global.json b/global.json index 1f3fa8ba8..ca5874cf8 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.22480.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22480.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22503.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22503.1" } } From 5e6e0ac02d5904e48e8df910e79a2a0b1887aafc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 4 Oct 2022 12:34:14 +0000 Subject: [PATCH 291/501] Update dependencies from https://github.com/dotnet/emsdk build 20221003.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22476.8 -> To Version 8.0.0-alpha.1.22503.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a8398fd83..c03a2f496 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 620d9ad13253f37259618045b870089e31b63d87 + 38192a706fb5f5a0800d8df66720628249e2ebe8 - + https://github.com/dotnet/emsdk - 620d9ad13253f37259618045b870089e31b63d87 + 38192a706fb5f5a0800d8df66720628249e2ebe8 https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index 8e227993b..572f83cb8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -220,8 +220,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22476.8 - 8.0.0-alpha.1.22476.8 + 8.0.0-alpha.1.22503.1 + 8.0.0-alpha.1.22503.1 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 2194c2c53c28e0dac8ebd5046c894011a006b691 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 4 Oct 2022 13:39:06 +0000 Subject: [PATCH 292/501] Update dependencies from https://github.com/dotnet/sdk build 20221004.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22503.5 -> To Version 8.0.100-alpha.1.22504.4 Dependency coherency updates 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.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22479.18 -> To Version 8.0.0-alpha.1.22503.7 (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 64508f732..61a418e09 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - d7830f2a921262ab497398216d2288e6fe60c91b + 4858366c78caa7f5b746e59b05fcb063a302e1c4 - + https://github.com/dotnet/sdk - d7830f2a921262ab497398216d2288e6fe60c91b + 4858366c78caa7f5b746e59b05fcb063a302e1c4 - + https://github.com/dotnet/sdk - d7830f2a921262ab497398216d2288e6fe60c91b + 4858366c78caa7f5b746e59b05fcb063a302e1c4 - + https://github.com/dotnet/sdk - d7830f2a921262ab497398216d2288e6fe60c91b + 4858366c78caa7f5b746e59b05fcb063a302e1c4 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 23ecea2c4bec472f95e18c2a948df9fc3b1aec5f + b189d3e226ef8b389560aaece38fa263e2cf1c15 @@ -159,9 +159,9 @@ c3fb3150ad660506bb791ad053486edb5a32abf7 - + https://github.com/nuget/nuget.client - 451713c59f5206f77c97d093dd5191be13f9d0e0 + 1a082949ae5b6da7ca2cce047396c53ae1afdde7 diff --git a/eng/Versions.props b/eng/Versions.props index e9867e080..801fb18bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22504.3 - 8.0.100-alpha.1.22504.3 - 8.0.100-alpha.1.22504.3 + 8.0.100-alpha.1.22504.4 + 8.0.100-alpha.1.22504.4 + 8.0.100-alpha.1.22504.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d552037815b75e01be05b6e8d269d54413363e7f Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Tue, 4 Oct 2022 15:07:04 -0700 Subject: [PATCH 293/501] Use latest docker containers (#14645) * Use latest docker containers This change moves all of the docker images to the latest tag as part of https://github.com/dotnet/arcade/issues/10377. * Change source build tarball leg to fedora-36 container --- .devcontainer/devcontainer.json | 2 +- .../source-build-tarball/devcontainer.json | 2 +- .devcontainer/source-build/devcontainer.json | 2 +- .vsts-ci.yml | 20 +++++++++---------- .../job/source-build-create-tarball.yml | 2 +- .../job/source-build-run-tarball-build.yml | 10 +++++----- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d70c808d3..30953897c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.238.0/containers/dotnet { "name": "Source-Build w/ Built Tarball", - "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2", + "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36", // A completely built .NET source-tarball is >64 GB "hostRequirements": { "storage": "128gb" diff --git a/.devcontainer/source-build-tarball/devcontainer.json b/.devcontainer/source-build-tarball/devcontainer.json index c3887d557..4fa2238bf 100644 --- a/.devcontainer/source-build-tarball/devcontainer.json +++ b/.devcontainer/source-build-tarball/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.238.0/containers/dotnet { "name": "Source-Build w/ Tarball", - "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2", + "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36", // A completely built .NET source tarball is >64 GB "hostRequirements": { "storage": "128gb" diff --git a/.devcontainer/source-build/devcontainer.json b/.devcontainer/source-build/devcontainer.json index dd197dffb..e38bc27f0 100644 --- a/.devcontainer/source-build/devcontainer.json +++ b/.devcontainer/source-build/devcontainer.json @@ -1,5 +1,5 @@ // Use this devcontainer if you don't need the full context of a source-build tarball { "name": "Source-Build", - "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2" + "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36" } \ No newline at end of file diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 05a7d74e6..31f268615 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -73,7 +73,7 @@ stages: parameters: agentOs: Linux jobName: Build_Ubuntu_18_04_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-20220916154732-3c53da6' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: true @@ -82,7 +82,7 @@ stages: parameters: agentOs: Linux jobName: Build_Fedora_36_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36-20220912173100-a09384f' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: true @@ -91,7 +91,7 @@ stages: parameters: agentOs: Linux jobName: Build_CentOS_7_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-20220912172913-d16db59' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: false @@ -100,7 +100,7 @@ stages: parameters: agentOs: Linux jobName: Build_Debian_Stretch_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20220912173009-94fc78a' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch' buildConfiguration: Debug buildArchitecture: x64 additionalBuildParameters: '/p:BuildSdkDeb=true' @@ -120,7 +120,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_musl_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode-20220916182008-f0ea7ba' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode' buildConfiguration: Debug buildArchitecture: x64 runtimeIdentifier: 'linux-musl-x64' @@ -200,7 +200,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_musl_Release_arm - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-20220916154619-56ef508' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross' buildConfiguration: Release buildArchitecture: arm runtimeIdentifier: 'linux-musl-arm' @@ -221,7 +221,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_musl_Release_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode-20220916182008-f0ea7ba' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-WithNode' buildConfiguration: Release buildArchitecture: x64 runtimeIdentifier: 'linux-musl-x64' @@ -233,7 +233,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_Portable_Deb_Release_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg-20220916154732-cfdd435' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg' buildConfiguration: Release buildArchitecture: x64 # Do not publish zips and tarballs. The linux-x64 binaries are @@ -245,7 +245,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_Portable_Rpm_Release_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-20220912172913-d0fa36f' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg' buildConfiguration: Release buildArchitecture: x64 # Do not publish zips and tarballs. The linux-x64 binaries are @@ -257,7 +257,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_Portable_Rpm_Release_Arm64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-20220912172913-d0fa36f' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg' buildConfiguration: Release buildArchitecture: arm64 runtimeIdentifier: 'linux-arm64' diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml index 1e90b8276..2634d392f 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml @@ -2,7 +2,7 @@ jobs: - job: Source_Build_Create_Tarball - container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2 + container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36 displayName: Source-Build Create Tarball pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index c4a8c3126..95000a3cf 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -12,11 +12,11 @@ parameters: # The following parameters aren't expected to be passed in rather they are used for encapsulation # ----------------------------------------------------------------------------------------------- - centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab - centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c - debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae - fedora36Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36-20220818134137-a09384f - ubuntu2004Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-20220813234344-4c008dd + centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 + centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 + debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8 + fedora36Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36 + ubuntu2004Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04 poolInternalAmd64: name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 From e3a828f0077da920378518887e3394a781f66b23 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 22:47:13 +0000 Subject: [PATCH 294/501] [main] Update dependencies from dotnet/sdk (#14660) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-alpha.1.22479.7 to 8.0.0-alpha.1.22501.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22479.7 to 8.0.0-alpha.1.22501.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-alpha.1.22479.7 to 8.0.0-alpha.1.22501.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 8.0.0-alpha.1.22503.7 to 8.0.0-alpha.1.22504.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-alpha.1.22503.7 to 8.0.0-alpha.1.22504.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-alpha.1.22503.7 to 8.0.0-alpha.1.22504.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22503.7 to 8.0.0-alpha.1.22504.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 8.0.0-alpha.1.22503.7 to 8.0.0-alpha.1.22504.3 (parent: Microsoft.NET.Sdk) - dotnet-user-jwts: from 8.0.0-alpha.1.22503.7 to 8.0.0-alpha.1.22504.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 8.0.0-alpha.1.22503.7 to 8.0.0-alpha.1.22504.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-alpha.1.22479.7 to 8.0.0-alpha.1.22501.3 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-alpha.1.22479.2 to 8.0.0-alpha.1.22501.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-alpha.1.22479.7 to 8.0.0-alpha.1.22501.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-alpha.1.22479.4 to 8.0.0-alpha.1.22501.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 68 ++++++++++++++++++++--------------------- eng/Versions.props | 32 +++++++++---------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 827a66c3d..dc52a2ea1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - da7af5021c962ad54e65032da06f31c144e1f29d + f0f634bd49192c71cf3d4c4d9e12420d76b67d45 - + https://github.com/dotnet/windowsdesktop - da7af5021c962ad54e65032da06f31c144e1f29d + f0f634bd49192c71cf3d4c4d9e12420d76b67d45 - + https://github.com/dotnet/windowsdesktop - da7af5021c962ad54e65032da06f31c144e1f29d + f0f634bd49192c71cf3d4c4d9e12420d76b67d45 - + https://github.com/dotnet/windowsdesktop - da7af5021c962ad54e65032da06f31c144e1f29d + f0f634bd49192c71cf3d4c4d9e12420d76b67d45 https://github.com/dotnet/llvm-project @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime b8d49801fe03b96d2fead3d97a11dce1e723dd17 - + https://github.com/dotnet/aspnetcore - a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 + 6f024b3658b13ca0511eed517a7f20164b4e4c5a - + https://github.com/dotnet/aspnetcore - a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 + 6f024b3658b13ca0511eed517a7f20164b4e4c5a - + https://github.com/dotnet/aspnetcore - a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 + 6f024b3658b13ca0511eed517a7f20164b4e4c5a - + https://github.com/dotnet/aspnetcore - a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 + 6f024b3658b13ca0511eed517a7f20164b4e4c5a - + https://github.com/dotnet/aspnetcore - a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 + 6f024b3658b13ca0511eed517a7f20164b4e4c5a - + https://github.com/dotnet/aspnetcore - a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 + 6f024b3658b13ca0511eed517a7f20164b4e4c5a - + https://github.com/dotnet/aspnetcore - a2a0b0cfc76c66546d92d48652cd29d2034dcdb3 + 6f024b3658b13ca0511eed517a7f20164b4e4c5a https://github.com/dotnet/test-templates @@ -103,31 +103,31 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 4858366c78caa7f5b746e59b05fcb063a302e1c4 + 7196d090dc4a8ce9d1f8a546a83fae591520e8ed - + https://github.com/dotnet/sdk - 4858366c78caa7f5b746e59b05fcb063a302e1c4 + 7196d090dc4a8ce9d1f8a546a83fae591520e8ed - + https://github.com/dotnet/sdk - 4858366c78caa7f5b746e59b05fcb063a302e1c4 + 7196d090dc4a8ce9d1f8a546a83fae591520e8ed - + https://github.com/dotnet/sdk - 4858366c78caa7f5b746e59b05fcb063a302e1c4 + 7196d090dc4a8ce9d1f8a546a83fae591520e8ed - + https://github.com/dotnet/winforms - 4ea24c73365bfbfe6faace8716cff0dcc11b1f23 + c8a922879c2e77ac3fd63032bce11ebf346a2a6f - + https://github.com/dotnet/wpf - 8e3b75ace642504998cfe507912c5cc5cd363383 + af73dadb53b0fcd2b4399f44bcae3463b8163127 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index b1c13394d..ed2913638 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22479.2 + 8.0.0-alpha.1.22501.1 - 8.0.0-alpha.1.22479.4 + 8.0.0-alpha.1.22501.2 @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22504.3 + 8.0.0-alpha.1.22504.3 + 8.0.0-alpha.1.22504.3 + 8.0.0-alpha.1.22504.3 + 8.0.0-alpha.1.22504.3 + 8.0.0-alpha.1.22504.3 + 8.0.0-alpha.1.22504.3 0.2.0 - 8.0.100-alpha.1.22504.4 - 8.0.100-alpha.1.22504.4 - 8.0.100-alpha.1.22504.4 + 8.0.100-alpha.1.22504.22 + 8.0.100-alpha.1.22504.22 + 8.0.100-alpha.1.22504.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22479.7 - 8.0.0-alpha.1.22479.7 - 8.0.0-alpha.1.22479.7 - 8.0.0-alpha.1.22479.7 + 8.0.0-alpha.1.22501.3 + 8.0.0-alpha.1.22501.3 + 8.0.0-alpha.1.22501.3 + 8.0.0-alpha.1.22501.3 From a1198a004d84e52cb3d97cb7f7304ce9dc4facf4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 00:11:30 +0000 Subject: [PATCH 295/501] Update dependencies from https://github.com/dotnet/sdk build 20221004.33 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22504.33 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.Build From Version 8.0.0-alpha.1.22502.5 -> To Version 8.0.0-alpha.1.22503.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc52a2ea1..c1950260f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - b8d49801fe03b96d2fead3d97a11dce1e723dd17 + a6d396046ab327281e5a436b8d525f0b51d2ce0c - + https://github.com/dotnet/runtime - b8d49801fe03b96d2fead3d97a11dce1e723dd17 + a6d396046ab327281e5a436b8d525f0b51d2ce0c - + https://github.com/dotnet/runtime - b8d49801fe03b96d2fead3d97a11dce1e723dd17 + a6d396046ab327281e5a436b8d525f0b51d2ce0c - + https://github.com/dotnet/runtime - b8d49801fe03b96d2fead3d97a11dce1e723dd17 + a6d396046ab327281e5a436b8d525f0b51d2ce0c - + https://github.com/dotnet/runtime - b8d49801fe03b96d2fead3d97a11dce1e723dd17 + a6d396046ab327281e5a436b8d525f0b51d2ce0c - + https://github.com/dotnet/runtime - b8d49801fe03b96d2fead3d97a11dce1e723dd17 + a6d396046ab327281e5a436b8d525f0b51d2ce0c @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b8d49801fe03b96d2fead3d97a11dce1e723dd17 + a6d396046ab327281e5a436b8d525f0b51d2ce0c https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 7196d090dc4a8ce9d1f8a546a83fae591520e8ed + 742ff55182e63156290447e36db53f2443606128 - + https://github.com/dotnet/sdk - 7196d090dc4a8ce9d1f8a546a83fae591520e8ed + 742ff55182e63156290447e36db53f2443606128 - + https://github.com/dotnet/sdk - 7196d090dc4a8ce9d1f8a546a83fae591520e8ed + 742ff55182e63156290447e36db53f2443606128 - + https://github.com/dotnet/sdk - 7196d090dc4a8ce9d1f8a546a83fae591520e8ed + 742ff55182e63156290447e36db53f2443606128 @@ -154,9 +154,9 @@ b189d3e226ef8b389560aaece38fa263e2cf1c15 - + https://github.com/dotnet/msbuild - c3fb3150ad660506bb791ad053486edb5a32abf7 + e1930c2ee6b16a0c5afbdc53ec51dbdda4664f80 diff --git a/eng/Versions.props b/eng/Versions.props index ed2913638..363fd1900 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22504.22 - 8.0.100-alpha.1.22504.22 - 8.0.100-alpha.1.22504.22 + 8.0.100-alpha.1.22504.33 + 8.0.100-alpha.1.22504.33 + 8.0.100-alpha.1.22504.33 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22502.5 + 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22502.5 - 8.0.0-alpha.1.22502.5 - 8.0.0-alpha.1.22502.5 - 8.0.0-alpha.1.22502.5 - 8.0.0-alpha.1.22502.5 - 8.0.0-alpha.1.22502.5 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22503.7 2.1.0 From 155963fe20b94f199bbd729ed7084ef67dbb74aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 01:29:03 +0000 Subject: [PATCH 296/501] Update dependencies from https://github.com/dotnet/sdk build 20221004.39 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22504.39 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22502.5 -> To Version 8.0.0-alpha.1.22503.7 (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 c1950260f..f99f585ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 742ff55182e63156290447e36db53f2443606128 + ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 - + https://github.com/dotnet/sdk - 742ff55182e63156290447e36db53f2443606128 + ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 - + https://github.com/dotnet/sdk - 742ff55182e63156290447e36db53f2443606128 + ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 - + https://github.com/dotnet/sdk - 742ff55182e63156290447e36db53f2443606128 + ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 @@ -143,9 +143,9 @@ 70ffa33ddf8e8447580cbd23655da5755dee9ae5 - + https://github.com/dotnet/linker - 493ce626f3278b2d0fd883330bf11a64254981bb + 5c909850449fa60f0a0df1cfec7d942a560f3607 linker diff --git a/eng/Versions.props b/eng/Versions.props index 363fd1900..9c9ae7720 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22504.33 - 8.0.100-alpha.1.22504.33 - 8.0.100-alpha.1.22504.33 + 8.0.100-alpha.1.22504.39 + 8.0.100-alpha.1.22504.39 + 8.0.100-alpha.1.22504.39 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 95563d736ccded35cf25fa69cbeabb201b221364 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 09:09:06 +0000 Subject: [PATCH 297/501] Update dependencies from https://github.com/dotnet/sdk build 20221005.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22505.1 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22502.5 -> To Version 8.0.0-alpha.1.22503.7 (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 f99f585ad..263ff8cf8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 + a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db - + https://github.com/dotnet/sdk - ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 + a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db - + https://github.com/dotnet/sdk - ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 + a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db - + https://github.com/dotnet/sdk - ad1addd29d1c15dfa2cb8da9aca2e7d7ffaddda5 + a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db @@ -138,9 +138,9 @@ 7669e0a6dbeb872512c073c49c7661a71cfb6e07 - + https://github.com/microsoft/vstest - 70ffa33ddf8e8447580cbd23655da5755dee9ae5 + c9ecf5ce44616c7283bfa86eb3c8fcb1afe3fdcf diff --git a/eng/Versions.props b/eng/Versions.props index 9c9ae7720..33885971f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22504.39 - 8.0.100-alpha.1.22504.39 - 8.0.100-alpha.1.22504.39 + 8.0.100-alpha.1.22505.1 + 8.0.100-alpha.1.22505.1 + 8.0.100-alpha.1.22505.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221002-01 + 17.5.0-preview-20221003-04 7.0.0-rc.1.22426.10. From a2d3a2439409faca8aa8248e4ded1f0278d8368d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 11:05:22 +0000 Subject: [PATCH 298/501] Update dependencies from https://github.com/dotnet/sdk build 20221005.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22505.4 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22502.5 -> To Version 8.0.0-alpha.1.22503.7 (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 263ff8cf8..3d0837897 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db + 81d174fafafa2bc23441f34ec3378a5600b538e6 - + https://github.com/dotnet/sdk - a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db + 81d174fafafa2bc23441f34ec3378a5600b538e6 - + https://github.com/dotnet/sdk - a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db + 81d174fafafa2bc23441f34ec3378a5600b538e6 - + https://github.com/dotnet/sdk - a0b856a0d97e0f3f4fc1e8a869c6a1fdcb57a3db + 81d174fafafa2bc23441f34ec3378a5600b538e6 diff --git a/eng/Versions.props b/eng/Versions.props index 33885971f..3c9ff263b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22505.1 - 8.0.100-alpha.1.22505.1 - 8.0.100-alpha.1.22505.1 + 8.0.100-alpha.1.22505.4 + 8.0.100-alpha.1.22505.4 + 8.0.100-alpha.1.22505.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 349897d667ae39489599dbfd8654bea8053ab067 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 12:22:53 +0000 Subject: [PATCH 299/501] Update dependencies from https://github.com/dotnet/emsdk build 20221004.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22503.1 -> To Version 8.0.0-alpha.1.22504.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc52a2ea1..c9918603d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 38192a706fb5f5a0800d8df66720628249e2ebe8 + 52e3130a816a7c8d734f1e9f0dc9ed6d5936e7ae - + https://github.com/dotnet/emsdk - 38192a706fb5f5a0800d8df66720628249e2ebe8 + 52e3130a816a7c8d734f1e9f0dc9ed6d5936e7ae https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index ed2913638..e4a945c1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -220,8 +220,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22503.1 - 8.0.0-alpha.1.22503.1 + 8.0.0-alpha.1.22504.1 + 8.0.0-alpha.1.22504.1 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 7f2e601b1f9b4439acdbe4ee0d7f1ac6814fd227 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Wed, 5 Oct 2022 15:00:05 +0000 Subject: [PATCH 300/501] Update source-build logic for PR validation --- .vsts-ci.yml | 9 +++++---- .../templates/job/source-build-create-tarball.yml | 14 -------------- .../job/source-build-run-tarball-build.yml | 12 ++++++------ 3 files changed, 11 insertions(+), 24 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 28862f7a1..62d9eb43f 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -347,10 +347,11 @@ stages: - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml - - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml - parameters: - dependsOn: Source_Build_Create_Tarball + # TODO: Enable once source-build is supported for 8.0 - https://github.com/dotnet/source-build/issues/3026 + # - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + # - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml + # parameters: + # dependsOn: Source_Build_Create_Tarball - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - stage: Publish diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml index 1e90b8276..cffdf6bdb 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml @@ -74,17 +74,3 @@ jobs: displayName: Publish BuildLogs continueOnError: true condition: succeededOrFailed() - - - ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - # Check if the tarball should be built now so the result can be used in the build tarball job condition. - # This prevents allocation of additional agents if the tarball build legs should be skipped. - # Only build the tarball if the PR touches source-build source. - - script: | - if curl "https://api.github.com/repos/dotnet/installer/pulls/$(System.PullRequest.PullRequestNumber)/files" | grep '"filename": "src/SourceBuild/*' - then - echo "##vso[task.setvariable variable=_includeTarballBuild;isoutput=true]true" - fi - displayName: Tarball Build Check - name: Tarball_Build_Check - # Disable tarball CI until .NET 8.0 is source-buildable - condition: false diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index dd39d4e2d..c4a8c3126 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -42,13 +42,13 @@ jobs: _EnablePoison: false _ExcludeOmniSharpTests: true _RunOnline: true - CentOSStream8-Offline: - _BootstrapPrep: false - _Container: ${{ parameters.centOSStream8Container }} - _EnablePoison: false - _ExcludeOmniSharpTests: true - _RunOnline: false ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: + CentOSStream8-Offline: + _BootstrapPrep: false + _Container: ${{ parameters.centOSStream8Container }} + _EnablePoison: false + _ExcludeOmniSharpTests: true + _RunOnline: false CentOSStream9-Offline: _BootstrapPrep: false _Container: ${{ parameters.centOSStream9Container }} From ba545d0d59f228926650800241ee1f5c5e48443f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 17:51:25 +0000 Subject: [PATCH 301/501] Update dependencies from https://github.com/dotnet/sdk build 20221005.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22505.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 96 ++++++++++++++++++++--------------------- eng/Versions.props | 46 ++++++++++---------- 2 files changed, 71 insertions(+), 71 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d0837897..f68ed9424 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - f0f634bd49192c71cf3d4c4d9e12420d76b67d45 + 2d462aa26aab27860e2861de0914781629943fe9 - + https://github.com/dotnet/windowsdesktop - f0f634bd49192c71cf3d4c4d9e12420d76b67d45 + 2d462aa26aab27860e2861de0914781629943fe9 - + https://github.com/dotnet/windowsdesktop - f0f634bd49192c71cf3d4c4d9e12420d76b67d45 + 2d462aa26aab27860e2861de0914781629943fe9 - + https://github.com/dotnet/windowsdesktop - f0f634bd49192c71cf3d4c4d9e12420d76b67d45 + 2d462aa26aab27860e2861de0914781629943fe9 https://github.com/dotnet/llvm-project 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - a6d396046ab327281e5a436b8d525f0b51d2ce0c + 324bd24ba1b62493d6a50c13789da943920b4436 - + https://github.com/dotnet/runtime - a6d396046ab327281e5a436b8d525f0b51d2ce0c + 324bd24ba1b62493d6a50c13789da943920b4436 - + https://github.com/dotnet/runtime - a6d396046ab327281e5a436b8d525f0b51d2ce0c + 324bd24ba1b62493d6a50c13789da943920b4436 - + https://github.com/dotnet/runtime - a6d396046ab327281e5a436b8d525f0b51d2ce0c + 324bd24ba1b62493d6a50c13789da943920b4436 - + https://github.com/dotnet/runtime - a6d396046ab327281e5a436b8d525f0b51d2ce0c + 324bd24ba1b62493d6a50c13789da943920b4436 - + https://github.com/dotnet/runtime - a6d396046ab327281e5a436b8d525f0b51d2ce0c + 324bd24ba1b62493d6a50c13789da943920b4436 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a6d396046ab327281e5a436b8d525f0b51d2ce0c + 324bd24ba1b62493d6a50c13789da943920b4436 - + https://github.com/dotnet/aspnetcore - 6f024b3658b13ca0511eed517a7f20164b4e4c5a + d14dd282af26d6cab4617c7533a210ed550a9134 - + https://github.com/dotnet/aspnetcore - 6f024b3658b13ca0511eed517a7f20164b4e4c5a + d14dd282af26d6cab4617c7533a210ed550a9134 - + https://github.com/dotnet/aspnetcore - 6f024b3658b13ca0511eed517a7f20164b4e4c5a + d14dd282af26d6cab4617c7533a210ed550a9134 - + https://github.com/dotnet/aspnetcore - 6f024b3658b13ca0511eed517a7f20164b4e4c5a + d14dd282af26d6cab4617c7533a210ed550a9134 - + https://github.com/dotnet/aspnetcore - 6f024b3658b13ca0511eed517a7f20164b4e4c5a + d14dd282af26d6cab4617c7533a210ed550a9134 - + https://github.com/dotnet/aspnetcore - 6f024b3658b13ca0511eed517a7f20164b4e4c5a + d14dd282af26d6cab4617c7533a210ed550a9134 - + https://github.com/dotnet/aspnetcore - 6f024b3658b13ca0511eed517a7f20164b4e4c5a + d14dd282af26d6cab4617c7533a210ed550a9134 https://github.com/dotnet/test-templates @@ -103,31 +103,31 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 81d174fafafa2bc23441f34ec3378a5600b538e6 + 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 - + https://github.com/dotnet/sdk - 81d174fafafa2bc23441f34ec3378a5600b538e6 + 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 - + https://github.com/dotnet/sdk - 81d174fafafa2bc23441f34ec3378a5600b538e6 + 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 - + https://github.com/dotnet/sdk - 81d174fafafa2bc23441f34ec3378a5600b538e6 + 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 - + https://github.com/dotnet/winforms - c8a922879c2e77ac3fd63032bce11ebf346a2a6f + 35f463c6c1bfdcce7276a143c3998f1aa3d4b4a1 - + https://github.com/dotnet/wpf - af73dadb53b0fcd2b4399f44bcae3463b8163127 + 29ba13232103d8aec6d78289bc5f7336c3a7dd17 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 3c9ff263b..f1e179392 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22501.1 + 8.0.0-alpha.1.22503.5 - 8.0.0-alpha.1.22501.2 + 8.0.0-alpha.1.22503.8 @@ -53,46 +53,46 @@ - 8.0.0-alpha.1.22504.3 - 8.0.0-alpha.1.22504.3 - 8.0.0-alpha.1.22504.3 - 8.0.0-alpha.1.22504.3 - 8.0.0-alpha.1.22504.3 - 8.0.0-alpha.1.22504.3 - 8.0.0-alpha.1.22504.3 + 8.0.0-alpha.1.22504.13 + 8.0.0-alpha.1.22504.13 + 8.0.0-alpha.1.22504.13 + 8.0.0-alpha.1.22504.13 + 8.0.0-alpha.1.22504.13 + 8.0.0-alpha.1.22504.13 + 8.0.0-alpha.1.22504.13 0.2.0 - 8.0.100-alpha.1.22505.4 - 8.0.100-alpha.1.22505.4 - 8.0.100-alpha.1.22505.4 + 8.0.100-alpha.1.22505.8 + 8.0.100-alpha.1.22505.8 + 8.0.100-alpha.1.22505.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22504.14 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 - 8.0.0-alpha.1.22503.7 + 8.0.0-alpha.1.22504.14 + 8.0.0-alpha.1.22504.14 + 8.0.0-alpha.1.22504.14 + 8.0.0-alpha.1.22504.14 + 8.0.0-alpha.1.22504.14 + 8.0.0-alpha.1.22504.14 2.1.0 - 8.0.0-alpha.1.22501.3 - 8.0.0-alpha.1.22501.3 - 8.0.0-alpha.1.22501.3 - 8.0.0-alpha.1.22501.3 + 8.0.0-alpha.1.22504.1 + 8.0.0-alpha.1.22504.1 + 8.0.0-alpha.1.22504.1 + 8.0.0-alpha.1.22504.1 From 535bbc053af16a153e21691071cf737cd4fc803a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 18:44:51 +0000 Subject: [PATCH 302/501] Update dependencies from https://github.com/dotnet/sdk build 20221005.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22505.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 f68ed9424..c884193ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 + c61c908ce33d01557460200c2108cc0759cf7f8b - + https://github.com/dotnet/sdk - 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 + c61c908ce33d01557460200c2108cc0759cf7f8b - + https://github.com/dotnet/sdk - 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 + c61c908ce33d01557460200c2108cc0759cf7f8b - + https://github.com/dotnet/sdk - 1115d61c530c8318f8d4fc5d53b4472871ff7ff5 + c61c908ce33d01557460200c2108cc0759cf7f8b @@ -138,9 +138,9 @@ 7669e0a6dbeb872512c073c49c7661a71cfb6e07 - + https://github.com/microsoft/vstest - c9ecf5ce44616c7283bfa86eb3c8fcb1afe3fdcf + 6d5b200480d029874cb45126aa9e773e09d7b864 diff --git a/eng/Versions.props b/eng/Versions.props index f1e179392..3147a4e10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22505.8 - 8.0.100-alpha.1.22505.8 - 8.0.100-alpha.1.22505.8 + 8.0.100-alpha.1.22505.12 + 8.0.100-alpha.1.22505.12 + 8.0.100-alpha.1.22505.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221003-04 + 17.5.0-preview-20221004-01 7.0.0-rc.1.22426.10. From 87c536846d52518d1c606801fadb01e5f2a28384 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 20:25:56 +0000 Subject: [PATCH 303/501] Update dependencies from https://github.com/dotnet/sdk build 20221005.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22505.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 c884193ec..494614ab4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - c61c908ce33d01557460200c2108cc0759cf7f8b + 110cac1978ca23416af6aa76e1e8d1e2767f3e5b - + https://github.com/dotnet/sdk - c61c908ce33d01557460200c2108cc0759cf7f8b + 110cac1978ca23416af6aa76e1e8d1e2767f3e5b - + https://github.com/dotnet/sdk - c61c908ce33d01557460200c2108cc0759cf7f8b + 110cac1978ca23416af6aa76e1e8d1e2767f3e5b - + https://github.com/dotnet/sdk - c61c908ce33d01557460200c2108cc0759cf7f8b + 110cac1978ca23416af6aa76e1e8d1e2767f3e5b diff --git a/eng/Versions.props b/eng/Versions.props index 3147a4e10..ebb0292d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22505.12 - 8.0.100-alpha.1.22505.12 - 8.0.100-alpha.1.22505.12 + 8.0.100-alpha.1.22505.15 + 8.0.100-alpha.1.22505.15 + 8.0.100-alpha.1.22505.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8c5862d2255d0eda56d9d854e8429d06a71d8515 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 5 Oct 2022 22:42:23 +0000 Subject: [PATCH 304/501] Update dependencies from https://github.com/dotnet/sdk build 20221005.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22505.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 494614ab4..9c5067aec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 110cac1978ca23416af6aa76e1e8d1e2767f3e5b + 57af361fb9707cc5d2f66a97077ad07c1b0ff44c - + https://github.com/dotnet/sdk - 110cac1978ca23416af6aa76e1e8d1e2767f3e5b + 57af361fb9707cc5d2f66a97077ad07c1b0ff44c - + https://github.com/dotnet/sdk - 110cac1978ca23416af6aa76e1e8d1e2767f3e5b + 57af361fb9707cc5d2f66a97077ad07c1b0ff44c - + https://github.com/dotnet/sdk - 110cac1978ca23416af6aa76e1e8d1e2767f3e5b + 57af361fb9707cc5d2f66a97077ad07c1b0ff44c diff --git a/eng/Versions.props b/eng/Versions.props index ebb0292d1..e87b22554 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22505.15 - 8.0.100-alpha.1.22505.15 - 8.0.100-alpha.1.22505.15 + 8.0.100-alpha.1.22505.16 + 8.0.100-alpha.1.22505.16 + 8.0.100-alpha.1.22505.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a82f480c6471bc5668063b4b902b8bfda9f21590 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 6 Oct 2022 17:10:43 +0000 Subject: [PATCH 305/501] Update dependencies from https://github.com/dotnet/sdk build 20221006.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22506.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c5067aec..84a7cc7c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - 324bd24ba1b62493d6a50c13789da943920b4436 + 02a99d93467fed64cbdd08bc25d52615b99f759f - + https://github.com/dotnet/runtime - 324bd24ba1b62493d6a50c13789da943920b4436 + 02a99d93467fed64cbdd08bc25d52615b99f759f - + https://github.com/dotnet/runtime - 324bd24ba1b62493d6a50c13789da943920b4436 + 02a99d93467fed64cbdd08bc25d52615b99f759f - + https://github.com/dotnet/runtime - 324bd24ba1b62493d6a50c13789da943920b4436 + 02a99d93467fed64cbdd08bc25d52615b99f759f - + https://github.com/dotnet/runtime - 324bd24ba1b62493d6a50c13789da943920b4436 + 02a99d93467fed64cbdd08bc25d52615b99f759f - + https://github.com/dotnet/runtime - 324bd24ba1b62493d6a50c13789da943920b4436 + 02a99d93467fed64cbdd08bc25d52615b99f759f @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 324bd24ba1b62493d6a50c13789da943920b4436 + 02a99d93467fed64cbdd08bc25d52615b99f759f https://github.com/dotnet/aspnetcore @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 57af361fb9707cc5d2f66a97077ad07c1b0ff44c + 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 - + https://github.com/dotnet/sdk - 57af361fb9707cc5d2f66a97077ad07c1b0ff44c + 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 - + https://github.com/dotnet/sdk - 57af361fb9707cc5d2f66a97077ad07c1b0ff44c + 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 - + https://github.com/dotnet/sdk - 57af361fb9707cc5d2f66a97077ad07c1b0ff44c + 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - b189d3e226ef8b389560aaece38fa263e2cf1c15 + 6a0bbe19399f7da58f006b25c282c1cd5c5a96eb diff --git a/eng/Versions.props b/eng/Versions.props index e87b22554..5c15a69dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,25 +66,25 @@ - 8.0.100-alpha.1.22505.16 - 8.0.100-alpha.1.22505.16 - 8.0.100-alpha.1.22505.16 + 8.0.100-alpha.1.22506.11 + 8.0.100-alpha.1.22506.11 + 8.0.100-alpha.1.22506.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22504.14 + 8.0.0-alpha.1.22505.8 - 8.0.0-alpha.1.22504.14 - 8.0.0-alpha.1.22504.14 - 8.0.0-alpha.1.22504.14 - 8.0.0-alpha.1.22504.14 - 8.0.0-alpha.1.22504.14 - 8.0.0-alpha.1.22504.14 + 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22505.8 2.1.0 From 955a2dfbd84d850cba4c0696c821d3bf007ecc36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 6 Oct 2022 22:03:39 +0000 Subject: [PATCH 306/501] Update dependencies from https://github.com/dotnet/sdk build 20221006.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22506.20 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 84a7cc7c8..dcd57d7c1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 02a99d93467fed64cbdd08bc25d52615b99f759f - + https://github.com/dotnet/aspnetcore - d14dd282af26d6cab4617c7533a210ed550a9134 + 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f - + https://github.com/dotnet/aspnetcore - d14dd282af26d6cab4617c7533a210ed550a9134 + 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f - + https://github.com/dotnet/aspnetcore - d14dd282af26d6cab4617c7533a210ed550a9134 + 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f - + https://github.com/dotnet/aspnetcore - d14dd282af26d6cab4617c7533a210ed550a9134 + 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f - + https://github.com/dotnet/aspnetcore - d14dd282af26d6cab4617c7533a210ed550a9134 + 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f - + https://github.com/dotnet/aspnetcore - d14dd282af26d6cab4617c7533a210ed550a9134 + 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f - + https://github.com/dotnet/aspnetcore - d14dd282af26d6cab4617c7533a210ed550a9134 + 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 + 8f9568fa6bd20797915d35cf6acff0977e370a20 - + https://github.com/dotnet/sdk - 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 + 8f9568fa6bd20797915d35cf6acff0977e370a20 - + https://github.com/dotnet/sdk - 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 + 8f9568fa6bd20797915d35cf6acff0977e370a20 - + https://github.com/dotnet/sdk - 30dfe0a0726d0f9fd3ffb7c528fd1f0cc8ec6ec8 + 8f9568fa6bd20797915d35cf6acff0977e370a20 diff --git a/eng/Versions.props b/eng/Versions.props index 5c15a69dc..a0fae1156 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22504.13 - 8.0.0-alpha.1.22504.13 - 8.0.0-alpha.1.22504.13 - 8.0.0-alpha.1.22504.13 - 8.0.0-alpha.1.22504.13 - 8.0.0-alpha.1.22504.13 - 8.0.0-alpha.1.22504.13 + 8.0.0-alpha.1.22506.8 + 8.0.0-alpha.1.22506.8 + 8.0.0-alpha.1.22506.8 + 8.0.0-alpha.1.22506.8 + 8.0.0-alpha.1.22506.8 + 8.0.0-alpha.1.22506.8 + 8.0.0-alpha.1.22506.8 0.2.0 - 8.0.100-alpha.1.22506.11 - 8.0.100-alpha.1.22506.11 - 8.0.100-alpha.1.22506.11 + 8.0.100-alpha.1.22506.20 + 8.0.100-alpha.1.22506.20 + 8.0.100-alpha.1.22506.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 83d9c8966fcb063095b12e178014e02975cb2c02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 6 Oct 2022 23:31:14 +0000 Subject: [PATCH 307/501] Update dependencies from https://github.com/dotnet/sdk build 20221006.22 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22506.22 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 dcd57d7c1..ae2dd782d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 02a99d93467fed64cbdd08bc25d52615b99f759f - + https://github.com/dotnet/aspnetcore - 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f + f6ab2a7a84ab509918e32607bb3b1d9853e6f110 - + https://github.com/dotnet/aspnetcore - 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f + f6ab2a7a84ab509918e32607bb3b1d9853e6f110 - + https://github.com/dotnet/aspnetcore - 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f + f6ab2a7a84ab509918e32607bb3b1d9853e6f110 - + https://github.com/dotnet/aspnetcore - 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f + f6ab2a7a84ab509918e32607bb3b1d9853e6f110 - + https://github.com/dotnet/aspnetcore - 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f + f6ab2a7a84ab509918e32607bb3b1d9853e6f110 - + https://github.com/dotnet/aspnetcore - 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f + f6ab2a7a84ab509918e32607bb3b1d9853e6f110 - + https://github.com/dotnet/aspnetcore - 25ffef8fe5ad0ed67e0ad33b02379c2d3c1a890f + f6ab2a7a84ab509918e32607bb3b1d9853e6f110 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 8f9568fa6bd20797915d35cf6acff0977e370a20 + f720423bb01cf4db01a53f079929d7386320491c - + https://github.com/dotnet/sdk - 8f9568fa6bd20797915d35cf6acff0977e370a20 + f720423bb01cf4db01a53f079929d7386320491c - + https://github.com/dotnet/sdk - 8f9568fa6bd20797915d35cf6acff0977e370a20 + f720423bb01cf4db01a53f079929d7386320491c - + https://github.com/dotnet/sdk - 8f9568fa6bd20797915d35cf6acff0977e370a20 + f720423bb01cf4db01a53f079929d7386320491c diff --git a/eng/Versions.props b/eng/Versions.props index a0fae1156..9c6334b15 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22506.8 - 8.0.0-alpha.1.22506.8 - 8.0.0-alpha.1.22506.8 - 8.0.0-alpha.1.22506.8 - 8.0.0-alpha.1.22506.8 - 8.0.0-alpha.1.22506.8 - 8.0.0-alpha.1.22506.8 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 0.2.0 - 8.0.100-alpha.1.22506.20 - 8.0.100-alpha.1.22506.20 - 8.0.100-alpha.1.22506.20 + 8.0.100-alpha.1.22506.22 + 8.0.100-alpha.1.22506.22 + 8.0.100-alpha.1.22506.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fc9320a13c32f40f3501d98498991d77e14105b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 09:17:29 +0000 Subject: [PATCH 308/501] Update dependencies from https://github.com/dotnet/sdk build 20221007.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22507.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 ae2dd782d..6654c414a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - f720423bb01cf4db01a53f079929d7386320491c + 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 - + https://github.com/dotnet/sdk - f720423bb01cf4db01a53f079929d7386320491c + 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 - + https://github.com/dotnet/sdk - f720423bb01cf4db01a53f079929d7386320491c + 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 - + https://github.com/dotnet/sdk - f720423bb01cf4db01a53f079929d7386320491c + 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 @@ -138,9 +138,9 @@ 7669e0a6dbeb872512c073c49c7661a71cfb6e07 - + https://github.com/microsoft/vstest - 6d5b200480d029874cb45126aa9e773e09d7b864 + 7dc42edaac227b43dc6fd1cba20ce3b84c62fe83 diff --git a/eng/Versions.props b/eng/Versions.props index 9c6334b15..087c7913e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22506.22 - 8.0.100-alpha.1.22506.22 - 8.0.100-alpha.1.22506.22 + 8.0.100-alpha.1.22507.1 + 8.0.100-alpha.1.22507.1 + 8.0.100-alpha.1.22507.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221004-01 + 17.5.0-preview-20221005-01 7.0.0-rc.1.22426.10. From c0ca38278a7f73b457079cbb136a5bb217fc2d74 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 11:19:31 +0000 Subject: [PATCH 309/501] Update dependencies from https://github.com/dotnet/sdk build 20221007.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22507.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 6654c414a..c0dbf87f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 + 6e5f633a832eb3da39e3d30542306ee5a87365ea - + https://github.com/dotnet/sdk - 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 + 6e5f633a832eb3da39e3d30542306ee5a87365ea - + https://github.com/dotnet/sdk - 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 + 6e5f633a832eb3da39e3d30542306ee5a87365ea - + https://github.com/dotnet/sdk - 7541e62d8daec0f2cb14e7344a7ae93e6f304bb6 + 6e5f633a832eb3da39e3d30542306ee5a87365ea diff --git a/eng/Versions.props b/eng/Versions.props index 087c7913e..fdb29941a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22507.1 - 8.0.100-alpha.1.22507.1 - 8.0.100-alpha.1.22507.1 + 8.0.100-alpha.1.22507.5 + 8.0.100-alpha.1.22507.5 + 8.0.100-alpha.1.22507.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e9549ff1d3412a94f101be476cec553f0bf858e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:20:11 +0000 Subject: [PATCH 310/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20221006.1 (#14682) [main] Update dependencies from dotnet/source-build-externals --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c9918603d..a5dca9f56 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -181,9 +181,9 @@ c3ad00ae84489071080a606f6a8e43c9a91a5cc2 - + https://github.com/dotnet/source-build-externals - 4663cca8b51b481bfd5e82695d2027d05688b5de + 886a1d848ecb98df94d1c9b326e33e41729a6503 From c69f19b5ff6babb096a8406152b1ce3a648761d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 15:49:44 +0000 Subject: [PATCH 311/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221007.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22480.1 -> To Version 8.0.0-alpha.1.22507.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5dca9f56..e29effa66 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - 86f1b8bab00224aad270d0524cf76d5a8779a299 + bbba08adb8b3a76e49d9467dce53ea1b231828aa From 3272d4d6793d4fa71c7a192cb5a8fc3010b496e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 16:20:12 +0000 Subject: [PATCH 312/501] Update dependencies from https://github.com/dotnet/sdk build 20221007.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22507.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 c0dbf87f7..2a8ca0bd6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 6e5f633a832eb3da39e3d30542306ee5a87365ea + 005de741248062c1162c0db9da373b1bd45f2180 - + https://github.com/dotnet/sdk - 6e5f633a832eb3da39e3d30542306ee5a87365ea + 005de741248062c1162c0db9da373b1bd45f2180 - + https://github.com/dotnet/sdk - 6e5f633a832eb3da39e3d30542306ee5a87365ea + 005de741248062c1162c0db9da373b1bd45f2180 - + https://github.com/dotnet/sdk - 6e5f633a832eb3da39e3d30542306ee5a87365ea + 005de741248062c1162c0db9da373b1bd45f2180 diff --git a/eng/Versions.props b/eng/Versions.props index fdb29941a..e4696afc6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22507.5 - 8.0.100-alpha.1.22507.5 - 8.0.100-alpha.1.22507.5 + 8.0.100-alpha.1.22507.8 + 8.0.100-alpha.1.22507.8 + 8.0.100-alpha.1.22507.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e710dc165bca0134e614b7d393012dd5847ddb1d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 17:29:20 +0000 Subject: [PATCH 313/501] Update dependencies from https://github.com/dotnet/sdk build 20221007.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22507.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 88 ++++++++++++++++++++--------------------- eng/Versions.props | 36 ++++++++--------- 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a8ca0bd6..c4c0ea8df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - 02a99d93467fed64cbdd08bc25d52615b99f759f + b38fb072af49cb4336428c57ff28a22cc5d72cc2 - + https://github.com/dotnet/runtime - 02a99d93467fed64cbdd08bc25d52615b99f759f + b38fb072af49cb4336428c57ff28a22cc5d72cc2 - + https://github.com/dotnet/runtime - 02a99d93467fed64cbdd08bc25d52615b99f759f + b38fb072af49cb4336428c57ff28a22cc5d72cc2 - + https://github.com/dotnet/runtime - 02a99d93467fed64cbdd08bc25d52615b99f759f + b38fb072af49cb4336428c57ff28a22cc5d72cc2 - + https://github.com/dotnet/runtime - 02a99d93467fed64cbdd08bc25d52615b99f759f + b38fb072af49cb4336428c57ff28a22cc5d72cc2 - + https://github.com/dotnet/runtime - 02a99d93467fed64cbdd08bc25d52615b99f759f + b38fb072af49cb4336428c57ff28a22cc5d72cc2 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 02a99d93467fed64cbdd08bc25d52615b99f759f + b38fb072af49cb4336428c57ff28a22cc5d72cc2 - + https://github.com/dotnet/aspnetcore - f6ab2a7a84ab509918e32607bb3b1d9853e6f110 + 0bad11f6101cdb6b3ada8f62769512ea2c5a602a - + https://github.com/dotnet/aspnetcore - f6ab2a7a84ab509918e32607bb3b1d9853e6f110 + 0bad11f6101cdb6b3ada8f62769512ea2c5a602a - + https://github.com/dotnet/aspnetcore - f6ab2a7a84ab509918e32607bb3b1d9853e6f110 + 0bad11f6101cdb6b3ada8f62769512ea2c5a602a - + https://github.com/dotnet/aspnetcore - f6ab2a7a84ab509918e32607bb3b1d9853e6f110 + 0bad11f6101cdb6b3ada8f62769512ea2c5a602a - + https://github.com/dotnet/aspnetcore - f6ab2a7a84ab509918e32607bb3b1d9853e6f110 + 0bad11f6101cdb6b3ada8f62769512ea2c5a602a - + https://github.com/dotnet/aspnetcore - f6ab2a7a84ab509918e32607bb3b1d9853e6f110 + 0bad11f6101cdb6b3ada8f62769512ea2c5a602a - + https://github.com/dotnet/aspnetcore - f6ab2a7a84ab509918e32607bb3b1d9853e6f110 + 0bad11f6101cdb6b3ada8f62769512ea2c5a602a https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 005de741248062c1162c0db9da373b1bd45f2180 + 89a16b0ff9c1f886446bc01803f69c239ce48ffd - + https://github.com/dotnet/sdk - 005de741248062c1162c0db9da373b1bd45f2180 + 89a16b0ff9c1f886446bc01803f69c239ce48ffd - + https://github.com/dotnet/sdk - 005de741248062c1162c0db9da373b1bd45f2180 + 89a16b0ff9c1f886446bc01803f69c239ce48ffd - + https://github.com/dotnet/sdk - 005de741248062c1162c0db9da373b1bd45f2180 + 89a16b0ff9c1f886446bc01803f69c239ce48ffd @@ -129,18 +129,18 @@ https://github.com/dotnet/wpf 29ba13232103d8aec6d78289bc5f7336c3a7dd17 - + https://github.com/dotnet/fsharp - 7669e0a6dbeb872512c073c49c7661a71cfb6e07 + f07ccb1bc4325861cb4306733f59b23f6d4344f7 - + https://github.com/dotnet/fsharp - 7669e0a6dbeb872512c073c49c7661a71cfb6e07 + f07ccb1bc4325861cb4306733f59b23f6d4344f7 - + https://github.com/microsoft/vstest - 7dc42edaac227b43dc6fd1cba20ce3b84c62fe83 + 041b610698e793fcf91439ef79fc98bea2a13ceb @@ -154,9 +154,9 @@ 6a0bbe19399f7da58f006b25c282c1cd5c5a96eb - + https://github.com/dotnet/msbuild - e1930c2ee6b16a0c5afbdc53ec51dbdda4664f80 + 20ce296d6b3f4e63a511321c7e1a2f69a4ee63ef diff --git a/eng/Versions.props b/eng/Versions.props index e4696afc6..bcb2727bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,38 +53,38 @@ - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.13 + 8.0.0-alpha.1.22506.13 + 8.0.0-alpha.1.22506.13 + 8.0.0-alpha.1.22506.13 + 8.0.0-alpha.1.22506.13 + 8.0.0-alpha.1.22506.13 + 8.0.0-alpha.1.22506.13 0.2.0 - 8.0.100-alpha.1.22507.8 - 8.0.100-alpha.1.22507.8 - 8.0.100-alpha.1.22507.8 + 8.0.100-alpha.1.22507.12 + 8.0.100-alpha.1.22507.12 + 8.0.100-alpha.1.22507.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22505.8 - 8.0.0-alpha.1.22505.8 - 8.0.0-alpha.1.22505.8 - 8.0.0-alpha.1.22505.8 - 8.0.0-alpha.1.22505.8 - 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22506.10 2.1.0 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221005-01 + 17.5.0-preview-20221007-01 7.0.0-rc.1.22426.10. From 435c9a4baf1ad9e3610dd8e2759f678e5fedb3e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 18:12:16 +0000 Subject: [PATCH 314/501] Update dependencies from https://github.com/dotnet/sdk build 20221007.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22507.14 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 c4c0ea8df..7619bfe86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 89a16b0ff9c1f886446bc01803f69c239ce48ffd + 1dd0fe226fb0270c1c14cd77509b7973e6986af1 - + https://github.com/dotnet/sdk - 89a16b0ff9c1f886446bc01803f69c239ce48ffd + 1dd0fe226fb0270c1c14cd77509b7973e6986af1 - + https://github.com/dotnet/sdk - 89a16b0ff9c1f886446bc01803f69c239ce48ffd + 1dd0fe226fb0270c1c14cd77509b7973e6986af1 - + https://github.com/dotnet/sdk - 89a16b0ff9c1f886446bc01803f69c239ce48ffd + 1dd0fe226fb0270c1c14cd77509b7973e6986af1 diff --git a/eng/Versions.props b/eng/Versions.props index bcb2727bd..ffc1186ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22507.12 - 8.0.100-alpha.1.22507.12 - 8.0.100-alpha.1.22507.12 + 8.0.100-alpha.1.22507.14 + 8.0.100-alpha.1.22507.14 + 8.0.100-alpha.1.22507.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From da4630989ba59e4b3f7f40719fadadda2ff94c2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 21:12:06 +0000 Subject: [PATCH 315/501] Update dependencies from https://github.com/dotnet/sdk build 20221007.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22504.22 -> To Version 8.0.100-alpha.1.22507.21 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22501.3 -> To Version 8.0.0-alpha.1.22504.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 7619bfe86..a01a88a6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime b38fb072af49cb4336428c57ff28a22cc5d72cc2 - + https://github.com/dotnet/aspnetcore - 0bad11f6101cdb6b3ada8f62769512ea2c5a602a + 00f9cfb4a44da05a8ce532c0123e10e4ba39305f - + https://github.com/dotnet/aspnetcore - 0bad11f6101cdb6b3ada8f62769512ea2c5a602a + 00f9cfb4a44da05a8ce532c0123e10e4ba39305f - + https://github.com/dotnet/aspnetcore - 0bad11f6101cdb6b3ada8f62769512ea2c5a602a + 00f9cfb4a44da05a8ce532c0123e10e4ba39305f - + https://github.com/dotnet/aspnetcore - 0bad11f6101cdb6b3ada8f62769512ea2c5a602a + 00f9cfb4a44da05a8ce532c0123e10e4ba39305f - + https://github.com/dotnet/aspnetcore - 0bad11f6101cdb6b3ada8f62769512ea2c5a602a + 00f9cfb4a44da05a8ce532c0123e10e4ba39305f - + https://github.com/dotnet/aspnetcore - 0bad11f6101cdb6b3ada8f62769512ea2c5a602a + 00f9cfb4a44da05a8ce532c0123e10e4ba39305f - + https://github.com/dotnet/aspnetcore - 0bad11f6101cdb6b3ada8f62769512ea2c5a602a + 00f9cfb4a44da05a8ce532c0123e10e4ba39305f https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 1dd0fe226fb0270c1c14cd77509b7973e6986af1 + 71c4fb3c8ca7338c82a35f5335229f2b81ade08d - + https://github.com/dotnet/sdk - 1dd0fe226fb0270c1c14cd77509b7973e6986af1 + 71c4fb3c8ca7338c82a35f5335229f2b81ade08d - + https://github.com/dotnet/sdk - 1dd0fe226fb0270c1c14cd77509b7973e6986af1 + 71c4fb3c8ca7338c82a35f5335229f2b81ade08d - + https://github.com/dotnet/sdk - 1dd0fe226fb0270c1c14cd77509b7973e6986af1 + 71c4fb3c8ca7338c82a35f5335229f2b81ade08d diff --git a/eng/Versions.props b/eng/Versions.props index ffc1186ab..f67721ddb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22506.13 - 8.0.0-alpha.1.22506.13 - 8.0.0-alpha.1.22506.13 - 8.0.0-alpha.1.22506.13 - 8.0.0-alpha.1.22506.13 - 8.0.0-alpha.1.22506.13 - 8.0.0-alpha.1.22506.13 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 0.2.0 - 8.0.100-alpha.1.22507.14 - 8.0.100-alpha.1.22507.14 - 8.0.100-alpha.1.22507.14 + 8.0.100-alpha.1.22507.21 + 8.0.100-alpha.1.22507.21 + 8.0.100-alpha.1.22507.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c13d4f660e715ad1bcebc1d62b8635acdffb3c71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 8 Oct 2022 12:23:29 +0000 Subject: [PATCH 316/501] Update dependencies from https://github.com/dotnet/emsdk build 20221007.3 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22504.1 -> To Version 8.0.0-alpha.1.22507.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e29effa66..16775629a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 52e3130a816a7c8d734f1e9f0dc9ed6d5936e7ae + da77353475e00302ac06010b6449d103cbbf9dce - + https://github.com/dotnet/emsdk - 52e3130a816a7c8d734f1e9f0dc9ed6d5936e7ae + da77353475e00302ac06010b6449d103cbbf9dce https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index e4a945c1c..88dd72b8b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -220,8 +220,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22504.1 - 8.0.0-alpha.1.22504.1 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 4ecb752e5df39ad82f143ba20d8e4db732a1830f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 8 Oct 2022 12:33:54 +0000 Subject: [PATCH 317/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20221007.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.22506.1 -> To Version 8.0.0-alpha.1.22507.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e29effa66..88b7e6e75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -181,9 +181,9 @@ c3ad00ae84489071080a606f6a8e43c9a91a5cc2 - + https://github.com/dotnet/source-build-externals - 886a1d848ecb98df94d1c9b326e33e41729a6503 + 09fb44e74f7b92b3080e45f0dd41ff4d8539ae0b From 89bae09aab7b474a3cd1146fcf7f36a7dbdc71f8 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Mon, 10 Oct 2022 14:08:53 +0000 Subject: [PATCH 318/501] Remove backported source-build patches --- ...001-Updates-to-build-w-latest-roslyn.patch | 36 -- .../0003-Update-compiler-version.patch | 311 ------------------ 2 files changed, 347 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/msbuild/0001-Updates-to-build-w-latest-roslyn.patch delete mode 100644 src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch diff --git a/src/SourceBuild/tarball/patches/msbuild/0001-Updates-to-build-w-latest-roslyn.patch b/src/SourceBuild/tarball/patches/msbuild/0001-Updates-to-build-w-latest-roslyn.patch deleted file mode 100644 index 0869831f0..000000000 --- a/src/SourceBuild/tarball/patches/msbuild/0001-Updates-to-build-w-latest-roslyn.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: MichaelSimons -Date: Thu, 29 Sep 2022 19:04:13 +0000 -Subject: [PATCH] Updates to build w/latest roslyn - -Backport: https://github.com/dotnet/installer/pull/14616 ---- - src/StringTools/InternableString.cs | 2 +- - src/StringTools/StringTools.csproj | 1 - - 2 files changed, 1 insertion(+), 2 deletions(-) - -diff --git a/src/StringTools/InternableString.cs b/src/StringTools/InternableString.cs -index f04d2a9e9..6a2bbcc34 100644 ---- a/src/StringTools/InternableString.cs -+++ b/src/StringTools/InternableString.cs -@@ -33,7 +33,7 @@ namespace Microsoft.NET.StringTools - ///
- private int _charIndex; - -- internal Enumerator(ref InternableString str) -+ internal Enumerator(scoped ref InternableString str) - { - _string = str; - _spanIndex = -1; -diff --git a/src/StringTools/StringTools.csproj b/src/StringTools/StringTools.csproj -index fb76d6108..e44f8b3b6 100644 ---- a/src/StringTools/StringTools.csproj -+++ b/src/StringTools/StringTools.csproj -@@ -6,7 +6,6 @@ - true - true - true -- 8.0 - Microsoft.NET.StringTools - true - diff --git a/src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch b/src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch deleted file mode 100644 index 0af4d662a..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0003-Update-compiler-version.patch +++ /dev/null @@ -1,311 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Tue, 20 Sep 2022 14:44:06 -0700 -Subject: [PATCH] Update compiler version - -Backport: https://github.com/dotnet/runtime/pull/75935 ---- - eng/Versions.props | 2 +- - .../Reflection/RuntimeMethodInfo.CoreCLR.cs | 2 ++ - .../System/Reflection/DynamicInvokeInfo.cs | 14 ++++++++--- - .../src/System/Reflection/MethodBase.cs | 2 ++ - .../Reflection/RuntimeConstructorInfo.cs | 4 ++++ - .../System/Reflection/RuntimeMethodInfo.cs | 2 ++ - .../src/System/Text/Json/JsonHelpers.cs | 2 +- - .../Utf8JsonWriter.WriteProperties.String.cs | 24 +++++++++++-------- - 8 files changed, 37 insertions(+), 15 deletions(-) - -diff --git a/eng/Versions.props b/eng/Versions.props -index fe8aac648cd..2f16902347b 100644 ---- a/eng/Versions.props -+++ b/eng/Versions.props -@@ -52,7 +52,7 @@ - -- 4.4.0-3.22452.8 -+ 4.4.0-3.22472.1 - 0.2.0 - - 8.0.100-alpha.1.22462.3 -diff --git a/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs b/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs -index c55ee607da7..4e1246b481b 100644 ---- a/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs -+++ b/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs -@@ -316,7 +316,9 @@ public override MethodImplAttributes GetMethodImplementationFlags() - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, 1); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -index 234f8a16e9c..cc3d8c74a60 100644 ---- a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -+++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -@@ -235,11 +235,15 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - StackAllocedArguments argStorage = default; - StackAllocatedByRefs byrefStorage = default; - -+#pragma warning disable 8500 - CheckArguments(ref argStorage._arg0!, (ByReference*)&byrefStorage, parameters, binderBundle); -+#pragma warning restore 8500 - - try - { -+#pragma warning disable 8500 - ret = ref RawCalliHelper.Call(InvokeThunk, (void*)methodToCall, ref thisArg, ref ret, &byrefStorage); -+#pragma warning restore 8500 - DebugAnnotations.PreviousCallContainsDebuggerStepInCode(); - } - catch (Exception e) when (wrapInTargetInvocationException) -@@ -268,7 +272,9 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - IntPtr* pStorage = stackalloc IntPtr[2 * argCount]; - NativeMemory.Clear(pStorage, (nuint)(2 * argCount) * (nuint)sizeof(IntPtr)); - -- ByReference* pByRefStorage = (ByReference*)(pStorage + argCount); -+#pragma warning disable 8500 -+ void* pByRefStorage = (ByReference*)(pStorage + argCount); -+#pragma warning restore 8500 - - RuntimeImports.GCFrameRegistration regArgStorage = new(pStorage, (uint)argCount, areByRefs: false); - RuntimeImports.GCFrameRegistration regByRefStorage = new(pByRefStorage, (uint)argCount, areByRefs: true); -@@ -326,7 +332,7 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - - private unsafe void CheckArguments( - ref object copyOfParameters, -- ByReference* byrefParameters, -+ void* byrefParameters, - object?[] parameters, - BinderBundle binderBundle) - { -@@ -398,8 +404,10 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - - Unsafe.Add(ref copyOfParameters, i) = arg!; - -- byrefParameters[i] = new ByReference(ref (argumentInfo.Transform & Transform.Reference) != 0 ? -+#pragma warning disable 8500 -+ ((ByReference*)byrefParameters)[i] = new ByReference(ref (argumentInfo.Transform & Transform.Reference) != 0 ? - ref Unsafe.As(ref Unsafe.Add(ref copyOfParameters, i)) : ref arg.GetRawData()); -+#pragma warning restore 8500 - } - } - -diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs -index 13ff9e34df9..98069a70ef5 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs -@@ -236,6 +236,7 @@ BindingFlags invokeAttr - shouldCopyBack[i] = copyBackArg; - copyOfParameters[i] = arg; - -+#pragma warning disable 8500 - if (isValueType) - { - #if !MONO // Temporary until Mono is updated. -@@ -254,6 +255,7 @@ BindingFlags invokeAttr - ByReference objRef = ByReference.Create(ref copyOfParameters[i]); - *(ByReference*)(byrefParameters + i) = objRef; - } -+#pragma warning restore 8500 - } - } - -diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs -index b1f3222736a..1fd9c177ddb 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs -@@ -146,7 +146,9 @@ internal void ThrowNoInvokeException() - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, argCount); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -@@ -299,7 +301,9 @@ public override object Invoke(BindingFlags invokeAttr, Binder? binder, object?[] - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, argCount); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs -index 770a59d40eb..bf534c58e70 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs -@@ -143,7 +143,9 @@ private void ThrowNoInvokeException() - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, argCount); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs b/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs -index 9e9adcd0a52..4706b64753c 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs -@@ -15,7 +15,7 @@ internal static partial class JsonHelpers - /// Returns the span for the given reader. - ///
- [MethodImpl(MethodImplOptions.AggressiveInlining)] -- public static ReadOnlySpan GetSpan(this ref Utf8JsonReader reader) -+ public static ReadOnlySpan GetSpan(this scoped ref Utf8JsonReader reader) - { - return reader.HasValueSequence ? reader.ValueSequence.ToArray() : reader.ValueSpan; - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs -index 65c6fd303c1..7cd0e3b45a4 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs -@@ -112,12 +112,12 @@ private void WriteStringEscapeProperty(scoped ReadOnlySpan propertyName, i - Debug.Assert(int.MaxValue / JsonConstants.MaxExpansionFactorWhileEscaping >= propertyName.Length); - - char[]? propertyArray = null; -+ scoped Span escapedPropertyName; - - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(propertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocCharThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -269,12 +269,12 @@ private void WriteStringEscapeProperty(scoped ReadOnlySpan utf8PropertyNam - Debug.Assert(int.MaxValue / JsonConstants.MaxExpansionFactorWhileEscaping >= utf8PropertyName.Length); - - byte[]? propertyArray = null; -+ scoped Span escapedPropertyName; - - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8PropertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocByteThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1076,12 +1076,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - - char[]? valueArray = null; - char[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocCharThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1096,11 +1096,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(propertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocCharThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1135,12 +1136,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - - byte[]? valueArray = null; - byte[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8Value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocByteThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1155,11 +1156,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - utf8Value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8PropertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocByteThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1194,12 +1196,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - - byte[]? valueArray = null; - char[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8Value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocByteThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1214,11 +1216,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - utf8Value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(propertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocCharThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1253,12 +1256,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - - char[]? valueArray = null; - byte[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocCharThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1273,11 +1276,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8PropertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocByteThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); From d0cd36443f29bdda9aba71f69038abe298e548a2 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Mon, 10 Oct 2022 14:15:02 +0000 Subject: [PATCH 319/501] Remove backported source-build patch --- .../patches/runtime/0001-PR-76471.patch | 570 ------------------ 1 file changed, 570 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/runtime/0001-PR-76471.patch diff --git a/src/SourceBuild/tarball/patches/runtime/0001-PR-76471.patch b/src/SourceBuild/tarball/patches/runtime/0001-PR-76471.patch deleted file mode 100644 index 2efc706d1..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0001-PR-76471.patch +++ /dev/null @@ -1,570 +0,0 @@ -From 371d1e5b10b3632289b5944fb36bdfd3c032b58e Mon Sep 17 00:00:00 2001 -From: Charles Stoner <10732005+cston@users.noreply.github.com> -Date: Tue, 20 Sep 2022 14:44:06 -0700 -Subject: [PATCH 1/6] Patches for scoped locals - -https://github.com/dotnet/roslyn/pull/64093 - -This change enforced that `scoped` on a local set the escape scope to -the current block where previously it was incorrectly setting to the -containing method. ---- - .../Reflection/RuntimeMethodInfo.CoreCLR.cs | 2 ++ - .../System/Reflection/DynamicInvokeInfo.cs | 14 ++++++++--- - .../src/System/Reflection/MethodBase.cs | 2 ++ - .../Reflection/RuntimeConstructorInfo.cs | 4 ++++ - .../System/Reflection/RuntimeMethodInfo.cs | 2 ++ - .../src/System/Text/Json/JsonHelpers.cs | 2 +- - .../Utf8JsonWriter.WriteProperties.String.cs | 24 +++++++++++-------- - 7 files changed, 36 insertions(+), 14 deletions(-) - -diff --git a/eng/Versions.props b/eng/Versions.props -index fe8aac648cd..2f16902347b 100644 ---- a/eng/Versions.props -+++ b/eng/Versions.props -@@ -52,7 +52,7 @@ - -- 4.4.0-3.22452.8 -+ 4.4.0-3.22472.1 - 0.2.0 - - 8.0.100-alpha.1.22462.3 -diff --git a/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs b/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs -index c55ee607da773..4e1246b481b10 100644 ---- a/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs -+++ b/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.CoreCLR.cs -@@ -316,7 +316,9 @@ public override MethodImplAttributes GetMethodImplementationFlags() - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, 1); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -index 234f8a16e9c5c..cc3d8c74a60b7 100644 ---- a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -+++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -@@ -235,11 +235,15 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - StackAllocedArguments argStorage = default; - StackAllocatedByRefs byrefStorage = default; - -+#pragma warning disable 8500 - CheckArguments(ref argStorage._arg0!, (ByReference*)&byrefStorage, parameters, binderBundle); -+#pragma warning restore 8500 - - try - { -+#pragma warning disable 8500 - ret = ref RawCalliHelper.Call(InvokeThunk, (void*)methodToCall, ref thisArg, ref ret, &byrefStorage); -+#pragma warning restore 8500 - DebugAnnotations.PreviousCallContainsDebuggerStepInCode(); - } - catch (Exception e) when (wrapInTargetInvocationException) -@@ -268,7 +272,9 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - IntPtr* pStorage = stackalloc IntPtr[2 * argCount]; - NativeMemory.Clear(pStorage, (nuint)(2 * argCount) * (nuint)sizeof(IntPtr)); - -- ByReference* pByRefStorage = (ByReference*)(pStorage + argCount); -+#pragma warning disable 8500 -+ void* pByRefStorage = (ByReference*)(pStorage + argCount); -+#pragma warning restore 8500 - - RuntimeImports.GCFrameRegistration regArgStorage = new(pStorage, (uint)argCount, areByRefs: false); - RuntimeImports.GCFrameRegistration regByRefStorage = new(pByRefStorage, (uint)argCount, areByRefs: true); -@@ -326,7 +332,7 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - - private unsafe void CheckArguments( - ref object copyOfParameters, -- ByReference* byrefParameters, -+ void* byrefParameters, - object?[] parameters, - BinderBundle binderBundle) - { -@@ -398,8 +404,10 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - - Unsafe.Add(ref copyOfParameters, i) = arg!; - -- byrefParameters[i] = new ByReference(ref (argumentInfo.Transform & Transform.Reference) != 0 ? -+#pragma warning disable 8500 -+ ((ByReference*)byrefParameters)[i] = new ByReference(ref (argumentInfo.Transform & Transform.Reference) != 0 ? - ref Unsafe.As(ref Unsafe.Add(ref copyOfParameters, i)) : ref arg.GetRawData()); -+#pragma warning restore 8500 - } - } - -diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs -index 13ff9e34df920..98069a70ef55b 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs -@@ -236,6 +236,7 @@ BindingFlags invokeAttr - shouldCopyBack[i] = copyBackArg; - copyOfParameters[i] = arg; - -+#pragma warning disable 8500 - if (isValueType) - { - #if !MONO // Temporary until Mono is updated. -@@ -254,6 +255,7 @@ BindingFlags invokeAttr - ByReference objRef = ByReference.Create(ref copyOfParameters[i]); - *(ByReference*)(byrefParameters + i) = objRef; - } -+#pragma warning restore 8500 - } - } - -diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs -index b1f3222736a1a..1fd9c177ddb8a 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs -@@ -146,7 +146,9 @@ internal void ThrowNoInvokeException() - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, argCount); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -@@ -299,7 +301,9 @@ public override object Invoke(BindingFlags invokeAttr, Binder? binder, object?[] - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, argCount); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -diff --git a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs -index 770a59d40eb91..bf534c58e70ed 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs -@@ -143,7 +143,9 @@ private void ThrowNoInvokeException() - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, argCount); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable 8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore 8500 - - CheckArguments( - copyOfParameters, -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs b/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs -index 9e9adcd0a52ea..4706b64753c97 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.cs -@@ -15,7 +15,7 @@ internal static partial class JsonHelpers - /// Returns the span for the given reader. - /// - [MethodImpl(MethodImplOptions.AggressiveInlining)] -- public static ReadOnlySpan GetSpan(this ref Utf8JsonReader reader) -+ public static ReadOnlySpan GetSpan(this scoped ref Utf8JsonReader reader) - { - return reader.HasValueSequence ? reader.ValueSequence.ToArray() : reader.ValueSpan; - } -diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs -index 65c6fd303c13c..7cd0e3b45a4a1 100644 ---- a/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs -+++ b/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs -@@ -112,12 +112,12 @@ private void WriteStringEscapeProperty(scoped ReadOnlySpan propertyName, i - Debug.Assert(int.MaxValue / JsonConstants.MaxExpansionFactorWhileEscaping >= propertyName.Length); - - char[]? propertyArray = null; -+ scoped Span escapedPropertyName; - - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(propertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocCharThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -269,12 +269,12 @@ private void WriteStringEscapeProperty(scoped ReadOnlySpan utf8PropertyNam - Debug.Assert(int.MaxValue / JsonConstants.MaxExpansionFactorWhileEscaping >= utf8PropertyName.Length); - - byte[]? propertyArray = null; -+ scoped Span escapedPropertyName; - - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8PropertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocByteThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1076,12 +1076,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - - char[]? valueArray = null; - char[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocCharThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1096,11 +1096,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(propertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocCharThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1135,12 +1136,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - - byte[]? valueArray = null; - byte[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8Value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocByteThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1155,11 +1156,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - utf8Value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8PropertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocByteThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1194,12 +1196,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - - byte[]? valueArray = null; - char[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8Value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocByteThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1214,11 +1216,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan property - utf8Value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(propertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocCharThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); -@@ -1253,12 +1256,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - - char[]? valueArray = null; - byte[]? propertyArray = null; -+ scoped Span escapedValue; - - if (firstEscapeIndexVal != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(value.Length, firstEscapeIndexVal); - -- scoped Span escapedValue; - if (length > JsonConstants.StackallocCharThreshold) - { - valueArray = ArrayPool.Shared.Rent(length); -@@ -1273,11 +1276,12 @@ private void WriteStringEscapePropertyOrValue(scoped ReadOnlySpan utf8Prop - value = escapedValue.Slice(0, written); - } - -+ scoped Span escapedPropertyName; -+ - if (firstEscapeIndexProp != -1) - { - int length = JsonWriterHelper.GetMaxEscapedLength(utf8PropertyName.Length, firstEscapeIndexProp); - -- scoped Span escapedPropertyName; - if (length > JsonConstants.StackallocByteThreshold) - { - propertyArray = ArrayPool.Shared.Rent(length); - -From 89c6bf4290c7d65ec4d9ffbe92015e4cbf6c4a16 Mon Sep 17 00:00:00 2001 -From: Jared Parsons -Date: Fri, 30 Sep 2022 09:49:03 -0700 -Subject: [PATCH 2/6] Make return and out equivalent for ref safety - -https://github.com/dotnet/roslyn/pull/64318 - -This change allows anything returnable from a method to be assigned to -an `out` parameter. In several places had to add `scoped` to `ref` to -inform compiler they could not be captured in an `out` parameter. ---- - .../System/Reflection/DynamicInvokeInfo.cs | 4 ++-- - .../src/System/Number.BigInteger.cs | 20 ++++++++++++------- - .../Number.NumberToFloatingPointBits.cs | 2 +- - .../RegexCaseEquivalences.cs | 2 +- - 4 files changed, 17 insertions(+), 11 deletions(-) - -diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -index cc3d8c74a60b7..4f0106980837d 100644 ---- a/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -+++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/System/Reflection/DynamicInvokeInfo.cs -@@ -404,10 +404,10 @@ public DynamicInvokeInfo(MethodBase method, IntPtr invokeThunk) - - Unsafe.Add(ref copyOfParameters, i) = arg!; - --#pragma warning disable 8500 -+#pragma warning disable 8500, 9094 - ((ByReference*)byrefParameters)[i] = new ByReference(ref (argumentInfo.Transform & Transform.Reference) != 0 ? - ref Unsafe.As(ref Unsafe.Add(ref copyOfParameters, i)) : ref arg.GetRawData()); --#pragma warning restore 8500 -+#pragma warning restore 8500, 9094 - } - } - -diff --git a/src/libraries/System.Private.CoreLib/src/System/Number.BigInteger.cs b/src/libraries/System.Private.CoreLib/src/System/Number.BigInteger.cs -index c19e7d036b04b..f7e613f962829 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Number.BigInteger.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Number.BigInteger.cs -@@ -317,7 +317,7 @@ internal static partial class Number - private int _length; - private fixed uint _blocks[MaxBlockCount]; - -- public static void Add(ref BigInteger lhs, ref BigInteger rhs, out BigInteger result) -+ public static void Add(scoped ref BigInteger lhs, scoped ref BigInteger rhs, out BigInteger result) - { - // determine which operand has the smaller length - ref BigInteger large = ref (lhs._length < rhs._length) ? ref rhs : ref lhs; -@@ -369,7 +369,7 @@ public static void Add(ref BigInteger lhs, ref BigInteger rhs, out BigInteger re - } - } - -- public static int Compare(ref BigInteger lhs, ref BigInteger rhs) -+ public static int Compare(scoped ref BigInteger lhs, scoped ref BigInteger rhs) - { - Debug.Assert(unchecked((uint)(lhs._length)) <= MaxBlockCount); - Debug.Assert(unchecked((uint)(rhs._length)) <= MaxBlockCount); -@@ -427,7 +427,7 @@ public static uint CountSignificantBits(ref BigInteger value) - return (lastIndex * BitsPerBlock) + CountSignificantBits(value._blocks[lastIndex]); - } - -- public static void DivRem(ref BigInteger lhs, ref BigInteger rhs, out BigInteger quo, out BigInteger rem) -+ public static void DivRem(scoped ref BigInteger lhs, scoped ref BigInteger rhs, out BigInteger quo, out BigInteger rem) - { - // This is modified from the libraries BigIntegerCalculator.DivRem.cs implementation: - // https://github.com/dotnet/runtime/blob/main/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigIntegerCalculator.DivRem.cs -@@ -558,6 +558,11 @@ public static void DivRem(ref BigInteger lhs, ref BigInteger rhs, out BigInteger - - if (digit > 0) - { -+ // rem and rhs have different lifetimes here and compiler is warning -+ // about potential for one to copy into the other. This is a place -+ // ref scoped parameters would alleviate. -+ // https://github.com/dotnet/roslyn/issues/64393 -+#pragma warning disable CS9080 - // Now it's time to subtract our current quotient - uint carry = SubtractDivisor(ref rem, n, ref rhs, digit); - -@@ -571,6 +576,7 @@ public static void DivRem(ref BigInteger lhs, ref BigInteger rhs, out BigInteger - - Debug.Assert(carry == 1); - } -+#pragma warning restore CS9080 - } - - // We have the digit! -@@ -693,7 +699,7 @@ public static uint HeuristicDivide(ref BigInteger dividend, ref BigInteger divis - return quotient; - } - -- public static void Multiply(ref BigInteger lhs, uint value, out BigInteger result) -+ public static void Multiply(scoped ref BigInteger lhs, uint value, out BigInteger result) - { - if (lhs._length <= 1) - { -@@ -739,7 +745,7 @@ public static void Multiply(ref BigInteger lhs, uint value, out BigInteger resul - } - } - -- public static void Multiply(ref BigInteger lhs, ref BigInteger rhs, out BigInteger result) -+ public static void Multiply(scoped ref BigInteger lhs, scoped ref BigInteger rhs, out BigInteger result) - { - if (lhs._length <= 1) - { -@@ -1032,7 +1038,7 @@ public void Multiply(uint value) - Multiply(ref this, value, out this); - } - -- public void Multiply(ref BigInteger value) -+ public void Multiply(scoped ref BigInteger value) - { - if (value._length <= 1) - { -@@ -1115,7 +1121,7 @@ public static void SetUInt64(out BigInteger result, ulong value) - } - } - -- public static void SetValue(out BigInteger result, ref BigInteger value) -+ public static void SetValue(out BigInteger result, scoped ref BigInteger value) - { - int rhsLength = value._length; - result._length = rhsLength; -diff --git a/src/libraries/System.Private.CoreLib/src/System/Number.NumberToFloatingPointBits.cs b/src/libraries/System.Private.CoreLib/src/System/Number.NumberToFloatingPointBits.cs -index e88014c3a9518..bec85ff737bab 100644 ---- a/src/libraries/System.Private.CoreLib/src/System/Number.NumberToFloatingPointBits.cs -+++ b/src/libraries/System.Private.CoreLib/src/System/Number.NumberToFloatingPointBits.cs -@@ -794,7 +794,7 @@ public FloatingPointInfo(ushort denormalMantissaBits, ushort exponentBits, int m - 0x8e679c2f5e44ff8f, 0x570f09eaa7ea7648 - }; - -- private static void AccumulateDecimalDigitsIntoBigInteger(ref NumberBuffer number, uint firstIndex, uint lastIndex, out BigInteger result) -+ private static void AccumulateDecimalDigitsIntoBigInteger(scoped ref NumberBuffer number, uint firstIndex, uint lastIndex, out BigInteger result) - { - BigInteger.SetZero(out result); - -diff --git a/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCaseEquivalences.cs b/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCaseEquivalences.cs -index 7c65c63e90dfb..72a61998b8ccf 100644 ---- a/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCaseEquivalences.cs -+++ b/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCaseEquivalences.cs -@@ -33,7 +33,7 @@ internal static partial class RegexCaseEquivalences - /// If is involved in case conversion, then equivalences will contain the - /// span of character which should be considered equal to in a case-insensitive comparison. - /// if is involved in case conversion; otherwise, -- public static bool TryFindCaseEquivalencesForCharWithIBehavior(char c, CultureInfo culture, ref RegexCaseBehavior mappingBehavior, out ReadOnlySpan equivalences) -+ public static bool TryFindCaseEquivalencesForCharWithIBehavior(char c, CultureInfo culture, scoped ref RegexCaseBehavior mappingBehavior, out ReadOnlySpan equivalences) - { - if ((c | 0x20) == 'i' || (c | 0x01) == '\u0131') - { - -From 2b96bc0edcf67fed4d18dc155e045bc9a4328c64 Mon Sep 17 00:00:00 2001 -From: Jared Parsons -Date: Fri, 30 Sep 2022 10:52:30 -0700 -Subject: [PATCH 3/6] Warnings on managed pointer types - -https://github.com/dotnet/roslyn/pull/64294 - -Compiler now issues warnings for pointer operations involving managed -types ---- - .../src/System/Reflection/Emit/DynamicMethod.cs | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs b/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs -index a2d74336bee2b..bf455a6b63f69 100644 ---- a/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs -+++ b/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs -@@ -504,6 +504,9 @@ Signature LazyCreateSignature() - Span shouldCopyBackParameters = new(ref argStorage._copyBack0, argCount); - - StackAllocatedByRefs byrefStorage = default; -+#pragma warning disable CS8500 -+ IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; -+#pragma warning restore CS8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; - - CheckArguments( - -From 28ada4a0580acc72a9e9f658b93b163017d23b63 Mon Sep 17 00:00:00 2001 -From: Jared Parsons -Date: Fri, 30 Sep 2022 10:26:17 -0700 -Subject: [PATCH 4/6] Update compiler version - ---- - eng/Versions.props | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/eng/Versions.props b/eng/Versions.props -index b839658f454ee..ff8f04758c364 100644 ---- a/eng/Versions.props -+++ b/eng/Versions.props -@@ -53,7 +53,7 @@ - -- 4.4.0-3.22452.8 -+ 4.4.0-3.22479.16 - 0.2.0 - - 7.0.100-rc.1.22402.1 - -From cb7618ebf71639627549db8945097efe82b1a27c Mon Sep 17 00:00:00 2001 -From: Jared Parsons -Date: Fri, 30 Sep 2022 15:50:08 -0700 -Subject: [PATCH 5/6] Fixup - ---- - .../src/System/Reflection/Emit/DynamicMethod.cs | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs b/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs -index bf455a6b63f69..84bc2f8ebd3c4 100644 ---- a/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs -+++ b/src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs -@@ -507,7 +507,6 @@ Signature LazyCreateSignature() - #pragma warning disable CS8500 - IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; - #pragma warning restore CS8500 -- IntPtr* pByRefStorage = (IntPtr*)&byrefStorage; - - CheckArguments( - copyOfParameters, - -From 46af7972a57e3378e53ba98cec65bee61850f58b Mon Sep 17 00:00:00 2001 -From: Jared Parsons -Date: Fri, 30 Sep 2022 16:03:31 -0700 -Subject: [PATCH 6/6] Ref safety rules attribute - ---- - .../ILCompiler.Compiler.Tests.Assets.csproj | 1 + - .../ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.csproj | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.Assets/ILCompiler.Compiler.Tests.Assets.csproj b/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.Assets/ILCompiler.Compiler.Tests.Assets.csproj -index ea167e092b031..605d407443da2 100644 ---- a/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.Assets/ILCompiler.Compiler.Tests.Assets.csproj -+++ b/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.Assets/ILCompiler.Compiler.Tests.Assets.csproj -@@ -8,6 +8,7 @@ - netstandard2.0 - - true -+ noRefSafetyRulesAttribute=true - - - -diff --git a/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.csproj b/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.csproj -index 5967b093841b1..b09ef31312661 100644 ---- a/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.csproj -+++ b/src/coreclr/tools/aot/ILCompiler.Compiler.Tests/ILCompiler.Compiler.Tests.csproj -@@ -14,6 +14,7 @@ - x86;x64 - AnyCPU - true -+ noRefSafetyRulesAttribute=true - - - From 5eb787b2b1acebc8b2881ceba5e5bc500070caab Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Mon, 10 Oct 2022 10:00:17 -0700 Subject: [PATCH 320/501] Don't return net 7.0 for wpf tests anymore --- test/EndToEnd/ProjectBuildTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 62fcb8940..17d108a7c 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -401,7 +401,6 @@ namespace EndToEnd.Tests || template.StartsWith("nunit") || template.StartsWith("xunit") || template.StartsWith("xunit") - || template.StartsWith("wpf") || template.StartsWith("mvc") || template.StartsWith("web") || template.StartsWith("worker") From 526ad654ffb7ad70b6be1bb3ba2c802a449b2c65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 10 Oct 2022 18:55:11 +0000 Subject: [PATCH 321/501] Update dependencies from https://github.com/dotnet/sdk build 20221010.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22507.21 -> To Version 8.0.100-alpha.1.22510.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22504.1 -> To Version 8.0.0-alpha.1.22507.3 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 104 ++++++++++++++++++++-------------------- eng/Versions.props | 48 +++++++++---------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 019dc674d..163085017 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - 2d462aa26aab27860e2861de0914781629943fe9 + ebdb19819eaabfd69d2998c41538a037a404546f - + https://github.com/dotnet/windowsdesktop - 2d462aa26aab27860e2861de0914781629943fe9 + ebdb19819eaabfd69d2998c41538a037a404546f - + https://github.com/dotnet/windowsdesktop - 2d462aa26aab27860e2861de0914781629943fe9 + ebdb19819eaabfd69d2998c41538a037a404546f - + https://github.com/dotnet/windowsdesktop - 2d462aa26aab27860e2861de0914781629943fe9 + ebdb19819eaabfd69d2998c41538a037a404546f https://github.com/dotnet/llvm-project 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - b38fb072af49cb4336428c57ff28a22cc5d72cc2 + 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/runtime - b38fb072af49cb4336428c57ff28a22cc5d72cc2 + 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/runtime - b38fb072af49cb4336428c57ff28a22cc5d72cc2 + 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/runtime - b38fb072af49cb4336428c57ff28a22cc5d72cc2 + 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/runtime - b38fb072af49cb4336428c57ff28a22cc5d72cc2 + 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/runtime - b38fb072af49cb4336428c57ff28a22cc5d72cc2 + 636777273b152a34bb244b35527ca563735efa35 @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b38fb072af49cb4336428c57ff28a22cc5d72cc2 + 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/aspnetcore - 00f9cfb4a44da05a8ce532c0123e10e4ba39305f + 57c263218c3ea693943c377dd06a2aa9e519eee5 - + https://github.com/dotnet/aspnetcore - 00f9cfb4a44da05a8ce532c0123e10e4ba39305f + 57c263218c3ea693943c377dd06a2aa9e519eee5 - + https://github.com/dotnet/aspnetcore - 00f9cfb4a44da05a8ce532c0123e10e4ba39305f + 57c263218c3ea693943c377dd06a2aa9e519eee5 - + https://github.com/dotnet/aspnetcore - 00f9cfb4a44da05a8ce532c0123e10e4ba39305f + 57c263218c3ea693943c377dd06a2aa9e519eee5 - + https://github.com/dotnet/aspnetcore - 00f9cfb4a44da05a8ce532c0123e10e4ba39305f + 57c263218c3ea693943c377dd06a2aa9e519eee5 - + https://github.com/dotnet/aspnetcore - 00f9cfb4a44da05a8ce532c0123e10e4ba39305f + 57c263218c3ea693943c377dd06a2aa9e519eee5 - + https://github.com/dotnet/aspnetcore - 00f9cfb4a44da05a8ce532c0123e10e4ba39305f + 57c263218c3ea693943c377dd06a2aa9e519eee5 https://github.com/dotnet/test-templates @@ -103,31 +103,31 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 71c4fb3c8ca7338c82a35f5335229f2b81ade08d + 9a1d9162d42d72799ec535783be82d1c9c929b65 - + https://github.com/dotnet/sdk - 71c4fb3c8ca7338c82a35f5335229f2b81ade08d + 9a1d9162d42d72799ec535783be82d1c9c929b65 - + https://github.com/dotnet/sdk - 71c4fb3c8ca7338c82a35f5335229f2b81ade08d + 9a1d9162d42d72799ec535783be82d1c9c929b65 - + https://github.com/dotnet/sdk - 71c4fb3c8ca7338c82a35f5335229f2b81ade08d + 9a1d9162d42d72799ec535783be82d1c9c929b65 - + https://github.com/dotnet/winforms - 35f463c6c1bfdcce7276a143c3998f1aa3d4b4a1 + 6042cca9a51875f4625e43bd2167e0d53984ab84 - + https://github.com/dotnet/wpf - 29ba13232103d8aec6d78289bc5f7336c3a7dd17 + af0545ca3d3c4f5bfd842fe8f0041d8e8979109d https://github.com/dotnet/fsharp @@ -138,9 +138,9 @@ f07ccb1bc4325861cb4306733f59b23f6d4344f7 - + https://github.com/microsoft/vstest - 041b610698e793fcf91439ef79fc98bea2a13ceb + 0d385a4023f30b3dca663e52ea8251c2fcab556a @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 6a0bbe19399f7da58f006b25c282c1cd5c5a96eb + 7971633700e06fdd0a46dbae78908582ee533c2a diff --git a/eng/Versions.props b/eng/Versions.props index a1bbb618e..423d921d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22503.5 + 8.0.0-alpha.1.22505.8 - 8.0.0-alpha.1.22503.8 + 8.0.0-alpha.1.22506.1 @@ -53,46 +53,46 @@ - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 0.2.0 - 8.0.100-alpha.1.22507.21 - 8.0.100-alpha.1.22507.21 - 8.0.100-alpha.1.22507.21 + 8.0.100-alpha.1.22510.6 + 8.0.100-alpha.1.22510.6 + 8.0.100-alpha.1.22510.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22507.5 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 - 8.0.0-alpha.1.22506.10 + 8.0.0-alpha.1.22507.5 + 8.0.0-alpha.1.22507.5 + 8.0.0-alpha.1.22507.5 + 8.0.0-alpha.1.22507.5 + 8.0.0-alpha.1.22507.5 + 8.0.0-alpha.1.22507.5 2.1.0 - 8.0.0-alpha.1.22504.1 - 8.0.0-alpha.1.22504.1 - 8.0.0-alpha.1.22504.1 - 8.0.0-alpha.1.22504.1 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22507.3 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221007-01 + 17.5.0-preview-20221010-06 7.0.0-rc.1.22426.10. From 7edb40541044b6cced5b82659559a80392f71104 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 10 Oct 2022 23:13:06 +0000 Subject: [PATCH 322/501] Update dependencies from https://github.com/dotnet/sdk build 20221010.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22507.21 -> To Version 8.0.100-alpha.1.22510.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22504.1 -> To Version 8.0.0-alpha.1.22507.3 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 163085017..619586925 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/aspnetcore - 57c263218c3ea693943c377dd06a2aa9e519eee5 + d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 - + https://github.com/dotnet/aspnetcore - 57c263218c3ea693943c377dd06a2aa9e519eee5 + d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 - + https://github.com/dotnet/aspnetcore - 57c263218c3ea693943c377dd06a2aa9e519eee5 + d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 - + https://github.com/dotnet/aspnetcore - 57c263218c3ea693943c377dd06a2aa9e519eee5 + d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 - + https://github.com/dotnet/aspnetcore - 57c263218c3ea693943c377dd06a2aa9e519eee5 + d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 - + https://github.com/dotnet/aspnetcore - 57c263218c3ea693943c377dd06a2aa9e519eee5 + d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 - + https://github.com/dotnet/aspnetcore - 57c263218c3ea693943c377dd06a2aa9e519eee5 + d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 9a1d9162d42d72799ec535783be82d1c9c929b65 + bb5c030b3081596060c55d2c4117c1527d4acb6a - + https://github.com/dotnet/sdk - 9a1d9162d42d72799ec535783be82d1c9c929b65 + bb5c030b3081596060c55d2c4117c1527d4acb6a - + https://github.com/dotnet/sdk - 9a1d9162d42d72799ec535783be82d1c9c929b65 + bb5c030b3081596060c55d2c4117c1527d4acb6a - + https://github.com/dotnet/sdk - 9a1d9162d42d72799ec535783be82d1c9c929b65 + bb5c030b3081596060c55d2c4117c1527d4acb6a @@ -143,9 +143,9 @@ 0d385a4023f30b3dca663e52ea8251c2fcab556a - + https://github.com/dotnet/linker - 5c909850449fa60f0a0df1cfec7d942a560f3607 + 6000a84c7e0b3678af032c25b7319aefdd057f6c linker diff --git a/eng/Versions.props b/eng/Versions.props index 423d921d2..9b5579de5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.5 + 8.0.0-alpha.1.22510.5 + 8.0.0-alpha.1.22510.5 + 8.0.0-alpha.1.22510.5 + 8.0.0-alpha.1.22510.5 + 8.0.0-alpha.1.22510.5 + 8.0.0-alpha.1.22510.5 0.2.0 - 8.0.100-alpha.1.22510.6 - 8.0.100-alpha.1.22510.6 - 8.0.100-alpha.1.22510.6 + 8.0.100-alpha.1.22510.15 + 8.0.100-alpha.1.22510.15 + 8.0.100-alpha.1.22510.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2158e848e6d32236463cc8ac7d1bcda7093501ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 11 Oct 2022 03:16:59 +0000 Subject: [PATCH 323/501] Update dependencies from https://github.com/dotnet/sdk build 20221010.27 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22510.15 -> To Version 8.0.100-alpha.1.22510.27 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.0.5-beta.22506.5 -> To Version 12.0.5-beta.22507.6 (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 619586925..22bc24b96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - bb5c030b3081596060c55d2c4117c1527d4acb6a + 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 - + https://github.com/dotnet/sdk - bb5c030b3081596060c55d2c4117c1527d4acb6a + 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 - + https://github.com/dotnet/sdk - bb5c030b3081596060c55d2c4117c1527d4acb6a + 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 - + https://github.com/dotnet/sdk - bb5c030b3081596060c55d2c4117c1527d4acb6a + 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 @@ -129,13 +129,13 @@ https://github.com/dotnet/wpf af0545ca3d3c4f5bfd842fe8f0041d8e8979109d - + https://github.com/dotnet/fsharp - f07ccb1bc4325861cb4306733f59b23f6d4344f7 + 532a074f9b304325d8bcd554ac73a1183b74a8f0 - + https://github.com/dotnet/fsharp - f07ccb1bc4325861cb4306733f59b23f6d4344f7 + 532a074f9b304325d8bcd554ac73a1183b74a8f0 diff --git a/eng/Versions.props b/eng/Versions.props index 9b5579de5..830b1f3bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22510.15 - 8.0.100-alpha.1.22510.15 - 8.0.100-alpha.1.22510.15 + 8.0.100-alpha.1.22510.27 + 8.0.100-alpha.1.22510.27 + 8.0.100-alpha.1.22510.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1f827a37cd8ea66ff2dced73d6f970de4358f0c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 11 Oct 2022 04:23:29 +0000 Subject: [PATCH 324/501] Update dependencies from https://github.com/dotnet/sdk build 20221010.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22510.15 -> To Version 8.0.100-alpha.1.22510.29 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 8.0.0-alpha.1.22510.5 -> To Version 8.0.0-alpha.1.22510.11 (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 22bc24b96..96fe7fbe0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/aspnetcore - d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 + c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 - + https://github.com/dotnet/aspnetcore - d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 + c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 - + https://github.com/dotnet/aspnetcore - d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 + c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 - + https://github.com/dotnet/aspnetcore - d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 + c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 - + https://github.com/dotnet/aspnetcore - d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 + c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 - + https://github.com/dotnet/aspnetcore - d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 + c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 - + https://github.com/dotnet/aspnetcore - d1d6f7d1cc0b4bf6a7e26c9b09283c018ee8cdd3 + c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 + 1dbbfadde06574c9ff7e279d652956d92d17b3de - + https://github.com/dotnet/sdk - 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 + 1dbbfadde06574c9ff7e279d652956d92d17b3de - + https://github.com/dotnet/sdk - 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 + 1dbbfadde06574c9ff7e279d652956d92d17b3de - + https://github.com/dotnet/sdk - 548c6b5bbdadde10133eabd4fa231aae9bc44ed6 + 1dbbfadde06574c9ff7e279d652956d92d17b3de diff --git a/eng/Versions.props b/eng/Versions.props index 830b1f3bb..419a7ccb3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22510.5 - 8.0.0-alpha.1.22510.5 - 8.0.0-alpha.1.22510.5 - 8.0.0-alpha.1.22510.5 - 8.0.0-alpha.1.22510.5 - 8.0.0-alpha.1.22510.5 - 8.0.0-alpha.1.22510.5 + 8.0.0-alpha.1.22510.11 + 8.0.0-alpha.1.22510.11 + 8.0.0-alpha.1.22510.11 + 8.0.0-alpha.1.22510.11 + 8.0.0-alpha.1.22510.11 + 8.0.0-alpha.1.22510.11 + 8.0.0-alpha.1.22510.11 0.2.0 - 8.0.100-alpha.1.22510.27 - 8.0.100-alpha.1.22510.27 - 8.0.100-alpha.1.22510.27 + 8.0.100-alpha.1.22510.29 + 8.0.100-alpha.1.22510.29 + 8.0.100-alpha.1.22510.29 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1c4e08b12221594e418b60546b09cffcc3de697b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 11 Oct 2022 12:23:37 +0000 Subject: [PATCH 325/501] Update dependencies from https://github.com/dotnet/emsdk build 20221010.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22507.3 -> To Version 8.0.0-alpha.1.22510.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96fe7fbe0..320ce1a84 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - da77353475e00302ac06010b6449d103cbbf9dce + aecb1c71c70f6db44035602a879c57fa495d37e8 - + https://github.com/dotnet/emsdk - da77353475e00302ac06010b6449d103cbbf9dce + aecb1c71c70f6db44035602a879c57fa495d37e8 https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index 419a7ccb3..8f6d5f8ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -220,8 +220,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From a7286928af376f79c4d4d29b1b7ad5e0e840d273 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 11 Oct 2022 12:34:30 +0000 Subject: [PATCH 326/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20221010.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.22507.1 -> To Version 8.0.0-alpha.1.22510.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96fe7fbe0..a3525f3e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -181,9 +181,9 @@ c3ad00ae84489071080a606f6a8e43c9a91a5cc2 - + https://github.com/dotnet/source-build-externals - 09fb44e74f7b92b3080e45f0dd41ff4d8539ae0b + 04b6bbb27a7614a3e0731a31fa0514f7bfe77174 From fa294e422a71311738071f8cdb2d405eca86a3a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:17:32 +0200 Subject: [PATCH 327/501] [main] Update dependencies from dotnet/sdk (#14707) * Update dependencies from https://github.com/dotnet/sdk build 20221011.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22510.29 -> To Version 8.0.100-alpha.1.22511.1 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22510.11 -> To Version 8.0.0-alpha.1.22510.12 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221011.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22510.29 -> To Version 8.0.100-alpha.1.22511.3 Dependency coherency updates 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.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22510.11 -> To Version 8.0.0-alpha.1.22510.12 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96fe7fbe0..bbffd3eb6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/aspnetcore - c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 + 7d17cb5d2452bb1ac570d5b172099ab89d15431b - + https://github.com/dotnet/aspnetcore - c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 + 7d17cb5d2452bb1ac570d5b172099ab89d15431b - + https://github.com/dotnet/aspnetcore - c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 + 7d17cb5d2452bb1ac570d5b172099ab89d15431b - + https://github.com/dotnet/aspnetcore - c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 + 7d17cb5d2452bb1ac570d5b172099ab89d15431b - + https://github.com/dotnet/aspnetcore - c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 + 7d17cb5d2452bb1ac570d5b172099ab89d15431b - + https://github.com/dotnet/aspnetcore - c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 + 7d17cb5d2452bb1ac570d5b172099ab89d15431b - + https://github.com/dotnet/aspnetcore - c6b66c46d03b51b0dfa80cf488dccd1a4a25d311 + 7d17cb5d2452bb1ac570d5b172099ab89d15431b https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 1dbbfadde06574c9ff7e279d652956d92d17b3de + aff9cc5b744c9aac6b243572f6efa3401e7fbd28 - + https://github.com/dotnet/sdk - 1dbbfadde06574c9ff7e279d652956d92d17b3de + aff9cc5b744c9aac6b243572f6efa3401e7fbd28 - + https://github.com/dotnet/sdk - 1dbbfadde06574c9ff7e279d652956d92d17b3de + aff9cc5b744c9aac6b243572f6efa3401e7fbd28 - + https://github.com/dotnet/sdk - 1dbbfadde06574c9ff7e279d652956d92d17b3de + aff9cc5b744c9aac6b243572f6efa3401e7fbd28 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 7971633700e06fdd0a46dbae78908582ee533c2a + cff715a79d4c5b4a906aee99b6b36a0ddbbd1dfb diff --git a/eng/Versions.props b/eng/Versions.props index 419a7ccb3..4a0de8aa7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22510.11 - 8.0.0-alpha.1.22510.11 - 8.0.0-alpha.1.22510.11 - 8.0.0-alpha.1.22510.11 - 8.0.0-alpha.1.22510.11 - 8.0.0-alpha.1.22510.11 - 8.0.0-alpha.1.22510.11 + 8.0.0-alpha.1.22510.12 + 8.0.0-alpha.1.22510.12 + 8.0.0-alpha.1.22510.12 + 8.0.0-alpha.1.22510.12 + 8.0.0-alpha.1.22510.12 + 8.0.0-alpha.1.22510.12 + 8.0.0-alpha.1.22510.12 0.2.0 - 8.0.100-alpha.1.22510.29 - 8.0.100-alpha.1.22510.29 - 8.0.100-alpha.1.22510.29 + 8.0.100-alpha.1.22511.3 + 8.0.100-alpha.1.22511.3 + 8.0.100-alpha.1.22511.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 24b874334725d453dc4925081b2c6c7958c9266c Mon Sep 17 00:00:00 2001 From: Swapnali911 Date: Wed, 12 Oct 2022 00:27:05 +0530 Subject: [PATCH 328/501] Adding ppc64le arch for source build (#14617) --- Directory.Build.props | 1 + .../tarball/content/Directory.Build.props | 1 + src/redist/targets/Crossgen.targets | 4 ++-- src/redist/targets/GenerateBundledVersions.targets | 12 ++++++++---- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 15c9d27b7..b87eeccca 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,6 +11,7 @@ $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) $(BuildArchitecture) $(BuildArchitecture) + $(BuildArchitecture) x64 diff --git a/src/SourceBuild/tarball/content/Directory.Build.props b/src/SourceBuild/tarball/content/Directory.Build.props index 61cc6ff67..860785575 100644 --- a/src/SourceBuild/tarball/content/Directory.Build.props +++ b/src/SourceBuild/tarball/content/Directory.Build.props @@ -19,6 +19,7 @@ $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) $(BuildArchitecture) $(BuildArchitecture) + $(BuildArchitecture) x64 false diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index d15c28ef2..80b77a9e6 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -1,7 +1,7 @@ - + diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 0b8082f63..d983abba1 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -176,6 +176,7 @@ linux-bionic-arm64; linux-bionic-x64; linux-bionic-x86; + linux-ppc64le; "/> - + + + @@ -452,7 +456,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetingPackName="Microsoft.AspNetCore.App.Ref" TargetingPackVersion="$(MicrosoftAspNetCoreAppRefPackageVersion)" RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(AspNetCore80RuntimePackRids, '%3B')" RuntimePackExcludedRuntimeIdentifiers="android" /> @@ -584,7 +588,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetingPackName="Microsoft.AspNetCore.App.Ref" TargetingPackVersion="$(_AspNet70TargetingPackVersion)" RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(AspNetCore70RuntimePackRids, '%3B')" RuntimePackExcludedRuntimeIdentifiers="android" /> @@ -709,7 +713,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetingPackName="Microsoft.AspNetCore.App.Ref" TargetingPackVersion="$(_AspNet60TargetingPackVersion)" RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(AspNetCore60RuntimePackRids, '%3B')" /> Date: Tue, 11 Oct 2022 20:21:38 +0000 Subject: [PATCH 329/501] Update dependencies from https://github.com/dotnet/sdk build 20221011.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.3 -> To Version 8.0.100-alpha.1.22511.8 --- 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 d34ea1e2b..86b86ce6a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - aff9cc5b744c9aac6b243572f6efa3401e7fbd28 + f95889a54c4868ca97307066e0c1be1cb6c90b93 - + https://github.com/dotnet/sdk - aff9cc5b744c9aac6b243572f6efa3401e7fbd28 + f95889a54c4868ca97307066e0c1be1cb6c90b93 - + https://github.com/dotnet/sdk - aff9cc5b744c9aac6b243572f6efa3401e7fbd28 + f95889a54c4868ca97307066e0c1be1cb6c90b93 - + https://github.com/dotnet/sdk - aff9cc5b744c9aac6b243572f6efa3401e7fbd28 + f95889a54c4868ca97307066e0c1be1cb6c90b93 diff --git a/eng/Versions.props b/eng/Versions.props index 89b2330e8..4cf9de394 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22511.3 - 8.0.100-alpha.1.22511.3 - 8.0.100-alpha.1.22511.3 + 8.0.100-alpha.1.22511.8 + 8.0.100-alpha.1.22511.8 + 8.0.100-alpha.1.22511.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 72f4b79d658b55ddab33e0a52bacdbe153bf0de9 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 11 Oct 2022 15:06:10 -0700 Subject: [PATCH 330/501] Switch to the 8.0 template package for the msis --- src/redist/targets/GenerateMSIs.targets | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 1f0b26294..527bc988c 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -318,11 +318,8 @@ - - + Condition="'%(TemplatesMajorMinorVersion)' == '$(MajorMinorVersion)'"/> @(LatestTemplateInstallerComponent->'%(MSIInstallerFile)') From 6bf6d483ba3face057749e5a6ef132c49a5877d9 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 11 Oct 2022 15:06:21 -0700 Subject: [PATCH 331/501] Fix the errant versioning --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 89b2330e8..923844463 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,7 @@ 8 0 - 2 + 1 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) alpha From 54356109885ec7ead172be48c38d0d6c80c6b93e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 00:05:09 +0000 Subject: [PATCH 332/501] Update dependencies from https://github.com/dotnet/sdk build 20221011.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.3 -> To Version 8.0.100-alpha.1.22511.14 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 17.5.0-preview-20221010-06 -> To Version 17.5.0-preview-20221011-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 86b86ce6a..bf6a64775 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - f95889a54c4868ca97307066e0c1be1cb6c90b93 + 5865db4e5a4ed57439a772377146cf1c7322be5d - + https://github.com/dotnet/sdk - f95889a54c4868ca97307066e0c1be1cb6c90b93 + 5865db4e5a4ed57439a772377146cf1c7322be5d - + https://github.com/dotnet/sdk - f95889a54c4868ca97307066e0c1be1cb6c90b93 + 5865db4e5a4ed57439a772377146cf1c7322be5d - + https://github.com/dotnet/sdk - f95889a54c4868ca97307066e0c1be1cb6c90b93 + 5865db4e5a4ed57439a772377146cf1c7322be5d @@ -138,9 +138,9 @@ 532a074f9b304325d8bcd554ac73a1183b74a8f0 - + https://github.com/microsoft/vstest - 0d385a4023f30b3dca663e52ea8251c2fcab556a + fc037d44272691908ab77ca22db5bec7d5407ee6 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - cff715a79d4c5b4a906aee99b6b36a0ddbbd1dfb + e4d6425dbd5e782ce572281e78669d5d68c55913 diff --git a/eng/Versions.props b/eng/Versions.props index 4cf9de394..4a3fd2d5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22511.8 - 8.0.100-alpha.1.22511.8 - 8.0.100-alpha.1.22511.8 + 8.0.100-alpha.1.22511.14 + 8.0.100-alpha.1.22511.14 + 8.0.100-alpha.1.22511.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221010-06 + 17.5.0-preview-20221011-02 7.0.0-rc.1.22426.10. From a99eebe5bd98dbbbdb33b858b9ea5dbbec8f056e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 07:05:45 +0000 Subject: [PATCH 333/501] Update dependencies from https://github.com/dotnet/sdk build 20221011.23 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22511.23 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.4.0-3.22511.1 -> To Version 4.4.0-3.22511.14 (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 3bd3ff446..d46e79bb6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 5865db4e5a4ed57439a772377146cf1c7322be5d + 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 - + https://github.com/dotnet/sdk - 5865db4e5a4ed57439a772377146cf1c7322be5d + 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 - + https://github.com/dotnet/sdk - 5865db4e5a4ed57439a772377146cf1c7322be5d + 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 - + https://github.com/dotnet/sdk - 5865db4e5a4ed57439a772377146cf1c7322be5d + 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - e4d6425dbd5e782ce572281e78669d5d68c55913 + a9c49e8b8633005d2d03516693950037a9cf7cc7 diff --git a/eng/Versions.props b/eng/Versions.props index 4a3fd2d5a..82e64bcc5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22511.14 - 8.0.100-alpha.1.22511.14 - 8.0.100-alpha.1.22511.14 + 8.0.100-alpha.1.22511.23 + 8.0.100-alpha.1.22511.23 + 8.0.100-alpha.1.22511.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 79a2a6293edf0fdff8b021d621f704857bd004d7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 09:34:44 +0000 Subject: [PATCH 334/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.5 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.4.0-3.22511.1 -> To Version 4.4.0-3.22511.14 (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 d46e79bb6..00ae85826 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 + 71e047e2adbbd8a714e4a3df9c82f08b86ba148c - + https://github.com/dotnet/sdk - 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 + 71e047e2adbbd8a714e4a3df9c82f08b86ba148c - + https://github.com/dotnet/sdk - 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 + 71e047e2adbbd8a714e4a3df9c82f08b86ba148c - + https://github.com/dotnet/sdk - 9a39258a6424f5c6ca3e292261c3b08aed9d6df0 + 71e047e2adbbd8a714e4a3df9c82f08b86ba148c diff --git a/eng/Versions.props b/eng/Versions.props index 82e64bcc5..967b4d4ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22511.23 - 8.0.100-alpha.1.22511.23 - 8.0.100-alpha.1.22511.23 + 8.0.100-alpha.1.22512.5 + 8.0.100-alpha.1.22512.5 + 8.0.100-alpha.1.22512.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3aff4dca5a65ad9fc9384d3c82211adb7cfd48eb Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Wed, 12 Oct 2022 02:56:39 -0700 Subject: [PATCH 335/501] Remove duplicates --- eng/common/build.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index fb455b7b0..33a6f2d0e 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -67,7 +67,6 @@ function Print-Usage() { Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build" Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." - Write-Host " -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)" Write-Host " -excludePrereleaseVS Set to exclude build engines in prerelease versions of Visual Studio" Write-Host " -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)" Write-Host "" From 14c29fc1c71c503f016b2e99e828d2c55c6ce38f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 10:47:44 +0000 Subject: [PATCH 336/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.9 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.4.0-3.22511.1 -> To Version 4.4.0-3.22511.14 (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 00ae85826..e870e3748 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 71e047e2adbbd8a714e4a3df9c82f08b86ba148c + 864ed1eb730a19578524f84a2ba32d04cacea1e6 - + https://github.com/dotnet/sdk - 71e047e2adbbd8a714e4a3df9c82f08b86ba148c + 864ed1eb730a19578524f84a2ba32d04cacea1e6 - + https://github.com/dotnet/sdk - 71e047e2adbbd8a714e4a3df9c82f08b86ba148c + 864ed1eb730a19578524f84a2ba32d04cacea1e6 - + https://github.com/dotnet/sdk - 71e047e2adbbd8a714e4a3df9c82f08b86ba148c + 864ed1eb730a19578524f84a2ba32d04cacea1e6 diff --git a/eng/Versions.props b/eng/Versions.props index 967b4d4ff..afd20a24c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.5 - 8.0.100-alpha.1.22512.5 - 8.0.100-alpha.1.22512.5 + 8.0.100-alpha.1.22512.9 + 8.0.100-alpha.1.22512.9 + 8.0.100-alpha.1.22512.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 982e8d19a0387a7c0654c6e2331dce1bf1c8ea60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 11:39:48 +0000 Subject: [PATCH 337/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.13 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset From Version 12.0.5-beta.22507.6 -> To Version 12.0.5-beta.22510.6 (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 e870e3748..407e6d914 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 864ed1eb730a19578524f84a2ba32d04cacea1e6 + 266518f5d233f55a175ceab4792eb8f9439a24de - + https://github.com/dotnet/sdk - 864ed1eb730a19578524f84a2ba32d04cacea1e6 + 266518f5d233f55a175ceab4792eb8f9439a24de - + https://github.com/dotnet/sdk - 864ed1eb730a19578524f84a2ba32d04cacea1e6 + 266518f5d233f55a175ceab4792eb8f9439a24de - + https://github.com/dotnet/sdk - 864ed1eb730a19578524f84a2ba32d04cacea1e6 + 266518f5d233f55a175ceab4792eb8f9439a24de @@ -129,13 +129,13 @@ https://github.com/dotnet/wpf af0545ca3d3c4f5bfd842fe8f0041d8e8979109d - + https://github.com/dotnet/fsharp - 532a074f9b304325d8bcd554ac73a1183b74a8f0 + 5bdd01cf158a4b214f11025fdd45ac7e4774509f - + https://github.com/dotnet/fsharp - 532a074f9b304325d8bcd554ac73a1183b74a8f0 + 5bdd01cf158a4b214f11025fdd45ac7e4774509f diff --git a/eng/Versions.props b/eng/Versions.props index afd20a24c..b5ce19c7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.9 - 8.0.100-alpha.1.22512.9 - 8.0.100-alpha.1.22512.9 + 8.0.100-alpha.1.22512.13 + 8.0.100-alpha.1.22512.13 + 8.0.100-alpha.1.22512.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 410bfab3c656aa9a0972555aee8420281cf2decc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 12:32:55 +0000 Subject: [PATCH 338/501] Update dependencies from https://github.com/dotnet/arcade build 20221011.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22503.1 -> To Version 8.0.0-beta.22511.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22478-02 -> To Version 1.2.0-beta-22503-03 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- eng/common/templates/job/onelocbuild.yml | 5 +++-- eng/common/templates/jobs/source-build.yml | 2 +- global.json | 4 ++-- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3bd3ff446..020b31504 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - d2d39276af2db3da7816ee2dc543e120d7e5781e + 7cdba99308169f56130497633e600df49ecc7897 - + https://github.com/dotnet/arcade - d2d39276af2db3da7816ee2dc543e120d7e5781e + 7cdba99308169f56130497633e600df49ecc7897 - + https://github.com/dotnet/arcade - d2d39276af2db3da7816ee2dc543e120d7e5781e + 7cdba99308169f56130497633e600df49ecc7897 https://github.com/dotnet/arcade-services @@ -219,14 +219,14 @@ bbba08adb8b3a76e49d9467dce53ea1b231828aa - + https://github.com/dotnet/sourcelink - 9d3d07c9b25717607023b42a5a639117eadba860 + 4b112ab1f8ccb757fb31b5c1e24f16f75360295d - + https://github.com/dotnet/xliff-tasks - e1e30629021d58cfda76452755b75c89d6e307a8 + 2aa899e3d0ddff13b189f34f0bed6dafe7dbfe8d diff --git a/eng/Versions.props b/eng/Versions.props index 4a3fd2d5a..4c0ee7d73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22503.1 + 8.0.0-beta.22511.1 diff --git a/eng/common/templates/job/onelocbuild.yml b/eng/common/templates/job/onelocbuild.yml index 6c523b714..10e75fc76 100644 --- a/eng/common/templates/job/onelocbuild.yml +++ b/eng/common/templates/job/onelocbuild.yml @@ -22,13 +22,14 @@ parameters: MirrorRepo: '' MirrorBranch: main condition: '' + JobNameSuffix: '' jobs: -- job: OneLocBuild +- job: OneLocBuild${{ parameters.JobNameSuffix }} dependsOn: ${{ parameters.dependsOn }} - displayName: OneLocBuild + displayName: OneLocBuild${{ parameters.JobNameSuffix }} ${{ if ne(parameters.pool, '') }}: pool: ${{ parameters.pool }} diff --git a/eng/common/templates/jobs/source-build.yml b/eng/common/templates/jobs/source-build.yml index bcd827994..a15b07eb5 100644 --- a/eng/common/templates/jobs/source-build.yml +++ b/eng/common/templates/jobs/source-build.yml @@ -14,7 +14,7 @@ parameters: # This is the default platform provided by Arcade, intended for use by a managed-only repo. defaultManagedPlatform: name: 'Managed' - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-latest' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8' # Defines the platforms on which to run build jobs. One job is created for each platform, and the # object in this array is sent to the job template as 'platform'. If no platforms are specified, diff --git a/global.json b/global.json index ca5874cf8..6fde3c230 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.22503.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22503.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22511.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22511.1" } } From e10b11c863d5ad77350c6b575cb45d2d6037765f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 12:51:02 +0000 Subject: [PATCH 339/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.17 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset From Version 12.0.5-beta.22507.6 -> To Version 12.0.5-beta.22510.6 (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 407e6d914..2b4ee80c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 266518f5d233f55a175ceab4792eb8f9439a24de + 9ca72eaaeb1b82b184a5a9158d737535fefa298b - + https://github.com/dotnet/sdk - 266518f5d233f55a175ceab4792eb8f9439a24de + 9ca72eaaeb1b82b184a5a9158d737535fefa298b - + https://github.com/dotnet/sdk - 266518f5d233f55a175ceab4792eb8f9439a24de + 9ca72eaaeb1b82b184a5a9158d737535fefa298b - + https://github.com/dotnet/sdk - 266518f5d233f55a175ceab4792eb8f9439a24de + 9ca72eaaeb1b82b184a5a9158d737535fefa298b diff --git a/eng/Versions.props b/eng/Versions.props index b5ce19c7d..69adc53db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.13 - 8.0.100-alpha.1.22512.13 - 8.0.100-alpha.1.22512.13 + 8.0.100-alpha.1.22512.17 + 8.0.100-alpha.1.22512.17 + 8.0.100-alpha.1.22512.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e2560aa7788a810914e0c2ace94ac85e8df9ad9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Wed, 12 Oct 2022 15:17:59 +0200 Subject: [PATCH 340/501] Set up individual repository cloaking to match tarball (#14706) --- eng/Version.Details.xml | 6 +-- eng/Versions.props | 4 +- ...ce-mappings.json => source-mappings.jsonc} | 47 +++++++++++++------ 3 files changed, 37 insertions(+), 20 deletions(-) rename src/SourceBuild/tarball/content/src/{source-mappings.json => source-mappings.jsonc} (70%) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3bd3ff446..258603d1c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,11 +206,11 @@ https://github.com/dotnet/arcade d2d39276af2db3da7816ee2dc543e120d7e5781e - + https://github.com/dotnet/arcade-services - 1031000fad67fa8e3f8dc67ef73611b556eb33a5 + 3dd6072bffe13a128222ac91fce1737cd1d07993 - + https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 diff --git a/eng/Versions.props b/eng/Versions.props index 4a3fd2d5a..b6ab9683d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22462.2 + 1.1.0-beta.22511.1 @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 17.5.0-preview-20221011-02 - 7.0.0-rc.1.22426.10. + 7.0.0-rc.1.22426.10 diff --git a/src/SourceBuild/tarball/content/src/source-mappings.json b/src/SourceBuild/tarball/content/src/source-mappings.jsonc similarity index 70% rename from src/SourceBuild/tarball/content/src/source-mappings.json rename to src/SourceBuild/tarball/content/src/source-mappings.jsonc index 7a21f4f5b..f61278234 100644 --- a/src/SourceBuild/tarball/content/src/source-mappings.json +++ b/src/SourceBuild/tarball/content/src/source-mappings.jsonc @@ -1,7 +1,18 @@ +// This file configures where the VMR synchronizes the sources from. +// Each individual repository has its own mapping which says where the remote repo is, +// what files are excluded from the sync, etc. +// More details can be found at: {{ TODO: https://github.com/dotnet/arcade/issues/11226 }} { + // Location withing the VMR where the source-build patches are stored + // These patches are applied on top of the code synchronized into the VMR "patchesPath": "src/installer/src/SourceBuild/tarball/patches", + + // These defaults are added to all mappings unless `ignoreDefaults: true` is specified + // When no "include" filter is specified, "**/*" is used "defaults": { "defaultRef": "main", + // The default filters do not apply to submodules + // Only filters which start with submodule's path are applied when syncing submodules "exclude": [ "**/*.dll", "**/*.Dll", @@ -12,25 +23,21 @@ "**/*.nupkg" ] }, + + // Each of these mappings has a corresponding folder in the src/ directory "mappings": [ { "name": "arcade", - "defaultRemote": "https://github.com/dotnet/arcade", - "include": [ - "*.*", - ".*", - "eng/**/*", - "src/**/*", - "scripts/**/*" - ], - "exclude": [ - "**/tests/**/*", - "**/*.Tests/**/*" - ] + "defaultRemote": "https://github.com/dotnet/arcade" }, { "name": "aspnetcore", - "defaultRemote": "https://github.com/dotnet/aspnetcore" + "defaultRemote": "https://github.com/dotnet/aspnetcore", + "exclude": [ + "src/submodules/MessagePack-CSharp/**/*.dll", + "**/samples/**/jquery-validation-unobtrusive/.bower.json", + "**/samples/**/jquery-validation-unobtrusive/*.js" + ] }, { "name": "clicommandlineparser", @@ -60,12 +67,19 @@ "name": "installer", "defaultRemote": "https://github.com/dotnet/installer", "exclude": [ + // We don't need the tarball content in the VMR again, it's already copied in the root "src/SourceBuild/tarball/content/**/*" ] }, { "name": "linker", - "defaultRemote": "https://github.com/dotnet/linker" + "defaultRemote": "https://github.com/dotnet/linker", + "exclude": [ + "external/cecil/**/*.dll", + "external/cecil/**/*.exe", + "external/cecil/**/*.pdb", + "external/cecil/**/*.mdb" + ] }, { "name": "llvm-project", @@ -109,7 +123,10 @@ "name": "source-build-externals", "defaultRemote": "https://github.com/dotnet/source-build-externals", "exclude": [ - "**/humanizer/samples/**/*.js" + "src/humanizer/samples/**/*.js", + "src/application-insights/**/*.exe", + "src/application-insights/**/*.dll", + "src/application-insights/**/*.zip" ] }, { From e194eed9526912ce75ce14e9dd9a2ea59f7ff81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Wed, 12 Oct 2022 18:52:02 +0200 Subject: [PATCH 341/501] Update VMR tooling to latest (#14734) --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc9ac91d6..11bfd4f03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,9 +206,9 @@ https://github.com/dotnet/arcade 7cdba99308169f56130497633e600df49ecc7897 - + https://github.com/dotnet/arcade-services - 3dd6072bffe13a128222ac91fce1737cd1d07993 + 537a89e203d461f66ad44377e8dc4f224a028831 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index c64e65aa4..5e39808a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22511.1 + 1.1.0-beta.22512.1 diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs index 54b947ac4..ed3cbbf30 100644 --- a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs +++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs @@ -58,6 +58,6 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask private IServiceProvider CreateServiceProvider() => new ServiceCollection() .AddLogging(b => b.AddConsole().AddFilter(l => l >= LogLevel.Information)) .AddSingleton(sp => ActivatorUtilities.CreateInstance(sp, TmpPath)) - .AddVmrManagers("git", sp => new VmrManagerConfiguration(VmrPath, TmpPath)) + .AddVmrManagers("git", sp => new VmrInfo(VmrPath, TmpPath)) .BuildServiceProvider(); } From 02d3359870ee5607edda6e26c65e16120908c6f4 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Wed, 12 Oct 2022 10:23:47 -0700 Subject: [PATCH 342/501] Remove backported dotnet-format patch --- ...ty-constraints-for-BeginScope-in-Sim.patch | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/format/0001-Update-nullability-constraints-for-BeginScope-in-Sim.patch diff --git a/src/SourceBuild/tarball/patches/format/0001-Update-nullability-constraints-for-BeginScope-in-Sim.patch b/src/SourceBuild/tarball/patches/format/0001-Update-nullability-constraints-for-BeginScope-in-Sim.patch deleted file mode 100644 index 2285f0472..000000000 --- a/src/SourceBuild/tarball/patches/format/0001-Update-nullability-constraints-for-BeginScope-in-Sim.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Mon, 16 May 2022 16:29:43 -0700 -Subject: [PATCH] Update nullability constraints for BeginScope in - SimpleConsoleLogger - -Workaround for: https://github.com/dotnet/format/issues/1609 ---- - src/Logging/SimpleConsoleLogger.cs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Logging/SimpleConsoleLogger.cs b/src/Logging/SimpleConsoleLogger.cs -index fd8015c..2971595 100644 ---- a/src/Logging/SimpleConsoleLogger.cs -+++ b/src/Logging/SimpleConsoleLogger.cs -@@ -64,7 +64,7 @@ public bool IsEnabled(LogLevel logLevel) - return (int)logLevel >= (int)_minimalLogLevel; - } - -- public IDisposable BeginScope(TState state) -+ public IDisposable? BeginScope(TState state) where TState : notnull - { - return NullScope.Instance; - } From ad98c2fc185139a0ba35847baf33dfe8fda3bf36 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Wed, 12 Oct 2022 10:43:58 -0700 Subject: [PATCH 343/501] Remove backported patches --- ...uilt-version-of-ref-packs-and-don-t-.patch | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch diff --git a/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch b/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch deleted file mode 100644 index 1a9573cb5..000000000 --- a/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Thu, 15 Sep 2022 14:46:53 -0500 -Subject: [PATCH] Use the source-built version of ref packs and don't use app - host when building in source-build. - -Backport PR: https://github.com/dotnet/roslyn/pull/64055. - ---- - Directory.Build.targets | 15 +++++++++++++++ - 1 file changed, 15 insertions(+) - -diff --git a/Directory.Build.targets b/Directory.Build.targets -index 8f38a48cd95..dfb4fd33c9a 100644 ---- a/Directory.Build.targets -+++ b/Directory.Build.targets -@@ -1,5 +1,20 @@ - - -+ -+ -+ -+ 6.0.0 -+ -+ -+ 6.0.0 -+ -+ -+ -+ -+ -+ false -+ -+ - - - From c7a86f2a8727d1ccf3e38ad0aa2c7428e0fb9d54 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 21:08:11 +0000 Subject: [PATCH 344/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.24 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.24 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 12.0.5-beta.22507.6 -> To Version 12.0.5-beta.22510.6 (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 2b4ee80c7..794e455af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 9ca72eaaeb1b82b184a5a9158d737535fefa298b + 91356aa0ce425f387577b6b1b004aad9d156090a - + https://github.com/dotnet/sdk - 9ca72eaaeb1b82b184a5a9158d737535fefa298b + 91356aa0ce425f387577b6b1b004aad9d156090a - + https://github.com/dotnet/sdk - 9ca72eaaeb1b82b184a5a9158d737535fefa298b + 91356aa0ce425f387577b6b1b004aad9d156090a - + https://github.com/dotnet/sdk - 9ca72eaaeb1b82b184a5a9158d737535fefa298b + 91356aa0ce425f387577b6b1b004aad9d156090a @@ -154,9 +154,9 @@ a9c49e8b8633005d2d03516693950037a9cf7cc7 - + https://github.com/dotnet/msbuild - 20ce296d6b3f4e63a511321c7e1a2f69a4ee63ef + e2dabceb97d1630405c69131a903607fb8076ccd diff --git a/eng/Versions.props b/eng/Versions.props index 69adc53db..2c47f4741 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.17 - 8.0.100-alpha.1.22512.17 - 8.0.100-alpha.1.22512.17 + 8.0.100-alpha.1.22512.24 + 8.0.100-alpha.1.22512.24 + 8.0.100-alpha.1.22512.24 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f71c1dddf132983b1f3b4a3d2cd1b225b31c8c24 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 12 Oct 2022 17:12:29 -0700 Subject: [PATCH 345/501] Update asp.net templates (#14690) * Update asp.net templates * Update GenerateBundledVersions.targets --- eng/Versions.props | 4 ++-- src/redist/targets/GenerateBundledVersions.targets | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 0fc0e5c00..6e58a5706 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -149,7 +149,7 @@ $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplates60PackageVersion) $(MicrosoftDotNetCommonItemTemplates60PackageVersion) - 6.0.9 + 6.0.10 $(MicrosoftWinFormsProjectTemplates50PackageVersion) $(MicrosoftWPFProjectTemplates50PackageVersion) @@ -164,7 +164,7 @@ 3.1.27 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) - 3.1.29 + 3.1.30 3.2.1 4.8.0-rc2.19462.10 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index d983abba1..595671170 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -61,9 +61,9 @@ 30 - 29 + 30 17 - 9 + 10 From 7cbf348c70b0d4100dcc0f3ac377c98fe8039205 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 01:33:47 +0000 Subject: [PATCH 346/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.30 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.30 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 12.0.5-beta.22507.6 -> To Version 12.0.5-beta.22510.6 (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 794e455af..d70a48f7b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 91356aa0ce425f387577b6b1b004aad9d156090a + 3d1dd3e9976477abc43b436a40103827ae05dda8 - + https://github.com/dotnet/sdk - 91356aa0ce425f387577b6b1b004aad9d156090a + 3d1dd3e9976477abc43b436a40103827ae05dda8 - + https://github.com/dotnet/sdk - 91356aa0ce425f387577b6b1b004aad9d156090a + 3d1dd3e9976477abc43b436a40103827ae05dda8 - + https://github.com/dotnet/sdk - 91356aa0ce425f387577b6b1b004aad9d156090a + 3d1dd3e9976477abc43b436a40103827ae05dda8 diff --git a/eng/Versions.props b/eng/Versions.props index 2c47f4741..b56439a83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.24 - 8.0.100-alpha.1.22512.24 - 8.0.100-alpha.1.22512.24 + 8.0.100-alpha.1.22512.30 + 8.0.100-alpha.1.22512.30 + 8.0.100-alpha.1.22512.30 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 687adef3874e476b52989cc4a3f5ced4d4c89341 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 02:31:21 +0000 Subject: [PATCH 347/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.33 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.33 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22510.12 -> To Version 8.0.0-alpha.1.22512.9 (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 d70a48f7b..5a1db9078 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 636777273b152a34bb244b35527ca563735efa35 - + https://github.com/dotnet/aspnetcore - 7d17cb5d2452bb1ac570d5b172099ab89d15431b + 361e62888c49aca87f6be231e1442ee49a46a042 - + https://github.com/dotnet/aspnetcore - 7d17cb5d2452bb1ac570d5b172099ab89d15431b + 361e62888c49aca87f6be231e1442ee49a46a042 - + https://github.com/dotnet/aspnetcore - 7d17cb5d2452bb1ac570d5b172099ab89d15431b + 361e62888c49aca87f6be231e1442ee49a46a042 - + https://github.com/dotnet/aspnetcore - 7d17cb5d2452bb1ac570d5b172099ab89d15431b + 361e62888c49aca87f6be231e1442ee49a46a042 - + https://github.com/dotnet/aspnetcore - 7d17cb5d2452bb1ac570d5b172099ab89d15431b + 361e62888c49aca87f6be231e1442ee49a46a042 - + https://github.com/dotnet/aspnetcore - 7d17cb5d2452bb1ac570d5b172099ab89d15431b + 361e62888c49aca87f6be231e1442ee49a46a042 - + https://github.com/dotnet/aspnetcore - 7d17cb5d2452bb1ac570d5b172099ab89d15431b + 361e62888c49aca87f6be231e1442ee49a46a042 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 3d1dd3e9976477abc43b436a40103827ae05dda8 + ef2f50ef1d3f7a5498484652b766ff72d43171f4 - + https://github.com/dotnet/sdk - 3d1dd3e9976477abc43b436a40103827ae05dda8 + ef2f50ef1d3f7a5498484652b766ff72d43171f4 - + https://github.com/dotnet/sdk - 3d1dd3e9976477abc43b436a40103827ae05dda8 + ef2f50ef1d3f7a5498484652b766ff72d43171f4 - + https://github.com/dotnet/sdk - 3d1dd3e9976477abc43b436a40103827ae05dda8 + ef2f50ef1d3f7a5498484652b766ff72d43171f4 diff --git a/eng/Versions.props b/eng/Versions.props index b56439a83..7dd012ada 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22510.12 - 8.0.0-alpha.1.22510.12 - 8.0.0-alpha.1.22510.12 - 8.0.0-alpha.1.22510.12 - 8.0.0-alpha.1.22510.12 - 8.0.0-alpha.1.22510.12 - 8.0.0-alpha.1.22510.12 + 8.0.0-alpha.1.22512.9 + 8.0.0-alpha.1.22512.9 + 8.0.0-alpha.1.22512.9 + 8.0.0-alpha.1.22512.9 + 8.0.0-alpha.1.22512.9 + 8.0.0-alpha.1.22512.9 + 8.0.0-alpha.1.22512.9 0.2.0 - 8.0.100-alpha.1.22512.30 - 8.0.100-alpha.1.22512.30 - 8.0.100-alpha.1.22512.30 + 8.0.100-alpha.1.22512.33 + 8.0.100-alpha.1.22512.33 + 8.0.100-alpha.1.22512.33 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b50d86d635374c8345956162402c9a74b4cbbbc6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 04:09:34 +0000 Subject: [PATCH 348/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.38 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.38 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22510.12 -> To Version 8.0.0-alpha.1.22512.9 (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 5a1db9078..35184eebc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - ef2f50ef1d3f7a5498484652b766ff72d43171f4 + 4b9943b20427be352d95889fa27d6fa372cc00a4 - + https://github.com/dotnet/sdk - ef2f50ef1d3f7a5498484652b766ff72d43171f4 + 4b9943b20427be352d95889fa27d6fa372cc00a4 - + https://github.com/dotnet/sdk - ef2f50ef1d3f7a5498484652b766ff72d43171f4 + 4b9943b20427be352d95889fa27d6fa372cc00a4 - + https://github.com/dotnet/sdk - ef2f50ef1d3f7a5498484652b766ff72d43171f4 + 4b9943b20427be352d95889fa27d6fa372cc00a4 diff --git a/eng/Versions.props b/eng/Versions.props index 7dd012ada..2176cdc06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.33 - 8.0.100-alpha.1.22512.33 - 8.0.100-alpha.1.22512.33 + 8.0.100-alpha.1.22512.38 + 8.0.100-alpha.1.22512.38 + 8.0.100-alpha.1.22512.38 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a8113d8374208a14763614f7f5416029870b2ab2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 05:01:21 +0000 Subject: [PATCH 349/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.39 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22511.14 -> To Version 8.0.100-alpha.1.22512.39 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22510.12 -> To Version 8.0.0-alpha.1.22512.9 (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 35184eebc..35738af60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 4b9943b20427be352d95889fa27d6fa372cc00a4 + 2f647e95acbd0a1f41fbac128fb146311035dba9 - + https://github.com/dotnet/sdk - 4b9943b20427be352d95889fa27d6fa372cc00a4 + 2f647e95acbd0a1f41fbac128fb146311035dba9 - + https://github.com/dotnet/sdk - 4b9943b20427be352d95889fa27d6fa372cc00a4 + 2f647e95acbd0a1f41fbac128fb146311035dba9 - + https://github.com/dotnet/sdk - 4b9943b20427be352d95889fa27d6fa372cc00a4 + 2f647e95acbd0a1f41fbac128fb146311035dba9 diff --git a/eng/Versions.props b/eng/Versions.props index 2176cdc06..3740e8a5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.38 - 8.0.100-alpha.1.22512.38 - 8.0.100-alpha.1.22512.38 + 8.0.100-alpha.1.22512.39 + 8.0.100-alpha.1.22512.39 + 8.0.100-alpha.1.22512.39 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3e31e8be528d2e7fe65c51ac8d9b8af98c309008 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 05:57:07 +0000 Subject: [PATCH 350/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.42 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22512.39 -> To Version 8.0.100-alpha.1.22512.42 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk From Version 8.0.0-alpha.1.22507.3 -> To Version 8.0.0-alpha.1.22510.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 72 ++++++++++++++++++++--------------------- eng/Versions.props | 34 +++++++++---------- 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dacfa8e75..1c76e59c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - ebdb19819eaabfd69d2998c41538a037a404546f + 0665a64e7ab639107e519751a9aa3f2c1a184c95 - + https://github.com/dotnet/windowsdesktop - ebdb19819eaabfd69d2998c41538a037a404546f + 0665a64e7ab639107e519751a9aa3f2c1a184c95 - + https://github.com/dotnet/windowsdesktop - ebdb19819eaabfd69d2998c41538a037a404546f + 0665a64e7ab639107e519751a9aa3f2c1a184c95 - + https://github.com/dotnet/windowsdesktop - ebdb19819eaabfd69d2998c41538a037a404546f + 0665a64e7ab639107e519751a9aa3f2c1a184c95 https://github.com/dotnet/llvm-project 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - 636777273b152a34bb244b35527ca563735efa35 + d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 - + https://github.com/dotnet/runtime - 636777273b152a34bb244b35527ca563735efa35 + d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 - + https://github.com/dotnet/runtime - 636777273b152a34bb244b35527ca563735efa35 + d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 - + https://github.com/dotnet/runtime - 636777273b152a34bb244b35527ca563735efa35 + d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 - + https://github.com/dotnet/runtime - 636777273b152a34bb244b35527ca563735efa35 + d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 - + https://github.com/dotnet/runtime - 636777273b152a34bb244b35527ca563735efa35 + d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 636777273b152a34bb244b35527ca563735efa35 + d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 https://github.com/dotnet/aspnetcore @@ -103,31 +103,31 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 2f647e95acbd0a1f41fbac128fb146311035dba9 + ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 - + https://github.com/dotnet/sdk - 2f647e95acbd0a1f41fbac128fb146311035dba9 + ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 - + https://github.com/dotnet/sdk - 2f647e95acbd0a1f41fbac128fb146311035dba9 + ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 - + https://github.com/dotnet/sdk - 2f647e95acbd0a1f41fbac128fb146311035dba9 + ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 - + https://github.com/dotnet/winforms - 6042cca9a51875f4625e43bd2167e0d53984ab84 + f70f937212915db610957c455833159a4212324f - + https://github.com/dotnet/wpf - af0545ca3d3c4f5bfd842fe8f0041d8e8979109d + 5db3baf17f0e97775ad09d71d2a6036a42f37aad https://github.com/dotnet/fsharp @@ -138,9 +138,9 @@ 5bdd01cf158a4b214f11025fdd45ac7e4774509f - + https://github.com/microsoft/vstest - fc037d44272691908ab77ca22db5bec7d5407ee6 + d58646cb4a87558b84eeab241d39f7dc0a4955d6 diff --git a/eng/Versions.props b/eng/Versions.props index 2286d84ed..add82ad60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22505.8 + 8.0.0-alpha.1.22507.1 - 8.0.0-alpha.1.22506.1 + 8.0.0-alpha.1.22510.1 @@ -66,33 +66,33 @@ - 8.0.100-alpha.1.22512.39 - 8.0.100-alpha.1.22512.39 - 8.0.100-alpha.1.22512.39 + 8.0.100-alpha.1.22512.42 + 8.0.100-alpha.1.22512.42 + 8.0.100-alpha.1.22512.42 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22507.5 + 8.0.0-alpha.1.22511.2 - 8.0.0-alpha.1.22507.5 - 8.0.0-alpha.1.22507.5 - 8.0.0-alpha.1.22507.5 - 8.0.0-alpha.1.22507.5 - 8.0.0-alpha.1.22507.5 - 8.0.0-alpha.1.22507.5 + 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22511.2 2.1.0 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 - 8.0.0-alpha.1.22507.3 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22510.1 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221011-02 + 17.5.0-preview-20221012-01 7.0.0-rc.1.22426.10 From 53243e52722fea76d44f0ef50f5db24d87cba631 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 07:49:29 +0000 Subject: [PATCH 351/501] Update dependencies from https://github.com/dotnet/sdk build 20221012.46 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22512.42 -> To Version 8.0.100-alpha.1.22512.46 Dependency coherency updates Microsoft.Build From Version 17.5.0-preview-22510-01 -> To Version 17.5.0-preview-22511-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 1c76e59c9..ab32ebaa3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 + eddcd446cc3539b39f34252a976c00ab5e4503a9 - + https://github.com/dotnet/sdk - ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 + eddcd446cc3539b39f34252a976c00ab5e4503a9 - + https://github.com/dotnet/sdk - ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 + eddcd446cc3539b39f34252a976c00ab5e4503a9 - + https://github.com/dotnet/sdk - ea9d20c867aebaeaf9ecf2ae0116c5780c6028d3 + eddcd446cc3539b39f34252a976c00ab5e4503a9 @@ -154,9 +154,9 @@ a9c49e8b8633005d2d03516693950037a9cf7cc7 - + https://github.com/dotnet/msbuild - e2dabceb97d1630405c69131a903607fb8076ccd + a440ea9cf00113537cde999052649b4a8922c488 diff --git a/eng/Versions.props b/eng/Versions.props index add82ad60..c0c97d762 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.42 - 8.0.100-alpha.1.22512.42 - 8.0.100-alpha.1.22512.42 + 8.0.100-alpha.1.22512.46 + 8.0.100-alpha.1.22512.46 + 8.0.100-alpha.1.22512.46 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 659bfc43fb80361e6d16e868b57435b158259cd4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 10:50:05 +0000 Subject: [PATCH 352/501] Update dependencies from https://github.com/dotnet/sdk build 20221013.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22512.46 -> To Version 8.0.100-alpha.1.22513.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 ab32ebaa3..3d9ddff7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - eddcd446cc3539b39f34252a976c00ab5e4503a9 + a8889b0b71b486ee05b3f0b9d3279f93d908efcd - + https://github.com/dotnet/sdk - eddcd446cc3539b39f34252a976c00ab5e4503a9 + a8889b0b71b486ee05b3f0b9d3279f93d908efcd - + https://github.com/dotnet/sdk - eddcd446cc3539b39f34252a976c00ab5e4503a9 + a8889b0b71b486ee05b3f0b9d3279f93d908efcd - + https://github.com/dotnet/sdk - eddcd446cc3539b39f34252a976c00ab5e4503a9 + a8889b0b71b486ee05b3f0b9d3279f93d908efcd diff --git a/eng/Versions.props b/eng/Versions.props index c0c97d762..e594c86e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22512.46 - 8.0.100-alpha.1.22512.46 - 8.0.100-alpha.1.22512.46 + 8.0.100-alpha.1.22513.4 + 8.0.100-alpha.1.22513.4 + 8.0.100-alpha.1.22513.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dcb6f574ed1d7d67a0ee00a1b9d85021d993e5ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 12:34:20 +0000 Subject: [PATCH 353/501] Update dependencies from https://github.com/dotnet/arcade build 20221012.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22511.1 -> To Version 8.0.0-beta.22512.1 --- 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 ab32ebaa3..1b374ff27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 7cdba99308169f56130497633e600df49ecc7897 + 508fe921a748de6efc8b5d979e17beb88ccf5bcf - + https://github.com/dotnet/arcade - 7cdba99308169f56130497633e600df49ecc7897 + 508fe921a748de6efc8b5d979e17beb88ccf5bcf - + https://github.com/dotnet/arcade - 7cdba99308169f56130497633e600df49ecc7897 + 508fe921a748de6efc8b5d979e17beb88ccf5bcf https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index c0c97d762..16ca23d13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22511.1 + 8.0.0-beta.22512.1 diff --git a/global.json b/global.json index 6fde3c230..e4db140a8 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.22511.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22511.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22512.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22512.1" } } From 8f29cee5b0adde285cf17ec6d09ec711531223af Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 15:32:07 +0000 Subject: [PATCH 354/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221013.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22507.2 -> To Version 8.0.0-alpha.1.22513.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab32ebaa3..0124a8efb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - bbba08adb8b3a76e49d9467dce53ea1b231828aa + c3da00b524e93ee50e483bd7206dfdc37093001e From 6d28ae6c207fbfaa76d8aeaac9bffb6901bd2a32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 19:20:28 +0000 Subject: [PATCH 355/501] Update dependencies from https://github.com/dotnet/sdk build 20221013.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22513.4 -> To Version 8.0.100-alpha.1.22513.7 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22512.9 -> To Version 8.0.0-alpha.1.22513.2 (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 867fb44ed..be68bb7cb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 - + https://github.com/dotnet/aspnetcore - 361e62888c49aca87f6be231e1442ee49a46a042 + 316b468d43a30a69ee59d9baa7c1f0777d9b957c - + https://github.com/dotnet/aspnetcore - 361e62888c49aca87f6be231e1442ee49a46a042 + 316b468d43a30a69ee59d9baa7c1f0777d9b957c - + https://github.com/dotnet/aspnetcore - 361e62888c49aca87f6be231e1442ee49a46a042 + 316b468d43a30a69ee59d9baa7c1f0777d9b957c - + https://github.com/dotnet/aspnetcore - 361e62888c49aca87f6be231e1442ee49a46a042 + 316b468d43a30a69ee59d9baa7c1f0777d9b957c - + https://github.com/dotnet/aspnetcore - 361e62888c49aca87f6be231e1442ee49a46a042 + 316b468d43a30a69ee59d9baa7c1f0777d9b957c - + https://github.com/dotnet/aspnetcore - 361e62888c49aca87f6be231e1442ee49a46a042 + 316b468d43a30a69ee59d9baa7c1f0777d9b957c - + https://github.com/dotnet/aspnetcore - 361e62888c49aca87f6be231e1442ee49a46a042 + 316b468d43a30a69ee59d9baa7c1f0777d9b957c https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - a8889b0b71b486ee05b3f0b9d3279f93d908efcd + 186273bbe8a4ece2087321e470d48f6a4db915ff - + https://github.com/dotnet/sdk - a8889b0b71b486ee05b3f0b9d3279f93d908efcd + 186273bbe8a4ece2087321e470d48f6a4db915ff - + https://github.com/dotnet/sdk - a8889b0b71b486ee05b3f0b9d3279f93d908efcd + 186273bbe8a4ece2087321e470d48f6a4db915ff - + https://github.com/dotnet/sdk - a8889b0b71b486ee05b3f0b9d3279f93d908efcd + 186273bbe8a4ece2087321e470d48f6a4db915ff diff --git a/eng/Versions.props b/eng/Versions.props index 9b5b769d0..a3157a73f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22512.9 - 8.0.0-alpha.1.22512.9 - 8.0.0-alpha.1.22512.9 - 8.0.0-alpha.1.22512.9 - 8.0.0-alpha.1.22512.9 - 8.0.0-alpha.1.22512.9 - 8.0.0-alpha.1.22512.9 + 8.0.0-alpha.1.22513.2 + 8.0.0-alpha.1.22513.2 + 8.0.0-alpha.1.22513.2 + 8.0.0-alpha.1.22513.2 + 8.0.0-alpha.1.22513.2 + 8.0.0-alpha.1.22513.2 + 8.0.0-alpha.1.22513.2 0.2.0 - 8.0.100-alpha.1.22513.4 - 8.0.100-alpha.1.22513.4 - 8.0.100-alpha.1.22513.4 + 8.0.100-alpha.1.22513.7 + 8.0.100-alpha.1.22513.7 + 8.0.100-alpha.1.22513.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 79ea6b59ecd3b4e494a291ee6253acfa59bfd66d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 20:31:43 +0000 Subject: [PATCH 356/501] Update dependencies from https://github.com/dotnet/sdk build 20221013.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22513.4 -> To Version 8.0.100-alpha.1.22513.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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 From Version 8.0.0-alpha.1.22510.1 -> To Version 8.0.0-alpha.1.22512.3 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 76 ++++++++++++++++++++--------------------- eng/Versions.props | 32 ++++++++--------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be68bb7cb..8ce5ce443 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - 0665a64e7ab639107e519751a9aa3f2c1a184c95 + 885f86fabe639d51f59ffb8d90ec5bf24400d258 - + https://github.com/dotnet/windowsdesktop - 0665a64e7ab639107e519751a9aa3f2c1a184c95 + 885f86fabe639d51f59ffb8d90ec5bf24400d258 - + https://github.com/dotnet/windowsdesktop - 0665a64e7ab639107e519751a9aa3f2c1a184c95 + 885f86fabe639d51f59ffb8d90ec5bf24400d258 - + https://github.com/dotnet/windowsdesktop - 0665a64e7ab639107e519751a9aa3f2c1a184c95 + 885f86fabe639d51f59ffb8d90ec5bf24400d258 https://github.com/dotnet/llvm-project 2e1187ef495010c65842a001f34c46006d5a01bc - + https://github.com/dotnet/runtime - d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 + d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/runtime - d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 + d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/runtime - d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 + d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/runtime - d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 + d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/runtime - d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 + d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/runtime - d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 + d337cba786fa105d1b97ebe5e2f7f89ff0361627 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - d6c8ba1f7806c03b90047bcf8fa4eabdf0e143a3 + d337cba786fa105d1b97ebe5e2f7f89ff0361627 https://github.com/dotnet/aspnetcore @@ -103,39 +103,39 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 186273bbe8a4ece2087321e470d48f6a4db915ff + 4926c02122327c1a435ecc2643f65e1642a70f64 - + https://github.com/dotnet/sdk - 186273bbe8a4ece2087321e470d48f6a4db915ff + 4926c02122327c1a435ecc2643f65e1642a70f64 - + https://github.com/dotnet/sdk - 186273bbe8a4ece2087321e470d48f6a4db915ff + 4926c02122327c1a435ecc2643f65e1642a70f64 - + https://github.com/dotnet/sdk - 186273bbe8a4ece2087321e470d48f6a4db915ff + 4926c02122327c1a435ecc2643f65e1642a70f64 - + https://github.com/dotnet/winforms - f70f937212915db610957c455833159a4212324f + f628ca4bfcf11838922c705ee7f4a535ce5e65ec - + https://github.com/dotnet/wpf - 5db3baf17f0e97775ad09d71d2a6036a42f37aad + bcb8b70db6d2209fda94e03967b106b7c8abd0b6 - + https://github.com/dotnet/fsharp - 5bdd01cf158a4b214f11025fdd45ac7e4774509f + 664588e64eff5db2a2fcb44b8dbddfb0ce4bbbf1 - + https://github.com/dotnet/fsharp - 5bdd01cf158a4b214f11025fdd45ac7e4774509f + 664588e64eff5db2a2fcb44b8dbddfb0ce4bbbf1 diff --git a/eng/Versions.props b/eng/Versions.props index a3157a73f..8757db041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22507.1 + 8.0.0-alpha.1.22511.1 - 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22511.2 @@ -66,33 +66,33 @@ - 8.0.100-alpha.1.22513.7 - 8.0.100-alpha.1.22513.7 - 8.0.100-alpha.1.22513.7 + 8.0.100-alpha.1.22513.13 + 8.0.100-alpha.1.22513.13 + 8.0.100-alpha.1.22513.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22512.8 - 8.0.0-alpha.1.22511.2 - 8.0.0-alpha.1.22511.2 - 8.0.0-alpha.1.22511.2 - 8.0.0-alpha.1.22511.2 - 8.0.0-alpha.1.22511.2 - 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22512.8 + 8.0.0-alpha.1.22512.8 + 8.0.0-alpha.1.22512.8 + 8.0.0-alpha.1.22512.8 + 8.0.0-alpha.1.22512.8 + 8.0.0-alpha.1.22512.8 2.1.0 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22512.3 + 8.0.0-alpha.1.22512.3 + 8.0.0-alpha.1.22512.3 + 8.0.0-alpha.1.22512.3 From 6afb777bdc4747bf4ab2d38e97b84993544f3553 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Oct 2022 23:24:27 +0000 Subject: [PATCH 357/501] Update dependencies from https://github.com/dotnet/sdk build 20221013.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22513.13 -> To Version 8.0.100-alpha.1.22513.21 --- 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 8ce5ce443..616a93db9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 4926c02122327c1a435ecc2643f65e1642a70f64 + bba11ce80a3168e099d172f37d771878ed36cb5c - + https://github.com/dotnet/sdk - 4926c02122327c1a435ecc2643f65e1642a70f64 + bba11ce80a3168e099d172f37d771878ed36cb5c - + https://github.com/dotnet/sdk - 4926c02122327c1a435ecc2643f65e1642a70f64 + bba11ce80a3168e099d172f37d771878ed36cb5c - + https://github.com/dotnet/sdk - 4926c02122327c1a435ecc2643f65e1642a70f64 + bba11ce80a3168e099d172f37d771878ed36cb5c diff --git a/eng/Versions.props b/eng/Versions.props index 8757db041..bc306c9b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22513.13 - 8.0.100-alpha.1.22513.13 - 8.0.100-alpha.1.22513.13 + 8.0.100-alpha.1.22513.21 + 8.0.100-alpha.1.22513.21 + 8.0.100-alpha.1.22513.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a35d50174cb53afda42d4fab28a8b3ce1e89f826 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 14 Oct 2022 04:02:33 +0000 Subject: [PATCH 358/501] Update dependencies from https://github.com/dotnet/sdk build 20221013.32 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22513.21 -> To Version 8.0.100-alpha.1.22513.32 --- 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 616a93db9..39b31cb79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - bba11ce80a3168e099d172f37d771878ed36cb5c + 56cdc6ff1b57d39c97d410b63a10aac95147e45d - + https://github.com/dotnet/sdk - bba11ce80a3168e099d172f37d771878ed36cb5c + 56cdc6ff1b57d39c97d410b63a10aac95147e45d - + https://github.com/dotnet/sdk - bba11ce80a3168e099d172f37d771878ed36cb5c + 56cdc6ff1b57d39c97d410b63a10aac95147e45d - + https://github.com/dotnet/sdk - bba11ce80a3168e099d172f37d771878ed36cb5c + 56cdc6ff1b57d39c97d410b63a10aac95147e45d diff --git a/eng/Versions.props b/eng/Versions.props index bc306c9b2..322e3eab2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22513.21 - 8.0.100-alpha.1.22513.21 - 8.0.100-alpha.1.22513.21 + 8.0.100-alpha.1.22513.32 + 8.0.100-alpha.1.22513.32 + 8.0.100-alpha.1.22513.32 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fc8428b1b36fa62badaf97ebdc154abc890e49bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 14 Oct 2022 06:16:24 +0000 Subject: [PATCH 359/501] Update dependencies from https://github.com/dotnet/sdk build 20221013.36 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22513.21 -> To Version 8.0.100-alpha.1.22513.36 Dependency coherency updates 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,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22513.2 -> To Version 8.0.0-alpha.1.22513.8 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 39b31cb79..ae7987adc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - 316b468d43a30a69ee59d9baa7c1f0777d9b957c + 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 - + https://github.com/dotnet/aspnetcore - 316b468d43a30a69ee59d9baa7c1f0777d9b957c + 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 - + https://github.com/dotnet/aspnetcore - 316b468d43a30a69ee59d9baa7c1f0777d9b957c + 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 - + https://github.com/dotnet/aspnetcore - 316b468d43a30a69ee59d9baa7c1f0777d9b957c + 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 - + https://github.com/dotnet/aspnetcore - 316b468d43a30a69ee59d9baa7c1f0777d9b957c + 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 - + https://github.com/dotnet/aspnetcore - 316b468d43a30a69ee59d9baa7c1f0777d9b957c + 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 - + https://github.com/dotnet/aspnetcore - 316b468d43a30a69ee59d9baa7c1f0777d9b957c + 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 56cdc6ff1b57d39c97d410b63a10aac95147e45d + e3fde729b1592db7964120f5e314001b19926e5f - + https://github.com/dotnet/sdk - 56cdc6ff1b57d39c97d410b63a10aac95147e45d + e3fde729b1592db7964120f5e314001b19926e5f - + https://github.com/dotnet/sdk - 56cdc6ff1b57d39c97d410b63a10aac95147e45d + e3fde729b1592db7964120f5e314001b19926e5f - + https://github.com/dotnet/sdk - 56cdc6ff1b57d39c97d410b63a10aac95147e45d + e3fde729b1592db7964120f5e314001b19926e5f @@ -159,9 +159,9 @@ a440ea9cf00113537cde999052649b4a8922c488 - + https://github.com/nuget/nuget.client - 1a082949ae5b6da7ca2cce047396c53ae1afdde7 + fce0153005a97a83bb197eb82bae5cd210a88249 diff --git a/eng/Versions.props b/eng/Versions.props index 322e3eab2..fd8fcb2e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22513.2 - 8.0.0-alpha.1.22513.2 - 8.0.0-alpha.1.22513.2 - 8.0.0-alpha.1.22513.2 - 8.0.0-alpha.1.22513.2 - 8.0.0-alpha.1.22513.2 - 8.0.0-alpha.1.22513.2 + 8.0.0-alpha.1.22513.8 + 8.0.0-alpha.1.22513.8 + 8.0.0-alpha.1.22513.8 + 8.0.0-alpha.1.22513.8 + 8.0.0-alpha.1.22513.8 + 8.0.0-alpha.1.22513.8 + 8.0.0-alpha.1.22513.8 0.2.0 - 8.0.100-alpha.1.22513.32 - 8.0.100-alpha.1.22513.32 - 8.0.100-alpha.1.22513.32 + 8.0.100-alpha.1.22513.36 + 8.0.100-alpha.1.22513.36 + 8.0.100-alpha.1.22513.36 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 74f639eab56c5e1a10e6459ba54693685309cecc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 14 Oct 2022 10:27:29 +0000 Subject: [PATCH 360/501] Update dependencies from https://github.com/dotnet/sdk build 20221014.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22513.36 -> To Version 8.0.100-alpha.1.22514.3 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22513.8 -> To Version 8.0.0-alpha.1.22513.11 (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 ae7987adc..6bcdbd37c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 + 0cfd4684c52157481f27d1f0e9550ff69895ff7f - + https://github.com/dotnet/aspnetcore - 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 + 0cfd4684c52157481f27d1f0e9550ff69895ff7f - + https://github.com/dotnet/aspnetcore - 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 + 0cfd4684c52157481f27d1f0e9550ff69895ff7f - + https://github.com/dotnet/aspnetcore - 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 + 0cfd4684c52157481f27d1f0e9550ff69895ff7f - + https://github.com/dotnet/aspnetcore - 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 + 0cfd4684c52157481f27d1f0e9550ff69895ff7f - + https://github.com/dotnet/aspnetcore - 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 + 0cfd4684c52157481f27d1f0e9550ff69895ff7f - + https://github.com/dotnet/aspnetcore - 4faa84c9ddf8c9e9cc9e5b43ca15f090037c4b68 + 0cfd4684c52157481f27d1f0e9550ff69895ff7f https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - e3fde729b1592db7964120f5e314001b19926e5f + 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 - + https://github.com/dotnet/sdk - e3fde729b1592db7964120f5e314001b19926e5f + 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 - + https://github.com/dotnet/sdk - e3fde729b1592db7964120f5e314001b19926e5f + 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 - + https://github.com/dotnet/sdk - e3fde729b1592db7964120f5e314001b19926e5f + 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 diff --git a/eng/Versions.props b/eng/Versions.props index fd8fcb2e1..47526a22a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22513.8 - 8.0.0-alpha.1.22513.8 - 8.0.0-alpha.1.22513.8 - 8.0.0-alpha.1.22513.8 - 8.0.0-alpha.1.22513.8 - 8.0.0-alpha.1.22513.8 - 8.0.0-alpha.1.22513.8 + 8.0.0-alpha.1.22513.11 + 8.0.0-alpha.1.22513.11 + 8.0.0-alpha.1.22513.11 + 8.0.0-alpha.1.22513.11 + 8.0.0-alpha.1.22513.11 + 8.0.0-alpha.1.22513.11 + 8.0.0-alpha.1.22513.11 0.2.0 - 8.0.100-alpha.1.22513.36 - 8.0.100-alpha.1.22513.36 - 8.0.100-alpha.1.22513.36 + 8.0.100-alpha.1.22514.3 + 8.0.100-alpha.1.22514.3 + 8.0.100-alpha.1.22514.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 392b9c7eb6a2c4436b30dab8f2703a068b775622 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 14 Oct 2022 12:48:22 +0000 Subject: [PATCH 361/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20221013.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.22510.1 -> To Version 8.0.0-alpha.1.22513.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae7987adc..79e36c23d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -181,9 +181,9 @@ c3ad00ae84489071080a606f6a8e43c9a91a5cc2 - + https://github.com/dotnet/source-build-externals - 04b6bbb27a7614a3e0731a31fa0514f7bfe77174 + eb8403e34790e0a5543e828afd26a6a425fa7455 From 8111addc66495c2595888dbc6e418d32d5418e0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:26:24 +0000 Subject: [PATCH 362/501] [main] Update dependencies from dotnet/sdk (#14771) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-alpha.1.22512.3 to 8.0.0-alpha.1.22513.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22512.3 to 8.0.0-alpha.1.22513.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-alpha.1.22512.3 to 8.0.0-alpha.1.22513.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 8.0.0-alpha.1.22513.11 to 8.0.0-alpha.1.22514.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-alpha.1.22513.11 to 8.0.0-alpha.1.22514.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-alpha.1.22513.11 to 8.0.0-alpha.1.22514.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22513.11 to 8.0.0-alpha.1.22514.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 8.0.0-alpha.1.22513.11 to 8.0.0-alpha.1.22514.3 (parent: Microsoft.NET.Sdk) - dotnet-user-jwts: from 8.0.0-alpha.1.22513.11 to 8.0.0-alpha.1.22514.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 8.0.0-alpha.1.22513.11 to 8.0.0-alpha.1.22514.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-alpha.1.22512.3 to 8.0.0-alpha.1.22513.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-alpha.1.22512.3 to 8.0.0-alpha.1.22513.1 (parent: Microsoft.NET.Sdk) - Microsoft.NET.Test.Sdk: from 17.5.0-preview-20221012-01 to 17.5.0-preview-20221013-06 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.5.0-preview-22511-01 to 17.5.0-preview-22513-03 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 68 ++++++++++++++++++++--------------------- eng/Versions.props | 30 +++++++++--------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bdbe5f976..7d0d3e2ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 885f86fabe639d51f59ffb8d90ec5bf24400d258 + 0480efb82a682293c73c573b29ee1cb7d921896f - + https://github.com/dotnet/windowsdesktop - 885f86fabe639d51f59ffb8d90ec5bf24400d258 + 0480efb82a682293c73c573b29ee1cb7d921896f - + https://github.com/dotnet/windowsdesktop - 885f86fabe639d51f59ffb8d90ec5bf24400d258 + 0480efb82a682293c73c573b29ee1cb7d921896f - + https://github.com/dotnet/windowsdesktop - 885f86fabe639d51f59ffb8d90ec5bf24400d258 + 0480efb82a682293c73c573b29ee1cb7d921896f https://github.com/dotnet/llvm-project @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - 0cfd4684c52157481f27d1f0e9550ff69895ff7f + a932288cd45b9d5cf6cedb9882ac0f5829fcee3b - + https://github.com/dotnet/aspnetcore - 0cfd4684c52157481f27d1f0e9550ff69895ff7f + a932288cd45b9d5cf6cedb9882ac0f5829fcee3b - + https://github.com/dotnet/aspnetcore - 0cfd4684c52157481f27d1f0e9550ff69895ff7f + a932288cd45b9d5cf6cedb9882ac0f5829fcee3b - + https://github.com/dotnet/aspnetcore - 0cfd4684c52157481f27d1f0e9550ff69895ff7f + a932288cd45b9d5cf6cedb9882ac0f5829fcee3b - + https://github.com/dotnet/aspnetcore - 0cfd4684c52157481f27d1f0e9550ff69895ff7f + a932288cd45b9d5cf6cedb9882ac0f5829fcee3b - + https://github.com/dotnet/aspnetcore - 0cfd4684c52157481f27d1f0e9550ff69895ff7f + a932288cd45b9d5cf6cedb9882ac0f5829fcee3b - + https://github.com/dotnet/aspnetcore - 0cfd4684c52157481f27d1f0e9550ff69895ff7f + a932288cd45b9d5cf6cedb9882ac0f5829fcee3b https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 + 57eb528a165bb775aecfed2389f0a6aff37ef658 - + https://github.com/dotnet/sdk - 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 + 57eb528a165bb775aecfed2389f0a6aff37ef658 - + https://github.com/dotnet/sdk - 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 + 57eb528a165bb775aecfed2389f0a6aff37ef658 - + https://github.com/dotnet/sdk - 76051cb8ac310b365dd5b02b1bebbe31c2ebc833 + 57eb528a165bb775aecfed2389f0a6aff37ef658 @@ -138,9 +138,9 @@ 664588e64eff5db2a2fcb44b8dbddfb0ce4bbbf1 - + https://github.com/microsoft/vstest - d58646cb4a87558b84eeab241d39f7dc0a4955d6 + 6defc0d4968a73551fac9a947693d2e9a556bb97 @@ -154,9 +154,9 @@ a9c49e8b8633005d2d03516693950037a9cf7cc7 - + https://github.com/dotnet/msbuild - a440ea9cf00113537cde999052649b4a8922c488 + b3bd0870cd7a5e3b570cc44bd9fa3624c3dd8312 diff --git a/eng/Versions.props b/eng/Versions.props index 47526a22a..81c61bfba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22513.11 - 8.0.0-alpha.1.22513.11 - 8.0.0-alpha.1.22513.11 - 8.0.0-alpha.1.22513.11 - 8.0.0-alpha.1.22513.11 - 8.0.0-alpha.1.22513.11 - 8.0.0-alpha.1.22513.11 + 8.0.0-alpha.1.22514.3 + 8.0.0-alpha.1.22514.3 + 8.0.0-alpha.1.22514.3 + 8.0.0-alpha.1.22514.3 + 8.0.0-alpha.1.22514.3 + 8.0.0-alpha.1.22514.3 + 8.0.0-alpha.1.22514.3 0.2.0 - 8.0.100-alpha.1.22514.3 - 8.0.100-alpha.1.22514.3 - 8.0.100-alpha.1.22514.3 + 8.0.100-alpha.1.22514.16 + 8.0.100-alpha.1.22514.16 + 8.0.100-alpha.1.22514.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22512.3 - 8.0.0-alpha.1.22512.3 - 8.0.0-alpha.1.22512.3 - 8.0.0-alpha.1.22512.3 + 8.0.0-alpha.1.22513.1 + 8.0.0-alpha.1.22513.1 + 8.0.0-alpha.1.22513.1 + 8.0.0-alpha.1.22513.1 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221012-01 + 17.5.0-preview-20221013-06 7.0.0-rc.1.22426.10 From 8189946b46dc5d0e5fdb955783096e285aa1d6d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 14 Oct 2022 23:00:20 +0000 Subject: [PATCH 363/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221013.4 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22513.2 -> To Version 8.0.0-alpha.1.22513.4 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d0d3e2ec..7dc5b45f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - c3da00b524e93ee50e483bd7206dfdc37093001e + 0fd1650670f91b653695313c91007feb7870bbf7 From 8ab97484cbf5c0b02cb126d69187c6e27f869f43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 15 Oct 2022 12:30:59 +0000 Subject: [PATCH 364/501] Update dependencies from https://github.com/dotnet/arcade build 20221013.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22512.1 -> To Version 8.0.0-beta.22513.2 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22507.1 -> To Version 1.0.0-beta.22512.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 7d0d3e2ec..04f4fa901 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 508fe921a748de6efc8b5d979e17beb88ccf5bcf + 32f13f8a8af8085ca09fbf93513ac848582c4a41 - + https://github.com/dotnet/arcade - 508fe921a748de6efc8b5d979e17beb88ccf5bcf + 32f13f8a8af8085ca09fbf93513ac848582c4a41 - + https://github.com/dotnet/arcade - 508fe921a748de6efc8b5d979e17beb88ccf5bcf + 32f13f8a8af8085ca09fbf93513ac848582c4a41 https://github.com/dotnet/arcade-services @@ -224,9 +224,9 @@ 4b112ab1f8ccb757fb31b5c1e24f16f75360295d - + https://github.com/dotnet/xliff-tasks - 2aa899e3d0ddff13b189f34f0bed6dafe7dbfe8d + 7c36842c2fa44d76bd1e7109c47331544fb17f45 diff --git a/eng/Versions.props b/eng/Versions.props index 81c61bfba..ee53db887 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22512.1 + 8.0.0-beta.22513.2 diff --git a/global.json b/global.json index e4db140a8..1f713c1fa 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.22512.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22512.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22513.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22513.2" } } From f3ecb578b450c476bea97fd90c42b4b360239f97 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 17 Oct 2022 03:57:43 +0000 Subject: [PATCH 365/501] Update dependencies from https://github.com/dotnet/sdk build 20221016.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22514.16 -> To Version 8.0.100-alpha.1.22516.1 --- 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 11bd2b3af..edd3dda68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 57eb528a165bb775aecfed2389f0a6aff37ef658 + 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb - + https://github.com/dotnet/sdk - 57eb528a165bb775aecfed2389f0a6aff37ef658 + 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb - + https://github.com/dotnet/sdk - 57eb528a165bb775aecfed2389f0a6aff37ef658 + 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb - + https://github.com/dotnet/sdk - 57eb528a165bb775aecfed2389f0a6aff37ef658 + 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb diff --git a/eng/Versions.props b/eng/Versions.props index ee53db887..e73e15d82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,9 @@ - 8.0.100-alpha.1.22514.16 - 8.0.100-alpha.1.22514.16 - 8.0.100-alpha.1.22514.16 + 8.0.100-alpha.1.22516.1 + 8.0.100-alpha.1.22516.1 + 8.0.100-alpha.1.22516.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e3bc81fcbf26af980b6b288816049962173e553b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 17 Oct 2022 04:54:20 +0000 Subject: [PATCH 366/501] Update dependencies from https://github.com/dotnet/sdk build 20221016.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22514.16 -> To Version 8.0.100-alpha.1.22516.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22513.1 -> To Version 8.0.0-alpha.1.22515.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 64 ++++++++++++++++++++--------------------- eng/Versions.props | 28 +++++++++--------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index edd3dda68..cfc7268ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 0480efb82a682293c73c573b29ee1cb7d921896f + 78b04e9e0cd2250d78ef4937fc31c66db51aea73 - + https://github.com/dotnet/windowsdesktop - 0480efb82a682293c73c573b29ee1cb7d921896f + 78b04e9e0cd2250d78ef4937fc31c66db51aea73 - + https://github.com/dotnet/windowsdesktop - 0480efb82a682293c73c573b29ee1cb7d921896f + 78b04e9e0cd2250d78ef4937fc31c66db51aea73 - + https://github.com/dotnet/windowsdesktop - 0480efb82a682293c73c573b29ee1cb7d921896f + 78b04e9e0cd2250d78ef4937fc31c66db51aea73 https://github.com/dotnet/llvm-project @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - a932288cd45b9d5cf6cedb9882ac0f5829fcee3b + e35f2ea7994a3b18fc00c5f65c315739e41147be - + https://github.com/dotnet/aspnetcore - a932288cd45b9d5cf6cedb9882ac0f5829fcee3b + e35f2ea7994a3b18fc00c5f65c315739e41147be - + https://github.com/dotnet/aspnetcore - a932288cd45b9d5cf6cedb9882ac0f5829fcee3b + e35f2ea7994a3b18fc00c5f65c315739e41147be - + https://github.com/dotnet/aspnetcore - a932288cd45b9d5cf6cedb9882ac0f5829fcee3b + e35f2ea7994a3b18fc00c5f65c315739e41147be - + https://github.com/dotnet/aspnetcore - a932288cd45b9d5cf6cedb9882ac0f5829fcee3b + e35f2ea7994a3b18fc00c5f65c315739e41147be - + https://github.com/dotnet/aspnetcore - a932288cd45b9d5cf6cedb9882ac0f5829fcee3b + e35f2ea7994a3b18fc00c5f65c315739e41147be - + https://github.com/dotnet/aspnetcore - a932288cd45b9d5cf6cedb9882ac0f5829fcee3b + e35f2ea7994a3b18fc00c5f65c315739e41147be https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb + 5ea119919b69ed3cedca71600f17e940ca6d0114 - + https://github.com/dotnet/sdk - 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb + 5ea119919b69ed3cedca71600f17e940ca6d0114 - + https://github.com/dotnet/sdk - 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb + 5ea119919b69ed3cedca71600f17e940ca6d0114 - + https://github.com/dotnet/sdk - 7bdec308a58bbdb814e4b9ab4ecb48af6fc3b1fb + 5ea119919b69ed3cedca71600f17e940ca6d0114 @@ -143,9 +143,9 @@ 6defc0d4968a73551fac9a947693d2e9a556bb97 - + https://github.com/dotnet/linker - 6000a84c7e0b3678af032c25b7319aefdd057f6c + 3ebf0133b590e4be9f8ffb14f5c34fc56cce958d linker diff --git a/eng/Versions.props b/eng/Versions.props index e73e15d82..76cd8a51d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22514.3 - 8.0.0-alpha.1.22514.3 - 8.0.0-alpha.1.22514.3 - 8.0.0-alpha.1.22514.3 - 8.0.0-alpha.1.22514.3 - 8.0.0-alpha.1.22514.3 - 8.0.0-alpha.1.22514.3 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 0.2.0 - 8.0.100-alpha.1.22516.1 - 8.0.100-alpha.1.22516.1 - 8.0.100-alpha.1.22516.1 + 8.0.100-alpha.1.22516.4 + 8.0.100-alpha.1.22516.4 + 8.0.100-alpha.1.22516.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22513.1 - 8.0.0-alpha.1.22513.1 - 8.0.0-alpha.1.22513.1 - 8.0.0-alpha.1.22513.1 + 8.0.0-alpha.1.22515.1 + 8.0.0-alpha.1.22515.1 + 8.0.0-alpha.1.22515.1 + 8.0.0-alpha.1.22515.1 From f0a2aae4da9535bfd42d28e75a0f73e61a9e5346 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 17 Oct 2022 15:01:43 +0000 Subject: [PATCH 367/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221017.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22513.4 -> To Version 8.0.0-alpha.1.22517.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cfc7268ef..ddcb62847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - 0fd1650670f91b653695313c91007feb7870bbf7 + ec4fdcded4dd6152c9c05291759c1a97b24f52e5 From a3737bde2a61ab2b99ea46518084e33d852d08cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 17 Oct 2022 17:12:20 +0000 Subject: [PATCH 368/501] Update dependencies from https://github.com/dotnet/sdk build 20221017.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22516.4 -> To Version 8.0.100-alpha.1.22517.9 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22516.1 -> To Version 8.0.0-alpha.1.22517.3 (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 cfc7268ef..54cfa71e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - e35f2ea7994a3b18fc00c5f65c315739e41147be + fa2fd21e2486c226d1524586760366ff662489f8 - + https://github.com/dotnet/aspnetcore - e35f2ea7994a3b18fc00c5f65c315739e41147be + fa2fd21e2486c226d1524586760366ff662489f8 - + https://github.com/dotnet/aspnetcore - e35f2ea7994a3b18fc00c5f65c315739e41147be + fa2fd21e2486c226d1524586760366ff662489f8 - + https://github.com/dotnet/aspnetcore - e35f2ea7994a3b18fc00c5f65c315739e41147be + fa2fd21e2486c226d1524586760366ff662489f8 - + https://github.com/dotnet/aspnetcore - e35f2ea7994a3b18fc00c5f65c315739e41147be + fa2fd21e2486c226d1524586760366ff662489f8 - + https://github.com/dotnet/aspnetcore - e35f2ea7994a3b18fc00c5f65c315739e41147be + fa2fd21e2486c226d1524586760366ff662489f8 - + https://github.com/dotnet/aspnetcore - e35f2ea7994a3b18fc00c5f65c315739e41147be + fa2fd21e2486c226d1524586760366ff662489f8 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 5ea119919b69ed3cedca71600f17e940ca6d0114 + 1f666a19a39461e5b753be2d4cec22e71b8364c5 - + https://github.com/dotnet/sdk - 5ea119919b69ed3cedca71600f17e940ca6d0114 + 1f666a19a39461e5b753be2d4cec22e71b8364c5 - + https://github.com/dotnet/sdk - 5ea119919b69ed3cedca71600f17e940ca6d0114 + 1f666a19a39461e5b753be2d4cec22e71b8364c5 - + https://github.com/dotnet/sdk - 5ea119919b69ed3cedca71600f17e940ca6d0114 + 1f666a19a39461e5b753be2d4cec22e71b8364c5 diff --git a/eng/Versions.props b/eng/Versions.props index 76cd8a51d..16e8b0b30 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22517.3 + 8.0.0-alpha.1.22517.3 + 8.0.0-alpha.1.22517.3 + 8.0.0-alpha.1.22517.3 + 8.0.0-alpha.1.22517.3 + 8.0.0-alpha.1.22517.3 + 8.0.0-alpha.1.22517.3 0.2.0 - 8.0.100-alpha.1.22516.4 - 8.0.100-alpha.1.22516.4 - 8.0.100-alpha.1.22516.4 + 8.0.100-alpha.1.22517.9 + 8.0.100-alpha.1.22517.9 + 8.0.100-alpha.1.22517.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From accd9753a9a98eea0ca66c38a02d28b7a4d5ff7e Mon Sep 17 00:00:00 2001 From: Mike Mulchrone Date: Tue, 18 Oct 2022 00:42:30 -0400 Subject: [PATCH 369/501] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7b804a8..fe1bce2d1 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ Sources for dotnet-install.sh and dotnet-install.ps1 are in the [install-scripts Questions & Comments -------------------- -For all feedback, use the Issues on the [.NET CLI](https://github.com/dotnet/cli) repository. +For all feedback, use the Issues on the [.NET SDK](https://github.com/dotnet/sdk) repository. License ------- From b276b113b78319b4e5619f56961747bf7cc9721d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 18 Oct 2022 06:41:43 +0000 Subject: [PATCH 370/501] Update dependencies from https://github.com/dotnet/sdk build 20221017.34 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-alpha.1.22517.9 -> To Version 8.0.100-alpha.1.22517.34 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22517.3 -> To Version 8.0.0-alpha.1.22517.13 (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 641e51b76..eceb5082c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - fa2fd21e2486c226d1524586760366ff662489f8 + 274c32e63a9df1979175c4e7c9adffdabc182e96 - + https://github.com/dotnet/aspnetcore - fa2fd21e2486c226d1524586760366ff662489f8 + 274c32e63a9df1979175c4e7c9adffdabc182e96 - + https://github.com/dotnet/aspnetcore - fa2fd21e2486c226d1524586760366ff662489f8 + 274c32e63a9df1979175c4e7c9adffdabc182e96 - + https://github.com/dotnet/aspnetcore - fa2fd21e2486c226d1524586760366ff662489f8 + 274c32e63a9df1979175c4e7c9adffdabc182e96 - + https://github.com/dotnet/aspnetcore - fa2fd21e2486c226d1524586760366ff662489f8 + 274c32e63a9df1979175c4e7c9adffdabc182e96 - + https://github.com/dotnet/aspnetcore - fa2fd21e2486c226d1524586760366ff662489f8 + 274c32e63a9df1979175c4e7c9adffdabc182e96 - + https://github.com/dotnet/aspnetcore - fa2fd21e2486c226d1524586760366ff662489f8 + 274c32e63a9df1979175c4e7c9adffdabc182e96 https://github.com/dotnet/test-templates @@ -103,22 +103,22 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - 1f666a19a39461e5b753be2d4cec22e71b8364c5 + a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce - + https://github.com/dotnet/sdk - 1f666a19a39461e5b753be2d4cec22e71b8364c5 + a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce - + https://github.com/dotnet/sdk - 1f666a19a39461e5b753be2d4cec22e71b8364c5 + a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce - + https://github.com/dotnet/sdk - 1f666a19a39461e5b753be2d4cec22e71b8364c5 + a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce diff --git a/eng/Versions.props b/eng/Versions.props index 16e8b0b30..18bd02a1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22517.3 - 8.0.0-alpha.1.22517.3 - 8.0.0-alpha.1.22517.3 - 8.0.0-alpha.1.22517.3 - 8.0.0-alpha.1.22517.3 - 8.0.0-alpha.1.22517.3 - 8.0.0-alpha.1.22517.3 + 8.0.0-alpha.1.22517.13 + 8.0.0-alpha.1.22517.13 + 8.0.0-alpha.1.22517.13 + 8.0.0-alpha.1.22517.13 + 8.0.0-alpha.1.22517.13 + 8.0.0-alpha.1.22517.13 + 8.0.0-alpha.1.22517.13 0.2.0 - 8.0.100-alpha.1.22517.9 - 8.0.100-alpha.1.22517.9 - 8.0.100-alpha.1.22517.9 + 8.0.100-alpha.1.22517.34 + 8.0.100-alpha.1.22517.34 + 8.0.100-alpha.1.22517.34 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 56e87c1005222721da72814b40e1a9b946b064b0 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 18 Oct 2022 09:31:59 -0500 Subject: [PATCH 371/501] Switch build.sh to use dotnet msbuild vs dotnet path/to/msbuild.dll (#14782) --- .../job/source-build-build-tarball.yml | 2 +- src/SourceBuild/tarball/content/build.sh | 28 +++++++++++-------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml index 9de76621f..2242dbeb0 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml @@ -157,7 +157,7 @@ jobs: dockerEnvArgs+=" -e SMOKE_TESTS_WARN_POISON_DIFFS=true" fi - docker run --rm $dockerVolumeArgs -w /tarball $dockerEnvArgs $(_Container) ./build.sh $poisonArg --run-smoke-test $(additionalBuildArgs) -- /p:SmokeTestConsoleVerbosity=detailed + docker run --rm $dockerVolumeArgs -w /tarball $dockerEnvArgs $(_Container) ./build.sh $poisonArg --run-smoke-test $(additionalBuildArgs) -- -p:SmokeTestConsoleVerbosity=detailed displayName: Run Tests # Don't use CopyFiles@2 as it encounters permissions issues because it indexes all files in the source directory graph. diff --git a/src/SourceBuild/tarball/content/build.sh b/src/SourceBuild/tarball/content/build.sh index 0d6bbb91e..b6056a426 100755 --- a/src/SourceBuild/tarball/content/build.sh +++ b/src/SourceBuild/tarball/content/build.sh @@ -17,7 +17,7 @@ usage() { SCRIPT_ROOT="$(cd -P "$( dirname "$0" )" && pwd)" -MSBUILD_ARGUMENTS=("/flp:v=detailed") +MSBUILD_ARGUMENTS=("-flp:v=detailed") CUSTOM_REF_PACKAGES_DIR='' CUSTOM_PACKAGES_DIR='' alternateTarget=false @@ -32,18 +32,18 @@ while :; do lowerI="$(echo $1 | awk '{print tolower($0)}')" case $lowerI in --clean-while-building) - MSBUILD_ARGUMENTS+=( "/p:CleanWhileBuilding=true") + MSBUILD_ARGUMENTS+=( "-p:CleanWhileBuilding=true") ;; --online) - MSBUILD_ARGUMENTS+=( "/p:BuildWithOnlineSources=true") + MSBUILD_ARGUMENTS+=( "-p:BuildWithOnlineSources=true") ;; --poison) - MSBUILD_ARGUMENTS+=( "/p:EnablePoison=true") + MSBUILD_ARGUMENTS+=( "-p:EnablePoison=true") ;; --run-smoke-test) alternateTarget=true runningSmokeTests=true - MSBUILD_ARGUMENTS+=( "/t:RunSmokeTest" ) + MSBUILD_ARGUMENTS+=( "-t:RunSmokeTest" ) ;; --with-packages) CUSTOM_PACKAGES_DIR="$(cd -P "$2" && pwd)" @@ -85,9 +85,9 @@ done if [ "$CUSTOM_PACKAGES_DIR" != "" ]; then if [ "$runningSmokeTests" == "true" ]; then - MSBUILD_ARGUMENTS+=( "/p:CustomSourceBuiltPackagesPath=$CUSTOM_PACKAGES_DIR" ) + MSBUILD_ARGUMENTS+=( "-p:CustomSourceBuiltPackagesPath=$CUSTOM_PACKAGES_DIR" ) else - MSBUILD_ARGUMENTS+=( "/p:CustomPrebuiltSourceBuiltPackagesPath=$CUSTOM_PACKAGES_DIR" ) + MSBUILD_ARGUMENTS+=( "-p:CustomPrebuiltSourceBuiltPackagesPath=$CUSTOM_PACKAGES_DIR" ) fi fi @@ -174,10 +174,14 @@ export NUGET_PACKAGES=$restoredPackagesDir/ LogDateStamp=$(date +"%m%d%H%M%S") -if [ "$alternateTarget" == "true" ]; then - "$CLI_ROOT/dotnet" $CLI_ROOT/sdk/$SDK_VERSION/MSBuild.dll "$SCRIPT_ROOT/build.proj" /bl:$SCRIPT_ROOT/artifacts/log/Debug/BuildTests_$LogDateStamp.binlog /fileLoggerParameters:LogFile=$SCRIPT_ROOT/artifacts/logs/BuildTests_$LogDateStamp.log /clp:v=m ${MSBUILD_ARGUMENTS[@]} "$@" -else - $CLI_ROOT/dotnet $CLI_ROOT/sdk/$SDK_VERSION/MSBuild.dll /bl:$SCRIPT_ROOT/artifacts/log/Debug/BuildXPlatTasks_$LogDateStamp.binlog /fileLoggerParameters:LogFile=$SCRIPT_ROOT/artifacts/logs/BuildXPlatTasks_$LogDateStamp.log $SCRIPT_ROOT/tools-local/init-build.proj /t:PrepareOfflineLocalTools ${MSBUILD_ARGUMENTS[@]} "$@" +"$CLI_ROOT/dotnet" build-server shutdown - $CLI_ROOT/dotnet $CLI_ROOT/sdk/$SDK_VERSION/MSBuild.dll /bl:$SCRIPT_ROOT/artifacts/log/Debug/Build_$LogDateStamp.binlog /fileLoggerParameters:LogFile=$SCRIPT_ROOT/artifacts/logs/Build_$LogDateStamp.log $SCRIPT_ROOT/build.proj ${MSBUILD_ARGUMENTS[@]} "$@" +if [ "$alternateTarget" == "true" ]; then + "$CLI_ROOT/dotnet" msbuild "$SCRIPT_ROOT/build.proj" -bl:$SCRIPT_ROOT/artifacts/log/Debug/BuildTests_$LogDateStamp.binlog -flp:LogFile=$SCRIPT_ROOT/artifacts/logs/BuildTests_$LogDateStamp.log -clp:v=m ${MSBUILD_ARGUMENTS[@]} "$@" +else + "$CLI_ROOT/dotnet" msbuild "$SCRIPT_ROOT/tools-local/init-build.proj" -bl:$SCRIPT_ROOT/artifacts/log/Debug/BuildXPlatTasks_$LogDateStamp.binlog -flp:LogFile=$SCRIPT_ROOT/artifacts/logs/BuildXPlatTasks_$LogDateStamp.log -t:PrepareOfflineLocalTools ${MSBUILD_ARGUMENTS[@]} "$@" + # kill off the MSBuild server so that on future invocations we pick up our custom SDK Resolver + "$CLI_ROOT/dotnet" build-server shutdown + + "$CLI_ROOT/dotnet" msbuild "$SCRIPT_ROOT/build.proj" -bl:$SCRIPT_ROOT/artifacts/log/Debug/Build_$LogDateStamp.binlog -flp:LogFile=$SCRIPT_ROOT/artifacts/logs/Build_$LogDateStamp.log ${MSBUILD_ARGUMENTS[@]} "$@" fi From 9ce6a457e126f934725568279e3e6c91d9b336d1 Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Tue, 18 Oct 2022 09:03:17 +0200 Subject: [PATCH 372/501] Remove runtime-portable build. --- .../tools/SourceBuildArcadeTarball.targets | 4 - .../tarball/content/Directory.Build.props | 8 -- .../tarball/content/repos/aspnetcore.proj | 1 + .../tarball/content/repos/installer.proj | 2 +- .../tarball/content/repos/known-good.proj | 1 - .../content/repos/package-source-build.proj | 2 +- .../content/repos/runtime-portable.proj | 48 ---------- .../content/repos/runtime.common.props | 47 ---------- .../content/repos/runtime.common.targets | 46 ---------- .../tarball/content/repos/runtime.proj | 87 ++++++++++++++++++- .../source-build-reference-packages.proj | 6 +- src/redist/targets/Crossgen.targets | 2 +- src/redist/targets/GenerateLayout.targets | 3 + 13 files changed, 95 insertions(+), 162 deletions(-) delete mode 100644 src/SourceBuild/tarball/content/repos/runtime-portable.proj delete mode 100644 src/SourceBuild/tarball/content/repos/runtime.common.props delete mode 100644 src/SourceBuild/tarball/content/repos/runtime.common.targets diff --git a/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets b/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets index 5b6a9d784..1f7c8aed3 100644 --- a/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets +++ b/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets @@ -285,10 +285,6 @@ - - diff --git a/src/SourceBuild/tarball/content/Directory.Build.props b/src/SourceBuild/tarball/content/Directory.Build.props index 860785575..633ea886c 100644 --- a/src/SourceBuild/tarball/content/Directory.Build.props +++ b/src/SourceBuild/tarball/content/Directory.Build.props @@ -23,14 +23,6 @@ x64 false - - - false - false - true - false diff --git a/src/SourceBuild/tarball/content/repos/aspnetcore.proj b/src/SourceBuild/tarball/content/repos/aspnetcore.proj index a779e9213..5b2dfacbc 100644 --- a/src/SourceBuild/tarball/content/repos/aspnetcore.proj +++ b/src/SourceBuild/tarball/content/repos/aspnetcore.proj @@ -9,6 +9,7 @@ $(BuildCommandArgs) --no-build-repo-tasks $(BuildCommandArgs) --no-build-nodejs $(BuildCommandArgs) /p:PublishCompressedFilesPathPrefix=$(SourceBuiltAspNetCoreRuntime) + $(BuildCommandArgs) /p:PortableBuild=false /p:TargetRuntimeIdentifier=$(TargetRid) $(BuildCommandArgs) /p:MicrosoftNetFrameworkReferenceAssembliesVersion=1.0.0 diff --git a/src/SourceBuild/tarball/content/repos/installer.proj b/src/SourceBuild/tarball/content/repos/installer.proj index f6803f4cf..1a644b359 100644 --- a/src/SourceBuild/tarball/content/repos/installer.proj +++ b/src/SourceBuild/tarball/content/repos/installer.proj @@ -25,7 +25,7 @@ $(BuildCommandArgs) /p:Rid=$(TargetRid) $(BuildCommandArgs) /p:DOTNET_INSTALL_DIR=$(DotNetCliToolDir) - $(BuildCommandArgs) /p:AspNetCoreInstallerRid=linux-$(Platform) + $(BuildCommandArgs) /p:AspNetCoreInstallerRid=$(TargetRid) $(BuildCommandArgs) /p:CoreSetupRid=freebsd-x64 /p:PortableBuild=true $(BuildCommandArgs) /p:CoreSetupRid=osx-x64 diff --git a/src/SourceBuild/tarball/content/repos/known-good.proj b/src/SourceBuild/tarball/content/repos/known-good.proj index 937ab8f54..823a66f10 100644 --- a/src/SourceBuild/tarball/content/repos/known-good.proj +++ b/src/SourceBuild/tarball/content/repos/known-good.proj @@ -43,7 +43,6 @@ - diff --git a/src/SourceBuild/tarball/content/repos/package-source-build.proj b/src/SourceBuild/tarball/content/repos/package-source-build.proj index 0ada671fb..fbc5a0cc1 100644 --- a/src/SourceBuild/tarball/content/repos/package-source-build.proj +++ b/src/SourceBuild/tarball/content/repos/package-source-build.proj @@ -50,7 +50,7 @@ $(OutputPath)$(SourceBuiltArtifactsTarballName).$(installerOutputPackageVersion).tar.gz - diff --git a/src/SourceBuild/tarball/content/repos/runtime-portable.proj b/src/SourceBuild/tarball/content/repos/runtime-portable.proj deleted file mode 100644 index 6c3939492..000000000 --- a/src/SourceBuild/tarball/content/repos/runtime-portable.proj +++ /dev/null @@ -1,48 +0,0 @@ - - - - - runtime - - - - - - - - - - - - - - - - $(ProjectDirectory)artifacts/portableLog - $(ProjectDirectory)artifacts/portableObj - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/SourceBuild/tarball/content/repos/runtime.common.props b/src/SourceBuild/tarball/content/repos/runtime.common.props deleted file mode 100644 index 3269a3f63..000000000 --- a/src/SourceBuild/tarball/content/repos/runtime.common.props +++ /dev/null @@ -1,47 +0,0 @@ - - - runtime - - - - - - - true - - - $(StandardSourceBuildArgs.Replace('-bl', '-nobl')) - - $(StandardSourceBuildCommand) $(BuildCommandArgs) - $(ArmEnvironmentVariables) $(StandardSourceBuildCommand) $(BuildCommandArgs) - - $(ProjectDirectory)/clean$(ShellExtension) - - - - - $(ProjectDirectory)global.json - $(ProjectDirectory)NuGet.config - false - true - - - - - - - - - - - - - - - - - - - - - diff --git a/src/SourceBuild/tarball/content/repos/runtime.common.targets b/src/SourceBuild/tarball/content/repos/runtime.common.targets deleted file mode 100644 index 862b70dc8..000000000 --- a/src/SourceBuild/tarball/content/repos/runtime.common.targets +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - $(ProjectDirectory)pkg/Microsoft.NETCore.Platforms/runtime.json - - - - - - - - - <_builtRuntimePackages Include="$(SourceBuiltAssetsDir)*.symbols.nupkg" /> - <_builtRuntimePackages> - $([System.String]::Copy('%(FileName)').Replace('symbols', 'nupkg')) - - - - - - - - - - - - diff --git a/src/SourceBuild/tarball/content/repos/runtime.proj b/src/SourceBuild/tarball/content/repos/runtime.proj index 04ff19ab1..85d0efa77 100644 --- a/src/SourceBuild/tarball/content/repos/runtime.proj +++ b/src/SourceBuild/tarball/content/repos/runtime.proj @@ -1,28 +1,107 @@ - + + + true + + $(ProjectDirectory)/clean$(ShellExtension) + $(TargetRid) osx-x64 freebsd-x64 win-x64 + <_platformIndex>$(NETCoreSdkRuntimeIdentifier.LastIndexOf('-')) + $(NETCoreSdkRuntimeIdentifier.Substring(0, $(_platformIndex))) + + <_platformIndex>$(NETCoreSdkPortableRuntimeIdentifier.LastIndexOf('-')) + $(NETCoreSdkPortableRuntimeIdentifier.Substring(0, $(_platformIndex))) + $(StandardSourceBuildArgs) $(BuildCommandArgs) /p:TargetRid=$(OverrideTargetRid) + $(BuildCommandArgs) /p:RuntimeOS=$(RuntimeOS) + $(BuildCommandArgs) /p:BaseOS=$(BaseOS) $(BuildCommandArgs) /p:SourceBuildNonPortable=true $(StandardSourceBuildCommand) $(BuildCommandArgs) + + + $(ProjectDirectory)global.json + $(ProjectDirectory)NuGet.config + false + true + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + $(ProjectDirectory)pkg/Microsoft.NETCore.Platforms/runtime.json + + + + + + + + + <_builtRuntimePackages Include="$(SourceBuiltAssetsDir)*.symbols.nupkg" /> + <_builtRuntimePackages> + $([System.String]::Copy('%(FileName)').Replace('symbols', 'nupkg')) + + + + + + + + + + + diff --git a/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj b/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj index a4fb27340..c1321e716 100644 --- a/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj +++ b/src/SourceBuild/tarball/content/repos/source-build-reference-packages.proj @@ -4,7 +4,11 @@ $(BaseIntermediatePath)source-build-reference-package-cache - $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) /p:LocalNuGetPackageCacheDirectory=$(LocalNuGetPackageCacheDirectory) + $(StandardSourceBuildArgs) + $(BuildCommandArgs) /p:MicrosoftNetCoreIlasmPackageRuntimeId=$(NETCoreSdkRuntimeIdentifier) + $(BuildCommandArgs) /p:LocalNuGetPackageCacheDirectory=$(LocalNuGetPackageCacheDirectory) + + $(StandardSourceBuildCommand) $(BuildCommandArgs) $(ProjectDirectory)NuGet.config $(ProjectDirectory)global.json diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 80b77a9e6..6d2137a4e 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -6,7 +6,7 @@ microsoft.netcore.app.runtime.$(SharedFrameworkRid) - microsoft.netcore.app.crossgen2.$(HostOSName)-$(BuildArchitecture) + microsoft.netcore.app.crossgen2.$(Crossgen2Rid) $(NuGetPackageRoot)/$(RuntimeNETCrossgenPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/tools/crossgen2$(ExeExtension) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 8e36e1afa..2eda46221 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -84,6 +84,9 @@ dotnet-runtime$(PgoTerm)-$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) windowsdesktop-runtime-$(MicrosoftWindowsDesktopAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) + $(HostOSName)-$(BuildArchitecture) + $(SharedFrameworkRid) + $(SharedFrameworkRid) linux-x64 $(AspNetCoreInstallerRid) From 027bf2591901da67ff8926821b97e8bdd01ed955 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:45:05 +0000 Subject: [PATCH 373/501] [main] Update dependencies from dotnet/sdk (#14787) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-alpha.1.22515.1 to 8.0.0-alpha.1.22516.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22515.1 to 8.0.0-alpha.1.22516.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-alpha.1.22515.1 to 8.0.0-alpha.1.22516.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 8.0.0-alpha.1.22517.13 to 8.0.0-alpha.1.22519.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-alpha.1.22517.13 to 8.0.0-alpha.1.22519.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-alpha.1.22517.13 to 8.0.0-alpha.1.22519.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22517.13 to 8.0.0-alpha.1.22519.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 8.0.0-alpha.1.22517.13 to 8.0.0-alpha.1.22519.2 (parent: Microsoft.NET.Sdk) - dotnet-user-jwts: from 8.0.0-alpha.1.22517.13 to 8.0.0-alpha.1.22519.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 8.0.0-alpha.1.22517.13 to 8.0.0-alpha.1.22519.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-alpha.1.22515.1 to 8.0.0-alpha.1.22516.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-alpha.1.22511.1 to 8.0.0-alpha.1.22511.12 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-alpha.1.22515.1 to 8.0.0-alpha.1.22516.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22515.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.Test.Sdk: from 17.5.0-preview-20221013-06 to 17.5.0-preview-20221018-02 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.22514.1 to 7.0.100-1.22518.2 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.5.0-preview-22513-03 to 17.5.0-preview-22517-05 (parent: Microsoft.NET.Sdk) - remove backported SDK patch --- NuGet.config | 5 ++ eng/Version.Details.xml | 80 +++++++++---------- eng/Versions.props | 34 ++++---- ...02-Look-for-msbuild-net7.0-artifacts.patch | 24 ------ 4 files changed, 62 insertions(+), 81 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch diff --git a/NuGet.config b/NuGet.config index d9926d9b0..b4f3441ac 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,11 @@ + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eceb5082c..250655075 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 78b04e9e0cd2250d78ef4937fc31c66db51aea73 + c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 - + https://github.com/dotnet/windowsdesktop - 78b04e9e0cd2250d78ef4937fc31c66db51aea73 + c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 - + https://github.com/dotnet/windowsdesktop - 78b04e9e0cd2250d78ef4937fc31c66db51aea73 + c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 - + https://github.com/dotnet/windowsdesktop - 78b04e9e0cd2250d78ef4937fc31c66db51aea73 + c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 https://github.com/dotnet/llvm-project @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - 274c32e63a9df1979175c4e7c9adffdabc182e96 + 3c36e1643045d8c7baebece79ccd901321dfe5f2 - + https://github.com/dotnet/aspnetcore - 274c32e63a9df1979175c4e7c9adffdabc182e96 + 3c36e1643045d8c7baebece79ccd901321dfe5f2 - + https://github.com/dotnet/aspnetcore - 274c32e63a9df1979175c4e7c9adffdabc182e96 + 3c36e1643045d8c7baebece79ccd901321dfe5f2 - + https://github.com/dotnet/aspnetcore - 274c32e63a9df1979175c4e7c9adffdabc182e96 + 3c36e1643045d8c7baebece79ccd901321dfe5f2 - + https://github.com/dotnet/aspnetcore - 274c32e63a9df1979175c4e7c9adffdabc182e96 + 3c36e1643045d8c7baebece79ccd901321dfe5f2 - + https://github.com/dotnet/aspnetcore - 274c32e63a9df1979175c4e7c9adffdabc182e96 + 3c36e1643045d8c7baebece79ccd901321dfe5f2 - + https://github.com/dotnet/aspnetcore - 274c32e63a9df1979175c4e7c9adffdabc182e96 + 3c36e1643045d8c7baebece79ccd901321dfe5f2 https://github.com/dotnet/test-templates @@ -103,31 +103,31 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://github.com/dotnet/sdk - a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce + 8f3c8141edb4f936e650ad7677d8ba08e89fd898 - + https://github.com/dotnet/sdk - a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce + 8f3c8141edb4f936e650ad7677d8ba08e89fd898 - + https://github.com/dotnet/sdk - a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce + 8f3c8141edb4f936e650ad7677d8ba08e89fd898 - + https://github.com/dotnet/sdk - a71825ca661aa1f40c9fe5c4f3105cd8bcc2d4ce + 8f3c8141edb4f936e650ad7677d8ba08e89fd898 - + https://github.com/dotnet/winforms - f628ca4bfcf11838922c705ee7f4a535ce5e65ec + 3fd9db1697827d9b4169fb65910df32f8824cef9 - + https://github.com/dotnet/wpf - bcb8b70db6d2209fda94e03967b106b7c8abd0b6 + dd467046db36ccb0a38989d58be8ff246e2b38d6 https://github.com/dotnet/fsharp @@ -138,14 +138,14 @@ 664588e64eff5db2a2fcb44b8dbddfb0ce4bbbf1 - + https://github.com/microsoft/vstest - 6defc0d4968a73551fac9a947693d2e9a556bb97 + bda34b1793ef6ddcd186b7088a6413692efb215e - + https://github.com/dotnet/linker - 3ebf0133b590e4be9f8ffb14f5c34fc56cce958d + 146197790e7f155beadaeab6b5cc0ac9e5108998 linker @@ -154,9 +154,9 @@ a9c49e8b8633005d2d03516693950037a9cf7cc7 - + https://github.com/dotnet/msbuild - b3bd0870cd7a5e3b570cc44bd9fa3624c3dd8312 + ef7b9a5534e83ae3b75cc30e31c1a6db9d0ed0a6 diff --git a/eng/Versions.props b/eng/Versions.props index 18bd02a1f..d34a190bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22511.1 + 8.0.0-alpha.1.22511.12 - 8.0.0-alpha.1.22511.2 + 8.0.0-alpha.1.22515.1 @@ -53,22 +53,22 @@ - 8.0.0-alpha.1.22517.13 - 8.0.0-alpha.1.22517.13 - 8.0.0-alpha.1.22517.13 - 8.0.0-alpha.1.22517.13 - 8.0.0-alpha.1.22517.13 - 8.0.0-alpha.1.22517.13 - 8.0.0-alpha.1.22517.13 + 8.0.0-alpha.1.22519.2 + 8.0.0-alpha.1.22519.2 + 8.0.0-alpha.1.22519.2 + 8.0.0-alpha.1.22519.2 + 8.0.0-alpha.1.22519.2 + 8.0.0-alpha.1.22519.2 + 8.0.0-alpha.1.22519.2 0.2.0 - 8.0.100-alpha.1.22517.34 - 8.0.100-alpha.1.22517.34 - 8.0.100-alpha.1.22517.34 + 8.0.100 + 8.0.100-alpha.1.22519.27 + 8.0.100-alpha.1.22519.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22515.1 - 8.0.0-alpha.1.22515.1 - 8.0.0-alpha.1.22515.1 - 8.0.0-alpha.1.22515.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22516.1 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221013-06 + 17.5.0-preview-20221018-02 7.0.0-rc.1.22426.10 diff --git a/src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch b/src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch deleted file mode 100644 index cf69f8b84..000000000 --- a/src/SourceBuild/tarball/patches/sdk/0002-Look-for-msbuild-net7.0-artifacts.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Tue, 20 Sep 2022 10:10:29 -0700 -Subject: [PATCH] Look for msbuild net7.0 artifacts - -This patch can be removed once https://github.com/dotnet/msbuild/pull/7790 flows -into dotnet/sdk, at which point that repo will need this change. ---- - .../Microsoft.DotNet.Cli.Utils.csproj | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj -index 03ea923734..3246138cf9 100644 ---- a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj -+++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj -@@ -22,7 +22,7 @@ - - - -- $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net6.0\MSBuild.dll -+ $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net7.0\MSBuild.dll - - - From c1819ba612fe57b7b249a2196ef99e384bc04009 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 19 Oct 2022 21:50:25 +0000 Subject: [PATCH 374/501] Update dependencies from https://github.com/dotnet/sdk build 20221019.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.Build From Version 17.5.0-preview-22517-05 -> To Version 17.5.0-preview-22518-03 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index b4f3441ac..401f25051 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 250655075..1fa7dd1dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 8f3c8141edb4f936e650ad7677d8ba08e89fd898 + 820eb91fa5308c3be7c5c1a765020fe46f6f508f - + https://github.com/dotnet/sdk - 8f3c8141edb4f936e650ad7677d8ba08e89fd898 + 820eb91fa5308c3be7c5c1a765020fe46f6f508f - + https://github.com/dotnet/sdk - 8f3c8141edb4f936e650ad7677d8ba08e89fd898 + 820eb91fa5308c3be7c5c1a765020fe46f6f508f - + https://github.com/dotnet/sdk - 8f3c8141edb4f936e650ad7677d8ba08e89fd898 + 820eb91fa5308c3be7c5c1a765020fe46f6f508f @@ -154,9 +154,9 @@ a9c49e8b8633005d2d03516693950037a9cf7cc7 - + https://github.com/dotnet/msbuild - ef7b9a5534e83ae3b75cc30e31c1a6db9d0ed0a6 + 771017a92b290fb9ca127f7ae33a37d35a9db188 diff --git a/eng/Versions.props b/eng/Versions.props index d34a190bb..30a0aa1bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22519.27 - 8.0.100-alpha.1.22519.27 + 8.0.100-alpha.1.22519.29 + 8.0.100-alpha.1.22519.29 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ae0f99a1b95d58dc0a73b46b4667250cfe7ebf44 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 19 Oct 2022 17:21:58 -0500 Subject: [PATCH 375/501] Update source-build tarball CI to utilize faster build agents (#14796) --- .../common/templates/job/source-build-run-tarball-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index 43478a228..fe0476166 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -15,12 +15,12 @@ parameters: fedora36Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36 ubuntu2004Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04 poolInternalAmd64: - name: NetCore1ESPool-Svc-Internal + name: NetCore1ESPool-Internal-XL demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 poolInternalArm64: name: Docker-Linux-Arm-Internal poolPublicAmd64: - name: NetCore-Svc-Public + name: NetCore-Public-XL demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open jobs: From 253a5d10b52f89bcf429737758c15995f0761595 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 19 Oct 2022 22:33:27 +0000 Subject: [PATCH 376/501] Update dependencies from https://github.com/dotnet/sdk build 20221019.35 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.Build From Version 17.5.0-preview-22517-05 -> To Version 17.5.0-preview-22518-03 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 401f25051..e41e238bc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1fa7dd1dc..b6efef7ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 820eb91fa5308c3be7c5c1a765020fe46f6f508f + 754066ea08b55642cb020a85609b829e3249ac49 - + https://github.com/dotnet/sdk - 820eb91fa5308c3be7c5c1a765020fe46f6f508f + 754066ea08b55642cb020a85609b829e3249ac49 - + https://github.com/dotnet/sdk - 820eb91fa5308c3be7c5c1a765020fe46f6f508f + 754066ea08b55642cb020a85609b829e3249ac49 - + https://github.com/dotnet/sdk - 820eb91fa5308c3be7c5c1a765020fe46f6f508f + 754066ea08b55642cb020a85609b829e3249ac49 diff --git a/eng/Versions.props b/eng/Versions.props index 30a0aa1bf..cf4d12d74 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22519.29 - 8.0.100-alpha.1.22519.29 + 8.0.100-alpha.1.22519.35 + 8.0.100-alpha.1.22519.35 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 777228f46df683fdc0ff16376d17752f384665e6 Mon Sep 17 00:00:00 2001 From: Mike Mulchrone Date: Wed, 19 Oct 2022 21:14:30 -0400 Subject: [PATCH 377/501] #14522 adjusting width to avoid cropping. --- src/redist/targets/packaging/windows/clisdk/bundle.thm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.thm b/src/redist/targets/packaging/windows/clisdk/bundle.thm index ebe591ccc..d5b46cfa3 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.thm +++ b/src/redist/targets/packaging/windows/clisdk/bundle.thm @@ -75,7 +75,7 @@ #(loc.SuccessRepairHeader) #(loc.SuccessUninstallHeader) - #(loc.SuccessRestartText) + #(loc.SuccessRestartText) From dd494d5491b44c1e24dbd80d7fff89e282c822b9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 20 Oct 2022 04:40:11 +0000 Subject: [PATCH 378/501] Update dependencies from https://github.com/dotnet/sdk build 20221019.43 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22519.2 -> To Version 8.0.0-alpha.1.22519.3 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index e41e238bc..92fa6aef0 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6efef7ec..61e1e4aca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - 3c36e1643045d8c7baebece79ccd901321dfe5f2 + 76c76708a7545de4c7b588301a132a10b46cc423 - + https://github.com/dotnet/aspnetcore - 3c36e1643045d8c7baebece79ccd901321dfe5f2 + 76c76708a7545de4c7b588301a132a10b46cc423 - + https://github.com/dotnet/aspnetcore - 3c36e1643045d8c7baebece79ccd901321dfe5f2 + 76c76708a7545de4c7b588301a132a10b46cc423 - + https://github.com/dotnet/aspnetcore - 3c36e1643045d8c7baebece79ccd901321dfe5f2 + 76c76708a7545de4c7b588301a132a10b46cc423 - + https://github.com/dotnet/aspnetcore - 3c36e1643045d8c7baebece79ccd901321dfe5f2 + 76c76708a7545de4c7b588301a132a10b46cc423 - + https://github.com/dotnet/aspnetcore - 3c36e1643045d8c7baebece79ccd901321dfe5f2 + 76c76708a7545de4c7b588301a132a10b46cc423 - + https://github.com/dotnet/aspnetcore - 3c36e1643045d8c7baebece79ccd901321dfe5f2 + 76c76708a7545de4c7b588301a132a10b46cc423 https://github.com/dotnet/test-templates @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 754066ea08b55642cb020a85609b829e3249ac49 + 1b63d99d5437b068ab1dd6889d47a0bb3b961140 - + https://github.com/dotnet/sdk - 754066ea08b55642cb020a85609b829e3249ac49 + 1b63d99d5437b068ab1dd6889d47a0bb3b961140 - + https://github.com/dotnet/sdk - 754066ea08b55642cb020a85609b829e3249ac49 + 1b63d99d5437b068ab1dd6889d47a0bb3b961140 - + https://github.com/dotnet/sdk - 754066ea08b55642cb020a85609b829e3249ac49 + 1b63d99d5437b068ab1dd6889d47a0bb3b961140 diff --git a/eng/Versions.props b/eng/Versions.props index cf4d12d74..3d45c2564 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22519.2 - 8.0.0-alpha.1.22519.2 - 8.0.0-alpha.1.22519.2 - 8.0.0-alpha.1.22519.2 - 8.0.0-alpha.1.22519.2 - 8.0.0-alpha.1.22519.2 - 8.0.0-alpha.1.22519.2 + 8.0.0-alpha.1.22519.3 + 8.0.0-alpha.1.22519.3 + 8.0.0-alpha.1.22519.3 + 8.0.0-alpha.1.22519.3 + 8.0.0-alpha.1.22519.3 + 8.0.0-alpha.1.22519.3 + 8.0.0-alpha.1.22519.3 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22519.35 - 8.0.100-alpha.1.22519.35 + 8.0.100-alpha.1.22519.43 + 8.0.100-alpha.1.22519.43 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 41715e2d6a0a72c20c90552bb60dafce5e008309 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 20 Oct 2022 06:38:42 +0000 Subject: [PATCH 379/501] Update dependencies from https://github.com/dotnet/sdk build 20221019.45 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22519.3 -> To Version 8.0.0-alpha.1.22519.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 92fa6aef0..ffd315e44 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61e1e4aca..fe247efd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime d337cba786fa105d1b97ebe5e2f7f89ff0361627 - + https://github.com/dotnet/aspnetcore - 76c76708a7545de4c7b588301a132a10b46cc423 + afeab33afa4d81d3799dd665d6c1f47618815791 - + https://github.com/dotnet/aspnetcore - 76c76708a7545de4c7b588301a132a10b46cc423 + afeab33afa4d81d3799dd665d6c1f47618815791 - + https://github.com/dotnet/aspnetcore - 76c76708a7545de4c7b588301a132a10b46cc423 + afeab33afa4d81d3799dd665d6c1f47618815791 - + https://github.com/dotnet/aspnetcore - 76c76708a7545de4c7b588301a132a10b46cc423 + afeab33afa4d81d3799dd665d6c1f47618815791 - + https://github.com/dotnet/aspnetcore - 76c76708a7545de4c7b588301a132a10b46cc423 + afeab33afa4d81d3799dd665d6c1f47618815791 - + https://github.com/dotnet/aspnetcore - 76c76708a7545de4c7b588301a132a10b46cc423 + afeab33afa4d81d3799dd665d6c1f47618815791 - + https://github.com/dotnet/aspnetcore - 76c76708a7545de4c7b588301a132a10b46cc423 + afeab33afa4d81d3799dd665d6c1f47618815791 https://github.com/dotnet/test-templates @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 1b63d99d5437b068ab1dd6889d47a0bb3b961140 + da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 - + https://github.com/dotnet/sdk - 1b63d99d5437b068ab1dd6889d47a0bb3b961140 + da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 - + https://github.com/dotnet/sdk - 1b63d99d5437b068ab1dd6889d47a0bb3b961140 + da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 - + https://github.com/dotnet/sdk - 1b63d99d5437b068ab1dd6889d47a0bb3b961140 + da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 diff --git a/eng/Versions.props b/eng/Versions.props index 3d45c2564..ecdfe147c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22519.3 - 8.0.0-alpha.1.22519.3 - 8.0.0-alpha.1.22519.3 - 8.0.0-alpha.1.22519.3 - 8.0.0-alpha.1.22519.3 - 8.0.0-alpha.1.22519.3 - 8.0.0-alpha.1.22519.3 + 8.0.0-alpha.1.22519.5 + 8.0.0-alpha.1.22519.5 + 8.0.0-alpha.1.22519.5 + 8.0.0-alpha.1.22519.5 + 8.0.0-alpha.1.22519.5 + 8.0.0-alpha.1.22519.5 + 8.0.0-alpha.1.22519.5 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22519.43 - 8.0.100-alpha.1.22519.43 + 8.0.100-alpha.1.22519.45 + 8.0.100-alpha.1.22519.45 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 95f1456fb431551a9d83a7868fdb9cbed90936ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Thu, 20 Oct 2022 15:26:12 +0200 Subject: [PATCH 380/501] Update DarcLib, change VMR source mappings back to `.json` (#14788) --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- .../src/{source-mappings.jsonc => source-mappings.json} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename src/SourceBuild/tarball/content/src/{source-mappings.jsonc => source-mappings.json} (100%) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe247efd2..9d5fc58a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,9 +206,9 @@ https://github.com/dotnet/arcade 32f13f8a8af8085ca09fbf93513ac848582c4a41 - + https://github.com/dotnet/arcade-services - 537a89e203d461f66ad44377e8dc4f224a028831 + f599f273949253b9826abb99f1bb12fabdb5bb00 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index ecdfe147c..1ce626c1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22512.1 + 1.1.0-beta.22519.1 diff --git a/src/SourceBuild/tarball/content/src/source-mappings.jsonc b/src/SourceBuild/tarball/content/src/source-mappings.json similarity index 100% rename from src/SourceBuild/tarball/content/src/source-mappings.jsonc rename to src/SourceBuild/tarball/content/src/source-mappings.json From a44f293220bc0b288621f8974a3759e7cf8e24b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Thu, 20 Oct 2022 17:03:15 +0200 Subject: [PATCH 381/501] Set `dotnet/product-construction` as code owners for `src/VirtualMonoRepo` (#14802) --- CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 671ebdfe5..22fd91a94 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,8 +1,7 @@ # Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. # See https://help.github.com/articles/about-code-owners/ -# Snaps - /.devcontainer/ @dotnet/source-build-internal /src/snaps/ @rbhanda /src/SourceBuild/ @dotnet/source-build-internal +/src/VirtualMonoRepo/ @dotnet/product-construction From d8b418a5d9e4b9d2136df01b5064bde9d7647c6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 09:22:46 -0700 Subject: [PATCH 382/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221020.1 (#14804) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22517.1 -> To Version 8.0.0-alpha.1.22520.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d5fc58a6..70737fdb2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - ec4fdcded4dd6152c9c05291759c1a97b24f52e5 + d2568ad9375d21ba8d9297dff85f79a7e8072471 From 36d8021512f458e5a21964382b22704f45599274 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 09:23:02 -0700 Subject: [PATCH 383/501] Update dependencies from https://github.com/dotnet/sdk build 20221020.1 (#14801) Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.4.0-3.22511.14 -> To Version 4.5.0-1.22519.12 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index ffd315e44..d9a54c09f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70737fdb2..6ed39fc36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 + 3a31c6422910ff7c71df2f363183cb2a791ecc30 - + https://github.com/dotnet/sdk - da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 + 3a31c6422910ff7c71df2f363183cb2a791ecc30 - + https://github.com/dotnet/sdk - da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 + 3a31c6422910ff7c71df2f363183cb2a791ecc30 - + https://github.com/dotnet/sdk - da97cb3be2a5f51cfaf4ae5c8b26465531f95fa1 + 3a31c6422910ff7c71df2f363183cb2a791ecc30 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - a9c49e8b8633005d2d03516693950037a9cf7cc7 + 50b404de631906144f43261fa1abeae8f40b75ef diff --git a/eng/Versions.props b/eng/Versions.props index 1ce626c1b..1ef2f5bf3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22519.45 - 8.0.100-alpha.1.22519.45 + 8.0.100-alpha.1.22520.1 + 8.0.100-alpha.1.22520.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From cd717918b5c4344972065fe91256b142b1f27491 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:32:17 +0000 Subject: [PATCH 384/501] [main] Update dependencies from dotnet/sdk (#14806) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-alpha.1.22512.8 to 8.0.0-alpha.1.22519.7 (parent: Microsoft.NET.Sdk) - runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter: from 1.0.0-alpha.1.22478.1 to 1.0.0-alpha.1.22517.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22512.8 to 8.0.0-alpha.1.22519.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 8.0.0-alpha.1.22512.8 to 8.0.0-alpha.1.22519.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-alpha.1.22512.8 to 8.0.0-alpha.1.22519.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-alpha.1.22512.8 to 8.0.0-alpha.1.22519.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-alpha.1.22512.8 to 8.0.0-alpha.1.22519.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 8.0.0-alpha.1.22512.8 to 8.0.0-alpha.1.22519.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 8.0.0-alpha.1.22519.5 to 8.0.0-alpha.1.22520.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-alpha.1.22519.5 to 8.0.0-alpha.1.22520.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-alpha.1.22519.5 to 8.0.0-alpha.1.22520.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22519.5 to 8.0.0-alpha.1.22520.1 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 8.0.0-alpha.1.22519.5 to 8.0.0-alpha.1.22520.1 (parent: Microsoft.NET.Sdk) - dotnet-user-jwts: from 8.0.0-alpha.1.22519.5 to 8.0.0-alpha.1.22520.1 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 8.0.0-alpha.1.22519.5 to 8.0.0-alpha.1.22520.1 (parent: Microsoft.NET.Sdk) - Microsoft.FSharp.Compiler: from 12.0.5-beta.22512.1 to 12.5.0-beta.22519.3 (parent: Microsoft.NET.Sdk) - Microsoft.SourceBuild.Intermediate.fsharp: from 7.0.0-beta.22512.1 to 7.0.1-beta.22519.3 (parent: Microsoft.NET.Sdk) - Microsoft.NET.Test.Sdk: from 17.5.0-preview-20221018-02 to 17.5.0-preview-20221019-03 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.22518.2 to 7.0.100-1.22520.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 4.5.0-1.22519.12 to 4.5.0-1.22520.13 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.5.0-preview-22518-03 to 17.5.0-preview-22519-01 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 6.5.0-preview.1.16 to 6.5.0-preview.1.23 (parent: Microsoft.NET.Sdk) - Remove obsolete source-build nuget patch --- NuGet.config | 2 +- eng/Version.Details.xml | 102 +++++++++--------- eng/Versions.props | 34 +++--- .../nuget-client/0002-Add-CA2213-NoWarn.patch | 23 ---- 4 files changed, 69 insertions(+), 92 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/nuget-client/0002-Add-CA2213-NoWarn.patch diff --git a/NuGet.config b/NuGet.config index d9a54c09f..80dbfd9f4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6ed39fc36..3d4442963 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,35 +17,35 @@ https://github.com/dotnet/windowsdesktop c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 - + https://github.com/dotnet/llvm-project - 2e1187ef495010c65842a001f34c46006d5a01bc + 8922de40f27c445ffb5f65ff8ab6ced6648680ba - + https://github.com/dotnet/runtime - d337cba786fa105d1b97ebe5e2f7f89ff0361627 + 6eb3ccb9507b74798c4bd3241587c4cf3b18866e - + https://github.com/dotnet/runtime - d337cba786fa105d1b97ebe5e2f7f89ff0361627 + 6eb3ccb9507b74798c4bd3241587c4cf3b18866e - + https://github.com/dotnet/runtime - d337cba786fa105d1b97ebe5e2f7f89ff0361627 + 6eb3ccb9507b74798c4bd3241587c4cf3b18866e - + https://github.com/dotnet/runtime - d337cba786fa105d1b97ebe5e2f7f89ff0361627 + 6eb3ccb9507b74798c4bd3241587c4cf3b18866e - + https://github.com/dotnet/runtime - d337cba786fa105d1b97ebe5e2f7f89ff0361627 + 6eb3ccb9507b74798c4bd3241587c4cf3b18866e - + https://github.com/dotnet/runtime - d337cba786fa105d1b97ebe5e2f7f89ff0361627 + 6eb3ccb9507b74798c4bd3241587c4cf3b18866e @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - d337cba786fa105d1b97ebe5e2f7f89ff0361627 + 6eb3ccb9507b74798c4bd3241587c4cf3b18866e - + https://github.com/dotnet/aspnetcore - afeab33afa4d81d3799dd665d6c1f47618815791 + e855d8ac20a8a17724729ab36ef983ed4c20fab2 - + https://github.com/dotnet/aspnetcore - afeab33afa4d81d3799dd665d6c1f47618815791 + e855d8ac20a8a17724729ab36ef983ed4c20fab2 - + https://github.com/dotnet/aspnetcore - afeab33afa4d81d3799dd665d6c1f47618815791 + e855d8ac20a8a17724729ab36ef983ed4c20fab2 - + https://github.com/dotnet/aspnetcore - afeab33afa4d81d3799dd665d6c1f47618815791 + e855d8ac20a8a17724729ab36ef983ed4c20fab2 - + https://github.com/dotnet/aspnetcore - afeab33afa4d81d3799dd665d6c1f47618815791 + e855d8ac20a8a17724729ab36ef983ed4c20fab2 - + https://github.com/dotnet/aspnetcore - afeab33afa4d81d3799dd665d6c1f47618815791 + e855d8ac20a8a17724729ab36ef983ed4c20fab2 - + https://github.com/dotnet/aspnetcore - afeab33afa4d81d3799dd665d6c1f47618815791 + e855d8ac20a8a17724729ab36ef983ed4c20fab2 https://github.com/dotnet/test-templates @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 3a31c6422910ff7c71df2f363183cb2a791ecc30 + 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc - + https://github.com/dotnet/sdk - 3a31c6422910ff7c71df2f363183cb2a791ecc30 + 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc - + https://github.com/dotnet/sdk - 3a31c6422910ff7c71df2f363183cb2a791ecc30 + 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc - + https://github.com/dotnet/sdk - 3a31c6422910ff7c71df2f363183cb2a791ecc30 + 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc @@ -129,39 +129,39 @@ https://github.com/dotnet/wpf dd467046db36ccb0a38989d58be8ff246e2b38d6 - + https://github.com/dotnet/fsharp - 664588e64eff5db2a2fcb44b8dbddfb0ce4bbbf1 + e707dc8b7a99f0f7c4dd0195709488464b557f77 - + https://github.com/dotnet/fsharp - 664588e64eff5db2a2fcb44b8dbddfb0ce4bbbf1 + e707dc8b7a99f0f7c4dd0195709488464b557f77 - + https://github.com/microsoft/vstest - bda34b1793ef6ddcd186b7088a6413692efb215e + 9a5bb2faf130809253b28d7ad2d434d785901025 - + https://github.com/dotnet/linker - 146197790e7f155beadaeab6b5cc0ac9e5108998 + add4655706f2d15de40da6a97c9c22d74e34b0e2 linker - + https://github.com/dotnet/roslyn - 50b404de631906144f43261fa1abeae8f40b75ef + 9ec682f330b5a8779b4676a81f11718b5c8ef209 - + https://github.com/dotnet/msbuild - 771017a92b290fb9ca127f7ae33a37d35a9db188 + 82a30d30731031f57ad95519836abc2772ab472a - + https://github.com/nuget/nuget.client - fce0153005a97a83bb197eb82bae5cd210a88249 + 10ce64e63bb15f5fed2f39aa129f70fb370d106a diff --git a/eng/Versions.props b/eng/Versions.props index 1ef2f5bf3..5f16bee85 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22519.5 - 8.0.0-alpha.1.22519.5 - 8.0.0-alpha.1.22519.5 - 8.0.0-alpha.1.22519.5 - 8.0.0-alpha.1.22519.5 - 8.0.0-alpha.1.22519.5 - 8.0.0-alpha.1.22519.5 + 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22520.1 0.2.0 @@ -67,24 +67,24 @@ 8.0.100 - 8.0.100-alpha.1.22520.1 - 8.0.100-alpha.1.22520.1 + 8.0.100-alpha.1.22520.11 + 8.0.100-alpha.1.22520.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22512.8 + 8.0.0-alpha.1.22519.7 - 8.0.0-alpha.1.22512.8 - 8.0.0-alpha.1.22512.8 - 8.0.0-alpha.1.22512.8 - 8.0.0-alpha.1.22512.8 - 8.0.0-alpha.1.22512.8 - 8.0.0-alpha.1.22512.8 + 8.0.0-alpha.1.22519.7 + 8.0.0-alpha.1.22519.7 + 8.0.0-alpha.1.22519.7 + 8.0.0-alpha.1.22519.7 + 8.0.0-alpha.1.22519.7 + 8.0.0-alpha.1.22519.7 2.1.0 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221018-02 + 17.5.0-preview-20221019-03 7.0.0-rc.1.22426.10 diff --git a/src/SourceBuild/tarball/patches/nuget-client/0002-Add-CA2213-NoWarn.patch b/src/SourceBuild/tarball/patches/nuget-client/0002-Add-CA2213-NoWarn.patch deleted file mode 100644 index 4625e0e9a..000000000 --- a/src/SourceBuild/tarball/patches/nuget-client/0002-Add-CA2213-NoWarn.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: MichaelSimons -Date: Mon, 25 Jul 2022 15:53:59 +0000 -Subject: [PATCH] Add CA2213 NoWarn - -Workaround until NuGet updates to build with latest .NET toolset. ---- - build/common.project.props | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/build/common.project.props b/build/common.project.props -index 93287fdde..9d1fb3bce 100644 ---- a/build/common.project.props -+++ b/build/common.project.props -@@ -52,7 +52,7 @@ - $(SolutionPackagesFolder)microsoft.dotnet.maestro.tasks\1.1.0-beta.21378.2\tools\netcoreapp3.1\Microsoft.DotNet.Maestro.Tasks.dll - $(NoWarn);NU5105;MSB3277 - -- $(NoWarn);CS1998;CA1416;CS0618;CS1574 -+ $(NoWarn);CS1998;CA1416;CS0618;CS1574;CA2213 - - - From 767ab0fe07dd6b894e11f14dbc0eb6d78966e956 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 09:36:24 -0700 Subject: [PATCH 385/501] Update dependencies from https://github.com/dotnet/test-templates build 20221017.1 (#14809) Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.0.2-beta4.22503.2 -> To Version 1.1.0-rc.22517.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d4442963..85c7fd66a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - aaaa0c1826f97a9dfcc67e94136bf01010b55f23 + f99547acd79b41467e0f77a5f918752f6645d0c4 - + https://github.com/dotnet/test-templates - aaaa0c1826f97a9dfcc67e94136bf01010b55f23 + f99547acd79b41467e0f77a5f918752f6645d0c4 - + https://github.com/dotnet/test-templates - aaaa0c1826f97a9dfcc67e94136bf01010b55f23 + f99547acd79b41467e0f77a5f918752f6645d0c4 diff --git a/eng/Versions.props b/eng/Versions.props index 5f16bee85..0a78aad99 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.0.2-beta4.22503.2 - 1.0.2-beta4.22503.2 - 1.0.2-beta4.22503.2 + 1.1.0-rc.22517.1 + 1.1.0-rc.22517.1 + 1.1.0-rc.22517.1 From e51892bb03e2767aae592f4b55b6a681ef9a3eed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 21 Oct 2022 17:38:04 +0000 Subject: [PATCH 386/501] Update dependencies from https://github.com/dotnet/sdk build 20221021.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.5.0-beta.22519.3 -> To Version 12.5.0-beta.22520.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/NuGet.config b/NuGet.config index 80dbfd9f4..f8fcbc640 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 85c7fd66a..ee9352252 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc + efef23ab729388ffb081731e5b1adbabc6e6b327 - + https://github.com/dotnet/sdk - 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc + efef23ab729388ffb081731e5b1adbabc6e6b327 - + https://github.com/dotnet/sdk - 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc + efef23ab729388ffb081731e5b1adbabc6e6b327 - + https://github.com/dotnet/sdk - 4ac3f83d6f810e6d9e3a7cf605767da6cc8388dc + efef23ab729388ffb081731e5b1adbabc6e6b327 @@ -129,13 +129,13 @@ https://github.com/dotnet/wpf dd467046db36ccb0a38989d58be8ff246e2b38d6 - + https://github.com/dotnet/fsharp - e707dc8b7a99f0f7c4dd0195709488464b557f77 + b941491dc55d45de6a0af55e8c7848f8e688210e - + https://github.com/dotnet/fsharp - e707dc8b7a99f0f7c4dd0195709488464b557f77 + b941491dc55d45de6a0af55e8c7848f8e688210e diff --git a/eng/Versions.props b/eng/Versions.props index 0a78aad99..70a3ee1e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22520.11 - 8.0.100-alpha.1.22520.11 + 8.0.100-alpha.1.22521.3 + 8.0.100-alpha.1.22521.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1e7182a06f3a1a0073ff05403faa322130e67114 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 11 Sep 2022 07:33:51 -0400 Subject: [PATCH 387/501] Add support for arm platform --- Directory.Build.props | 2 +- Native.sln | 6 ++++++ eng/Build.props | 2 +- src/SourceBuild/tarball/content/Directory.Build.props | 2 +- src/SourceBuild/tarball/content/repos/known-good.proj | 3 ++- src/SourceBuild/tarball/content/tools-local/init-build.proj | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index b87eeccca..2b9d318a6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) - $(BuildArchitecture) + $(BuildArchitecture) $(BuildArchitecture) $(BuildArchitecture) x64 diff --git a/Native.sln b/Native.sln index 7ce79b609..29bd74903 100644 --- a/Native.sln +++ b/Native.sln @@ -12,9 +12,11 @@ Global Debug|x86 = Debug|x86 Debug|x64 = Debug|x64 Debug|arm64 = Debug|arm64 + Debug|arm = Debug|arm Release|x86 = Release|x86 Release|x64 = Release|x64 Release|arm64 = Release|arm64 + Release|arm = Release|arm EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {688E2883-C5A9-4D66-A207-772C9160989C}.Debug|x86.ActiveCfg = Debug|x86 @@ -23,12 +25,16 @@ Global {688E2883-C5A9-4D66-A207-772C9160989C}.Debug|x64.Build.0 = Debug|x64 {688E2883-C5A9-4D66-A207-772C9160989C}.Debug|arm64.ActiveCfg = Debug|arm64 {688E2883-C5A9-4D66-A207-772C9160989C}.Debug|arm64.Build.0 = Debug|arm64 + {688E2883-C5A9-4D66-A207-772C9160989C}.Debug|arm.ActiveCfg = Debug|arm + {688E2883-C5A9-4D66-A207-772C9160989C}.Debug|arm.Build.0 = Debug|arm {688E2883-C5A9-4D66-A207-772C9160989C}.Release|x86.ActiveCfg = Release|x86 {688E2883-C5A9-4D66-A207-772C9160989C}.Release|x86.Build.0 = Release|x86 {688E2883-C5A9-4D66-A207-772C9160989C}.Release|x64.ActiveCfg = Release|x64 {688E2883-C5A9-4D66-A207-772C9160989C}.Release|x64.Build.0 = Release|x64 {688E2883-C5A9-4D66-A207-772C9160989C}.Release|arm64.ActiveCfg = Release|arm64 {688E2883-C5A9-4D66-A207-772C9160989C}.Release|arm64.Build.0 = Release|arm64 + {688E2883-C5A9-4D66-A207-772C9160989C}.Release|arm.ActiveCfg = Release|arm + {688E2883-C5A9-4D66-A207-772C9160989C}.Release|arm.Build.0 = Release|arm EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/eng/Build.props b/eng/Build.props index 2e1312f95..ed33d0bbf 100644 --- a/eng/Build.props +++ b/eng/Build.props @@ -21,7 +21,7 @@ - diff --git a/src/SourceBuild/tarball/content/Directory.Build.props b/src/SourceBuild/tarball/content/Directory.Build.props index 633ea886c..23afb19e6 100644 --- a/src/SourceBuild/tarball/content/Directory.Build.props +++ b/src/SourceBuild/tarball/content/Directory.Build.props @@ -17,7 +17,7 @@ $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) - $(BuildArchitecture) + $(BuildArchitecture) $(BuildArchitecture) $(BuildArchitecture) x64 diff --git a/src/SourceBuild/tarball/content/repos/known-good.proj b/src/SourceBuild/tarball/content/repos/known-good.proj index 823a66f10..7c60e43bb 100644 --- a/src/SourceBuild/tarball/content/repos/known-good.proj +++ b/src/SourceBuild/tarball/content/repos/known-good.proj @@ -18,7 +18,8 @@ - + + diff --git a/src/SourceBuild/tarball/content/tools-local/init-build.proj b/src/SourceBuild/tarball/content/tools-local/init-build.proj index 701f76c0c..b2c3beed1 100644 --- a/src/SourceBuild/tarball/content/tools-local/init-build.proj +++ b/src/SourceBuild/tarball/content/tools-local/init-build.proj @@ -138,7 +138,7 @@ - + From d666d20769762b8920109f184be9e3e90fc4122e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 21 Oct 2022 22:49:17 +0000 Subject: [PATCH 388/501] Update dependencies from https://github.com/dotnet/sdk build 20221021.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index f8fcbc640..f4b3cc925 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee9352252..9c0360509 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - efef23ab729388ffb081731e5b1adbabc6e6b327 + 59aca0923347e34a50b03789162900497622c10c - + https://github.com/dotnet/sdk - efef23ab729388ffb081731e5b1adbabc6e6b327 + 59aca0923347e34a50b03789162900497622c10c - + https://github.com/dotnet/sdk - efef23ab729388ffb081731e5b1adbabc6e6b327 + 59aca0923347e34a50b03789162900497622c10c - + https://github.com/dotnet/sdk - efef23ab729388ffb081731e5b1adbabc6e6b327 + 59aca0923347e34a50b03789162900497622c10c diff --git a/eng/Versions.props b/eng/Versions.props index 70a3ee1e6..44e37a773 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22521.3 - 8.0.100-alpha.1.22521.3 + 8.0.100-alpha.1.22521.5 + 8.0.100-alpha.1.22521.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8a47af348a0a3e83776f86a570d4513c21925518 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 22 Oct 2022 12:27:57 +0000 Subject: [PATCH 389/501] Update dependencies from https://github.com/dotnet/arcade build 20221020.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22513.2 -> To Version 8.0.0-beta.22520.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22503-03 -> To Version 1.2.0-beta-22518-02 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 20 ++++---- eng/Versions.props | 2 +- eng/common/cross/arm/tizen-fetch.sh | 6 +-- eng/common/cross/arm64/tizen-fetch.sh | 8 +-- eng/common/cross/armel/tizen-fetch.sh | 8 +-- eng/common/cross/armel/tizen/tizen-dotnet.ks | 50 ------------------- eng/common/cross/build-android-rootfs.sh | 4 +- eng/common/sdk-task.ps1 | 2 +- eng/common/templates/job/execute-sdl.yml | 3 +- eng/common/templates/job/onelocbuild.yml | 24 ++++----- .../templates/job/publish-build-assets.yml | 13 ++++- eng/common/templates/job/source-build.yml | 6 ++- .../templates/job/source-index-stage1.yml | 5 +- eng/common/templates/jobs/jobs.yml | 9 ---- .../templates/post-build/post-build.yml | 10 ++-- .../templates/variables/pool-providers.yml | 48 ++++++++++++++++++ eng/common/tools.ps1 | 4 +- eng/common/tools.sh | 11 ++++ global.json | 4 +- 19 files changed, 126 insertions(+), 111 deletions(-) delete mode 100644 eng/common/cross/armel/tizen/tizen-dotnet.ks create mode 100644 eng/common/templates/variables/pool-providers.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee9352252..4cb139d59 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 32f13f8a8af8085ca09fbf93513ac848582c4a41 + 7e27c0ab0fc92ec636c26442fd1663dc5714aa4b - + https://github.com/dotnet/arcade - 32f13f8a8af8085ca09fbf93513ac848582c4a41 + 7e27c0ab0fc92ec636c26442fd1663dc5714aa4b - + https://github.com/dotnet/arcade - 32f13f8a8af8085ca09fbf93513ac848582c4a41 + 7e27c0ab0fc92ec636c26442fd1663dc5714aa4b https://github.com/dotnet/arcade-services @@ -219,14 +219,14 @@ d2568ad9375d21ba8d9297dff85f79a7e8072471 - + https://github.com/dotnet/sourcelink - 4b112ab1f8ccb757fb31b5c1e24f16f75360295d + d047202874ad79d72c75b6354c0f8a9a12d1b054 - + https://github.com/dotnet/xliff-tasks - 7c36842c2fa44d76bd1e7109c47331544fb17f45 + 366ad9b9f7af7d0eddbd36d1e13d8fcff0ac99db diff --git a/eng/Versions.props b/eng/Versions.props index 70a3ee1e6..8febcfa61 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22513.2 + 8.0.0-beta.22520.1 diff --git a/eng/common/cross/arm/tizen-fetch.sh b/eng/common/cross/arm/tizen-fetch.sh index eabd06c4a..0adb0f11e 100644 --- a/eng/common/cross/arm/tizen-fetch.sh +++ b/eng/common/cross/arm/tizen-fetch.sh @@ -51,7 +51,7 @@ if [ ! -d $TMPDIR ]; then mkdir -p $TMPDIR fi -TIZEN_URL=http://download.tizen.org/snapshots/tizen +TIZEN_URL=http://download.tizen.org/snapshots/TIZEN/Tizen BUILD_XML=build.xml REPOMD_XML=repomd.xml PRIMARY_XML=primary.xml @@ -155,7 +155,7 @@ fetch_tizen_pkgs() } Inform "Initialize arm base" -fetch_tizen_pkgs_init standard base +fetch_tizen_pkgs_init standard Tizen-Base Inform "fetch common packages" fetch_tizen_pkgs armv7hl gcc gcc-devel-static glibc glibc-devel libicu libicu-devel libatomic linux-glibc-devel keyutils keyutils-devel libkeyutils Inform "fetch coreclr packages" @@ -164,7 +164,7 @@ Inform "fetch corefx packages" fetch_tizen_pkgs armv7hl libcom_err libcom_err-devel zlib zlib-devel libopenssl11 libopenssl1.1-devel krb5 krb5-devel Inform "Initialize standard unified" -fetch_tizen_pkgs_init standard unified +fetch_tizen_pkgs_init standard Tizen-Unified Inform "fetch corefx packages" fetch_tizen_pkgs armv7hl gssdp gssdp-devel tizen-release diff --git a/eng/common/cross/arm64/tizen-fetch.sh b/eng/common/cross/arm64/tizen-fetch.sh index 16d1301f2..785bd8548 100644 --- a/eng/common/cross/arm64/tizen-fetch.sh +++ b/eng/common/cross/arm64/tizen-fetch.sh @@ -51,7 +51,7 @@ if [ ! -d $TMPDIR ]; then mkdir -p $TMPDIR fi -TIZEN_URL=http://download.tizen.org/snapshots/tizen/ +TIZEN_URL=http://download.tizen.org/snapshots/TIZEN/Tizen BUILD_XML=build.xml REPOMD_XML=repomd.xml PRIMARY_XML=primary.xml @@ -154,8 +154,8 @@ fetch_tizen_pkgs() done } -Inform "Initialize arm base" -fetch_tizen_pkgs_init standard base +Inform "Initialize arm64 base" +fetch_tizen_pkgs_init standard Tizen-Base Inform "fetch common packages" fetch_tizen_pkgs aarch64 gcc glibc glibc-devel libicu libicu-devel libatomic linux-glibc-devel keyutils keyutils-devel libkeyutils Inform "fetch coreclr packages" @@ -164,7 +164,7 @@ Inform "fetch corefx packages" fetch_tizen_pkgs aarch64 libcom_err libcom_err-devel zlib zlib-devel libopenssl11 libopenssl1.1-devel krb5 krb5-devel Inform "Initialize standard unified" -fetch_tizen_pkgs_init standard unified +fetch_tizen_pkgs_init standard Tizen-Unified Inform "fetch corefx packages" fetch_tizen_pkgs aarch64 gssdp gssdp-devel tizen-release diff --git a/eng/common/cross/armel/tizen-fetch.sh b/eng/common/cross/armel/tizen-fetch.sh index 64f0187e5..3d8f177a3 100755 --- a/eng/common/cross/armel/tizen-fetch.sh +++ b/eng/common/cross/armel/tizen-fetch.sh @@ -51,7 +51,7 @@ if [ ! -d $TMPDIR ]; then mkdir -p $TMPDIR fi -TIZEN_URL=http://download.tizen.org/snapshots/tizen +TIZEN_URL=http://download.tizen.org/snapshots/TIZEN/Tizen BUILD_XML=build.xml REPOMD_XML=repomd.xml PRIMARY_XML=primary.xml @@ -154,8 +154,8 @@ fetch_tizen_pkgs() done } -Inform "Initialize arm base" -fetch_tizen_pkgs_init standard base +Inform "Initialize armel base" +fetch_tizen_pkgs_init standard Tizen-Base Inform "fetch common packages" fetch_tizen_pkgs armv7l gcc gcc-devel-static glibc glibc-devel libicu libicu-devel libatomic linux-glibc-devel keyutils keyutils-devel libkeyutils Inform "fetch coreclr packages" @@ -164,7 +164,7 @@ Inform "fetch corefx packages" fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl11 libopenssl1.1-devel krb5 krb5-devel Inform "Initialize standard unified" -fetch_tizen_pkgs_init standard unified +fetch_tizen_pkgs_init standard Tizen-Unified Inform "fetch corefx packages" fetch_tizen_pkgs armv7l gssdp gssdp-devel tizen-release diff --git a/eng/common/cross/armel/tizen/tizen-dotnet.ks b/eng/common/cross/armel/tizen/tizen-dotnet.ks deleted file mode 100644 index 506d455bd..000000000 --- a/eng/common/cross/armel/tizen/tizen-dotnet.ks +++ /dev/null @@ -1,50 +0,0 @@ -lang en_US.UTF-8 -keyboard us -timezone --utc Asia/Seoul - -part / --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime - -rootpw tizen -desktop --autologinuser=root -user --name root --groups audio,video --password 'tizen' - -repo --name=standard --baseurl=http://download.tizen.org/releases/milestone/tizen/unified/latest/repos/standard/packages/ --ssl_verify=no -repo --name=base --baseurl=http://download.tizen.org/releases/milestone/tizen/base/latest/repos/standard/packages/ --ssl_verify=no - -%packages -tar -gzip - -sed -grep -gawk -perl - -binutils -findutils -util-linux -lttng-ust -userspace-rcu -procps-ng -tzdata -ca-certificates - - -### Core FX -libicu -libunwind -iputils -zlib -krb5 -libcurl -libopenssl - -%end - -%post - -### Update /tmp privilege -chmod 777 /tmp -#################################### - -%end diff --git a/eng/common/cross/build-android-rootfs.sh b/eng/common/cross/build-android-rootfs.sh index 42516bbee..f163fb9da 100755 --- a/eng/common/cross/build-android-rootfs.sh +++ b/eng/common/cross/build-android-rootfs.sh @@ -107,12 +107,12 @@ __AndroidPackages+=" liblzma" __AndroidPackages+=" krb5" __AndroidPackages+=" openssl" -for path in $(wget -qO- http://termux.net/dists/stable/main/binary-$__AndroidArch/Packages |\ +for path in $(wget -qO- https://packages.termux.dev/termux-main-21/dists/stable/main/binary-$__AndroidArch/Packages |\ grep -A15 "Package: \(${__AndroidPackages// /\\|}\)" | grep -v "static\|tool" | grep Filename); do if [[ "$path" != "Filename:" ]]; then echo "Working on: $path" - wget -qO- http://termux.net/$path | dpkg -x - "$__TmpDir" + wget -qO- https://packages.termux.dev/termux-main-21/$path | dpkg -x - "$__TmpDir" fi done diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 39be08d4b..c35087a06 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -64,7 +64,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.3.1" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.2.1" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 65f87b40c..7aabaa180 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -46,6 +46,7 @@ jobs: - template: /eng/common/templates/variables/sdl-variables.yml - name: GuardianVersion value: ${{ coalesce(parameters.overrideGuardianVersion, '$(DefaultGuardianVersion)') }} + - template: /eng/common/templates/variables/pool-providers.yml pool: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: @@ -53,7 +54,7 @@ jobs: demands: Cmd # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2019.amd64 steps: - checkout: self diff --git a/eng/common/templates/job/onelocbuild.yml b/eng/common/templates/job/onelocbuild.yml index 10e75fc76..c2cabcf9e 100644 --- a/eng/common/templates/job/onelocbuild.yml +++ b/eng/common/templates/job/onelocbuild.yml @@ -31,6 +31,17 @@ jobs: displayName: OneLocBuild${{ parameters.JobNameSuffix }} + variables: + - group: OneLocBuildVariables # Contains the CeapexPat and GithubPat + - name: _GenerateLocProjectArguments + value: -SourcesDirectory ${{ parameters.SourcesDirectory }} + -LanguageSet "${{ parameters.LanguageSet }}" + -CreateNeutralXlfs + - ${{ if eq(parameters.UseCheckedInLocProjectJson, 'true') }}: + - name: _GenerateLocProjectArguments + value: ${{ variables._GenerateLocProjectArguments }} -UseCheckedInLocProjectJson + - template: /eng/common/templates/variables/pool-providers.yml + ${{ if ne(parameters.pool, '') }}: pool: ${{ parameters.pool }} ${{ if eq(parameters.pool, '') }}: @@ -41,20 +52,9 @@ jobs: demands: Cmd # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2019.amd64 - variables: - - group: OneLocBuildVariables # Contains the CeapexPat and GithubPat - - name: _GenerateLocProjectArguments - value: -SourcesDirectory ${{ parameters.SourcesDirectory }} - -LanguageSet "${{ parameters.LanguageSet }}" - -CreateNeutralXlfs - - ${{ if eq(parameters.UseCheckedInLocProjectJson, 'true') }}: - - name: _GenerateLocProjectArguments - value: ${{ variables._GenerateLocProjectArguments }} -UseCheckedInLocProjectJson - - steps: - task: Powershell@2 inputs: diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index 1cbb6a0c5..1f1b78f2d 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -40,9 +40,8 @@ jobs: ${{ else }}: displayName: Publish to Build Asset Registry - pool: ${{ parameters.pool }} - variables: + - template: /eng/common/templates/variables/pool-providers.yml - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: Publish-Build-Assets - group: AzureDevOps-Artifact-Feeds-Pats @@ -51,6 +50,16 @@ jobs: - ${{ if eq(parameters.publishAssetsImmediately, 'true') }}: - template: /eng/common/templates/post-build/common-variables.yml + pool: + # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) + ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: + name: VSEngSS-MicroBuild2022-1ES + demands: Cmd + # If it's not devdiv, it's dnceng + ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: + name: $(DncEngInternalBuildPool) + demands: ImageOverride -equals windows.vs2019.amd64 + steps: - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - task: DownloadBuildArtifacts@0 diff --git a/eng/common/templates/job/source-build.yml b/eng/common/templates/job/source-build.yml index 88f6f75a6..6fe2d737d 100644 --- a/eng/common/templates/job/source-build.yml +++ b/eng/common/templates/job/source-build.yml @@ -34,6 +34,8 @@ parameters: jobs: - job: ${{ parameters.jobNamePrefix }}_${{ parameters.platform.name }} displayName: Source-Build (${{ parameters.platform.name }}) + variables: + - template: /eng/common/templates/variables/pool-providers.yml ${{ each property in parameters.platform.jobProperties }}: ${{ property.key }}: ${{ property.value }} @@ -46,10 +48,10 @@ jobs: # source-build builds run in Docker, including the default managed platform. pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Public + name: $(DncEngPublicBuildPool) demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 ${{ if ne(parameters.platform.pool, '') }}: pool: ${{ parameters.platform.pool }} diff --git a/eng/common/templates/job/source-index-stage1.yml b/eng/common/templates/job/source-index-stage1.yml index 21fd12276..09c506d11 100644 --- a/eng/common/templates/job/source-index-stage1.yml +++ b/eng/common/templates/job/source-index-stage1.yml @@ -22,16 +22,17 @@ jobs: value: ${{ parameters.binlogPath }} - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: source-dot-net stage1 variables + - template: /eng/common/templates/variables/pool-providers.yml ${{ if ne(parameters.pool, '') }}: pool: ${{ parameters.pool }} ${{ if eq(parameters.pool, '') }}: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Public + name: $(DncEngPublicBuildPool) demands: ImageOverride -equals windows.vs2019.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2019.amd64 steps: diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml index 64e5929f2..289bb2396 100644 --- a/eng/common/templates/jobs/jobs.yml +++ b/eng/common/templates/jobs/jobs.yml @@ -88,15 +88,6 @@ jobs: - ${{ job.job }} - ${{ if eq(parameters.enableSourceBuild, true) }}: - Source_Build_Complete - pool: - # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) - ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: - name: VSEngSS-MicroBuild2022-1ES - demands: Cmd - # If it's not devdiv, it's dnceng - ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: - name: NetCore1ESPool-Internal - demands: ImageOverride -equals windows.vs2019.amd64 runAsPublic: ${{ parameters.runAsPublic }} publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 258ed2d11..91251d089 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -95,6 +95,7 @@ stages: displayName: Validate Build Assets variables: - template: common-variables.yml + - template: /eng/common/templates/variables/pool-providers.yml jobs: - job: displayName: NuGet Validation @@ -106,7 +107,7 @@ stages: demands: Cmd # If it's not devdiv, it's dnceng ${{ else }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2019.amd64 steps: @@ -143,7 +144,7 @@ stages: demands: Cmd # If it's not devdiv, it's dnceng ${{ else }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2019.amd64 steps: - template: setup-maestro-vars.yml @@ -203,7 +204,7 @@ stages: demands: Cmd # If it's not devdiv, it's dnceng ${{ else }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2019.amd64 steps: - template: setup-maestro-vars.yml @@ -251,6 +252,7 @@ stages: displayName: Publish using Darc variables: - template: common-variables.yml + - template: /eng/common/templates/variables/pool-providers.yml jobs: - job: displayName: Publish Using Darc @@ -262,7 +264,7 @@ stages: demands: Cmd # If it's not devdiv, it's dnceng ${{ else }}: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2019.amd64 steps: - template: setup-maestro-vars.yml diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml new file mode 100644 index 000000000..a7b943c2f --- /dev/null +++ b/eng/common/templates/variables/pool-providers.yml @@ -0,0 +1,48 @@ +# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc pool, +# otherwise it should go into the "normal" pools. This separates out the queueing and billing of released branches. + +# Motivation: +# Once a given branch of a repository's output has been officially "shipped" once, it is then considered to be COGS +# (Cost of goods sold) and should be moved to a servicing pool provider. This allows both separation of queueing +# (allowing release builds and main PR builds to not intefere with each other) and billing (required for COGS. +# Additionally, the pool provider name itself may be subject to change when the .NET Core Engineering Services +# team needs to move resources around and create new and potentially differently-named pools. Using this template +# file from an Arcade-ified repo helps guard against both having to update one's release/* branches and renaming. + +# How to use: +# This yaml assumes your shipped product branches use the naming convention "release/..." (which many do). +# If we find alternate naming conventions in broad usage it can be added to the condition below. +# +# First, import the template in an arcade-ified repo to pick up the variables, e.g.: +# +# variables: +# - template: eng/common/templates/variables/pool-providers.yml +# +# ... then anywhere specifying the pool provider use the runtime variables, +# $(DncEngInternalBuildPool) and $ (DncEngPublicBuildPool), e.g.: +# +# pool: +# name: $(DncEngInternalBuildPool) +# demands: ImageOverride -equals windows.vs2019.amd64 + +variables: +# Coalesce the target and source branches so we know when a PR targets a release branch +# If these variables are somehow missing, fall back to main (tends to have more capacity) +- name: BranchNameForPoolSelection + value: ${{ coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main') }} + +# Any new -Svc alternative pools should have variables added here to allow for splitting work + +# Main branch pools +- ${{ if ne(contains(variables['BranchNameForPoolSelection'], 'release'), true) }}: + - name: DncEngPublicBuildPool + value: NetCore-Public + - name: DncEngInternalBuildPool + value: NetCore1ESPool-Internal + +# Release branch pools +- ${{ if contains(variables['BranchNameForPoolSelection'], 'release') }}: + - name: DncEngPublicBuildPool + value: NetCore-Svc-Public + - name: DncEngInternalBuildPool + value: NetCore1ESPool-Svc-Internal \ No newline at end of file diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 449126943..aba6308ad 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -365,8 +365,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = # If the version of msbuild is going to be xcopied, # use this version. Version matches a package here: - # https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=17.3.1view=overview - $defaultXCopyMSBuildVersion = '17.3.1' + # https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=17.2.1&view=overview + $defaultXCopyMSBuildVersion = '17.2.1' if (!$vsRequirements) { if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c110d0ed4..dc19dfabe 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -493,6 +493,17 @@ function MSBuild-Core { RunBuildTool "$_InitializeBuildToolCommand" /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error /p:ContinuousIntegrationBuild=$ci "$@" } +function GetDarc { + darc_path="$temp_dir/darc" + version="$1" + + if [[ -n "$version" ]]; then + version="--darcversion $version" + fi + + "$eng_root/common/darc-init.sh" --toolpath "$darc_path" $version +} + ResolvePath "${BASH_SOURCE[0]}" _script_dir=`dirname "$_ResolvePath"` diff --git a/global.json b/global.json index 1f713c1fa..407d0e5d6 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.22513.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22513.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22520.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22520.1" } } From 53408d00642574f51e8d98867b53abb41acddb35 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 04:38:51 +0000 Subject: [PATCH 390/501] Update dependencies from https://github.com/dotnet/sdk build 20221023.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.Net.Compilers.Toolset,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22516.1 -> To Version 8.0.0-alpha.1.22522.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 102 ++++++++++++++++++++-------------------- eng/Versions.props | 44 ++++++++--------- 3 files changed, 74 insertions(+), 74 deletions(-) diff --git a/NuGet.config b/NuGet.config index f4b3cc925..f6e8c6411 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c0360509..ee30b0bb2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,51 +1,51 @@ - + https://github.com/dotnet/windowsdesktop - c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 + 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 - + https://github.com/dotnet/windowsdesktop - c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 + 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 - + https://github.com/dotnet/windowsdesktop - c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 + 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 - + https://github.com/dotnet/windowsdesktop - c2f71d9552f8c1cf8e6693abb5b7bb2386edc766 + 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 https://github.com/dotnet/llvm-project 8922de40f27c445ffb5f65ff8ab6ced6648680ba - + https://github.com/dotnet/runtime - 6eb3ccb9507b74798c4bd3241587c4cf3b18866e + ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/runtime - 6eb3ccb9507b74798c4bd3241587c4cf3b18866e + ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/runtime - 6eb3ccb9507b74798c4bd3241587c4cf3b18866e + ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/runtime - 6eb3ccb9507b74798c4bd3241587c4cf3b18866e + ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/runtime - 6eb3ccb9507b74798c4bd3241587c4cf3b18866e + ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/runtime - 6eb3ccb9507b74798c4bd3241587c4cf3b18866e + ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a @@ -53,38 +53,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6eb3ccb9507b74798c4bd3241587c4cf3b18866e + ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/aspnetcore - e855d8ac20a8a17724729ab36ef983ed4c20fab2 + 9c8520aac960a9933a1e63e0f06385572d48e94c - + https://github.com/dotnet/aspnetcore - e855d8ac20a8a17724729ab36ef983ed4c20fab2 + 9c8520aac960a9933a1e63e0f06385572d48e94c - + https://github.com/dotnet/aspnetcore - e855d8ac20a8a17724729ab36ef983ed4c20fab2 + 9c8520aac960a9933a1e63e0f06385572d48e94c - + https://github.com/dotnet/aspnetcore - e855d8ac20a8a17724729ab36ef983ed4c20fab2 + 9c8520aac960a9933a1e63e0f06385572d48e94c - + https://github.com/dotnet/aspnetcore - e855d8ac20a8a17724729ab36ef983ed4c20fab2 + 9c8520aac960a9933a1e63e0f06385572d48e94c - + https://github.com/dotnet/aspnetcore - e855d8ac20a8a17724729ab36ef983ed4c20fab2 + 9c8520aac960a9933a1e63e0f06385572d48e94c - + https://github.com/dotnet/aspnetcore - e855d8ac20a8a17724729ab36ef983ed4c20fab2 + 9c8520aac960a9933a1e63e0f06385572d48e94c https://github.com/dotnet/test-templates @@ -105,29 +105,29 @@ https://github.com/dotnet/sdk - 59aca0923347e34a50b03789162900497622c10c + 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b - + https://github.com/dotnet/sdk - 59aca0923347e34a50b03789162900497622c10c + 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b - + https://github.com/dotnet/sdk - 59aca0923347e34a50b03789162900497622c10c + 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b - + https://github.com/dotnet/sdk - 59aca0923347e34a50b03789162900497622c10c + 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b - + https://github.com/dotnet/winforms - 3fd9db1697827d9b4169fb65910df32f8824cef9 + fdd39aabf50dc683e38dfc206e41dbe0582a937a - + https://github.com/dotnet/wpf - dd467046db36ccb0a38989d58be8ff246e2b38d6 + 2854943425c6294da7a65c118d4a3b28a851c89d https://github.com/dotnet/fsharp @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 9ec682f330b5a8779b4676a81f11718b5c8ef209 + fd84eaf4673772807d2e1c48bb084c92d1afb1d7 @@ -159,9 +159,9 @@ 82a30d30731031f57ad95519836abc2772ab472a - + https://github.com/nuget/nuget.client - 10ce64e63bb15f5fed2f39aa129f70fb370d106a + 5d2c71b138e6a70f7843f58799a110c94a984990 diff --git a/eng/Versions.props b/eng/Versions.props index 44e37a773..311bfaf6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22511.12 + 8.0.0-alpha.1.22512.2 - 8.0.0-alpha.1.22515.1 + 8.0.0-alpha.1.22520.1 @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22520.1 - 8.0.0-alpha.1.22520.1 - 8.0.0-alpha.1.22520.1 - 8.0.0-alpha.1.22520.1 - 8.0.0-alpha.1.22520.1 - 8.0.0-alpha.1.22520.1 - 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 0.2.0 @@ -67,32 +67,32 @@ 8.0.100 - 8.0.100-alpha.1.22521.5 - 8.0.100-alpha.1.22521.5 + 8.0.100-alpha.1.22523.13 + 8.0.100-alpha.1.22523.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22519.7 + 8.0.0-alpha.1.22522.2 - 8.0.0-alpha.1.22519.7 - 8.0.0-alpha.1.22519.7 - 8.0.0-alpha.1.22519.7 - 8.0.0-alpha.1.22519.7 - 8.0.0-alpha.1.22519.7 - 8.0.0-alpha.1.22519.7 + 8.0.0-alpha.1.22522.2 + 8.0.0-alpha.1.22522.2 + 8.0.0-alpha.1.22522.2 + 8.0.0-alpha.1.22522.2 + 8.0.0-alpha.1.22522.2 + 8.0.0-alpha.1.22522.2 2.1.0 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 - 8.0.0-alpha.1.22516.1 + 8.0.0-alpha.1.22522.1 + 8.0.0-alpha.1.22522.1 + 8.0.0-alpha.1.22522.1 + 8.0.0-alpha.1.22522.1 From 46daf6a1c69b981cf2135b56472ac4a226ed082f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 07:14:00 +0000 Subject: [PATCH 391/501] Update dependencies from https://github.com/dotnet/sdk build 20221023.24 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 12.5.0-beta.22520.2 -> To Version 12.5.0-beta.22521.4 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 30 +++++++++++++++--------------- eng/Versions.props | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/NuGet.config b/NuGet.config index f6e8c6411..7ff7ff555 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae1e34d73..cb5353eb5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b + bea786c5e335d715bbc852bc8622d4495800aebc - + https://github.com/dotnet/sdk - 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b + bea786c5e335d715bbc852bc8622d4495800aebc - + https://github.com/dotnet/sdk - 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b + bea786c5e335d715bbc852bc8622d4495800aebc - + https://github.com/dotnet/sdk - 98f7fc1d2251473c0c68cf4de1ebdf07cf5c3c9b + bea786c5e335d715bbc852bc8622d4495800aebc @@ -129,18 +129,18 @@ https://github.com/dotnet/wpf 2854943425c6294da7a65c118d4a3b28a851c89d - + https://github.com/dotnet/fsharp - b941491dc55d45de6a0af55e8c7848f8e688210e + 49a0e2e80922016533573f4e550a6ab199006396 - + https://github.com/dotnet/fsharp - b941491dc55d45de6a0af55e8c7848f8e688210e + 49a0e2e80922016533573f4e550a6ab199006396 - + https://github.com/microsoft/vstest - 9a5bb2faf130809253b28d7ad2d434d785901025 + 46ca47823c5f9ca1d2373be9eb29d6281286c42a @@ -154,9 +154,9 @@ fd84eaf4673772807d2e1c48bb084c92d1afb1d7 - + https://github.com/dotnet/msbuild - 82a30d30731031f57ad95519836abc2772ab472a + 58c672337b92d9c9975a70ac445a3a4330fa2940 diff --git a/eng/Versions.props b/eng/Versions.props index 7e99f6709..5af48165f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22523.13 - 8.0.100-alpha.1.22523.13 + 8.0.100-alpha.1.22523.24 + 8.0.100-alpha.1.22523.24 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221019-03 + 17.5.0-preview-20221021-01 7.0.0-rc.1.22426.10 From bc56cff4b689e272cd843b9a74f8274f384bfa7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 10:39:44 +0000 Subject: [PATCH 392/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22523.2 -> To Version 8.0.0-alpha.1.22523.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 7ff7ff555..6c397740e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb5353eb5..529d05603 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/aspnetcore - 9c8520aac960a9933a1e63e0f06385572d48e94c + a5ae53a120c7a53b494e3719abf65601d0c0c608 - + https://github.com/dotnet/aspnetcore - 9c8520aac960a9933a1e63e0f06385572d48e94c + a5ae53a120c7a53b494e3719abf65601d0c0c608 - + https://github.com/dotnet/aspnetcore - 9c8520aac960a9933a1e63e0f06385572d48e94c + a5ae53a120c7a53b494e3719abf65601d0c0c608 - + https://github.com/dotnet/aspnetcore - 9c8520aac960a9933a1e63e0f06385572d48e94c + a5ae53a120c7a53b494e3719abf65601d0c0c608 - + https://github.com/dotnet/aspnetcore - 9c8520aac960a9933a1e63e0f06385572d48e94c + a5ae53a120c7a53b494e3719abf65601d0c0c608 - + https://github.com/dotnet/aspnetcore - 9c8520aac960a9933a1e63e0f06385572d48e94c + a5ae53a120c7a53b494e3719abf65601d0c0c608 - + https://github.com/dotnet/aspnetcore - 9c8520aac960a9933a1e63e0f06385572d48e94c + a5ae53a120c7a53b494e3719abf65601d0c0c608 https://github.com/dotnet/test-templates @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - bea786c5e335d715bbc852bc8622d4495800aebc + 181e97c7720f43696c3dade631ec747c5039a45f - + https://github.com/dotnet/sdk - bea786c5e335d715bbc852bc8622d4495800aebc + 181e97c7720f43696c3dade631ec747c5039a45f - + https://github.com/dotnet/sdk - bea786c5e335d715bbc852bc8622d4495800aebc + 181e97c7720f43696c3dade631ec747c5039a45f - + https://github.com/dotnet/sdk - bea786c5e335d715bbc852bc8622d4495800aebc + 181e97c7720f43696c3dade631ec747c5039a45f diff --git a/eng/Versions.props b/eng/Versions.props index 5af48165f..bf9648c5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.5 + 8.0.0-alpha.1.22523.5 + 8.0.0-alpha.1.22523.5 + 8.0.0-alpha.1.22523.5 + 8.0.0-alpha.1.22523.5 + 8.0.0-alpha.1.22523.5 + 8.0.0-alpha.1.22523.5 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22523.24 - 8.0.100-alpha.1.22523.24 + 8.0.100-alpha.1.22524.1 + 8.0.100-alpha.1.22524.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3ee1afd742115df1d6376afb99723b6d52ed4d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 24 Oct 2022 14:50:33 +0200 Subject: [PATCH 393/501] Update commit messages when initializing the VMR (#14820) --- src/VirtualMonoRepo/InitializeVMR.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VirtualMonoRepo/InitializeVMR.proj b/src/VirtualMonoRepo/InitializeVMR.proj index 5270fc9da..5adf50ebc 100644 --- a/src/VirtualMonoRepo/InitializeVMR.proj +++ b/src/VirtualMonoRepo/InitializeVMR.proj @@ -52,7 +52,7 @@ - + - + From d2b3cf47ceb2665570bc17ad4a0e5bf6b56b3490 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 15:39:55 +0000 Subject: [PATCH 394/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22523.2 -> To Version 8.0.0-alpha.1.22523.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6c397740e..9cf470668 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 529d05603..9692444c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 181e97c7720f43696c3dade631ec747c5039a45f + 1637f34fc7ad2e6765821378e0b86c58bf56492b - + https://github.com/dotnet/sdk - 181e97c7720f43696c3dade631ec747c5039a45f + 1637f34fc7ad2e6765821378e0b86c58bf56492b - + https://github.com/dotnet/sdk - 181e97c7720f43696c3dade631ec747c5039a45f + 1637f34fc7ad2e6765821378e0b86c58bf56492b - + https://github.com/dotnet/sdk - 181e97c7720f43696c3dade631ec747c5039a45f + 1637f34fc7ad2e6765821378e0b86c58bf56492b diff --git a/eng/Versions.props b/eng/Versions.props index bf9648c5d..40f12ee15 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22524.1 - 8.0.100-alpha.1.22524.1 + 8.0.100-alpha.1.22524.2 + 8.0.100-alpha.1.22524.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b38b31b3926cf7348bec179ea0795bcbd23697c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 16:58:47 +0000 Subject: [PATCH 395/501] Update dependencies from https://github.com/dotnet/test-templates build 20221024.1 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 From Version 1.1.0-rc.22517.1 -> To Version 1.1.0-rc.22524.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae1e34d73..7ed0f4eb7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,17 +90,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - f99547acd79b41467e0f77a5f918752f6645d0c4 + c0e64dba6ef0b49e4b79a56422d6b9408be922e4 - + https://github.com/dotnet/test-templates - f99547acd79b41467e0f77a5f918752f6645d0c4 + c0e64dba6ef0b49e4b79a56422d6b9408be922e4 - + https://github.com/dotnet/test-templates - f99547acd79b41467e0f77a5f918752f6645d0c4 + c0e64dba6ef0b49e4b79a56422d6b9408be922e4 diff --git a/eng/Versions.props b/eng/Versions.props index 7e99f6709..5fcfa24e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22517.1 - 1.1.0-rc.22517.1 - 1.1.0-rc.22517.1 + 1.1.0-rc.22524.1 + 1.1.0-rc.22524.1 + 1.1.0-rc.22524.1 From d71c7c9fac3a8741369fb1f5bc9050c12319afc7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 17:34:49 +0000 Subject: [PATCH 396/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22523.2 -> To Version 8.0.0-alpha.1.22524.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9cf470668..6bbc262f3 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9692444c3..bade3f0ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a - + https://github.com/dotnet/aspnetcore - a5ae53a120c7a53b494e3719abf65601d0c0c608 + d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 - + https://github.com/dotnet/aspnetcore - a5ae53a120c7a53b494e3719abf65601d0c0c608 + d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 - + https://github.com/dotnet/aspnetcore - a5ae53a120c7a53b494e3719abf65601d0c0c608 + d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 - + https://github.com/dotnet/aspnetcore - a5ae53a120c7a53b494e3719abf65601d0c0c608 + d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 - + https://github.com/dotnet/aspnetcore - a5ae53a120c7a53b494e3719abf65601d0c0c608 + d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 - + https://github.com/dotnet/aspnetcore - a5ae53a120c7a53b494e3719abf65601d0c0c608 + d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 - + https://github.com/dotnet/aspnetcore - a5ae53a120c7a53b494e3719abf65601d0c0c608 + d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 https://github.com/dotnet/test-templates @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 1637f34fc7ad2e6765821378e0b86c58bf56492b + b1e963d2e6b90d168b0a7168dd238e031356840e - + https://github.com/dotnet/sdk - 1637f34fc7ad2e6765821378e0b86c58bf56492b + b1e963d2e6b90d168b0a7168dd238e031356840e - + https://github.com/dotnet/sdk - 1637f34fc7ad2e6765821378e0b86c58bf56492b + b1e963d2e6b90d168b0a7168dd238e031356840e - + https://github.com/dotnet/sdk - 1637f34fc7ad2e6765821378e0b86c58bf56492b + b1e963d2e6b90d168b0a7168dd238e031356840e diff --git a/eng/Versions.props b/eng/Versions.props index 40f12ee15..a8cf8ea0c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22523.5 - 8.0.0-alpha.1.22523.5 - 8.0.0-alpha.1.22523.5 - 8.0.0-alpha.1.22523.5 - 8.0.0-alpha.1.22523.5 - 8.0.0-alpha.1.22523.5 - 8.0.0-alpha.1.22523.5 + 8.0.0-alpha.1.22524.1 + 8.0.0-alpha.1.22524.1 + 8.0.0-alpha.1.22524.1 + 8.0.0-alpha.1.22524.1 + 8.0.0-alpha.1.22524.1 + 8.0.0-alpha.1.22524.1 + 8.0.0-alpha.1.22524.1 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22524.2 - 8.0.100-alpha.1.22524.2 + 8.0.100-alpha.1.22524.3 + 8.0.100-alpha.1.22524.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 15377431db17097d7aeddd9662d14b8304e0538c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 18:27:43 +0000 Subject: [PATCH 397/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22523.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 34 +++++++++++++++++----------------- eng/Versions.props | 14 +++++++------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6bbc262f3..b51764918 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bade3f0ee..10574ad83 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 + c3e484659d17ab5f96ffef601be29857c44ce7ea - + https://github.com/dotnet/windowsdesktop - 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 + c3e484659d17ab5f96ffef601be29857c44ce7ea - + https://github.com/dotnet/windowsdesktop - 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 + c3e484659d17ab5f96ffef601be29857c44ce7ea - + https://github.com/dotnet/windowsdesktop - 00e4b0bf930ca1c4befaf2306341d3a496c7a3b5 + c3e484659d17ab5f96ffef601be29857c44ce7ea https://github.com/dotnet/llvm-project @@ -105,29 +105,29 @@ https://github.com/dotnet/sdk - b1e963d2e6b90d168b0a7168dd238e031356840e + a8fcd3044646266334f025928b6765db16de6db9 - + https://github.com/dotnet/sdk - b1e963d2e6b90d168b0a7168dd238e031356840e + a8fcd3044646266334f025928b6765db16de6db9 - + https://github.com/dotnet/sdk - b1e963d2e6b90d168b0a7168dd238e031356840e + a8fcd3044646266334f025928b6765db16de6db9 - + https://github.com/dotnet/sdk - b1e963d2e6b90d168b0a7168dd238e031356840e + a8fcd3044646266334f025928b6765db16de6db9 https://github.com/dotnet/winforms fdd39aabf50dc683e38dfc206e41dbe0582a937a - + https://github.com/dotnet/wpf - 2854943425c6294da7a65c118d4a3b28a851c89d + 89620aa2bd732a2072d9d38601be1587a4d73572 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index a8cf8ea0c..9b60fe513 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -38,7 +38,7 @@ - 8.0.0-alpha.1.22520.1 + 8.0.0-alpha.1.22522.1 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22524.3 - 8.0.100-alpha.1.22524.3 + 8.0.100-alpha.1.22524.6 + 8.0.100-alpha.1.22524.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -89,10 +89,10 @@ - 8.0.0-alpha.1.22522.1 - 8.0.0-alpha.1.22522.1 - 8.0.0-alpha.1.22522.1 - 8.0.0-alpha.1.22522.1 + 8.0.0-alpha.1.22523.1 + 8.0.0-alpha.1.22523.1 + 8.0.0-alpha.1.22523.1 + 8.0.0-alpha.1.22523.1 From 293d459e99f4e223795af2bdfd13c7dc179fe5ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 22:38:47 +0000 Subject: [PATCH 398/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22523.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index b51764918..fdbefde5e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 10574ad83..d3e43fb66 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - a8fcd3044646266334f025928b6765db16de6db9 + 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 - + https://github.com/dotnet/sdk - a8fcd3044646266334f025928b6765db16de6db9 + 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 - + https://github.com/dotnet/sdk - a8fcd3044646266334f025928b6765db16de6db9 + 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 - + https://github.com/dotnet/sdk - a8fcd3044646266334f025928b6765db16de6db9 + 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 @@ -143,9 +143,9 @@ 46ca47823c5f9ca1d2373be9eb29d6281286c42a - + https://github.com/dotnet/linker - add4655706f2d15de40da6a97c9c22d74e34b0e2 + d8ca185cf241d60182183ebe9740e36a23ac5b97 linker diff --git a/eng/Versions.props b/eng/Versions.props index 9b60fe513..71dac6ff5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22524.6 - 8.0.100-alpha.1.22524.6 + 8.0.100-alpha.1.22524.7 + 8.0.100-alpha.1.22524.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a8e0c311d72971bc68aa5b4af8bd51fdc027eef5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 24 Oct 2022 23:42:06 +0000 Subject: [PATCH 399/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22523.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index fdbefde5e..a0735f122 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3e43fb66..1c549c617 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 + a794a5933b899ef3e69ce6808b2d79f847ac9e03 - + https://github.com/dotnet/sdk - 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 + a794a5933b899ef3e69ce6808b2d79f847ac9e03 - + https://github.com/dotnet/sdk - 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 + a794a5933b899ef3e69ce6808b2d79f847ac9e03 - + https://github.com/dotnet/sdk - 3e2309c1bb997d5bba39cb6c473d1fcc21da5488 + a794a5933b899ef3e69ce6808b2d79f847ac9e03 diff --git a/eng/Versions.props b/eng/Versions.props index 71dac6ff5..0ae9f1bc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22524.7 - 8.0.100-alpha.1.22524.7 + 8.0.100-alpha.1.22524.8 + 8.0.100-alpha.1.22524.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 565cb185bdae01be974c87b4dd542e0f5c9e5a3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 25 Oct 2022 02:04:15 +0000 Subject: [PATCH 400/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,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.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22523.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index a0735f122..9fc4a332f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1c549c617..e74882d68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - a794a5933b899ef3e69ce6808b2d79f847ac9e03 + 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 - + https://github.com/dotnet/sdk - a794a5933b899ef3e69ce6808b2d79f847ac9e03 + 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 - + https://github.com/dotnet/sdk - a794a5933b899ef3e69ce6808b2d79f847ac9e03 + 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 - + https://github.com/dotnet/sdk - a794a5933b899ef3e69ce6808b2d79f847ac9e03 + 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - fd84eaf4673772807d2e1c48bb084c92d1afb1d7 + 03cf426ea3d498156ad2090967d83fec7af4deeb diff --git a/eng/Versions.props b/eng/Versions.props index 0ae9f1bc3..dab2fc90d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22524.8 - 8.0.100-alpha.1.22524.8 + 8.0.100-alpha.1.22524.9 + 8.0.100-alpha.1.22524.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f35348207d696147dff2d8ebce6d66bf601a4d6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 25 Oct 2022 04:43:38 +0000 Subject: [PATCH 401/501] Update dependencies from https://github.com/dotnet/sdk build 20221024.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.NETCore.App.Runtime.win-x64,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.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.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22523.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9fc4a332f..5d3190191 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e74882d68..ad4d55783 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8922de40f27c445ffb5f65ff8ab6ced6648680ba - + https://github.com/dotnet/runtime - ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a + 33cb335386d39da8e4e89e75449628be7e3b375a - + https://github.com/dotnet/runtime - ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a + 33cb335386d39da8e4e89e75449628be7e3b375a - + https://github.com/dotnet/runtime - ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a + 33cb335386d39da8e4e89e75449628be7e3b375a - + https://github.com/dotnet/runtime - ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a + 33cb335386d39da8e4e89e75449628be7e3b375a - + https://github.com/dotnet/runtime - ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a + 33cb335386d39da8e4e89e75449628be7e3b375a - + https://github.com/dotnet/runtime - ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a + 33cb335386d39da8e4e89e75449628be7e3b375a @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - ebf4ea7601f82cdc3f7cb9e7539a84e423d0d23a + 33cb335386d39da8e4e89e75449628be7e3b375a https://github.com/dotnet/aspnetcore @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 + ddab4f4bf0f96bb7933067856020608e5a003650 - + https://github.com/dotnet/sdk - 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 + ddab4f4bf0f96bb7933067856020608e5a003650 - + https://github.com/dotnet/sdk - 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 + ddab4f4bf0f96bb7933067856020608e5a003650 - + https://github.com/dotnet/sdk - 7feeeeb1fe0bdc01fbd1d6eedeb51adf78e59d69 + ddab4f4bf0f96bb7933067856020608e5a003650 diff --git a/eng/Versions.props b/eng/Versions.props index dab2fc90d..bf249494e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,24 +67,24 @@ 8.0.100 - 8.0.100-alpha.1.22524.9 - 8.0.100-alpha.1.22524.9 + 8.0.100-alpha.1.22524.12 + 8.0.100-alpha.1.22524.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22522.2 + 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22522.2 - 8.0.0-alpha.1.22522.2 - 8.0.0-alpha.1.22522.2 - 8.0.0-alpha.1.22522.2 - 8.0.0-alpha.1.22522.2 - 8.0.0-alpha.1.22522.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22523.2 2.1.0 From 0ed986607eb78f77671b63c3d9fad9489a763e42 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 25 Oct 2022 15:41:16 +0000 Subject: [PATCH 402/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221025.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22520.1 -> To Version 8.0.0-alpha.1.22525.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 751ff33df..dd5035c10 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,9 +214,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - d2568ad9375d21ba8d9297dff85f79a7e8072471 + 328a67c872579620f27c722c30f5cdb123b32051 From b9b9b592022cd12a4078c5087dbac91a7d3262cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 08:44:57 -0700 Subject: [PATCH 403/501] Update dependencies from https://github.com/dotnet/arcade build 20221024.5 (#14826) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22520.1 -> To Version 8.0.0-beta.22524.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/templates/job/source-build.yml | 21 +++++++++++++++------ eng/common/tools.sh | 11 +++++------ global.json | 4 ++-- 5 files changed, 29 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 751ff33df..8d6a5f880 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 7e27c0ab0fc92ec636c26442fd1663dc5714aa4b + c5dd6a1da2e6d9b3423ab809fcda8af2927a408b - + https://github.com/dotnet/arcade - 7e27c0ab0fc92ec636c26442fd1663dc5714aa4b + c5dd6a1da2e6d9b3423ab809fcda8af2927a408b - + https://github.com/dotnet/arcade - 7e27c0ab0fc92ec636c26442fd1663dc5714aa4b + c5dd6a1da2e6d9b3423ab809fcda8af2927a408b https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 3ea96c025..e4fb39efe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22520.1 + 8.0.0-beta.22524.5 diff --git a/eng/common/templates/job/source-build.yml b/eng/common/templates/job/source-build.yml index 6fe2d737d..e40bf3520 100644 --- a/eng/common/templates/job/source-build.yml +++ b/eng/common/templates/job/source-build.yml @@ -34,8 +34,6 @@ parameters: jobs: - job: ${{ parameters.jobNamePrefix }}_${{ parameters.platform.name }} displayName: Source-Build (${{ parameters.platform.name }}) - variables: - - template: /eng/common/templates/variables/pool-providers.yml ${{ each property in parameters.platform.jobProperties }}: ${{ property.key }}: ${{ property.value }} @@ -46,13 +44,24 @@ jobs: ${{ if eq(parameters.platform.pool, '') }}: # The default VM host AzDO pool. This should be capable of running Docker containers: almost all # source-build builds run in Docker, including the default managed platform. + # /eng/common/templates/variables/pool-providers.yml can't be used here (some customers declare variables already), so duplicate its logic pool: - ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: $(DncEngPublicBuildPool) + # Main environments + ${{ if and(eq(variables['System.TeamProject'], 'public'), ne(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), true)) }}: + name: NetCore-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: $(DncEngInternalBuildPool) + ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), true)) }}: + name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + + # Servicing build environments + ${{ if and(eq(variables['System.TeamProject'], 'public'), contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release')) }}: + name: NetCore-Svc-Public + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open + ${{ if and(eq(variables['System.TeamProject'], 'internal'), contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release')) }}: + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + ${{ if ne(parameters.platform.pool, '') }}: pool: ${{ parameters.platform.pool }} diff --git a/eng/common/tools.sh b/eng/common/tools.sh index dc19dfabe..6586eab45 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -417,12 +417,11 @@ function MSBuild { Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" - export NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY=true - export NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT=6 - export NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000 - Write-PipelineSetVariable -name "NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY" -value "true" - Write-PipelineSetVariable -name "NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT" -value "6" - Write-PipelineSetVariable -name "NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS" -value "1000" + # https://github.com/dotnet/arcade/issues/11369 - disable new MSBuild server feature on linux + # This feature is new and can result in build failures from connection timeout errors. + export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=1 + Write-PipelineSetVariable -name "DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER" -value "1" + fi local toolset_dir="${_InitializeToolset%/*}" diff --git a/global.json b/global.json index 407d0e5d6..5b406340d 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.22520.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22520.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22524.5", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22524.5" } } From 1904a3918a861f28e6b938d05e218d94b51c7ac1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 08:45:07 -0700 Subject: [PATCH 404/501] [main] Update dependencies from dotnet/sdk (#14824) * Update dependencies from https://github.com/dotnet/sdk build 20221024.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.5.0-1.22524.5 -> To Version 4.5.0-1.22524.15 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221025.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22524.1 -> To Version 8.0.0-alpha.1.22524.7 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 2 +- eng/Version.Details.xml | 50 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5d3190191..dbfbb4b06 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d6a5f880..ea563a8dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 33cb335386d39da8e4e89e75449628be7e3b375a - + https://github.com/dotnet/aspnetcore - d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 + f5b7f6fa60711710685165486dca16b23cb53d31 - + https://github.com/dotnet/aspnetcore - d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 + f5b7f6fa60711710685165486dca16b23cb53d31 - + https://github.com/dotnet/aspnetcore - d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 + f5b7f6fa60711710685165486dca16b23cb53d31 - + https://github.com/dotnet/aspnetcore - d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 + f5b7f6fa60711710685165486dca16b23cb53d31 - + https://github.com/dotnet/aspnetcore - d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 + f5b7f6fa60711710685165486dca16b23cb53d31 - + https://github.com/dotnet/aspnetcore - d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 + f5b7f6fa60711710685165486dca16b23cb53d31 - + https://github.com/dotnet/aspnetcore - d2a1c23d90d4e69df47616b59b7215b3da8cc9f6 + f5b7f6fa60711710685165486dca16b23cb53d31 https://github.com/dotnet/test-templates @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - ddab4f4bf0f96bb7933067856020608e5a003650 + 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc - + https://github.com/dotnet/sdk - ddab4f4bf0f96bb7933067856020608e5a003650 + 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc - + https://github.com/dotnet/sdk - ddab4f4bf0f96bb7933067856020608e5a003650 + 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc - + https://github.com/dotnet/sdk - ddab4f4bf0f96bb7933067856020608e5a003650 + 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc @@ -138,9 +138,9 @@ 49a0e2e80922016533573f4e550a6ab199006396 - + https://github.com/microsoft/vstest - 46ca47823c5f9ca1d2373be9eb29d6281286c42a + d194886e7de0b6bb21a22e0b85472fa6a3b7793a @@ -149,9 +149,9 @@ linker - + https://github.com/dotnet/roslyn - 03cf426ea3d498156ad2090967d83fec7af4deeb + 34530dacae1efc796937b41a0e1cf55fd93c7a10 diff --git a/eng/Versions.props b/eng/Versions.props index e4fb39efe..100842946 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22524.1 - 8.0.0-alpha.1.22524.1 - 8.0.0-alpha.1.22524.1 - 8.0.0-alpha.1.22524.1 - 8.0.0-alpha.1.22524.1 - 8.0.0-alpha.1.22524.1 - 8.0.0-alpha.1.22524.1 + 8.0.0-alpha.1.22524.7 + 8.0.0-alpha.1.22524.7 + 8.0.0-alpha.1.22524.7 + 8.0.0-alpha.1.22524.7 + 8.0.0-alpha.1.22524.7 + 8.0.0-alpha.1.22524.7 + 8.0.0-alpha.1.22524.7 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22524.12 - 8.0.100-alpha.1.22524.12 + 8.0.100-alpha.1.22525.1 + 8.0.100-alpha.1.22525.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221021-01 + 17.5.0-preview-20221024-01 7.0.0-rc.1.22426.10 From ff98ccef6f89560f14c77e79f4a7b57c063f0271 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 25 Oct 2022 16:55:01 +0000 Subject: [PATCH 405/501] Update dependencies from https://github.com/dotnet/sdk build 20221025.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Build From Version 8.0.0-alpha.1.22523.2 -> To Version 8.0.0-alpha.1.22524.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 54 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++------- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/NuGet.config b/NuGet.config index dbfbb4b06..a24ae3a50 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea563a8dd..d255b7ecd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,30 +22,30 @@ 8922de40f27c445ffb5f65ff8ab6ced6648680ba - + https://github.com/dotnet/runtime - 33cb335386d39da8e4e89e75449628be7e3b375a + 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 - + https://github.com/dotnet/runtime - 33cb335386d39da8e4e89e75449628be7e3b375a + 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 - + https://github.com/dotnet/runtime - 33cb335386d39da8e4e89e75449628be7e3b375a + 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 - + https://github.com/dotnet/runtime - 33cb335386d39da8e4e89e75449628be7e3b375a + 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 - + https://github.com/dotnet/runtime - 33cb335386d39da8e4e89e75449628be7e3b375a + 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 - + https://github.com/dotnet/runtime - 33cb335386d39da8e4e89e75449628be7e3b375a + 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 @@ -53,9 +53,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 33cb335386d39da8e4e89e75449628be7e3b375a + 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 https://github.com/dotnet/aspnetcore @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc + 9425c699a81bc7f995285e11cfc7204de485374b - + https://github.com/dotnet/sdk - 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc + 9425c699a81bc7f995285e11cfc7204de485374b - + https://github.com/dotnet/sdk - 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc + 9425c699a81bc7f995285e11cfc7204de485374b - + https://github.com/dotnet/sdk - 36f5282369e536dc7f593c1ee4e8ed8a1b011ecc + 9425c699a81bc7f995285e11cfc7204de485374b @@ -129,13 +129,13 @@ https://github.com/dotnet/wpf 89620aa2bd732a2072d9d38601be1587a4d73572 - + https://github.com/dotnet/fsharp - 49a0e2e80922016533573f4e550a6ab199006396 + 82c00c7dbc2e8e3509c1bef0d04a7fc1b5e0b707 - + https://github.com/dotnet/fsharp - 49a0e2e80922016533573f4e550a6ab199006396 + 82c00c7dbc2e8e3509c1bef0d04a7fc1b5e0b707 @@ -154,9 +154,9 @@ 34530dacae1efc796937b41a0e1cf55fd93c7a10 - + https://github.com/dotnet/msbuild - 58c672337b92d9c9975a70ac445a3a4330fa2940 + 3b7246b650398f47b6028e2673b06902613dc46e diff --git a/eng/Versions.props b/eng/Versions.props index 100842946..7c167c72c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,24 +67,24 @@ 8.0.100 - 8.0.100-alpha.1.22525.1 - 8.0.100-alpha.1.22525.1 + 8.0.100-alpha.1.22525.3 + 8.0.100-alpha.1.22525.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22524.5 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 - 8.0.0-alpha.1.22523.2 + 8.0.0-alpha.1.22524.5 + 8.0.0-alpha.1.22524.5 + 8.0.0-alpha.1.22524.5 + 8.0.0-alpha.1.22524.5 + 8.0.0-alpha.1.22524.5 + 8.0.0-alpha.1.22524.5 2.1.0 From f9073e1df6808991d95558bdfb294355acdf748f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 25 Oct 2022 17:53:18 +0000 Subject: [PATCH 406/501] Update dependencies from https://github.com/dotnet/sdk build 20221025.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Build From Version 8.0.0-alpha.1.22523.2 -> To Version 8.0.0-alpha.1.22524.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index a24ae3a50..1eddb24d7 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d255b7ecd..c478f92be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 9425c699a81bc7f995285e11cfc7204de485374b + d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f - + https://github.com/dotnet/sdk - 9425c699a81bc7f995285e11cfc7204de485374b + d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f - + https://github.com/dotnet/sdk - 9425c699a81bc7f995285e11cfc7204de485374b + d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f - + https://github.com/dotnet/sdk - 9425c699a81bc7f995285e11cfc7204de485374b + d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f diff --git a/eng/Versions.props b/eng/Versions.props index 7c167c72c..debe8775a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22525.3 - 8.0.100-alpha.1.22525.3 + 8.0.100-alpha.1.22525.4 + 8.0.100-alpha.1.22525.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0fd43301981a639cdc116ef5434893680be42c65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Oct 2022 00:31:32 +0000 Subject: [PATCH 407/501] Update dependencies from https://github.com/dotnet/sdk build 20221025.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Build From Version 8.0.0-alpha.1.22523.2 -> To Version 8.0.0-alpha.1.22524.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 1eddb24d7..45a23d8cb 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c478f92be..311729b4d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f + c48c7e3c52133389443b0c716f411e20a7177a60 - + https://github.com/dotnet/sdk - d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f + c48c7e3c52133389443b0c716f411e20a7177a60 - + https://github.com/dotnet/sdk - d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f + c48c7e3c52133389443b0c716f411e20a7177a60 - + https://github.com/dotnet/sdk - d1b3d6bde4d927d50c3bb85418b1b1c1bad7930f + c48c7e3c52133389443b0c716f411e20a7177a60 diff --git a/eng/Versions.props b/eng/Versions.props index debe8775a..5c9d7383e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22525.4 - 8.0.100-alpha.1.22525.4 + 8.0.100-alpha.1.22525.7 + 8.0.100-alpha.1.22525.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9bb0f71448e09fba4bb12dc0736854a7c73038e7 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 25 Oct 2022 17:43:11 -0700 Subject: [PATCH 408/501] Update the download table to include 7.0.2xx. --- README.md | 185 +++++++++--------- .../TableGenerator/Program.fs | 8 +- 2 files changed, 97 insertions(+), 96 deletions(-) diff --git a/README.md b/README.md index fe1bce2d1..d13095f78 100644 --- a/README.md +++ b/README.md @@ -138,22 +138,22 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( Please do not directly edit the table below. Use https://github.com/dotnet/installer/tree/main/tools/sdk-readme-table-generator to help you generate it. Make sure to run the table generator test and make any changes to the generator along with your changes to the table. Daily servicing builds have been removed as all servicing is done in private repos to avoid disclosure of critical security fixes. All public servicing builds can be downloaded at http://aka.ms/dotnet-download. ### Table -*Note* Since RC2 is a go live release, it's build and codeflow are being done internally. The latest public build is available below but it does not include updates to the runtime since around mid-September. +*Note* the 7.0.100 build will be finished internally. Below is the last public version available from that branch but is not fully updated with the final runtime. -| Platform | main
(8.0.x Runtime) | Release/7.0.1xx
(7.0.x Runtime) | Release/7.0.1xx-rc2
(7.0.x Runtime) | +| Platform | main
(8.0.x Runtime) | Release/7.0.2xx
(7.0.x Runtime) | Release/7.0.1xx
(7.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-main]][win-x64-version-main]
[Installer][win-x64-installer-main] - [Checksum][win-x64-installer-checksum-main]
[zip][win-x64-zip-main] - [Checksum][win-x64-zip-checksum-main] | [![][win-x64-badge-7.0.1XX]][win-x64-version-7.0.1XX]
[Installer][win-x64-installer-7.0.1XX] - [Checksum][win-x64-installer-checksum-7.0.1XX]
[zip][win-x64-zip-7.0.1XX] - [Checksum][win-x64-zip-checksum-7.0.1XX] | [![][win-x64-badge-7.0.1XX-rc2]][win-x64-version-7.0.1XX-rc2]
[Installer][win-x64-installer-7.0.1XX-rc2] - [Checksum][win-x64-installer-checksum-7.0.1XX-rc2]
[zip][win-x64-zip-7.0.1XX-rc2] - [Checksum][win-x64-zip-checksum-7.0.1XX-rc2] | -| **Windows x86** | [![][win-x86-badge-main]][win-x86-version-main]
[Installer][win-x86-installer-main] - [Checksum][win-x86-installer-checksum-main]
[zip][win-x86-zip-main] - [Checksum][win-x86-zip-checksum-main] | [![][win-x86-badge-7.0.1XX]][win-x86-version-7.0.1XX]
[Installer][win-x86-installer-7.0.1XX] - [Checksum][win-x86-installer-checksum-7.0.1XX]
[zip][win-x86-zip-7.0.1XX] - [Checksum][win-x86-zip-checksum-7.0.1XX] | [![][win-x86-badge-7.0.1XX-rc2]][win-x86-version-7.0.1XX-rc2]
[Installer][win-x86-installer-7.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-7.0.1XX-rc2]
[zip][win-x86-zip-7.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-7.0.1XX-rc2] | +| **Windows x64** | [![][win-x64-badge-main]][win-x64-version-main]
[Installer][win-x64-installer-main] - [Checksum][win-x64-installer-checksum-main]
[zip][win-x64-zip-main] - [Checksum][win-x64-zip-checksum-main] | [![][win-x64-badge-7.0.2XX]][win-x64-version-7.0.2XX]
[Installer][win-x64-installer-7.0.2XX] - [Checksum][win-x64-installer-checksum-7.0.2XX]
[zip][win-x64-zip-7.0.2XX] - [Checksum][win-x64-zip-checksum-7.0.2XX] | [![][win-x64-badge-7.0.1XX]][win-x64-version-7.0.1XX]
[Installer][win-x64-installer-7.0.1XX] - [Checksum][win-x64-installer-checksum-7.0.1XX]
[zip][win-x64-zip-7.0.1XX] - [Checksum][win-x64-zip-checksum-7.0.1XX] | +| **Windows x86** | [![][win-x86-badge-main]][win-x86-version-main]
[Installer][win-x86-installer-main] - [Checksum][win-x86-installer-checksum-main]
[zip][win-x86-zip-main] - [Checksum][win-x86-zip-checksum-main] | [![][win-x86-badge-7.0.2XX]][win-x86-version-7.0.2XX]
[Installer][win-x86-installer-7.0.2XX] - [Checksum][win-x86-installer-checksum-7.0.2XX]
[zip][win-x86-zip-7.0.2XX] - [Checksum][win-x86-zip-checksum-7.0.2XX] | [![][win-x86-badge-7.0.1XX]][win-x86-version-7.0.1XX]
[Installer][win-x86-installer-7.0.1XX] - [Checksum][win-x86-installer-checksum-7.0.1XX]
[zip][win-x86-zip-7.0.1XX] - [Checksum][win-x86-zip-checksum-7.0.1XX] | | **Windows arm** | **N/A** | **N/A** | **N/A** | -| **Windows arm64** | [![][win-arm64-badge-main]][win-arm64-version-main]
[Installer][win-arm64-installer-main] - [Checksum][win-arm64-installer-checksum-main]
[zip][win-arm64-zip-main] | [![][win-arm64-badge-7.0.1XX]][win-arm64-version-7.0.1XX]
[Installer][win-arm64-installer-7.0.1XX] - [Checksum][win-arm64-installer-checksum-7.0.1XX]
[zip][win-arm64-zip-7.0.1XX] | [![][win-arm64-badge-7.0.1XX-rc2]][win-arm64-version-7.0.1XX-rc2]
[Installer][win-arm64-installer-7.0.1XX-rc2] - [Checksum][win-arm64-installer-checksum-7.0.1XX-rc2]
[zip][win-arm64-zip-7.0.1XX-rc2] | -| **macOS x64** | [![][osx-x64-badge-main]][osx-x64-version-main]
[Installer][osx-x64-installer-main] - [Checksum][osx-x64-installer-checksum-main]
[tar.gz][osx-x64-targz-main] - [Checksum][osx-x64-targz-checksum-main] | [![][osx-x64-badge-7.0.1XX]][osx-x64-version-7.0.1XX]
[Installer][osx-x64-installer-7.0.1XX] - [Checksum][osx-x64-installer-checksum-7.0.1XX]
[tar.gz][osx-x64-targz-7.0.1XX] - [Checksum][osx-x64-targz-checksum-7.0.1XX] | [![][osx-x64-badge-7.0.1XX-rc2]][osx-x64-version-7.0.1XX-rc2]
[Installer][osx-x64-installer-7.0.1XX-rc2] - [Checksum][osx-x64-installer-checksum-7.0.1XX-rc2]
[tar.gz][osx-x64-targz-7.0.1XX-rc2] - [Checksum][osx-x64-targz-checksum-7.0.1XX-rc2] | -| **macOS arm64** | [![][osx-arm64-badge-main]][osx-arm64-version-main]
[Installer][osx-arm64-installer-main] - [Checksum][osx-arm64-installer-checksum-main]
[tar.gz][osx-arm64-targz-main] - [Checksum][osx-arm64-targz-checksum-main] | [![][osx-arm64-badge-7.0.1XX]][osx-arm64-version-7.0.1XX]
[Installer][osx-arm64-installer-7.0.1XX] - [Checksum][osx-arm64-installer-checksum-7.0.1XX]
[tar.gz][osx-arm64-targz-7.0.1XX] - [Checksum][osx-arm64-targz-checksum-7.0.1XX] | [![][osx-arm64-badge-7.0.1XX-rc2]][osx-arm64-version-7.0.1XX-rc2]
[Installer][osx-arm64-installer-7.0.1XX-rc2] - [Checksum][osx-arm64-installer-checksum-7.0.1XX-rc2]
[tar.gz][osx-arm64-targz-7.0.1XX-rc2] - [Checksum][osx-arm64-targz-checksum-7.0.1XX-rc2] | -| **Linux x64** | [![][linux-badge-main]][linux-version-main]
[DEB Installer][linux-DEB-installer-main] - [Checksum][linux-DEB-installer-checksum-main]
[RPM Installer][linux-RPM-installer-main] - [Checksum][linux-RPM-installer-checksum-main]
_see installer note below_1
[tar.gz][linux-targz-main] - [Checksum][linux-targz-checksum-main] | [![][linux-badge-7.0.1XX]][linux-version-7.0.1XX]
[DEB Installer][linux-DEB-installer-7.0.1XX] - [Checksum][linux-DEB-installer-checksum-7.0.1XX]
[RPM Installer][linux-RPM-installer-7.0.1XX] - [Checksum][linux-RPM-installer-checksum-7.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX] - [Checksum][linux-targz-checksum-7.0.1XX] | [![][linux-badge-7.0.1XX-rc2]][linux-version-7.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-7.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-7.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-7.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-7.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX-rc2] - [Checksum][linux-targz-checksum-7.0.1XX-rc2] | -| **Linux arm** | [![][linux-arm-badge-main]][linux-arm-version-main]
[tar.gz][linux-arm-targz-main] - [Checksum][linux-arm-targz-checksum-main] | [![][linux-arm-badge-7.0.1XX]][linux-arm-version-7.0.1XX]
[tar.gz][linux-arm-targz-7.0.1XX] - [Checksum][linux-arm-targz-checksum-7.0.1XX] | [![][linux-arm-badge-7.0.1XX-rc2]][linux-arm-version-7.0.1XX-rc2]
[tar.gz][linux-arm-targz-7.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-7.0.1XX-rc2] | -| **Linux arm64** | [![][linux-arm64-badge-main]][linux-arm64-version-main]
[tar.gz][linux-arm64-targz-main] - [Checksum][linux-arm64-targz-checksum-main] | [![][linux-arm64-badge-7.0.1XX]][linux-arm64-version-7.0.1XX]
[tar.gz][linux-arm64-targz-7.0.1XX] - [Checksum][linux-arm64-targz-checksum-7.0.1XX] | [![][linux-arm64-badge-7.0.1XX-rc2]][linux-arm64-version-7.0.1XX-rc2]
[tar.gz][linux-arm64-targz-7.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-7.0.1XX-rc2] | -| **Linux-musl-x64** | [![][linux-musl-x64-badge-main]][linux-musl-x64-version-main]
[tar.gz][linux-musl-x64-targz-main] - [Checksum][linux-musl-x64-targz-checksum-main] | [![][linux-musl-x64-badge-7.0.1XX]][linux-musl-x64-version-7.0.1XX]
[tar.gz][linux-musl-x64-targz-7.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX] | [![][linux-musl-x64-badge-7.0.1XX-rc2]][linux-musl-x64-version-7.0.1XX-rc2]
[tar.gz][linux-musl-x64-targz-7.0.1XX-rc2] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX-rc2] | -| **Linux-musl-arm** | [![][linux-musl-arm-badge-main]][linux-musl-arm-version-main]
[tar.gz][linux-musl-arm-targz-main] - [Checksum][linux-musl-arm-targz-checksum-main] | [![][linux-musl-arm-badge-7.0.1XX]][linux-musl-arm-version-7.0.1XX]
[tar.gz][linux-musl-arm-targz-7.0.1XX] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX] | [![][linux-musl-arm-badge-7.0.1XX-rc2]][linux-musl-arm-version-7.0.1XX-rc2]
[tar.gz][linux-musl-arm-targz-7.0.1XX-rc2] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX-rc2] | -| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-main]][linux-musl-arm64-version-main]
[tar.gz][linux-musl-arm64-targz-main] - [Checksum][linux-musl-arm64-targz-checksum-main] | [![][linux-musl-arm64-badge-7.0.1XX]][linux-musl-arm64-version-7.0.1XX]
[tar.gz][linux-musl-arm64-targz-7.0.1XX] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX] | [![][linux-musl-arm64-badge-7.0.1XX-rc2]][linux-musl-arm64-version-7.0.1XX-rc2]
[tar.gz][linux-musl-arm64-targz-7.0.1XX-rc2] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX-rc2] | +| **Windows arm64** | [![][win-arm64-badge-main]][win-arm64-version-main]
[Installer][win-arm64-installer-main] - [Checksum][win-arm64-installer-checksum-main]
[zip][win-arm64-zip-main] | [![][win-arm64-badge-7.0.2XX]][win-arm64-version-7.0.2XX]
[Installer][win-arm64-installer-7.0.2XX] - [Checksum][win-arm64-installer-checksum-7.0.2XX]
[zip][win-arm64-zip-7.0.2XX] | [![][win-arm64-badge-7.0.1XX]][win-arm64-version-7.0.1XX]
[Installer][win-arm64-installer-7.0.1XX] - [Checksum][win-arm64-installer-checksum-7.0.1XX]
[zip][win-arm64-zip-7.0.1XX] | +| **macOS x64** | [![][osx-x64-badge-main]][osx-x64-version-main]
[Installer][osx-x64-installer-main] - [Checksum][osx-x64-installer-checksum-main]
[tar.gz][osx-x64-targz-main] - [Checksum][osx-x64-targz-checksum-main] | [![][osx-x64-badge-7.0.2XX]][osx-x64-version-7.0.2XX]
[Installer][osx-x64-installer-7.0.2XX] - [Checksum][osx-x64-installer-checksum-7.0.2XX]
[tar.gz][osx-x64-targz-7.0.2XX] - [Checksum][osx-x64-targz-checksum-7.0.2XX] | [![][osx-x64-badge-7.0.1XX]][osx-x64-version-7.0.1XX]
[Installer][osx-x64-installer-7.0.1XX] - [Checksum][osx-x64-installer-checksum-7.0.1XX]
[tar.gz][osx-x64-targz-7.0.1XX] - [Checksum][osx-x64-targz-checksum-7.0.1XX] | +| **macOS arm64** | [![][osx-arm64-badge-main]][osx-arm64-version-main]
[Installer][osx-arm64-installer-main] - [Checksum][osx-arm64-installer-checksum-main]
[tar.gz][osx-arm64-targz-main] - [Checksum][osx-arm64-targz-checksum-main] | [![][osx-arm64-badge-7.0.2XX]][osx-arm64-version-7.0.2XX]
[Installer][osx-arm64-installer-7.0.2XX] - [Checksum][osx-arm64-installer-checksum-7.0.2XX]
[tar.gz][osx-arm64-targz-7.0.2XX] - [Checksum][osx-arm64-targz-checksum-7.0.2XX] | [![][osx-arm64-badge-7.0.1XX]][osx-arm64-version-7.0.1XX]
[Installer][osx-arm64-installer-7.0.1XX] - [Checksum][osx-arm64-installer-checksum-7.0.1XX]
[tar.gz][osx-arm64-targz-7.0.1XX] - [Checksum][osx-arm64-targz-checksum-7.0.1XX] | +| **Linux x64** | [![][linux-badge-main]][linux-version-main]
[DEB Installer][linux-DEB-installer-main] - [Checksum][linux-DEB-installer-checksum-main]
[RPM Installer][linux-RPM-installer-main] - [Checksum][linux-RPM-installer-checksum-main]
_see installer note below_1
[tar.gz][linux-targz-main] - [Checksum][linux-targz-checksum-main] | [![][linux-badge-7.0.2XX]][linux-version-7.0.2XX]
[DEB Installer][linux-DEB-installer-7.0.2XX] - [Checksum][linux-DEB-installer-checksum-7.0.2XX]
[RPM Installer][linux-RPM-installer-7.0.2XX] - [Checksum][linux-RPM-installer-checksum-7.0.2XX]
_see installer note below_1
[tar.gz][linux-targz-7.0.2XX] - [Checksum][linux-targz-checksum-7.0.2XX] | [![][linux-badge-7.0.1XX]][linux-version-7.0.1XX]
[DEB Installer][linux-DEB-installer-7.0.1XX] - [Checksum][linux-DEB-installer-checksum-7.0.1XX]
[RPM Installer][linux-RPM-installer-7.0.1XX] - [Checksum][linux-RPM-installer-checksum-7.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-7.0.1XX] - [Checksum][linux-targz-checksum-7.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-main]][linux-arm-version-main]
[tar.gz][linux-arm-targz-main] - [Checksum][linux-arm-targz-checksum-main] | [![][linux-arm-badge-7.0.2XX]][linux-arm-version-7.0.2XX]
[tar.gz][linux-arm-targz-7.0.2XX] - [Checksum][linux-arm-targz-checksum-7.0.2XX] | [![][linux-arm-badge-7.0.1XX]][linux-arm-version-7.0.1XX]
[tar.gz][linux-arm-targz-7.0.1XX] - [Checksum][linux-arm-targz-checksum-7.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-main]][linux-arm64-version-main]
[tar.gz][linux-arm64-targz-main] - [Checksum][linux-arm64-targz-checksum-main] | [![][linux-arm64-badge-7.0.2XX]][linux-arm64-version-7.0.2XX]
[tar.gz][linux-arm64-targz-7.0.2XX] - [Checksum][linux-arm64-targz-checksum-7.0.2XX] | [![][linux-arm64-badge-7.0.1XX]][linux-arm64-version-7.0.1XX]
[tar.gz][linux-arm64-targz-7.0.1XX] - [Checksum][linux-arm64-targz-checksum-7.0.1XX] | +| **Linux-musl-x64** | [![][linux-musl-x64-badge-main]][linux-musl-x64-version-main]
[tar.gz][linux-musl-x64-targz-main] - [Checksum][linux-musl-x64-targz-checksum-main] | [![][linux-musl-x64-badge-7.0.2XX]][linux-musl-x64-version-7.0.2XX]
[tar.gz][linux-musl-x64-targz-7.0.2XX] - [Checksum][linux-musl-x64-targz-checksum-7.0.2XX] | [![][linux-musl-x64-badge-7.0.1XX]][linux-musl-x64-version-7.0.1XX]
[tar.gz][linux-musl-x64-targz-7.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-7.0.1XX] | +| **Linux-musl-arm** | [![][linux-musl-arm-badge-main]][linux-musl-arm-version-main]
[tar.gz][linux-musl-arm-targz-main] - [Checksum][linux-musl-arm-targz-checksum-main] | [![][linux-musl-arm-badge-7.0.2XX]][linux-musl-arm-version-7.0.2XX]
[tar.gz][linux-musl-arm-targz-7.0.2XX] - [Checksum][linux-musl-arm-targz-checksum-7.0.2XX] | [![][linux-musl-arm-badge-7.0.1XX]][linux-musl-arm-version-7.0.1XX]
[tar.gz][linux-musl-arm-targz-7.0.1XX] - [Checksum][linux-musl-arm-targz-checksum-7.0.1XX] | +| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-main]][linux-musl-arm64-version-main]
[tar.gz][linux-musl-arm64-targz-main] - [Checksum][linux-musl-arm64-targz-checksum-main] | [![][linux-musl-arm64-badge-7.0.2XX]][linux-musl-arm64-version-7.0.2XX]
[tar.gz][linux-musl-arm64-targz-7.0.2XX] - [Checksum][linux-musl-arm64-targz-checksum-7.0.2XX] | [![][linux-musl-arm64-badge-7.0.1XX]][linux-musl-arm64-version-7.0.1XX]
[tar.gz][linux-musl-arm64-targz-7.0.1XX] - [Checksum][linux-musl-arm64-targz-checksum-7.0.1XX] | | **RHEL 6** | **N/A** | **N/A** | **N/A** | Reference notes: @@ -170,6 +170,13 @@ Reference notes: [win-x64-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/win_x64_Release_version_badge.svg +[win-x64-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-win-x64.txt +[win-x64-installer-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x64.zip.sha + [win-x64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_x64_Release_version_badge.svg [win-x64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-x64.txt [win-x64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.exe @@ -177,13 +184,6 @@ Reference notes: [win-x64-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_x64_Release_version_badge.svg -[win-x64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-x64.txt -[win-x64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x64.zip.sha - [win-x86-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_x86_Release_version_badge.svg [win-x86-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-x86.txt [win-x86-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x86.exe @@ -191,6 +191,13 @@ Reference notes: [win-x86-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/win_x86_Release_version_badge.svg +[win-x86-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-win-x86.txt +[win-x86-installer-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-x86.zip.sha + [win-x86-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_x86_Release_version_badge.svg [win-x86-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-x86.txt [win-x86-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.exe @@ -198,13 +205,6 @@ Reference notes: [win-x86-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_x86_Release_version_badge.svg -[win-x86-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-x86.txt -[win-x86-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-x86.zip.sha - [osx-x64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/osx_x64_Release_version_badge.svg [osx-x64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-osx-x64.txt [osx-x64-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-x64.pkg @@ -212,6 +212,13 @@ Reference notes: [osx-x64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-x64.tar.gz [osx-x64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/osx_x64_Release_version_badge.svg +[osx-x64-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-osx-x64.txt +[osx-x64-installer-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha + [osx-x64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/osx_x64_Release_version_badge.svg [osx-x64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-osx-x64.txt [osx-x64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg @@ -219,13 +226,6 @@ Reference notes: [osx-x64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.tar.gz [osx-x64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-x64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/osx_x64_Release_version_badge.svg -[osx-x64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-osx-x64.txt -[osx-x64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.pkg -[osx-x64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.pkg.sha -[osx-x64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.tar.gz -[osx-x64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha - [osx-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/osx_arm64_Release_version_badge.svg [osx-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-osx-arm64.txt [osx-arm64-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-arm64.pkg @@ -233,6 +233,13 @@ Reference notes: [osx-arm64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-arm64.tar.gz [osx-arm64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha +[osx-arm64-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/osx_arm64_Release_version_badge.svg +[osx-arm64-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-osx-arm64.txt +[osx-arm64-installer-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha + [osx-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/osx_arm64_Release_version_badge.svg [osx-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-osx-arm64.txt [osx-arm64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg @@ -240,13 +247,6 @@ Reference notes: [osx-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.tar.gz [osx-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha -[osx-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/osx_arm64_Release_version_badge.svg -[osx-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-osx-arm64.txt -[osx-arm64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.pkg -[osx-arm64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.pkg.sha -[osx-arm64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.tar.gz -[osx-arm64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha - [linux-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_x64_Release_version_badge.svg [linux-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-x64.txt [linux-DEB-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-x64.deb @@ -256,6 +256,15 @@ Reference notes: [linux-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/linux_x64_Release_version_badge.svg +[linux-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-linux-x64.txt +[linux-DEB-installer-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-x64.rpm.sha +[linux-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-x64.tar.gz.sha + [linux-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_x64_Release_version_badge.svg [linux-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-x64.txt [linux-DEB-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-x64.deb @@ -265,120 +274,111 @@ Reference notes: [linux-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_x64_Release_version_badge.svg -[linux-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-x64.txt -[linux-DEB-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-x64.rpm.sha -[linux-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-x64.tar.gz.sha - [linux-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_arm_Release_version_badge.svg [linux-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-arm.txt [linux-arm-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/linux_arm_Release_version_badge.svg +[linux-arm-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-linux-arm.txt +[linux-arm-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-arm.tar.gz.sha + [linux-arm-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_arm_Release_version_badge.svg [linux-arm-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-arm.txt [linux-arm-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_arm_Release_version_badge.svg -[linux-arm-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-arm.txt -[linux-arm-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm.tar.gz.sha - [linux-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_arm64_Release_version_badge.svg [linux-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-arm64.txt [linux-arm64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/linux_arm64_Release_version_badge.svg +[linux-arm64-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-linux-arm64.txt +[linux-arm64-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha + [linux-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_arm64_Release_version_badge.svg [linux-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-arm64.txt [linux-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_arm64_Release_version_badge.svg -[linux-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-arm64.txt -[linux-arm64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-arm64.tar.gz.sha - [rhel-6-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/rhel.6_x64_Release_version_badge.svg [rhel-6-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-rhel.6-x64.txt [rhel-6-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-rhel.6-x64.txt +[rhel-6-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha + [rhel-6-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/rhel.6_x64_Release_version_badge.svg [rhel-6-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-rhel.6-x64.txt [rhel-6-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-rhel.6-x64.txt -[rhel-6-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha - [linux-musl-x64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_x64_Release_version_badge.svg [linux-musl-x64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-x64.txt [linux-musl-x64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-x64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha + [linux-musl-x64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_x64_Release_version_badge.svg [linux-musl-x64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-x64.txt [linux-musl-x64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-x64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-x64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_musl_x64_Release_version_badge.svg -[linux-musl-x64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-musl-x64.txt -[linux-musl-x64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-x64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha - [linux-musl-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_arm_Release_version_badge.svg [linux-musl-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-arm.txt [linux-musl-arm-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz [linux-musl-arm-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha +[linux-musl-arm-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha + [linux-musl-arm-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_arm_Release_version_badge.svg [linux-musl-arm-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-arm.txt [linux-musl-arm-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz [linux-musl-arm-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha -[linux-musl-arm-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_musl_arm_Release_version_badge.svg -[linux-musl-arm-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-musl-arm.txt -[linux-musl-arm-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm.tar.gz -[linux-musl-arm-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha - [linux-musl-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/linux_musl_arm64_Release_version_badge.svg [linux-musl-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-linux-musl-arm64.txt [linux-musl-arm64-targz-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz [linux-musl-arm64-targz-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha +[linux-musl-arm64-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha + [linux-musl-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/linux_musl_arm64_Release_version_badge.svg [linux-musl-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-linux-musl-arm64.txt [linux-musl-arm64-targz-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz [linux-musl-arm64-targz-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha -[linux-musl-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/linux_musl_arm64_Release_version_badge.svg -[linux-musl-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-linux-musl-arm64.txt -[linux-musl-arm64-targz-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm64.tar.gz -[linux-musl-arm64-targz-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha - [win-arm-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_arm_Release_version_badge.svg [win-arm-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-arm.txt [win-arm-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/win_arm_Release_version_badge.svg +[win-arm-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-win-arm.txt +[win-arm-zip-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-arm.zip.sha + [win-arm-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_arm_Release_version_badge.svg [win-arm-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-arm.txt [win-arm-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_arm_Release_version_badge.svg -[win-arm-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-arm.txt -[win-arm-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm.zip.sha - [win-arm64-badge-main]: https://aka.ms/dotnet/8.0.1xx/daily/win_arm64_Release_version_badge.svg [win-arm64-version-main]: https://aka.ms/dotnet/8.0.1xx/daily/productCommit-win-arm64.txt [win-arm64-installer-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm64.exe @@ -386,6 +386,13 @@ Reference notes: [win-arm64-zip-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-main]: https://aka.ms/dotnet/8.0.1xx/daily/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/win_arm64_Release_version_badge.svg +[win-arm64-version-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/productCommit-win-arm64.txt +[win-arm64-installer-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-7.0.2XX]: https://aka.ms/dotnet/7.0.2xx/daily/dotnet-sdk-win-arm64.zip.sha + [win-arm64-badge-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/win_arm64_Release_version_badge.svg [win-arm64-version-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/productCommit-win-arm64.txt [win-arm64-installer-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.exe @@ -393,15 +400,9 @@ Reference notes: [win-arm64-zip-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-7.0.1XX]: https://aka.ms/dotnet/7.0.1xx/daily/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/win_arm64_Release_version_badge.svg -[win-arm64-version-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/productCommit-win-arm64.txt -[win-arm64-installer-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-7.0.1XX-rc2]: https://aka.ms/dotnet/7.0.1xx-rc2/daily/dotnet-sdk-win-arm64.zip.sha - [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories + Looking for dotnet-install sources? ----------------------------------- diff --git a/tools/sdk-readme-table-generator/TableGenerator/Program.fs b/tools/sdk-readme-table-generator/TableGenerator/Program.fs index d0fd1ec99..5398c1f82 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Program.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Program.fs @@ -9,12 +9,12 @@ let inputBranches = [ { GitBranchName = "main" DisplayName = "main
(8.0.x Runtime)" AkaMsChannel = Some("8.0.1xx/daily") } + { GitBranchName = "release/7.0.2xx" + DisplayName = "Release/7.0.2xx
(7.0.x Runtime)" + AkaMsChannel = Some("7.0.2xx/daily") } { GitBranchName = "release/7.0.1xx" DisplayName = "Release/7.0.1xx
(7.0.x Runtime)" - AkaMsChannel = Some("7.0.1xx/daily") } - { GitBranchName = "release/7.0.1xx-rc2" - DisplayName = "Release/7.0.1xx-rc2
(7.0.x Runtime)" - AkaMsChannel = Some("7.0.1xx-rc2/daily") }] + AkaMsChannel = Some("7.0.1xx/daily") }] let referentNotes = """Reference notes: From 967c14d824b966a09b4e3acf8310ee0f09a9755b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Oct 2022 03:34:37 +0000 Subject: [PATCH 409/501] Update dependencies from https://github.com/dotnet/sdk build 20221025.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22524.1 -> To Version 7.0.100-1.22525.3 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index 45a23d8cb..c3c0f1683 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c6ff4fc2..98c04e845 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@
https://github.com/dotnet/sdk - c48c7e3c52133389443b0c716f411e20a7177a60 + 6758e062fcb3279f20afce36439128cef3d6ae7e - + https://github.com/dotnet/sdk - c48c7e3c52133389443b0c716f411e20a7177a60 + 6758e062fcb3279f20afce36439128cef3d6ae7e - + https://github.com/dotnet/sdk - c48c7e3c52133389443b0c716f411e20a7177a60 + 6758e062fcb3279f20afce36439128cef3d6ae7e - + https://github.com/dotnet/sdk - c48c7e3c52133389443b0c716f411e20a7177a60 + 6758e062fcb3279f20afce36439128cef3d6ae7e @@ -143,9 +143,9 @@ d194886e7de0b6bb21a22e0b85472fa6a3b7793a - + https://github.com/dotnet/linker - d8ca185cf241d60182183ebe9740e36a23ac5b97 + 4db6ac94ffa8bf6dae8ad9c5c68f94b58de917fd linker diff --git a/eng/Versions.props b/eng/Versions.props index 5c9d7383e..f69a42188 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22525.7 - 8.0.100-alpha.1.22525.7 + 8.0.100-alpha.1.22525.8 + 8.0.100-alpha.1.22525.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b14728210d047bb4816de7cc12b358408b74eb6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Oct 2022 07:26:32 +0000 Subject: [PATCH 410/501] Update dependencies from https://github.com/dotnet/sdk build 20221025.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NET.Test.Sdk From Version 17.5.0-preview-20221024-01 -> To Version 17.5.0-preview-20221025-01 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index c3c0f1683..417d9979a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 98c04e845..2a709f7c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 6758e062fcb3279f20afce36439128cef3d6ae7e + c5d8e31768509a62cb3cd0074ef699f51f0587d1 - + https://github.com/dotnet/sdk - 6758e062fcb3279f20afce36439128cef3d6ae7e + c5d8e31768509a62cb3cd0074ef699f51f0587d1 - + https://github.com/dotnet/sdk - 6758e062fcb3279f20afce36439128cef3d6ae7e + c5d8e31768509a62cb3cd0074ef699f51f0587d1 - + https://github.com/dotnet/sdk - 6758e062fcb3279f20afce36439128cef3d6ae7e + c5d8e31768509a62cb3cd0074ef699f51f0587d1 @@ -138,9 +138,9 @@ 82c00c7dbc2e8e3509c1bef0d04a7fc1b5e0b707 - + https://github.com/microsoft/vstest - d194886e7de0b6bb21a22e0b85472fa6a3b7793a + 9d12a2e26fda590fd384668271011fcd8f475209 diff --git a/eng/Versions.props b/eng/Versions.props index f69a42188..0243bcc57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22525.8 - 8.0.100-alpha.1.22525.8 + 8.0.100-alpha.1.22525.12 + 8.0.100-alpha.1.22525.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221024-01 + 17.5.0-preview-20221025-01 7.0.0-rc.1.22426.10 From 4e43e53e43ad5c0d966106b06dffb723ca686472 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Oct 2022 08:22:54 +0000 Subject: [PATCH 411/501] Update dependencies from https://github.com/dotnet/sdk build 20221026.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.NET.Test.Sdk,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22524.7 -> To Version 8.0.0-alpha.1.22525.3 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 46 ++++++++++++++++++++--------------------- eng/Versions.props | 18 ++++++++-------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/NuGet.config b/NuGet.config index 417d9979a..0ae7b91aa 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a709f7c0..08c7eab53 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,34 +57,34 @@ https://github.com/dotnet/runtime 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 - + https://github.com/dotnet/aspnetcore - f5b7f6fa60711710685165486dca16b23cb53d31 + f73a1835a1454d31337b850e6adaedcf597b5119 - + https://github.com/dotnet/aspnetcore - f5b7f6fa60711710685165486dca16b23cb53d31 + f73a1835a1454d31337b850e6adaedcf597b5119 - + https://github.com/dotnet/aspnetcore - f5b7f6fa60711710685165486dca16b23cb53d31 + f73a1835a1454d31337b850e6adaedcf597b5119 - + https://github.com/dotnet/aspnetcore - f5b7f6fa60711710685165486dca16b23cb53d31 + f73a1835a1454d31337b850e6adaedcf597b5119 - + https://github.com/dotnet/aspnetcore - f5b7f6fa60711710685165486dca16b23cb53d31 + f73a1835a1454d31337b850e6adaedcf597b5119 - + https://github.com/dotnet/aspnetcore - f5b7f6fa60711710685165486dca16b23cb53d31 + f73a1835a1454d31337b850e6adaedcf597b5119 - + https://github.com/dotnet/aspnetcore - f5b7f6fa60711710685165486dca16b23cb53d31 + f73a1835a1454d31337b850e6adaedcf597b5119 https://github.com/dotnet/test-templates @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - c5d8e31768509a62cb3cd0074ef699f51f0587d1 + 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba - + https://github.com/dotnet/sdk - c5d8e31768509a62cb3cd0074ef699f51f0587d1 + 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba - + https://github.com/dotnet/sdk - c5d8e31768509a62cb3cd0074ef699f51f0587d1 + 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba - + https://github.com/dotnet/sdk - c5d8e31768509a62cb3cd0074ef699f51f0587d1 + 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba @@ -159,9 +159,9 @@ 3b7246b650398f47b6028e2673b06902613dc46e - + https://github.com/nuget/nuget.client - 5d2c71b138e6a70f7843f58799a110c94a984990 + 41c08c5549ac3c738d5bf369014da059eff53fbd diff --git a/eng/Versions.props b/eng/Versions.props index 0243bcc57..a5b752866 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22524.7 - 8.0.0-alpha.1.22524.7 - 8.0.0-alpha.1.22524.7 - 8.0.0-alpha.1.22524.7 - 8.0.0-alpha.1.22524.7 - 8.0.0-alpha.1.22524.7 - 8.0.0-alpha.1.22524.7 + 8.0.0-alpha.1.22525.3 + 8.0.0-alpha.1.22525.3 + 8.0.0-alpha.1.22525.3 + 8.0.0-alpha.1.22525.3 + 8.0.0-alpha.1.22525.3 + 8.0.0-alpha.1.22525.3 + 8.0.0-alpha.1.22525.3 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22525.12 - 8.0.100-alpha.1.22525.12 + 8.0.100-alpha.1.22526.1 + 8.0.100-alpha.1.22526.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d414b0223180b8042baf905d672a31c3bab2da93 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Oct 2022 21:01:19 +0000 Subject: [PATCH 412/501] Update dependencies from https://github.com/dotnet/sdk build 20221026.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 0ae7b91aa..a0e27523e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08c7eab53..1cb3b9e39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba + dac29eed592e74a744ad58f8ee24d2d21fa3a436 - + https://github.com/dotnet/sdk - 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba + dac29eed592e74a744ad58f8ee24d2d21fa3a436 - + https://github.com/dotnet/sdk - 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba + dac29eed592e74a744ad58f8ee24d2d21fa3a436 - + https://github.com/dotnet/sdk - 5c540211627b5db9e1715ad13b3e2c4c00d0e2ba + dac29eed592e74a744ad58f8ee24d2d21fa3a436 diff --git a/eng/Versions.props b/eng/Versions.props index a5b752866..7195efc32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22526.1 - 8.0.100-alpha.1.22526.1 + 8.0.100-alpha.1.22526.4 + 8.0.100-alpha.1.22526.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f86a1a3da17fea89a4eb825515397b9f35e69021 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Oct 2022 23:38:19 +0000 Subject: [PATCH 413/501] Update dependencies from https://github.com/dotnet/sdk build 20221026.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index a0e27523e..3e9ff87c4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1cb3b9e39..b112998bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -105,20 +105,20 @@ https://github.com/dotnet/sdk - dac29eed592e74a744ad58f8ee24d2d21fa3a436 + 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 - + https://github.com/dotnet/sdk - dac29eed592e74a744ad58f8ee24d2d21fa3a436 + 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 - + https://github.com/dotnet/sdk - dac29eed592e74a744ad58f8ee24d2d21fa3a436 + 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 - + https://github.com/dotnet/sdk - dac29eed592e74a744ad58f8ee24d2d21fa3a436 + 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 diff --git a/eng/Versions.props b/eng/Versions.props index 7195efc32..6f3f7b192 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22526.4 - 8.0.100-alpha.1.22526.4 + 8.0.100-alpha.1.22526.7 + 8.0.100-alpha.1.22526.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 01edbc396534a8d9ed084ea433367579a8977b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Thu, 27 Oct 2022 14:08:50 +0200 Subject: [PATCH 414/501] Add a pipeline for automated VMR synchronization (#14805) Adds a pipeline that will trigger on main commits and synchronize the [VMR](https://github.com/dotnet/dotnet). The pipeline has 2 parameters: - What commit of installer to sync to (defaults to commit that triggered the build) - What branch of the VMR it pushes to (defaults to branch that triggered the build) --- .config/dotnet-tools.json | 12 +++ eng/Version.Details.xml | 8 +- eng/Versions.props | 2 +- .../templates/jobs/vmr-synchronization.yml | 76 +++++++++++++++++++ eng/vmr-synchronization.yml | 41 ++++++++++ .../Tasks/VirtualMonoRepo_Initialize.cs | 4 + 6 files changed, 140 insertions(+), 3 deletions(-) create mode 100644 .config/dotnet-tools.json create mode 100644 eng/pipelines/templates/jobs/vmr-synchronization.yml create mode 100644 eng/vmr-synchronization.yml diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 000000000..649a77433 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "microsoft.dotnet.darc": { + "version": "1.1.0-beta.22527.1", + "commands": [ + "darc" + ] + } + } +} diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b112998bf..abc01a6a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,9 +206,13 @@ https://github.com/dotnet/arcade c5dd6a1da2e6d9b3423ab809fcda8af2927a408b - + https://github.com/dotnet/arcade-services - f599f273949253b9826abb99f1bb12fabdb5bb00 + 96b70240e35894921b5bf33acb16590f0067fb52 + + + https://github.com/dotnet/arcade-services + 96b70240e35894921b5bf33acb16590f0067fb52 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 6f3f7b192..17753dc26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22519.1 + 1.1.0-beta.22527.1 diff --git a/eng/pipelines/templates/jobs/vmr-synchronization.yml b/eng/pipelines/templates/jobs/vmr-synchronization.yml new file mode 100644 index 000000000..4d1fa202d --- /dev/null +++ b/eng/pipelines/templates/jobs/vmr-synchronization.yml @@ -0,0 +1,76 @@ +### These steps synchronize code from product repositories into the VMR (https://github.com/dotnet/dotnet) + +parameters: +- name: targetRef + displayName: Target revision in dotnet/installer to synchronize + type: string + default: $(Build.SourceVersion) + +- name: vmrBranch + displayName: dotnet/dotnet branch to use + type: string + default: $(Build.SourceBranchName) + +- name: vmrToken + displayName: PAT that allows pushing to dotnet/dotnet + type: string + +jobs: +- job: Synchronize + displayName: Synchronize dotnet/dotnet + timeoutInMinutes: 120 + + pool: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: NetCore-Public + demands: + - ImageOverride -equals Build.Ubuntu.2004.Amd64.Open + ${{ else }}: + name: NetCore1ESPool-Internal + demands: + - ImageOverride -equals Build.Ubuntu.2004.Amd64 + + steps: + - checkout: self + clean: true + displayName: Checkout dotnet/installer + fetchDepth: 0 + path: installer + + - checkout: vmr + clean: true + displayName: Checkout dotnet/dotnet + fetchDepth: 0 + path: vmr + + - script: |- + source ./eng/common/tools.sh + InitializeDotNetCli true + ./.dotnet/dotnet tool restore + displayName: Restore toolset + workingDirectory: $(Agent.BuildDirectory)/installer + + # TODO (https://github.com/dotnet/arcade/issues/11386): Remove this step + # This step is here so that darc can find the PR commit (which might be in some fork) + # We need to make darc understand that it needs to look in the fork from this PR + - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: + - script: |- + cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/installer + displayName: '[PR Only] Prepare dotnet/installer clone' + + - script: |- + $(Agent.BuildDirectory)/installer/.dotnet/dotnet darc vmr update --vmr $(Agent.BuildDirectory)/vmr --tmp $(Agent.TempDirectory) --azdev-pat $(System.AccessToken) --github-pat ${{ parameters.vmrToken }} --recursive --verbose installer:${{ parameters.targetRef }} + displayName: Synchronize dotnet/dotnet + workingDirectory: $(Agent.BuildDirectory)/installer + + - ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: + - script: |- + set -x + git config --global user.email 'dotnet-maestro[bot]@users.noreply.github.com' && git config --global user.name 'dotnet-maestro[bot]' + git remote add dotnet 'https://${{ parameters.vmrToken }}@github.com/dotnet/dotnet.git' + git fetch dotnet + git branch ${{ parameters.vmrBranch }} + git branch --set-upstream-to=dotnet/${{ parameters.vmrBranch }} ${{ parameters.vmrBranch }} || echo 'Branch ${{ parameters.vmrBranch }} not found in remote' + git push dotnet ${{ parameters.vmrBranch }} + displayName: Push changes to dotnet/dotnet + workingDirectory: $(Agent.BuildDirectory)/vmr diff --git a/eng/vmr-synchronization.yml b/eng/vmr-synchronization.yml new file mode 100644 index 000000000..488c087e1 --- /dev/null +++ b/eng/vmr-synchronization.yml @@ -0,0 +1,41 @@ +### This pipeline synchronizes code from product repositories into the VMR (https://github.com/dotnet/dotnet) + +parameters: +- name: targetRef + displayName: Target revision in dotnet/installer to synchronize + type: string + default: $(Build.SourceVersion) + +- name: vmrBranch + displayName: dotnet/dotnet branch to use + type: string + default: $(Build.SourceBranchName) + +trigger: + branches: + include: + - main + +pr: none + +resources: + repositories: + - repository: vmr + type: github + name: dotnet/dotnet + endpoint: dotnet + +variables: +- ${{ if eq(variables['System.TeamProject'], 'internal') }}: + - group: DotNetBot-GitHub + +- ${{ else }}: + - name: BotAccount-dotnet-bot-repo-PAT + value: N/A + +jobs: +- template: ./pipelines/templates/jobs/vmr-synchronization.yml + parameters: + targetRef: ${{ parameters.targetRef }} + vmrBranch: ${{ parameters.vmrBranch }} + vmrToken: $(BotAccount-dotnet-bot-repo-PAT) diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs index ed3cbbf30..7a28720d9 100644 --- a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs +++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs @@ -2,6 +2,7 @@ // The .NET Foundation licenses this file to you under the MIT license. using System; +using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -48,6 +49,9 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask private async Task ExecuteAsync() { + VmrPath = Path.GetFullPath(VmrPath); + TmpPath = Path.GetFullPath(TmpPath); + var vmrInitializer = _serviceProvider.Value.GetRequiredService(); await vmrInitializer.InitializeRepository(Repository, Revision, PackageVersion, Recursive, _cancellationToken.Token); return true; From 4e3f7ef1087e0e083c65960c58f3d13170a633e0 Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Thu, 27 Oct 2022 18:00:39 -0500 Subject: [PATCH 415/501] Get source-build main building (#14790) * wip * Enable source-build tarball CI * Add required runtime patch * Update source-build toolset and artifacts * Add aspnetcore patches * Fix aspnetcore build as error; fix aspnetcore installer error * Patch cleanup * Disable blocked scenarios smoke-tests Co-authored-by: MichaelSimons --- .vsts-ci.yml | 9 ++- eng/Versions.props | 2 +- .../tarball/content/Directory.Build.props | 2 +- src/SourceBuild/tarball/content/global.json | 2 +- .../BasicScenarioTests.cs | 9 +-- .../WebScenarioTests.cs | 11 ++-- .../assets/online.NuGet.Config | 4 +- .../aspnetcore/0002-IDE0060-workaround.patch | 22 +++++++ .../0003-Address-obsolete-errors.patch | 24 ++++++++ ...val-of-internal-archives-from-aspnet.patch | 23 ++++++++ ....0-during-source-build-Port-of-75168.patch | 59 +++++++++++++++++++ 11 files changed, 148 insertions(+), 19 deletions(-) create mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0002-IDE0060-workaround.patch create mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch create mode 100644 src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch create mode 100644 src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 8dca6c38d..213dd68e0 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -347,11 +347,10 @@ stages: - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml - # TODO: Enable once source-build is supported for 8.0 - https://github.com/dotnet/source-build/issues/3026 - # - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - # - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml - # parameters: - # dependsOn: Source_Build_Create_Tarball + - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml + parameters: + dependsOn: Source_Build_Create_Tarball - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - stage: Publish diff --git a/eng/Versions.props b/eng/Versions.props index 17753dc26..bbd4f5f29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -208,7 +208,7 @@ or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 7.0.100-rc.1 + 7.0.100-rc.2 diff --git a/src/SourceBuild/tarball/content/Directory.Build.props b/src/SourceBuild/tarball/content/Directory.Build.props index 23afb19e6..a1384a557 100644 --- a/src/SourceBuild/tarball/content/Directory.Build.props +++ b/src/SourceBuild/tarball/content/Directory.Build.props @@ -223,7 +223,7 @@ - + diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index 8d6aba31b..8d9568376 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.100-rc.1.22431.12" + "dotnet": "7.0.100-rc.2.22477.23" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/BasicScenarioTests.cs b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/BasicScenarioTests.cs index af435cfdc..1857faa9f 100644 --- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/BasicScenarioTests.cs +++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/BasicScenarioTests.cs @@ -29,11 +29,12 @@ public class BasicScenarioTests : SmokeTests { foreach (DotNetLanguage language in Enum.GetValues()) { - yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.Console, DotNetActions.Build | DotNetActions.Run | DotNetActions.PublishComplex | DotNetActions.PublishR2R); + // TODO: Re-enable once the templates target net8.0 - https://github.com/dotnet/source-build/issues/3093 + //yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.Console, DotNetActions.Build | DotNetActions.Run | DotNetActions.PublishComplex | DotNetActions.PublishR2R); yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.ClassLib, DotNetActions.Build | DotNetActions.Publish); - yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.XUnit, DotNetActions.Test); - yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.NUnit, DotNetActions.Test); - yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.MSTest, DotNetActions.Test); + //yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.XUnit, DotNetActions.Test); + //yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.NUnit, DotNetActions.Test); + //yield return new(nameof(BasicScenarioTests), language, DotNetTemplate.MSTest, DotNetActions.Test); } } } diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs index 56d0368f3..b763fe83b 100644 --- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs +++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs @@ -28,14 +28,15 @@ public class WebScenarioTests : SmokeTests { foreach (DotNetLanguage language in new[] { DotNetLanguage.CSharp, DotNetLanguage.FSharp }) { - yield return new(nameof(WebScenarioTests), language, DotNetTemplate.Web, DotNetActions.Build | DotNetActions.Run | DotNetActions.PublishComplex); - yield return new(nameof(WebScenarioTests), language, DotNetTemplate.Mvc, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish) { NoHttps = true }; - yield return new(nameof(WebScenarioTests), language, DotNetTemplate.WebApi, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); + // TODO: Re-enable once the templates target net8.0 - https://github.com/dotnet/source-build/issues/3093 + // yield return new(nameof(WebScenarioTests), language, DotNetTemplate.Web, DotNetActions.Build | DotNetActions.Run | DotNetActions.PublishComplex); + // yield return new(nameof(WebScenarioTests), language, DotNetTemplate.Mvc, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish) { NoHttps = true }; + // yield return new(nameof(WebScenarioTests), language, DotNetTemplate.WebApi, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); } - yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.Razor, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); + //yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.Razor, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.BlazorWasm, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); - yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.BlazorServer, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); + //yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.BlazorServer, DotNetActions.Build | DotNetActions.Run | DotNetActions.Publish); yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.Worker); yield return new(nameof(WebScenarioTests), DotNetLanguage.CSharp, DotNetTemplate.Angular); } diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config index b3648690f..42d4b6334 100644 --- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config +++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config @@ -3,7 +3,7 @@ - - + + diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0002-IDE0060-workaround.patch b/src/SourceBuild/tarball/patches/aspnetcore/0002-IDE0060-workaround.patch new file mode 100644 index 000000000..62a4f8d31 --- /dev/null +++ b/src/SourceBuild/tarball/patches/aspnetcore/0002-IDE0060-workaround.patch @@ -0,0 +1,22 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: MichaelSimons +Date: Fri, 12 Aug 2022 23:02:54 +0000 +Subject: [PATCH] IDE0060 workaround + +Backport: https://github.com/dotnet/roslyn-analyzers/issues/6228 +--- + src/Http/Routing/src/Matching/Ascii.cs | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/Http/Routing/src/Matching/Ascii.cs b/src/Http/Routing/src/Matching/Ascii.cs +index 081af0bb07..393a9eb65f 100644 +--- a/src/Http/Routing/src/Matching/Ascii.cs ++++ b/src/Http/Routing/src/Matching/Ascii.cs +@@ -12,7 +12,6 @@ internal static class Ascii + // and we know that the spans are the same length. + // + // Similar to https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/Globalization/CompareInfo.cs#L549 +- [MethodImpl(MethodImplOptions.AggressiveInlining)] + public static bool AsciiIgnoreCaseEquals(ReadOnlySpan a, ReadOnlySpan b, int length) + { + // The caller should have checked the length. We enforce that here by THROWING if the diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch b/src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch new file mode 100644 index 000000000..b98759d70 --- /dev/null +++ b/src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch @@ -0,0 +1,24 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: MichaelSimons +Date: Thu, 27 Oct 2022 02:47:08 +0000 +Subject: [PATCH] Address obsolete errors + +Backport: https://github.com/dotnet/aspnetcore/pull/44734 +--- + src/Servers/Kestrel/Core/src/KestrelServerOptions.cs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs b/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs +index f31880e891..fc6322dd41 100644 +--- a/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs ++++ b/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs +@@ -252,9 +252,6 @@ public class KestrelServerOptions + writer.WritePropertyName(nameof(AllowResponseHeaderCompression)); + writer.WriteBooleanValue(AllowResponseHeaderCompression); + +- writer.WritePropertyName(nameof(EnableAltSvc)); +- writer.WriteBooleanValue(EnableAltSvc); +- + writer.WritePropertyName(nameof(IsDevCertLoaded)); + writer.WriteBooleanValue(IsDevCertLoaded); + diff --git a/src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch b/src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch new file mode 100644 index 000000000..4b89716fa --- /dev/null +++ b/src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch @@ -0,0 +1,23 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: MichaelSimons +Date: Thu, 27 Oct 2022 17:59:45 +0000 +Subject: [PATCH] Revert removal of internal archives from aspnet + +Backport: https://github.com/dotnet/source-build/issues/3092 +--- + src/redist/targets/GenerateLayout.targets | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets +index 2eda46221..010b4696e 100644 +--- a/src/redist/targets/GenerateLayout.targets ++++ b/src/redist/targets/GenerateLayout.targets +@@ -100,7 +100,7 @@ + aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefInternalPackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) + aspnetcoremodule_$(Architecture)_en_v2_$(MicrosoftAspNetCoreAppRuntimePackageVersion)$(InstallerExtension) + aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) +- aspnetcore-runtime-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) ++ aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) + + + aspnetcore_base_runtime.version diff --git a/src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch b/src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch new file mode 100644 index 000000000..df8527d48 --- /dev/null +++ b/src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch @@ -0,0 +1,59 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Wed, 26 Oct 2022 17:03:02 -0500 +Subject: [PATCH] Target only net7.0 during source-build - Port of #75168 to + main (#77052) + +* Target only net7.0 during source-build +Port of #75168 to main. + +* Target net7.0 in additional projects + +* Update compatibility suppressions + +* Only target net7.0 for source-build + +* Disable package validation for source-build + +* Revert compatibility suppression changes + +* Use NetCoreAppCurrent instead of hardcoding net7.0 + +* Revert mono Apple TFM change + +* Remove unnecessary LangVersion + +* Address code review comments. + +Co-authored-by: Logan Bussell + +Backport: https://github.com/dotnet/runtime/pull/77052 +--- + Directory.Build.props | 1 + + eng/SourceBuild.props | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/Directory.Build.props b/Directory.Build.props +index b902a691666..35e506f1eba 100644 +--- a/Directory.Build.props ++++ b/Directory.Build.props +@@ -53,6 +53,7 @@ + .NET $(NetCoreAppCurrentVersion) + net$(NetCoreAppCurrentVersion) + net6.0 ++ $(NetCoreAppCurrent) + + 7.0 + net$(NetCoreAppToolCurrentVersion) +diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props +index ebf8e683ed0..1dfe97fe1ca 100644 +--- a/eng/SourceBuild.props ++++ b/eng/SourceBuild.props +@@ -48,6 +48,7 @@ + $(InnerBuildArgs) /p:BuildDebPackage=false + $(InnerBuildArgs) /p:EnableNgenOptimization=false + $(InnerBuildArgs) /p:AdditionalRuntimeIdentifierParent=$(BaseOS) ++ $(InnerBuildArgs) /p:EnablePackageValidation=false + + + From 382796a34636da5f605990b4f90d5b58051c4f15 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 28 Oct 2022 11:13:54 -0500 Subject: [PATCH 416/501] Port 7.0 source-build changes to main (#14840) * Remove llvm-project from source-build as we have removed this dependency in runtime. (#14697) * Remove llvm-project from source-build as we have removed this dependency in runtime. * Add patch for the backport PR to get this to build for now. * Remove unneeded copy of this patch. * Update patch backport comments and remove obsolete patch (#14710) * Refactor source-build CI triggers and pools (#14835) * Fixup-merge Co-authored-by: Chris Rummel --- eng/Version.Details.xml | 5 - eng/source-build-tarball-build-official.yml | 9 +- .../job/source-build-create-tarball.yml | 17 +- .../job/source-build-run-tarball-build.yml | 8 +- .../tarball/content/repos/known-good.proj | 1 - .../tarball/content/repos/llvm-project.proj | 24 -- ...m-LLVM-directory-to-root-directory-t.patch | 298 ------------------ .../0002-Add-SourceBuild.props.patch | 26 -- ...ilt-assets-during-source-build-for-r.patch | 2 +- ...ObjWriter-dependency-in-source-build.patch | 40 +++ 10 files changed, 69 insertions(+), 361 deletions(-) delete mode 100644 src/SourceBuild/tarball/content/repos/llvm-project.proj delete mode 100644 src/SourceBuild/tarball/patches/llvm-project/0001-Copy-license-form-LLVM-directory-to-root-directory-t.patch delete mode 100644 src/SourceBuild/tarball/patches/llvm-project/0002-Add-SourceBuild.props.patch create mode 100644 src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index abc01a6a6..545b851fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,11 +17,6 @@ https://github.com/dotnet/windowsdesktop c3e484659d17ab5f96ffef601be29857c44ce7ea - - https://github.com/dotnet/llvm-project - 8922de40f27c445ffb5f65ff8ab6ced6648680ba - - https://github.com/dotnet/runtime 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 diff --git a/eng/source-build-tarball-build-official.yml b/eng/source-build-tarball-build-official.yml index a230a4d7c..38753d24d 100644 --- a/eng/source-build-tarball-build-official.yml +++ b/eng/source-build-tarball-build-official.yml @@ -4,7 +4,14 @@ resources: pipelines: - pipeline: installer-build-resource source: dotnet-installer-official-ci - trigger: true + trigger: + branches: + include: + - main + - release/* + - internal/release/* + stages: + - build stages: - stage: build diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml index 3c3ba9ecf..acdfe5901 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml @@ -6,11 +6,20 @@ jobs: displayName: Source-Build Create Tarball pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Svc-Public - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open + ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + name: NetCore-Public-XL + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open + ${{ else }}: + name: NetCore-Svc-Public + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + name: NetCore1ESPool-Internal-XL + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + ${{ else }}: + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + variables: - name: _BuildConfig value: Release diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index fe0476166..c794bbc8f 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -15,6 +15,9 @@ parameters: fedora36Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36 ubuntu2004Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04 poolInternalAmd64: + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + poolInternalAmd64PR: name: NetCore1ESPool-Internal-XL demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 poolInternalArm64: @@ -68,7 +71,10 @@ jobs: ${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ parameters.poolPublicAmd64 }} ${{ if eq(variables['System.TeamProject'], 'internal') }}: - ${{ parameters.poolInternalAmd64 }} + ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + ${{ parameters.poolInternalAmd64PR }} + ${{ else }}: + ${{ parameters.poolInternalAmd64 }} - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml diff --git a/src/SourceBuild/tarball/content/repos/known-good.proj b/src/SourceBuild/tarball/content/repos/known-good.proj index 7c60e43bb..0adee7f53 100644 --- a/src/SourceBuild/tarball/content/repos/known-good.proj +++ b/src/SourceBuild/tarball/content/repos/known-good.proj @@ -34,7 +34,6 @@ - diff --git a/src/SourceBuild/tarball/content/repos/llvm-project.proj b/src/SourceBuild/tarball/content/repos/llvm-project.proj deleted file mode 100644 index addb0457c..000000000 --- a/src/SourceBuild/tarball/content/repos/llvm-project.proj +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - $(BuildCommandArgs) /p:OutputRid=$(PortableRid) - $(ProjectDirectory)build$(ShellExtension) $(StandardSourceBuildArgs) $(BuildCommandArgs) - - $(ProjectDirectory)global.json - $(ProjectDirectory)NuGet.config - false - - - - - - - - - - - - diff --git a/src/SourceBuild/tarball/patches/llvm-project/0001-Copy-license-form-LLVM-directory-to-root-directory-t.patch b/src/SourceBuild/tarball/patches/llvm-project/0001-Copy-license-form-LLVM-directory-to-root-directory-t.patch deleted file mode 100644 index 868911a22..000000000 --- a/src/SourceBuild/tarball/patches/llvm-project/0001-Copy-license-form-LLVM-directory-to-root-directory-t.patch +++ /dev/null @@ -1,298 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Wed, 10 Aug 2022 23:16:19 -0500 -Subject: [PATCH] Copy license form LLVM directory to root directory to satisfy - license checker. - -Backport PR: https://github.com/dotnet/llvm-project/pull/242. - ---- - LICENSE.TXT | 279 ++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 279 insertions(+) - create mode 100644 LICENSE.TXT - -diff --git a/LICENSE.TXT b/LICENSE.TXT -new file mode 100644 -index 000000000000..fa6ac5400070 ---- /dev/null -+++ b/LICENSE.TXT -@@ -0,0 +1,279 @@ -+============================================================================== -+The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: -+============================================================================== -+ -+ Apache License -+ Version 2.0, January 2004 -+ http://www.apache.org/licenses/ -+ -+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -+ -+ 1. Definitions. -+ -+ "License" shall mean the terms and conditions for use, reproduction, -+ and distribution as defined by Sections 1 through 9 of this document. -+ -+ "Licensor" shall mean the copyright owner or entity authorized by -+ the copyright owner that is granting the License. -+ -+ "Legal Entity" shall mean the union of the acting entity and all -+ other entities that control, are controlled by, or are under common -+ control with that entity. For the purposes of this definition, -+ "control" means (i) the power, direct or indirect, to cause the -+ direction or management of such entity, whether by contract or -+ otherwise, or (ii) ownership of fifty percent (50%) or more of the -+ outstanding shares, or (iii) beneficial ownership of such entity. -+ -+ "You" (or "Your") shall mean an individual or Legal Entity -+ exercising permissions granted by this License. -+ -+ "Source" form shall mean the preferred form for making modifications, -+ including but not limited to software source code, documentation -+ source, and configuration files. -+ -+ "Object" form shall mean any form resulting from mechanical -+ transformation or translation of a Source form, including but -+ not limited to compiled object code, generated documentation, -+ and conversions to other media types. -+ -+ "Work" shall mean the work of authorship, whether in Source or -+ Object form, made available under the License, as indicated by a -+ copyright notice that is included in or attached to the work -+ (an example is provided in the Appendix below). -+ -+ "Derivative Works" shall mean any work, whether in Source or Object -+ form, that is based on (or derived from) the Work and for which the -+ editorial revisions, annotations, elaborations, or other modifications -+ represent, as a whole, an original work of authorship. For the purposes -+ of this License, Derivative Works shall not include works that remain -+ separable from, or merely link (or bind by name) to the interfaces of, -+ the Work and Derivative Works thereof. -+ -+ "Contribution" shall mean any work of authorship, including -+ the original version of the Work and any modifications or additions -+ to that Work or Derivative Works thereof, that is intentionally -+ submitted to Licensor for inclusion in the Work by the copyright owner -+ or by an individual or Legal Entity authorized to submit on behalf of -+ the copyright owner. For the purposes of this definition, "submitted" -+ means any form of electronic, verbal, or written communication sent -+ to the Licensor or its representatives, including but not limited to -+ communication on electronic mailing lists, source code control systems, -+ and issue tracking systems that are managed by, or on behalf of, the -+ Licensor for the purpose of discussing and improving the Work, but -+ excluding communication that is conspicuously marked or otherwise -+ designated in writing by the copyright owner as "Not a Contribution." -+ -+ "Contributor" shall mean Licensor and any individual or Legal Entity -+ on behalf of whom a Contribution has been received by Licensor and -+ subsequently incorporated within the Work. -+ -+ 2. Grant of Copyright License. Subject to the terms and conditions of -+ this License, each Contributor hereby grants to You a perpetual, -+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable -+ copyright license to reproduce, prepare Derivative Works of, -+ publicly display, publicly perform, sublicense, and distribute the -+ Work and such Derivative Works in Source or Object form. -+ -+ 3. Grant of Patent License. Subject to the terms and conditions of -+ this License, each Contributor hereby grants to You a perpetual, -+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable -+ (except as stated in this section) patent license to make, have made, -+ use, offer to sell, sell, import, and otherwise transfer the Work, -+ where such license applies only to those patent claims licensable -+ by such Contributor that are necessarily infringed by their -+ Contribution(s) alone or by combination of their Contribution(s) -+ with the Work to which such Contribution(s) was submitted. If You -+ institute patent litigation against any entity (including a -+ cross-claim or counterclaim in a lawsuit) alleging that the Work -+ or a Contribution incorporated within the Work constitutes direct -+ or contributory patent infringement, then any patent licenses -+ granted to You under this License for that Work shall terminate -+ as of the date such litigation is filed. -+ -+ 4. Redistribution. You may reproduce and distribute copies of the -+ Work or Derivative Works thereof in any medium, with or without -+ modifications, and in Source or Object form, provided that You -+ meet the following conditions: -+ -+ (a) You must give any other recipients of the Work or -+ Derivative Works a copy of this License; and -+ -+ (b) You must cause any modified files to carry prominent notices -+ stating that You changed the files; and -+ -+ (c) You must retain, in the Source form of any Derivative Works -+ that You distribute, all copyright, patent, trademark, and -+ attribution notices from the Source form of the Work, -+ excluding those notices that do not pertain to any part of -+ the Derivative Works; and -+ -+ (d) If the Work includes a "NOTICE" text file as part of its -+ distribution, then any Derivative Works that You distribute must -+ include a readable copy of the attribution notices contained -+ within such NOTICE file, excluding those notices that do not -+ pertain to any part of the Derivative Works, in at least one -+ of the following places: within a NOTICE text file distributed -+ as part of the Derivative Works; within the Source form or -+ documentation, if provided along with the Derivative Works; or, -+ within a display generated by the Derivative Works, if and -+ wherever such third-party notices normally appear. The contents -+ of the NOTICE file are for informational purposes only and -+ do not modify the License. You may add Your own attribution -+ notices within Derivative Works that You distribute, alongside -+ or as an addendum to the NOTICE text from the Work, provided -+ that such additional attribution notices cannot be construed -+ as modifying the License. -+ -+ You may add Your own copyright statement to Your modifications and -+ may provide additional or different license terms and conditions -+ for use, reproduction, or distribution of Your modifications, or -+ for any such Derivative Works as a whole, provided Your use, -+ reproduction, and distribution of the Work otherwise complies with -+ the conditions stated in this License. -+ -+ 5. Submission of Contributions. Unless You explicitly state otherwise, -+ any Contribution intentionally submitted for inclusion in the Work -+ by You to the Licensor shall be under the terms and conditions of -+ this License, without any additional terms or conditions. -+ Notwithstanding the above, nothing herein shall supersede or modify -+ the terms of any separate license agreement you may have executed -+ with Licensor regarding such Contributions. -+ -+ 6. Trademarks. This License does not grant permission to use the trade -+ names, trademarks, service marks, or product names of the Licensor, -+ except as required for reasonable and customary use in describing the -+ origin of the Work and reproducing the content of the NOTICE file. -+ -+ 7. Disclaimer of Warranty. Unless required by applicable law or -+ agreed to in writing, Licensor provides the Work (and each -+ Contributor provides its Contributions) on an "AS IS" BASIS, -+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -+ implied, including, without limitation, any warranties or conditions -+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A -+ PARTICULAR PURPOSE. You are solely responsible for determining the -+ appropriateness of using or redistributing the Work and assume any -+ risks associated with Your exercise of permissions under this License. -+ -+ 8. Limitation of Liability. In no event and under no legal theory, -+ whether in tort (including negligence), contract, or otherwise, -+ unless required by applicable law (such as deliberate and grossly -+ negligent acts) or agreed to in writing, shall any Contributor be -+ liable to You for damages, including any direct, indirect, special, -+ incidental, or consequential damages of any character arising as a -+ result of this License or out of the use or inability to use the -+ Work (including but not limited to damages for loss of goodwill, -+ work stoppage, computer failure or malfunction, or any and all -+ other commercial damages or losses), even if such Contributor -+ has been advised of the possibility of such damages. -+ -+ 9. Accepting Warranty or Additional Liability. While redistributing -+ the Work or Derivative Works thereof, You may choose to offer, -+ and charge a fee for, acceptance of support, warranty, indemnity, -+ or other liability obligations and/or rights consistent with this -+ License. However, in accepting such obligations, You may act only -+ on Your own behalf and on Your sole responsibility, not on behalf -+ of any other Contributor, and only if You agree to indemnify, -+ defend, and hold each Contributor harmless for any liability -+ incurred by, or claims asserted against, such Contributor by reason -+ of your accepting any such warranty or additional liability. -+ -+ END OF TERMS AND CONDITIONS -+ -+ APPENDIX: How to apply the Apache License to your work. -+ -+ To apply the Apache License to your work, attach the following -+ boilerplate notice, with the fields enclosed by brackets "[]" -+ replaced with your own identifying information. (Don't include -+ the brackets!) The text should be enclosed in the appropriate -+ comment syntax for the file format. We also recommend that a -+ file or class name and description of purpose be included on the -+ same "printed page" as the copyright notice for easier -+ identification within third-party archives. -+ -+ Copyright [yyyy] [name of copyright owner] -+ -+ Licensed under the Apache License, Version 2.0 (the "License"); -+ you may not use this file except in compliance with the License. -+ You may obtain a copy of the License at -+ -+ http://www.apache.org/licenses/LICENSE-2.0 -+ -+ Unless required by applicable law or agreed to in writing, software -+ distributed under the License is distributed on an "AS IS" BASIS, -+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -+ See the License for the specific language governing permissions and -+ limitations under the License. -+ -+ -+---- LLVM Exceptions to the Apache 2.0 License ---- -+ -+As an exception, if, as a result of your compiling your source code, portions -+of this Software are embedded into an Object form of such source code, you -+may redistribute such embedded portions in such Object form without complying -+with the conditions of Sections 4(a), 4(b) and 4(d) of the License. -+ -+In addition, if you combine or link compiled forms of this Software with -+software that is licensed under the GPLv2 ("Combined Software") and if a -+court of competent jurisdiction determines that the patent provision (Section -+3), the indemnity provision (Section 9) or other Section of the License -+conflicts with the conditions of the GPLv2, you may retroactively and -+prospectively choose to deem waived or otherwise exclude such Section(s) of -+the License, but only in their entirety and only with respect to the Combined -+Software. -+ -+============================================================================== -+Software from third parties included in the LLVM Project: -+============================================================================== -+The LLVM Project contains third party software which is under different license -+terms. All such code will be identified clearly using at least one of two -+mechanisms: -+1) It will be in a separate directory tree with its own `LICENSE.txt` or -+ `LICENSE` file at the top containing the specific license and restrictions -+ which apply to that software, or -+2) It will contain specific license and restriction terms at the top of every -+ file. -+ -+============================================================================== -+Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy): -+============================================================================== -+University of Illinois/NCSA -+Open Source License -+ -+Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign. -+All rights reserved. -+ -+Developed by: -+ -+ LLVM Team -+ -+ University of Illinois at Urbana-Champaign -+ -+ http://llvm.org -+ -+Permission is hereby granted, free of charge, to any person obtaining a copy of -+this software and associated documentation files (the "Software"), to deal with -+the Software without restriction, including without limitation the rights to -+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -+of the Software, and to permit persons to whom the Software is furnished to do -+so, subject to the following conditions: -+ -+ * Redistributions of source code must retain the above copyright notice, -+ this list of conditions and the following disclaimers. -+ -+ * Redistributions in binary form must reproduce the above copyright notice, -+ this list of conditions and the following disclaimers in the -+ documentation and/or other materials provided with the distribution. -+ -+ * Neither the names of the LLVM Team, University of Illinois at -+ Urbana-Champaign, nor the names of its contributors may be used to -+ endorse or promote products derived from this Software without specific -+ prior written permission. -+ -+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -+CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE -+SOFTWARE. -+ diff --git a/src/SourceBuild/tarball/patches/llvm-project/0002-Add-SourceBuild.props.patch b/src/SourceBuild/tarball/patches/llvm-project/0002-Add-SourceBuild.props.patch deleted file mode 100644 index 02d7b7b61..000000000 --- a/src/SourceBuild/tarball/patches/llvm-project/0002-Add-SourceBuild.props.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Thu, 11 Aug 2022 01:08:46 -0500 -Subject: [PATCH] Add SourceBuild.props. - -Backport PR: https://github.com/dotnet/llvm-project/pull/242. - ---- - eng/SourceBuild.props | 8 ++++++++ - 1 file changed, 8 insertions(+) - create mode 100644 eng/SourceBuild.props - -diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props -new file mode 100644 -index 000000000000..93e2809599f6 ---- /dev/null -+++ b/eng/SourceBuild.props -@@ -0,0 +1,8 @@ -+ -+ -+ -+ llvm-project -+ true -+ -+ -+ diff --git a/src/SourceBuild/tarball/patches/roslyn-analyzers/0001-Eliminate-pre-built-assets-during-source-build-for-r.patch b/src/SourceBuild/tarball/patches/roslyn-analyzers/0001-Eliminate-pre-built-assets-during-source-build-for-r.patch index d1ae9b05d..eec487f1b 100644 --- a/src/SourceBuild/tarball/patches/roslyn-analyzers/0001-Eliminate-pre-built-assets-during-source-build-for-r.patch +++ b/src/SourceBuild/tarball/patches/roslyn-analyzers/0001-Eliminate-pre-built-assets-during-source-build-for-r.patch @@ -15,7 +15,7 @@ This is taking the approach used in previous versions of source-build: update th Contributes to https://github.com/dotnet/source-build/issues/2420 Contributes to https://github.com/dotnet/source-build/issues/2527 -Backport: https://github.com/dotnet/source-build/issues/2708 +Backport: https://github.com/dotnet/source-build/issues/3049 --- eng/Versions.props | 14 -------------- src/Directory.Build.targets | 5 +++-- diff --git a/src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch b/src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch new file mode 100644 index 000000000..02e49eec9 --- /dev/null +++ b/src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch @@ -0,0 +1,40 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Chris Rummel +Date: Mon, 26 Sep 2022 14:25:33 -0500 +Subject: Remove LLVM ObjWriter dependency in source-build + +Backport PR: https://github.com/dotnet/runtime/pull/76206. + +--- + src/coreclr/tools/aot/ILCompiler/ILCompiler.props | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props +index 8c4fce523906e..4fd1db03e8a48 100644 +--- a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props ++++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props +@@ -48,12 +48,14 @@ + + + true ++ ++ true + + + + + +- ++ + $(ObjWriterVersion) + + +@@ -62,7 +64,7 @@ + $(NetStandardLibraryVersion) + + +- ++ + PreserveNewest + false + false From c8bc24aedbe1656519c620a39984274928f90b28 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 28 Oct 2022 10:37:52 -0700 Subject: [PATCH 417/501] Accommodate alpha sdk naming scheme for msft-sb comparison test (#14841) --- .../eng/common/templates/job/source-build-build-tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml index 2242dbeb0..042bb7349 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml @@ -68,7 +68,7 @@ jobs: - ${{ if ne(parameters.excludeSdkContentTests, 'true') }}: - download: ${{ parameters.installerBuildResourceId }} artifact: BlobArtifacts - patterns: '**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(preview|rc|rtm)*)-linux-${{ parameters.architecture }}.tar.gz' + patterns: '**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*)-linux-${{ parameters.architecture }}.tar.gz' displayName: Download MSFT sdk Tarball - ${{ if eq(parameters.usePreviousArtifacts, 'true') }}: From 018b435d87d290d04941e6deb36365411b651121 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 28 Oct 2022 19:19:09 +0000 Subject: [PATCH 418/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221028.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22525.1 -> To Version 8.0.0-alpha.1.22528.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 545b851fa..640c308c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -213,9 +213,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - 328a67c872579620f27c722c30f5cdb123b32051 + 1889fbd57db92e89316fe3ea3cce3af2bd6d8c39 From dda7d3726edbef12d2548345a24adb18069923e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 20:30:44 +0000 Subject: [PATCH 419/501] [main] Update dependencies from dotnet/sdk (#14837) * Update dependencies from https://github.com/dotnet/sdk build 20221026.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22525.3 -> To Version 8.0.0-alpha.1.22526.4 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221027.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22525.3 -> To Version 8.0.0-alpha.1.22526.4 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221027.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22524.5 -> To Version 8.0.0-alpha.1.22526.6 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221027.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22524.5 -> To Version 8.0.0-alpha.1.22526.6 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221027.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 8.0.0-alpha.1.22524.5 -> To Version 8.0.0-alpha.1.22526.6 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221028.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22524.5 -> To Version 8.0.0-alpha.1.22526.6 (parent: Microsoft.NET.Sdk * Remove backported source-build runtime patch * Remove backported source-build aspnetcore patch * Update dependencies from https://github.com/dotnet/sdk build 20221028.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NETCore.App.Runtime.win-x64,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22524.5 -> To Version 8.0.0-alpha.1.22527.6 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221028.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 8.0.0-alpha.1.22524.5 -> To Version 8.0.0-alpha.1.22527.6 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] Co-authored-by: MichaelSimons --- NuGet.config | 2 +- eng/Version.Details.xml | 90 +++++++++---------- eng/Versions.props | 34 +++---- .../0003-Address-obsolete-errors.patch | 24 ----- ....0-during-source-build-Port-of-75168.patch | 59 ------------ 5 files changed, 63 insertions(+), 146 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch delete mode 100644 src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch diff --git a/NuGet.config b/NuGet.config index 3e9ff87c4..52a239755 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 545b851fa..020d96f19 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop c3e484659d17ab5f96ffef601be29857c44ce7ea - + https://github.com/dotnet/runtime - 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 + feb4bee67a111d6e6091b8492cef57a35191b1d9 - + https://github.com/dotnet/runtime - 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 + feb4bee67a111d6e6091b8492cef57a35191b1d9 - + https://github.com/dotnet/runtime - 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 + feb4bee67a111d6e6091b8492cef57a35191b1d9 - + https://github.com/dotnet/runtime - 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 + feb4bee67a111d6e6091b8492cef57a35191b1d9 - + https://github.com/dotnet/runtime - 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 + feb4bee67a111d6e6091b8492cef57a35191b1d9 - + https://github.com/dotnet/runtime - 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 + feb4bee67a111d6e6091b8492cef57a35191b1d9 @@ -48,38 +48,38 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5108757b997c59ab8ba1fc5309ab0d4e730e2b77 + feb4bee67a111d6e6091b8492cef57a35191b1d9 - + https://github.com/dotnet/aspnetcore - f73a1835a1454d31337b850e6adaedcf597b5119 + d5629a0534ced8534226e321bfefff475160963e - + https://github.com/dotnet/aspnetcore - f73a1835a1454d31337b850e6adaedcf597b5119 + d5629a0534ced8534226e321bfefff475160963e - + https://github.com/dotnet/aspnetcore - f73a1835a1454d31337b850e6adaedcf597b5119 + d5629a0534ced8534226e321bfefff475160963e - + https://github.com/dotnet/aspnetcore - f73a1835a1454d31337b850e6adaedcf597b5119 + d5629a0534ced8534226e321bfefff475160963e - + https://github.com/dotnet/aspnetcore - f73a1835a1454d31337b850e6adaedcf597b5119 + d5629a0534ced8534226e321bfefff475160963e - + https://github.com/dotnet/aspnetcore - f73a1835a1454d31337b850e6adaedcf597b5119 + d5629a0534ced8534226e321bfefff475160963e - + https://github.com/dotnet/aspnetcore - f73a1835a1454d31337b850e6adaedcf597b5119 + d5629a0534ced8534226e321bfefff475160963e https://github.com/dotnet/test-templates @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 + 75a50a68891e6069f362d8300c4ee0fd3e8750eb - + https://github.com/dotnet/sdk - 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 + 75a50a68891e6069f362d8300c4ee0fd3e8750eb - + https://github.com/dotnet/sdk - 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 + 75a50a68891e6069f362d8300c4ee0fd3e8750eb - + https://github.com/dotnet/sdk - 7d8e8104e74b40666fa47c80421a6c88f8bc8b42 + 75a50a68891e6069f362d8300c4ee0fd3e8750eb @@ -124,18 +124,18 @@ https://github.com/dotnet/wpf 89620aa2bd732a2072d9d38601be1587a4d73572 - + https://github.com/dotnet/fsharp - 82c00c7dbc2e8e3509c1bef0d04a7fc1b5e0b707 + b5ddadac02c8ddc26b9d137ed4a72e16f267c3ab - + https://github.com/dotnet/fsharp - 82c00c7dbc2e8e3509c1bef0d04a7fc1b5e0b707 + b5ddadac02c8ddc26b9d137ed4a72e16f267c3ab - + https://github.com/microsoft/vstest - 9d12a2e26fda590fd384668271011fcd8f475209 + 86e33e8eb2e9702afc1dcc081b55ed089331aedb @@ -144,14 +144,14 @@ linker - + https://github.com/dotnet/roslyn - 34530dacae1efc796937b41a0e1cf55fd93c7a10 + 9a5bc6728ee6df71ccdc908d66830dc7bb77f241 - + https://github.com/dotnet/msbuild - 3b7246b650398f47b6028e2673b06902613dc46e + 3777dcaf7edb3e86a070037ba53e742dd1872873 diff --git a/eng/Versions.props b/eng/Versions.props index bbd4f5f29..e1bb26ac2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22525.3 - 8.0.0-alpha.1.22525.3 - 8.0.0-alpha.1.22525.3 - 8.0.0-alpha.1.22525.3 - 8.0.0-alpha.1.22525.3 - 8.0.0-alpha.1.22525.3 - 8.0.0-alpha.1.22525.3 + 8.0.0-alpha.1.22527.3 + 8.0.0-alpha.1.22527.3 + 8.0.0-alpha.1.22527.3 + 8.0.0-alpha.1.22527.3 + 8.0.0-alpha.1.22527.3 + 8.0.0-alpha.1.22527.3 + 8.0.0-alpha.1.22527.3 0.2.0 @@ -67,24 +67,24 @@ 8.0.100 - 8.0.100-alpha.1.22526.7 - 8.0.100-alpha.1.22526.7 + 8.0.100-alpha.1.22528.3 + 8.0.100-alpha.1.22528.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22524.5 + 8.0.0-alpha.1.22527.6 - 8.0.0-alpha.1.22524.5 - 8.0.0-alpha.1.22524.5 - 8.0.0-alpha.1.22524.5 - 8.0.0-alpha.1.22524.5 - 8.0.0-alpha.1.22524.5 - 8.0.0-alpha.1.22524.5 + 8.0.0-alpha.1.22527.6 + 8.0.0-alpha.1.22527.6 + 8.0.0-alpha.1.22527.6 + 8.0.0-alpha.1.22527.6 + 8.0.0-alpha.1.22527.6 + 8.0.0-alpha.1.22527.6 2.1.0 @@ -185,7 +185,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221025-01 + 17.5.0-preview-20221026-01 7.0.0-rc.1.22426.10 diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch b/src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch deleted file mode 100644 index b98759d70..000000000 --- a/src/SourceBuild/tarball/patches/aspnetcore/0003-Address-obsolete-errors.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: MichaelSimons -Date: Thu, 27 Oct 2022 02:47:08 +0000 -Subject: [PATCH] Address obsolete errors - -Backport: https://github.com/dotnet/aspnetcore/pull/44734 ---- - src/Servers/Kestrel/Core/src/KestrelServerOptions.cs | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs b/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs -index f31880e891..fc6322dd41 100644 ---- a/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs -+++ b/src/Servers/Kestrel/Core/src/KestrelServerOptions.cs -@@ -252,9 +252,6 @@ public class KestrelServerOptions - writer.WritePropertyName(nameof(AllowResponseHeaderCompression)); - writer.WriteBooleanValue(AllowResponseHeaderCompression); - -- writer.WritePropertyName(nameof(EnableAltSvc)); -- writer.WriteBooleanValue(EnableAltSvc); -- - writer.WritePropertyName(nameof(IsDevCertLoaded)); - writer.WriteBooleanValue(IsDevCertLoaded); - diff --git a/src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch b/src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch deleted file mode 100644 index df8527d48..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0001-Target-only-net7.0-during-source-build-Port-of-75168.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Wed, 26 Oct 2022 17:03:02 -0500 -Subject: [PATCH] Target only net7.0 during source-build - Port of #75168 to - main (#77052) - -* Target only net7.0 during source-build -Port of #75168 to main. - -* Target net7.0 in additional projects - -* Update compatibility suppressions - -* Only target net7.0 for source-build - -* Disable package validation for source-build - -* Revert compatibility suppression changes - -* Use NetCoreAppCurrent instead of hardcoding net7.0 - -* Revert mono Apple TFM change - -* Remove unnecessary LangVersion - -* Address code review comments. - -Co-authored-by: Logan Bussell - -Backport: https://github.com/dotnet/runtime/pull/77052 ---- - Directory.Build.props | 1 + - eng/SourceBuild.props | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/Directory.Build.props b/Directory.Build.props -index b902a691666..35e506f1eba 100644 ---- a/Directory.Build.props -+++ b/Directory.Build.props -@@ -53,6 +53,7 @@ - .NET $(NetCoreAppCurrentVersion) - net$(NetCoreAppCurrentVersion) - net6.0 -+ $(NetCoreAppCurrent) - - 7.0 - net$(NetCoreAppToolCurrentVersion) -diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props -index ebf8e683ed0..1dfe97fe1ca 100644 ---- a/eng/SourceBuild.props -+++ b/eng/SourceBuild.props -@@ -48,6 +48,7 @@ - $(InnerBuildArgs) /p:BuildDebPackage=false - $(InnerBuildArgs) /p:EnableNgenOptimization=false - $(InnerBuildArgs) /p:AdditionalRuntimeIdentifierParent=$(BaseOS) -+ $(InnerBuildArgs) /p:EnablePackageValidation=false - - - From 978b2aa7c4de83324b976bfcc217297a53850aeb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 28 Oct 2022 22:20:23 +0000 Subject: [PATCH 420/501] Update dependencies from https://github.com/dotnet/sdk build 20221028.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22527.3 -> To Version 8.0.0-alpha.1.22528.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 52a239755..4144d729a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 020d96f19..9ff7b6c96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime feb4bee67a111d6e6091b8492cef57a35191b1d9 - + https://github.com/dotnet/aspnetcore - d5629a0534ced8534226e321bfefff475160963e + 9d1ed524ada84ae2c8bb85b08a51c4405424f04d - + https://github.com/dotnet/aspnetcore - d5629a0534ced8534226e321bfefff475160963e + 9d1ed524ada84ae2c8bb85b08a51c4405424f04d - + https://github.com/dotnet/aspnetcore - d5629a0534ced8534226e321bfefff475160963e + 9d1ed524ada84ae2c8bb85b08a51c4405424f04d - + https://github.com/dotnet/aspnetcore - d5629a0534ced8534226e321bfefff475160963e + 9d1ed524ada84ae2c8bb85b08a51c4405424f04d - + https://github.com/dotnet/aspnetcore - d5629a0534ced8534226e321bfefff475160963e + 9d1ed524ada84ae2c8bb85b08a51c4405424f04d - + https://github.com/dotnet/aspnetcore - d5629a0534ced8534226e321bfefff475160963e + 9d1ed524ada84ae2c8bb85b08a51c4405424f04d - + https://github.com/dotnet/aspnetcore - d5629a0534ced8534226e321bfefff475160963e + 9d1ed524ada84ae2c8bb85b08a51c4405424f04d https://github.com/dotnet/test-templates @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - 75a50a68891e6069f362d8300c4ee0fd3e8750eb + 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 - + https://github.com/dotnet/sdk - 75a50a68891e6069f362d8300c4ee0fd3e8750eb + 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 - + https://github.com/dotnet/sdk - 75a50a68891e6069f362d8300c4ee0fd3e8750eb + 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 - + https://github.com/dotnet/sdk - 75a50a68891e6069f362d8300c4ee0fd3e8750eb + 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 diff --git a/eng/Versions.props b/eng/Versions.props index e1bb26ac2..3b6497b81 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22527.3 - 8.0.0-alpha.1.22527.3 - 8.0.0-alpha.1.22527.3 - 8.0.0-alpha.1.22527.3 - 8.0.0-alpha.1.22527.3 - 8.0.0-alpha.1.22527.3 - 8.0.0-alpha.1.22527.3 + 8.0.0-alpha.1.22528.2 + 8.0.0-alpha.1.22528.2 + 8.0.0-alpha.1.22528.2 + 8.0.0-alpha.1.22528.2 + 8.0.0-alpha.1.22528.2 + 8.0.0-alpha.1.22528.2 + 8.0.0-alpha.1.22528.2 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22528.3 - 8.0.100-alpha.1.22528.3 + 8.0.100-alpha.1.22528.6 + 8.0.100-alpha.1.22528.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3f38667a34aad07eecd628ac8ffa2e70299ea74e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 30 Oct 2022 21:02:20 +0000 Subject: [PATCH 421/501] Update dependencies from https://github.com/dotnet/sdk build 20221030.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22527.6 -> To Version 8.0.0-alpha.1.22529.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 4144d729a..eac6435b0 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ff7b6c96..28107c847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop c3e484659d17ab5f96ffef601be29857c44ce7ea - + https://github.com/dotnet/runtime - feb4bee67a111d6e6091b8492cef57a35191b1d9 + 9ed32f4ab89b24b14ab83c5982cb728131a28f24 - + https://github.com/dotnet/runtime - feb4bee67a111d6e6091b8492cef57a35191b1d9 + 9ed32f4ab89b24b14ab83c5982cb728131a28f24 - + https://github.com/dotnet/runtime - feb4bee67a111d6e6091b8492cef57a35191b1d9 + 9ed32f4ab89b24b14ab83c5982cb728131a28f24 - + https://github.com/dotnet/runtime - feb4bee67a111d6e6091b8492cef57a35191b1d9 + 9ed32f4ab89b24b14ab83c5982cb728131a28f24 - + https://github.com/dotnet/runtime - feb4bee67a111d6e6091b8492cef57a35191b1d9 + 9ed32f4ab89b24b14ab83c5982cb728131a28f24 - + https://github.com/dotnet/runtime - feb4bee67a111d6e6091b8492cef57a35191b1d9 + 9ed32f4ab89b24b14ab83c5982cb728131a28f24 @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - feb4bee67a111d6e6091b8492cef57a35191b1d9 + 9ed32f4ab89b24b14ab83c5982cb728131a28f24 https://github.com/dotnet/aspnetcore @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 + d6a42a0d02edefaed8b84d790303b48b871c3206 - + https://github.com/dotnet/sdk - 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 + d6a42a0d02edefaed8b84d790303b48b871c3206 - + https://github.com/dotnet/sdk - 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 + d6a42a0d02edefaed8b84d790303b48b871c3206 - + https://github.com/dotnet/sdk - 5927e500f6d0ef95a0cbf7b7d60514c8fad51869 + d6a42a0d02edefaed8b84d790303b48b871c3206 diff --git a/eng/Versions.props b/eng/Versions.props index 3b6497b81..dcfe97a65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,24 +67,24 @@ 8.0.100 - 8.0.100-alpha.1.22528.6 - 8.0.100-alpha.1.22528.6 + 8.0.100-alpha.1.22530.1 + 8.0.100-alpha.1.22530.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22527.6 + 8.0.0-alpha.1.22529.1 - 8.0.0-alpha.1.22527.6 - 8.0.0-alpha.1.22527.6 - 8.0.0-alpha.1.22527.6 - 8.0.0-alpha.1.22527.6 - 8.0.0-alpha.1.22527.6 - 8.0.0-alpha.1.22527.6 + 8.0.0-alpha.1.22529.1 + 8.0.0-alpha.1.22529.1 + 8.0.0-alpha.1.22529.1 + 8.0.0-alpha.1.22529.1 + 8.0.0-alpha.1.22529.1 + 8.0.0-alpha.1.22529.1 2.1.0 From 4a1d555e72c74c4660b711332ef9ef4b9b37fb14 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Oct 2022 03:49:40 +0000 Subject: [PATCH 422/501] Update dependencies from https://github.com/dotnet/sdk build 20221030.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset From Version 12.5.0-beta.22527.3 -> To Version 12.5.0-beta.22529.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 26 +++++++++++++------------- eng/Versions.props | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/NuGet.config b/NuGet.config index eac6435b0..ed45bd14e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2776b3eee..9a5f10e54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - d6a42a0d02edefaed8b84d790303b48b871c3206 + a099f0c3c5f08bfc6723b84ed1761c844df97209 - + https://github.com/dotnet/sdk - d6a42a0d02edefaed8b84d790303b48b871c3206 + a099f0c3c5f08bfc6723b84ed1761c844df97209 - + https://github.com/dotnet/sdk - d6a42a0d02edefaed8b84d790303b48b871c3206 + a099f0c3c5f08bfc6723b84ed1761c844df97209 - + https://github.com/dotnet/sdk - d6a42a0d02edefaed8b84d790303b48b871c3206 + a099f0c3c5f08bfc6723b84ed1761c844df97209 @@ -124,13 +124,13 @@ https://github.com/dotnet/wpf 89620aa2bd732a2072d9d38601be1587a4d73572 - + https://github.com/dotnet/fsharp - b5ddadac02c8ddc26b9d137ed4a72e16f267c3ab + ccc97d83ecb8c0ad88585e8cdfaa4bd882b6f9cd - + https://github.com/dotnet/fsharp - b5ddadac02c8ddc26b9d137ed4a72e16f267c3ab + ccc97d83ecb8c0ad88585e8cdfaa4bd882b6f9cd @@ -144,9 +144,9 @@ linker - + https://github.com/dotnet/roslyn - 9a5bc6728ee6df71ccdc908d66830dc7bb77f241 + 785bc38801eac75a5342c3c639fcc5fd5156f263 diff --git a/eng/Versions.props b/eng/Versions.props index dcfe97a65..acee56150 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22530.1 - 8.0.100-alpha.1.22530.1 + 8.0.100-alpha.1.22530.3 + 8.0.100-alpha.1.22530.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fa1d922b42bb67525b352f659d3fcecdbd2451d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Oct 2022 06:37:57 +0000 Subject: [PATCH 423/501] Update dependencies from https://github.com/dotnet/sdk build 20221030.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset From Version 12.5.0-beta.22527.3 -> To Version 12.5.0-beta.22529.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index ed45bd14e..4f47f1e12 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a5f10e54..1121f2c83 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - a099f0c3c5f08bfc6723b84ed1761c844df97209 + 03b8bf42fdcf632ec373d701e9d43de369a58006 - + https://github.com/dotnet/sdk - a099f0c3c5f08bfc6723b84ed1761c844df97209 + 03b8bf42fdcf632ec373d701e9d43de369a58006 - + https://github.com/dotnet/sdk - a099f0c3c5f08bfc6723b84ed1761c844df97209 + 03b8bf42fdcf632ec373d701e9d43de369a58006 - + https://github.com/dotnet/sdk - a099f0c3c5f08bfc6723b84ed1761c844df97209 + 03b8bf42fdcf632ec373d701e9d43de369a58006 diff --git a/eng/Versions.props b/eng/Versions.props index acee56150..53f722e86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22530.3 - 8.0.100-alpha.1.22530.3 + 8.0.100-alpha.1.22530.4 + 8.0.100-alpha.1.22530.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bd1d1b93a3be23ac71255c577a6d3294599d74b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Oct 2022 08:20:10 +0000 Subject: [PATCH 424/501] Update dependencies from https://github.com/dotnet/sdk build 20221031.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22528.2 -> To Version 8.0.0-alpha.1.22528.4 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 4f47f1e12..e587559ae 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1121f2c83..81d035a2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime 9ed32f4ab89b24b14ab83c5982cb728131a28f24 - + https://github.com/dotnet/aspnetcore - 9d1ed524ada84ae2c8bb85b08a51c4405424f04d + 51fc6824e30016404964fc96a4a098a764bdbbfa - + https://github.com/dotnet/aspnetcore - 9d1ed524ada84ae2c8bb85b08a51c4405424f04d + 51fc6824e30016404964fc96a4a098a764bdbbfa - + https://github.com/dotnet/aspnetcore - 9d1ed524ada84ae2c8bb85b08a51c4405424f04d + 51fc6824e30016404964fc96a4a098a764bdbbfa - + https://github.com/dotnet/aspnetcore - 9d1ed524ada84ae2c8bb85b08a51c4405424f04d + 51fc6824e30016404964fc96a4a098a764bdbbfa - + https://github.com/dotnet/aspnetcore - 9d1ed524ada84ae2c8bb85b08a51c4405424f04d + 51fc6824e30016404964fc96a4a098a764bdbbfa - + https://github.com/dotnet/aspnetcore - 9d1ed524ada84ae2c8bb85b08a51c4405424f04d + 51fc6824e30016404964fc96a4a098a764bdbbfa - + https://github.com/dotnet/aspnetcore - 9d1ed524ada84ae2c8bb85b08a51c4405424f04d + 51fc6824e30016404964fc96a4a098a764bdbbfa https://github.com/dotnet/test-templates @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - 03b8bf42fdcf632ec373d701e9d43de369a58006 + 14ab59a2326607bec88872ae348c12e0b256d1cf - + https://github.com/dotnet/sdk - 03b8bf42fdcf632ec373d701e9d43de369a58006 + 14ab59a2326607bec88872ae348c12e0b256d1cf - + https://github.com/dotnet/sdk - 03b8bf42fdcf632ec373d701e9d43de369a58006 + 14ab59a2326607bec88872ae348c12e0b256d1cf - + https://github.com/dotnet/sdk - 03b8bf42fdcf632ec373d701e9d43de369a58006 + 14ab59a2326607bec88872ae348c12e0b256d1cf diff --git a/eng/Versions.props b/eng/Versions.props index 53f722e86..459743814 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22528.2 - 8.0.0-alpha.1.22528.2 - 8.0.0-alpha.1.22528.2 - 8.0.0-alpha.1.22528.2 - 8.0.0-alpha.1.22528.2 - 8.0.0-alpha.1.22528.2 - 8.0.0-alpha.1.22528.2 + 8.0.0-alpha.1.22528.4 + 8.0.0-alpha.1.22528.4 + 8.0.0-alpha.1.22528.4 + 8.0.0-alpha.1.22528.4 + 8.0.0-alpha.1.22528.4 + 8.0.0-alpha.1.22528.4 + 8.0.0-alpha.1.22528.4 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22530.4 - 8.0.100-alpha.1.22530.4 + 8.0.100-alpha.1.22531.1 + 8.0.100-alpha.1.22531.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4eeda0170d176bbea729a149d1ca5188d824ff8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Oct 2022 15:11:08 +0000 Subject: [PATCH 425/501] Update dependencies from https://github.com/dotnet/sdk build 20221031.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22529.1 -> To Version 8.0.0-alpha.1.22530.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index e587559ae..a7c664ab6 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81d035a2f..800f4ac49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop c3e484659d17ab5f96ffef601be29857c44ce7ea - + https://github.com/dotnet/runtime - 9ed32f4ab89b24b14ab83c5982cb728131a28f24 + e6700ea21bbb17ca5058801259bc2d05957814d4 - + https://github.com/dotnet/runtime - 9ed32f4ab89b24b14ab83c5982cb728131a28f24 + e6700ea21bbb17ca5058801259bc2d05957814d4 - + https://github.com/dotnet/runtime - 9ed32f4ab89b24b14ab83c5982cb728131a28f24 + e6700ea21bbb17ca5058801259bc2d05957814d4 - + https://github.com/dotnet/runtime - 9ed32f4ab89b24b14ab83c5982cb728131a28f24 + e6700ea21bbb17ca5058801259bc2d05957814d4 - + https://github.com/dotnet/runtime - 9ed32f4ab89b24b14ab83c5982cb728131a28f24 + e6700ea21bbb17ca5058801259bc2d05957814d4 - + https://github.com/dotnet/runtime - 9ed32f4ab89b24b14ab83c5982cb728131a28f24 + e6700ea21bbb17ca5058801259bc2d05957814d4 @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 9ed32f4ab89b24b14ab83c5982cb728131a28f24 + e6700ea21bbb17ca5058801259bc2d05957814d4 https://github.com/dotnet/aspnetcore @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - 14ab59a2326607bec88872ae348c12e0b256d1cf + fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 - + https://github.com/dotnet/sdk - 14ab59a2326607bec88872ae348c12e0b256d1cf + fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 - + https://github.com/dotnet/sdk - 14ab59a2326607bec88872ae348c12e0b256d1cf + fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 - + https://github.com/dotnet/sdk - 14ab59a2326607bec88872ae348c12e0b256d1cf + fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 diff --git a/eng/Versions.props b/eng/Versions.props index 459743814..9b8f85183 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,24 +67,24 @@ 8.0.100 - 8.0.100-alpha.1.22531.1 - 8.0.100-alpha.1.22531.1 + 8.0.100-alpha.1.22531.2 + 8.0.100-alpha.1.22531.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22529.1 + 8.0.0-alpha.1.22530.1 - 8.0.0-alpha.1.22529.1 - 8.0.0-alpha.1.22529.1 - 8.0.0-alpha.1.22529.1 - 8.0.0-alpha.1.22529.1 - 8.0.0-alpha.1.22529.1 - 8.0.0-alpha.1.22529.1 + 8.0.0-alpha.1.22530.1 + 8.0.0-alpha.1.22530.1 + 8.0.0-alpha.1.22530.1 + 8.0.0-alpha.1.22530.1 + 8.0.0-alpha.1.22530.1 + 8.0.0-alpha.1.22530.1 2.1.0 From a03381e27269d33eed73b330b1e90720a464e90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Tue, 25 Oct 2022 14:21:34 +0200 Subject: [PATCH 426/501] Enable net8 test-template --- src/redist/targets/BundledTemplates.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index eb605658c..3646546f8 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -29,9 +29,10 @@ + + - From 5f47eaf52025fdaf7360a380916e064c3f82b04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Tue, 25 Oct 2022 14:27:53 +0200 Subject: [PATCH 427/501] Add version to xml --- eng/Version.Details.xml | 5 +++++ eng/Versions.props | 1 + 2 files changed, 6 insertions(+) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81d035a2f..3e54e86c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,6 +98,11 @@ c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + + https://github.com/dotnet/test-templates + c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + + https://github.com/dotnet/sdk 14ab59a2326607bec88872ae348c12e0b256d1cf diff --git a/eng/Versions.props b/eng/Versions.props index 459743814..2d564034a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -46,6 +46,7 @@ 1.1.0-rc.22524.1 1.1.0-rc.22524.1 1.1.0-rc.22524.1 + 1.1.0-rc.22524.1 From 34ee5a5bb2e964ea5c5a1221da019871dbac7387 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Oct 2022 16:08:07 +0000 Subject: [PATCH 428/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221031.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22528.1 -> To Version 8.0.0-alpha.1.22531.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81d035a2f..8f6252af1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -213,9 +213,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - 1889fbd57db92e89316fe3ea3cce3af2bd6d8c39 + 3a28951c30c0346168dbfe2c55ec1d41c5f70b60 From 5fdcbb2a2c78f7807eaf32d85e57170a5e34e650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 31 Oct 2022 17:09:08 +0100 Subject: [PATCH 429/501] Update net8 --- eng/Version.Details.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e54e86c5..38a20b385 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + b145717da7bd7ba7a11d28487e35c29a0d3ca297 - + https://github.com/dotnet/test-templates - c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + b145717da7bd7ba7a11d28487e35c29a0d3ca297 - + https://github.com/dotnet/test-templates - c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + b145717da7bd7ba7a11d28487e35c29a0d3ca297 - + https://github.com/dotnet/test-templates - c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + b145717da7bd7ba7a11d28487e35c29a0d3ca297 From 075be5a08af94701f24c177de909fe102054dd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 31 Oct 2022 17:12:04 +0100 Subject: [PATCH 430/501] Fix build instructions / info for README.md (#14847) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d13095f78..ab1b77259 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The dependencies for building .NET from source can be found [here](https://githu ./prep.sh ``` - On arm64, please use `./prep.sh --bootstrap` instead. This issue is being tracked [here](https://github.com/dotnet/source-build/issues/2758). + On arm64, please use `./prep.sh --bootstrap` instead. 3. Build the .NET SDK @@ -104,7 +104,7 @@ The dependencies for building .NET from source can be found [here](https://githu Visibility|All legs| |:------|:------| -|Public|[![Status](https://dev.azure.com/dnceng/public/_apis/build/status/176)](https://dev.azure.com/dnceng/public/_build?definitionId=176)| +|Public|[![Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/20)](https://dev.azure.com/dnceng/public/_build?definitionId=20)| |Microsoft Internal|[![Status](https://dev.azure.com/dnceng/internal/_apis/build/status/286)](https://dev.azure.com/dnceng/internal/_build?definitionId=286)| ## Installers and Binaries From e48dff3939bec713c04d2409b815952bb00dba1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:12:41 +0000 Subject: [PATCH 431/501] Update dependencies from https://github.com/dotnet/test-templates build 20221031.1 (#14850) [main] Update dependencies from dotnet/test-templates --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81d035a2f..f668f380a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,17 +85,17 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + b145717da7bd7ba7a11d28487e35c29a0d3ca297 - + https://github.com/dotnet/test-templates - c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + b145717da7bd7ba7a11d28487e35c29a0d3ca297 - + https://github.com/dotnet/test-templates - c0e64dba6ef0b49e4b79a56422d6b9408be922e4 + b145717da7bd7ba7a11d28487e35c29a0d3ca297 diff --git a/eng/Versions.props b/eng/Versions.props index 459743814..6f7a272ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,9 +43,9 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22524.1 - 1.1.0-rc.22524.1 - 1.1.0-rc.22524.1 + 1.1.0-rc.22531.1 + 1.1.0-rc.22531.1 + 1.1.0-rc.22531.1 From b35586b44ac24e69d2c5f65e568014096ff90666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 31 Oct 2022 17:33:44 +0100 Subject: [PATCH 432/501] Save changes --- eng/Versions.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 2d564034a..bb75fb116 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,10 +43,10 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22524.1 - 1.1.0-rc.22524.1 - 1.1.0-rc.22524.1 - 1.1.0-rc.22524.1 + 1.1.0-rc.22531.1 + 1.1.0-rc.22531.1 + 1.1.0-rc.22531.1 + 1.1.0-rc.22531.1 From 746447b5d9274a36ae2d74d400427e8cf25547b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Oct 2022 19:20:44 +0000 Subject: [PATCH 433/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221031.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22528.1 -> To Version 8.0.0-alpha.1.22531.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f6252af1..437ba7e87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -213,9 +213,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - 3a28951c30c0346168dbfe2c55ec1d41c5f70b60 + b9844a9bad6a8df74d8f0544d6541d1be829071f From 1564a3226d791a07b2dfccc66ce136b118246f63 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 31 Oct 2022 15:19:11 -0500 Subject: [PATCH 434/501] Eliminate MicrosoftCodeAnalysis prebuilts in runtime (#14844) * Eliminate MicrosoftCodeAnalysis prebuilts in runtime * Add mechanism to define repo level nowarns versus utilizing patches * Update src/SourceBuild/tarball/content/repos/aspnetcore.proj Co-authored-by: Logan Bussell Co-authored-by: Logan Bussell --- .../content/repos/Directory.Build.targets | 6 ++--- .../tarball/content/repos/aspnetcore.proj | 5 ++++ .../tarball/content/repos/format.proj | 3 +++ .../tarball/content/repos/installer.proj | 3 +++ .../tarball/content/repos/razor-compiler.proj | 4 +++ .../tarball/content/repos/runtime.proj | 2 ++ .../0001-Disable-warning-CS0618.patch | 25 ------------------- .../0001-Add-NoWarn-for-NU1507.patch | 25 ------------------- 8 files changed, 20 insertions(+), 53 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/aspnetcore/0001-Disable-warning-CS0618.patch delete mode 100644 src/SourceBuild/tarball/patches/razor-compiler/0001-Add-NoWarn-for-NU1507.patch diff --git a/src/SourceBuild/tarball/content/repos/Directory.Build.targets b/src/SourceBuild/tarball/content/repos/Directory.Build.targets index 9a61647b4..7bf88fdd6 100644 --- a/src/SourceBuild/tarball/content/repos/Directory.Build.targets +++ b/src/SourceBuild/tarball/content/repos/Directory.Build.targets @@ -85,11 +85,11 @@ NewText="/p:RepoRoot="$repo_root/"" /> - + Outputs="$(RepoCompletedSemaphorePath)AddNoWarns.complete" > + CS0618 diff --git a/src/SourceBuild/tarball/content/repos/format.proj b/src/SourceBuild/tarball/content/repos/format.proj index 9b57876c2..ccec352c7 100644 --- a/src/SourceBuild/tarball/content/repos/format.proj +++ b/src/SourceBuild/tarball/content/repos/format.proj @@ -7,6 +7,9 @@ $(ProjectDirectory)global.json $(ProjectDirectory)NuGet.config false + + + CS9057 diff --git a/src/SourceBuild/tarball/content/repos/installer.proj b/src/SourceBuild/tarball/content/repos/installer.proj index 1a644b359..41d52d74b 100644 --- a/src/SourceBuild/tarball/content/repos/installer.proj +++ b/src/SourceBuild/tarball/content/repos/installer.proj @@ -46,6 +46,9 @@ true + + + CS9057 diff --git a/src/SourceBuild/tarball/content/repos/razor-compiler.proj b/src/SourceBuild/tarball/content/repos/razor-compiler.proj index f47d22c98..a56aa1ea4 100644 --- a/src/SourceBuild/tarball/content/repos/razor-compiler.proj +++ b/src/SourceBuild/tarball/content/repos/razor-compiler.proj @@ -7,6 +7,10 @@ $(ProjectDirectory)global.json $(ProjectDirectory)NuGet.config false + + + NU1507 diff --git a/src/SourceBuild/tarball/content/repos/runtime.proj b/src/SourceBuild/tarball/content/repos/runtime.proj index 85d0efa77..231c9b464 100644 --- a/src/SourceBuild/tarball/content/repos/runtime.proj +++ b/src/SourceBuild/tarball/content/repos/runtime.proj @@ -50,6 +50,8 @@ + + diff --git a/src/SourceBuild/tarball/patches/aspnetcore/0001-Disable-warning-CS0618.patch b/src/SourceBuild/tarball/patches/aspnetcore/0001-Disable-warning-CS0618.patch deleted file mode 100644 index c2e2eedf7..000000000 --- a/src/SourceBuild/tarball/patches/aspnetcore/0001-Disable-warning-CS0618.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Thu, 12 May 2022 14:32:59 -0700 -Subject: [PATCH] Disable warning CS0618 - -This is needed because IOperation.Children is deprecated in -Microsoft.CodeAnalysis 4.3.0, but aspnetcore references version 4.2.0. - -Requires https://github.com/dotnet/source-build/issues/2482 in order to eliminate this patch ---- - .../src/Microsoft.AspNetCore.Mvc.Api.Analyzers.csproj | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/Mvc/Mvc.Api.Analyzers/src/Microsoft.AspNetCore.Mvc.Api.Analyzers.csproj b/src/Mvc/Mvc.Api.Analyzers/src/Microsoft.AspNetCore.Mvc.Api.Analyzers.csproj -index 0b94ad2a8f..1b5cb9d907 100644 ---- a/src/Mvc/Mvc.Api.Analyzers/src/Microsoft.AspNetCore.Mvc.Api.Analyzers.csproj -+++ b/src/Mvc/Mvc.Api.Analyzers/src/Microsoft.AspNetCore.Mvc.Api.Analyzers.csproj -@@ -9,6 +9,7 @@ - false - false - $(MSBuildProjectName).nuspec -+ $(NoWarn);CS0618 - - - diff --git a/src/SourceBuild/tarball/patches/razor-compiler/0001-Add-NoWarn-for-NU1507.patch b/src/SourceBuild/tarball/patches/razor-compiler/0001-Add-NoWarn-for-NU1507.patch deleted file mode 100644 index d1d297915..000000000 --- a/src/SourceBuild/tarball/patches/razor-compiler/0001-Add-NoWarn-for-NU1507.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Logan Bussell -Date: Fri, 13 May 2022 16:14:14 -0700 -Subject: [PATCH] Add NoWarn for NU1507 - -This warning occurs when using NuGet central package management without defining -any Package Source Mappings. - -Workaround for: https://github.com/dotnet/razor-compiler/issues/242 ---- - Directory.Build.props | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Directory.Build.props b/Directory.Build.props -index a57125f5..019ac376 100644 ---- a/Directory.Build.props -+++ b/Directory.Build.props -@@ -55,6 +55,7 @@ - - $(NoWarn.Replace('1591', '')) - $(NoWarn);0105 -+ $(NoWarn);NU1507 - - - $(WarningsNotAsErrors);CS1591 From 1f3a863fb9589d6e9489be3e66a942184e2949a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 31 Oct 2022 21:28:54 +0100 Subject: [PATCH 435/501] Suppress Component Governance for individual repos inside VMR (#14852) --- .../templates/jobs/vmr-synchronization.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/templates/jobs/vmr-synchronization.yml b/eng/pipelines/templates/jobs/vmr-synchronization.yml index 4d1fa202d..95d519716 100644 --- a/eng/pipelines/templates/jobs/vmr-synchronization.yml +++ b/eng/pipelines/templates/jobs/vmr-synchronization.yml @@ -43,6 +43,14 @@ jobs: fetchDepth: 0 path: vmr + # TODO (https://github.com/dotnet/arcade/issues/11332): Allow full CG? + # Currently, we ignore dirs of individual repos - they have been scanned before + - ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: + - task: ComponentGovernanceComponentDetection@0 + inputs: + sourceScanPath: $(Agent.BuildDirectory)/vmr + ignoreDirectories: $(Agent.BuildDirectory)/vmr/src + - script: |- source ./eng/common/tools.sh InitializeDotNetCli true @@ -58,8 +66,15 @@ jobs: cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/installer displayName: '[PR Only] Prepare dotnet/installer clone' - - script: |- - $(Agent.BuildDirectory)/installer/.dotnet/dotnet darc vmr update --vmr $(Agent.BuildDirectory)/vmr --tmp $(Agent.TempDirectory) --azdev-pat $(System.AccessToken) --github-pat ${{ parameters.vmrToken }} --recursive --verbose installer:${{ parameters.targetRef }} + - script: > + $(Agent.BuildDirectory)/installer/.dotnet/dotnet darc vmr update + --vmr $(Agent.BuildDirectory)/vmr + --tmp $(Agent.TempDirectory) + --azdev-pat $(System.AccessToken) + --github-pat ${{ parameters.vmrToken }} + --recursive + --verbose + installer:${{ parameters.targetRef }} displayName: Synchronize dotnet/dotnet workingDirectory: $(Agent.BuildDirectory)/installer From 32166c5f0a6d1550cc2e1a6c9837adae500e241b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Oct 2022 22:33:46 +0000 Subject: [PATCH 436/501] Update dependencies from https://github.com/dotnet/sdk build 20221031.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22529.1 -> To Version 8.0.0-alpha.1.22530.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index a7c664ab6..ed77a9b95 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 800f4ac49..36a6689c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime e6700ea21bbb17ca5058801259bc2d05957814d4 - + https://github.com/dotnet/aspnetcore - 51fc6824e30016404964fc96a4a098a764bdbbfa + 5529a690e45099c37396f2abc87434d7f9a58bbf - + https://github.com/dotnet/aspnetcore - 51fc6824e30016404964fc96a4a098a764bdbbfa + 5529a690e45099c37396f2abc87434d7f9a58bbf - + https://github.com/dotnet/aspnetcore - 51fc6824e30016404964fc96a4a098a764bdbbfa + 5529a690e45099c37396f2abc87434d7f9a58bbf - + https://github.com/dotnet/aspnetcore - 51fc6824e30016404964fc96a4a098a764bdbbfa + 5529a690e45099c37396f2abc87434d7f9a58bbf - + https://github.com/dotnet/aspnetcore - 51fc6824e30016404964fc96a4a098a764bdbbfa + 5529a690e45099c37396f2abc87434d7f9a58bbf - + https://github.com/dotnet/aspnetcore - 51fc6824e30016404964fc96a4a098a764bdbbfa + 5529a690e45099c37396f2abc87434d7f9a58bbf - + https://github.com/dotnet/aspnetcore - 51fc6824e30016404964fc96a4a098a764bdbbfa + 5529a690e45099c37396f2abc87434d7f9a58bbf https://github.com/dotnet/test-templates @@ -100,20 +100,20 @@ https://github.com/dotnet/sdk - fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 + 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 - + https://github.com/dotnet/sdk - fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 + 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 - + https://github.com/dotnet/sdk - fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 + 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 - + https://github.com/dotnet/sdk - fef8cedfb6b4ac85a7e135f3e4f155e29cdcbdf1 + 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 diff --git a/eng/Versions.props b/eng/Versions.props index 9b8f85183..50f036450 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,13 +53,13 @@ - 8.0.0-alpha.1.22528.4 - 8.0.0-alpha.1.22528.4 - 8.0.0-alpha.1.22528.4 - 8.0.0-alpha.1.22528.4 - 8.0.0-alpha.1.22528.4 - 8.0.0-alpha.1.22528.4 - 8.0.0-alpha.1.22528.4 + 8.0.0-alpha.1.22531.5 + 8.0.0-alpha.1.22531.5 + 8.0.0-alpha.1.22531.5 + 8.0.0-alpha.1.22531.5 + 8.0.0-alpha.1.22531.5 + 8.0.0-alpha.1.22531.5 + 8.0.0-alpha.1.22531.5 0.2.0 @@ -67,8 +67,8 @@ 8.0.100 - 8.0.100-alpha.1.22531.2 - 8.0.100-alpha.1.22531.2 + 8.0.100-alpha.1.22531.7 + 8.0.100-alpha.1.22531.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 04b0c9685c68b3c8c854a609c53242c2acaad927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Tue, 1 Nov 2022 08:58:15 +0100 Subject: [PATCH 437/501] Remove exlusions --- test/EndToEnd/ProjectBuildTests.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 17d108a7c..0678fb440 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -394,13 +394,11 @@ namespace EndToEnd.Tests 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("mstest") || template.StartsWith("classlib") || template.StartsWith("console") - || template.StartsWith("nunit") - || template.StartsWith("xunit") - || template.StartsWith("xunit") || template.StartsWith("mvc") || template.StartsWith("web") || template.StartsWith("worker") From 687011c30189767617bd3a69cd277aec7c775f66 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Tue, 1 Nov 2022 01:47:15 -0700 Subject: [PATCH 438/501] Update ubuntu 1804 to the new one --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 213dd68e0..78fc837c2 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -72,8 +72,8 @@ stages: - template: /eng/build.yml parameters: agentOs: Linux - jobName: Build_Ubuntu_18_04_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04' + jobName: Build_Ubuntu_22_04_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: true From d0d1b71d63db3dab43d96a5ccd3979fe649e7b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Tue, 1 Nov 2022 11:59:21 +0100 Subject: [PATCH 439/501] Update eng/Version.Details.xml --- eng/Version.Details.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 38a20b385..824eda14c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -101,7 +101,6 @@ https://github.com/dotnet/test-templates b145717da7bd7ba7a11d28487e35c29a0d3ca297 - https://github.com/dotnet/sdk From 9b9ed0065143ce6477500ee6edd6cba178a9f924 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 1 Nov 2022 12:30:02 +0000 Subject: [PATCH 440/501] Update dependencies from https://github.com/dotnet/arcade build 20221028.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22524.5 -> To Version 8.0.0-beta.22528.1 --- 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 48538b094..24bcab8c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -188,18 +188,18 @@ - + https://github.com/dotnet/arcade - c5dd6a1da2e6d9b3423ab809fcda8af2927a408b + 6956787678e164e39ee646448e14353432d83c46 - + https://github.com/dotnet/arcade - c5dd6a1da2e6d9b3423ab809fcda8af2927a408b + 6956787678e164e39ee646448e14353432d83c46 - + https://github.com/dotnet/arcade - c5dd6a1da2e6d9b3423ab809fcda8af2927a408b + 6956787678e164e39ee646448e14353432d83c46 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 17b7f3fc2..9972db4e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22524.5 + 8.0.0-beta.22528.1 diff --git a/global.json b/global.json index 5b406340d..37d696f04 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.22524.5", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22524.5" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22528.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22528.1" } } From f9b2b8d239a60a437c9d81acad317a445b628615 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 1 Nov 2022 12:51:42 +0000 Subject: [PATCH 441/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20221031.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.22513.1 -> To Version 8.0.0-alpha.1.22531.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 48538b094..e5e84d235 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -176,9 +176,9 @@ c3ad00ae84489071080a606f6a8e43c9a91a5cc2 - + https://github.com/dotnet/source-build-externals - eb8403e34790e0a5543e828afd26a6a425fa7455 + e4dc79971db27706f86bc4490b4a50522ac055d2 From d9e81bcc10d8488790c46ec60b32c61c16e7519f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 1 Nov 2022 14:35:22 +0000 Subject: [PATCH 442/501] Update dependencies from https://github.com/dotnet/test-templates build 20221101.2 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 , Microsoft.DotNet.Test.ProjectTemplates.8.0 From Version 1.1.0-rc.22531.1 -> To Version 1.1.0-rc.22551.2 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4bb0faa10..f5b0e1844 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - b145717da7bd7ba7a11d28487e35c29a0d3ca297 + 5982c9189073d655809dbd35af161c53f439ea18 - + https://github.com/dotnet/test-templates - b145717da7bd7ba7a11d28487e35c29a0d3ca297 + 5982c9189073d655809dbd35af161c53f439ea18 - + https://github.com/dotnet/test-templates - b145717da7bd7ba7a11d28487e35c29a0d3ca297 + 5982c9189073d655809dbd35af161c53f439ea18 - + https://github.com/dotnet/test-templates - b145717da7bd7ba7a11d28487e35c29a0d3ca297 + 5982c9189073d655809dbd35af161c53f439ea18 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b4a32c583..de923eda8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,10 +43,10 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22531.1 - 1.1.0-rc.22531.1 - 1.1.0-rc.22531.1 - 1.1.0-rc.22531.1 + 1.1.0-rc.22551.2 + 1.1.0-rc.22551.2 + 1.1.0-rc.22551.2 + 1.1.0-rc.22551.2 From 84a87af6905386976716c40ea931670556fc575c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 1 Nov 2022 16:21:26 +0000 Subject: [PATCH 443/501] Update dependencies from https://github.com/dotnet/sdk build 20221101.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22530.1 -> To Version 8.0.0-alpha.1.22531.10 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index ed77a9b95..575243b73 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4bb0faa10..b7d1e61e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop c3e484659d17ab5f96ffef601be29857c44ce7ea - + https://github.com/dotnet/runtime - e6700ea21bbb17ca5058801259bc2d05957814d4 + 7d5efbb9e10b6d8beb91c90cbdefd7360869cece - + https://github.com/dotnet/runtime - e6700ea21bbb17ca5058801259bc2d05957814d4 + 7d5efbb9e10b6d8beb91c90cbdefd7360869cece - + https://github.com/dotnet/runtime - e6700ea21bbb17ca5058801259bc2d05957814d4 + 7d5efbb9e10b6d8beb91c90cbdefd7360869cece - + https://github.com/dotnet/runtime - e6700ea21bbb17ca5058801259bc2d05957814d4 + 7d5efbb9e10b6d8beb91c90cbdefd7360869cece - + https://github.com/dotnet/runtime - e6700ea21bbb17ca5058801259bc2d05957814d4 + 7d5efbb9e10b6d8beb91c90cbdefd7360869cece - + https://github.com/dotnet/runtime - e6700ea21bbb17ca5058801259bc2d05957814d4 + 7d5efbb9e10b6d8beb91c90cbdefd7360869cece @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e6700ea21bbb17ca5058801259bc2d05957814d4 + 7d5efbb9e10b6d8beb91c90cbdefd7360869cece https://github.com/dotnet/aspnetcore @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 + a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 - + https://github.com/dotnet/sdk - 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 + a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 - + https://github.com/dotnet/sdk - 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 + a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 - + https://github.com/dotnet/sdk - 4a12ac49985e7c08abb245cd7e1a2019c0bf6435 + a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 diff --git a/eng/Versions.props b/eng/Versions.props index b4a32c583..0d7f123b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,24 +68,24 @@ 8.0.100 - 8.0.100-alpha.1.22531.7 - 8.0.100-alpha.1.22531.7 + 8.0.100-alpha.1.22551.1 + 8.0.100-alpha.1.22551.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22530.1 + 8.0.0-alpha.1.22531.10 - 8.0.0-alpha.1.22530.1 - 8.0.0-alpha.1.22530.1 - 8.0.0-alpha.1.22530.1 - 8.0.0-alpha.1.22530.1 - 8.0.0-alpha.1.22530.1 - 8.0.0-alpha.1.22530.1 + 8.0.0-alpha.1.22531.10 + 8.0.0-alpha.1.22531.10 + 8.0.0-alpha.1.22531.10 + 8.0.0-alpha.1.22531.10 + 8.0.0-alpha.1.22531.10 + 8.0.0-alpha.1.22531.10 2.1.0 From 4eb8a600185349fd9d237429bd8b74e258aca206 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 1 Nov 2022 19:32:22 +0000 Subject: [PATCH 444/501] Update dependencies from https://github.com/dotnet/test-templates build 20221101.3 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 , Microsoft.DotNet.Test.ProjectTemplates.8.0 From Version 1.1.0-rc.22551.2 -> To Version 1.1.0-rc.22551.3 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b3d9e1a7..8804a25ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - 5982c9189073d655809dbd35af161c53f439ea18 + ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 - + https://github.com/dotnet/test-templates - 5982c9189073d655809dbd35af161c53f439ea18 + ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 - + https://github.com/dotnet/test-templates - 5982c9189073d655809dbd35af161c53f439ea18 + ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 - + https://github.com/dotnet/test-templates - 5982c9189073d655809dbd35af161c53f439ea18 + ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 09f476d54..850688c58 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,10 +43,10 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22551.2 - 1.1.0-rc.22551.2 - 1.1.0-rc.22551.2 - 1.1.0-rc.22551.2 + 1.1.0-rc.22551.3 + 1.1.0-rc.22551.3 + 1.1.0-rc.22551.3 + 1.1.0-rc.22551.3 From 8dbfa6ce93904922fd5c1385672b27c19415818a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 1 Nov 2022 19:34:55 +0000 Subject: [PATCH 445/501] Update dependencies from https://github.com/dotnet/sdk build 20221101.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.NET.Test.Sdk From Version 8.0.0-alpha.1.22530.1 -> To Version 8.0.0-alpha.1.22531.10 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index 575243b73..7f10e9f04 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b7d1e61e1..a84015ec6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 + a95405c8c0c21481323322eb9c9e74ded6e98b63 - + https://github.com/dotnet/sdk - a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 + a95405c8c0c21481323322eb9c9e74ded6e98b63 - + https://github.com/dotnet/sdk - a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 + a95405c8c0c21481323322eb9c9e74ded6e98b63 - + https://github.com/dotnet/sdk - a932e93ce5e9b3460d1aa9150daf07368b8bc0b9 + a95405c8c0c21481323322eb9c9e74ded6e98b63 @@ -137,9 +137,9 @@ ccc97d83ecb8c0ad88585e8cdfaa4bd882b6f9cd - + https://github.com/microsoft/vstest - 86e33e8eb2e9702afc1dcc081b55ed089331aedb + 5169afd0bab4d6b0c48bd4db1b609ff28ff84b3d diff --git a/eng/Versions.props b/eng/Versions.props index 0d7f123b0..fd7f1350c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22551.1 - 8.0.100-alpha.1.22551.1 + 8.0.100-alpha.1.22551.3 + 8.0.100-alpha.1.22551.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221026-01 + 17.5.0-preview-20221031-02 7.0.0-rc.1.22426.10 From 11257a02cac23e4a35c85e289cd3951ff0bcf6ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 05:41:06 +0000 Subject: [PATCH 446/501] Update dependencies from https://github.com/dotnet/sdk build 20221101.5 (#14871) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 8.0.0-alpha.1.22531.5 to 8.0.0-alpha.1.22551.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-alpha.1.22531.5 to 8.0.0-alpha.1.22551.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-alpha.1.22531.5 to 8.0.0-alpha.1.22551.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22531.5 to 8.0.0-alpha.1.22551.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 8.0.0-alpha.1.22531.5 to 8.0.0-alpha.1.22551.2 (parent: Microsoft.NET.Sdk) - dotnet-user-jwts: from 8.0.0-alpha.1.22531.5 to 8.0.0-alpha.1.22551.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 8.0.0-alpha.1.22531.5 to 8.0.0-alpha.1.22551.2 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 7f10e9f04..fbb41e409 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4354e1038..c8a23b7c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime 7d5efbb9e10b6d8beb91c90cbdefd7360869cece - + https://github.com/dotnet/aspnetcore - 5529a690e45099c37396f2abc87434d7f9a58bbf + abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 - + https://github.com/dotnet/aspnetcore - 5529a690e45099c37396f2abc87434d7f9a58bbf + abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 - + https://github.com/dotnet/aspnetcore - 5529a690e45099c37396f2abc87434d7f9a58bbf + abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 - + https://github.com/dotnet/aspnetcore - 5529a690e45099c37396f2abc87434d7f9a58bbf + abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 - + https://github.com/dotnet/aspnetcore - 5529a690e45099c37396f2abc87434d7f9a58bbf + abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 - + https://github.com/dotnet/aspnetcore - 5529a690e45099c37396f2abc87434d7f9a58bbf + abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 - + https://github.com/dotnet/aspnetcore - 5529a690e45099c37396f2abc87434d7f9a58bbf + abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 https://github.com/dotnet/test-templates @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - a95405c8c0c21481323322eb9c9e74ded6e98b63 + d5d85851ad4b765da59a9a531f7e2edc23fe2b8b - + https://github.com/dotnet/sdk - a95405c8c0c21481323322eb9c9e74ded6e98b63 + d5d85851ad4b765da59a9a531f7e2edc23fe2b8b - + https://github.com/dotnet/sdk - a95405c8c0c21481323322eb9c9e74ded6e98b63 + d5d85851ad4b765da59a9a531f7e2edc23fe2b8b - + https://github.com/dotnet/sdk - a95405c8c0c21481323322eb9c9e74ded6e98b63 + d5d85851ad4b765da59a9a531f7e2edc23fe2b8b diff --git a/eng/Versions.props b/eng/Versions.props index 41f713f39..9d069ea7b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,13 +54,13 @@ - 8.0.0-alpha.1.22531.5 - 8.0.0-alpha.1.22531.5 - 8.0.0-alpha.1.22531.5 - 8.0.0-alpha.1.22531.5 - 8.0.0-alpha.1.22531.5 - 8.0.0-alpha.1.22531.5 - 8.0.0-alpha.1.22531.5 + 8.0.0-alpha.1.22551.2 + 8.0.0-alpha.1.22551.2 + 8.0.0-alpha.1.22551.2 + 8.0.0-alpha.1.22551.2 + 8.0.0-alpha.1.22551.2 + 8.0.0-alpha.1.22551.2 + 8.0.0-alpha.1.22551.2 0.2.0 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22551.3 - 8.0.100-alpha.1.22551.3 + 8.0.100-alpha.1.22551.5 + 8.0.100-alpha.1.22551.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 46f39f80b0a78adfa2e211bd16bc5b54ea42edeb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:37:18 -0500 Subject: [PATCH 447/501] Update dependencies from https://github.com/dotnet/sdk build 20221102.1 (#14873) Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index fbb41e409..998f5bcfb 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c8a23b7c8..02ef148f4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - d5d85851ad4b765da59a9a531f7e2edc23fe2b8b + 2dff317a8836e5524e9c67d80a0740fd93e38637 - + https://github.com/dotnet/sdk - d5d85851ad4b765da59a9a531f7e2edc23fe2b8b + 2dff317a8836e5524e9c67d80a0740fd93e38637 - + https://github.com/dotnet/sdk - d5d85851ad4b765da59a9a531f7e2edc23fe2b8b + 2dff317a8836e5524e9c67d80a0740fd93e38637 - + https://github.com/dotnet/sdk - d5d85851ad4b765da59a9a531f7e2edc23fe2b8b + 2dff317a8836e5524e9c67d80a0740fd93e38637 diff --git a/eng/Versions.props b/eng/Versions.props index 9d069ea7b..2d5b8db3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22551.5 - 8.0.100-alpha.1.22551.5 + 8.0.100-alpha.1.22552.1 + 8.0.100-alpha.1.22552.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ddc819edbc8f9398a05e0caba5ca42fbadda7ec2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 2 Nov 2022 17:53:04 +0000 Subject: [PATCH 448/501] Update dependencies from https://github.com/dotnet/sdk build 20221102.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 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.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 8.0.0-alpha.1.22523.1 -> To Version 8.0.0-alpha.1.22551.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 66 ++++++++++++++++++++--------------------- eng/Versions.props | 30 +++++++++---------- 3 files changed, 49 insertions(+), 49 deletions(-) diff --git a/NuGet.config b/NuGet.config index 998f5bcfb..7e2e9166b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 02ef148f4..7ab59ff21 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,46 +1,46 @@ - + https://github.com/dotnet/windowsdesktop - c3e484659d17ab5f96ffef601be29857c44ce7ea + 469f78072043f9b66e3dcb2fbc625f620944ca9f - + https://github.com/dotnet/windowsdesktop - c3e484659d17ab5f96ffef601be29857c44ce7ea + 469f78072043f9b66e3dcb2fbc625f620944ca9f - + https://github.com/dotnet/windowsdesktop - c3e484659d17ab5f96ffef601be29857c44ce7ea + 469f78072043f9b66e3dcb2fbc625f620944ca9f - + https://github.com/dotnet/windowsdesktop - c3e484659d17ab5f96ffef601be29857c44ce7ea + 469f78072043f9b66e3dcb2fbc625f620944ca9f - + https://github.com/dotnet/runtime - 7d5efbb9e10b6d8beb91c90cbdefd7360869cece + bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/runtime - 7d5efbb9e10b6d8beb91c90cbdefd7360869cece + bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/runtime - 7d5efbb9e10b6d8beb91c90cbdefd7360869cece + bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/runtime - 7d5efbb9e10b6d8beb91c90cbdefd7360869cece + bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/runtime - 7d5efbb9e10b6d8beb91c90cbdefd7360869cece + bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/runtime - 7d5efbb9e10b6d8beb91c90cbdefd7360869cece + bdd67af67dbf43c0f5e9151b98dc100b9555898a @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 7d5efbb9e10b6d8beb91c90cbdefd7360869cece + bdd67af67dbf43c0f5e9151b98dc100b9555898a https://github.com/dotnet/aspnetcore @@ -104,29 +104,29 @@ https://github.com/dotnet/sdk - 2dff317a8836e5524e9c67d80a0740fd93e38637 + a7a07eb148f9cb9dcb80c6fe133a61774411452f - + https://github.com/dotnet/sdk - 2dff317a8836e5524e9c67d80a0740fd93e38637 + a7a07eb148f9cb9dcb80c6fe133a61774411452f - + https://github.com/dotnet/sdk - 2dff317a8836e5524e9c67d80a0740fd93e38637 + a7a07eb148f9cb9dcb80c6fe133a61774411452f - + https://github.com/dotnet/sdk - 2dff317a8836e5524e9c67d80a0740fd93e38637 + a7a07eb148f9cb9dcb80c6fe133a61774411452f - + https://github.com/dotnet/winforms - fdd39aabf50dc683e38dfc206e41dbe0582a937a + 678751e8bf52169a90e13e0f2ab1d36603d00720 - + https://github.com/dotnet/wpf - 89620aa2bd732a2072d9d38601be1587a4d73572 + 9a7234565312eb381100b64916a0fafaeecdc9c7 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 2d5b8db3e..fd7d6055c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22512.2 + 8.0.0-alpha.1.22530.4 - 8.0.0-alpha.1.22522.1 + 8.0.0-alpha.1.22551.1 @@ -68,32 +68,32 @@ 8.0.100 - 8.0.100-alpha.1.22552.1 - 8.0.100-alpha.1.22552.1 + 8.0.100-alpha.1.22552.14 + 8.0.100-alpha.1.22552.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22531.10 + 8.0.0-alpha.1.22551.9 - 8.0.0-alpha.1.22531.10 - 8.0.0-alpha.1.22531.10 - 8.0.0-alpha.1.22531.10 - 8.0.0-alpha.1.22531.10 - 8.0.0-alpha.1.22531.10 - 8.0.0-alpha.1.22531.10 + 8.0.0-alpha.1.22551.9 + 8.0.0-alpha.1.22551.9 + 8.0.0-alpha.1.22551.9 + 8.0.0-alpha.1.22551.9 + 8.0.0-alpha.1.22551.9 + 8.0.0-alpha.1.22551.9 2.1.0 - 8.0.0-alpha.1.22523.1 - 8.0.0-alpha.1.22523.1 - 8.0.0-alpha.1.22523.1 - 8.0.0-alpha.1.22523.1 + 8.0.0-alpha.1.22551.1 + 8.0.0-alpha.1.22551.1 + 8.0.0-alpha.1.22551.1 + 8.0.0-alpha.1.22551.1 From 75ab0b0cca7f3e224bf7a3add1c19be7d983e7eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 2 Nov 2022 22:07:16 +0000 Subject: [PATCH 449/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221102.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22531.2 -> To Version 8.0.0-alpha.1.22552.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ab59ff21..807729bf1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -217,9 +217,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - b9844a9bad6a8df74d8f0544d6541d1be829071f + dab1b0db4f4937b9213c5aecc5a5279d88180741 From 572a62346f9e0d00f3094a282e9e01070e6a0f11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 2 Nov 2022 23:31:00 +0000 Subject: [PATCH 450/501] Update dependencies from https://github.com/dotnet/sdk build 20221102.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NET.Test.Sdk From Version 17.5.0-preview-20221031-02 -> To Version 17.5.0-preview-20221101-04 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index 7e2e9166b..2980d4a00 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ab59ff21..935dd68f8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - a7a07eb148f9cb9dcb80c6fe133a61774411452f + a3644a9a4e145151d80dd2e938bd6b6327a4d810 - + https://github.com/dotnet/sdk - a7a07eb148f9cb9dcb80c6fe133a61774411452f + a3644a9a4e145151d80dd2e938bd6b6327a4d810 - + https://github.com/dotnet/sdk - a7a07eb148f9cb9dcb80c6fe133a61774411452f + a3644a9a4e145151d80dd2e938bd6b6327a4d810 - + https://github.com/dotnet/sdk - a7a07eb148f9cb9dcb80c6fe133a61774411452f + a3644a9a4e145151d80dd2e938bd6b6327a4d810 @@ -137,9 +137,9 @@ ccc97d83ecb8c0ad88585e8cdfaa4bd882b6f9cd - + https://github.com/microsoft/vstest - 5169afd0bab4d6b0c48bd4db1b609ff28ff84b3d + ac53aeb3053aa884919074fe4d61cb7634dda9aa diff --git a/eng/Versions.props b/eng/Versions.props index fd7d6055c..790e48330 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22552.14 - 8.0.100-alpha.1.22552.14 + 8.0.100-alpha.1.22552.29 + 8.0.100-alpha.1.22552.29 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221031-02 + 17.5.0-preview-20221101-04 7.0.0-rc.1.22426.10 From 33f04bcf257490a8422a9a1eb6549d390a750327 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 3 Nov 2022 00:24:54 +0000 Subject: [PATCH 451/501] Update dependencies from https://github.com/dotnet/sdk build 20221102.33 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks From Version 17.5.0-preview-20221031-02 -> To Version 17.5.0-preview-20221101-04 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index 2980d4a00..4d272abff 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 935dd68f8..8291b54bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - a3644a9a4e145151d80dd2e938bd6b6327a4d810 + 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 - + https://github.com/dotnet/sdk - a3644a9a4e145151d80dd2e938bd6b6327a4d810 + 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 - + https://github.com/dotnet/sdk - a3644a9a4e145151d80dd2e938bd6b6327a4d810 + 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 - + https://github.com/dotnet/sdk - a3644a9a4e145151d80dd2e938bd6b6327a4d810 + 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 @@ -142,9 +142,9 @@ ac53aeb3053aa884919074fe4d61cb7634dda9aa - + https://github.com/dotnet/linker - 4db6ac94ffa8bf6dae8ad9c5c68f94b58de917fd + 391ac60bbfb2c618b82f08af728d2d4d259d584e linker diff --git a/eng/Versions.props b/eng/Versions.props index 790e48330..09a215085 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22552.29 - 8.0.100-alpha.1.22552.29 + 8.0.100-alpha.1.22552.33 + 8.0.100-alpha.1.22552.33 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c689e44d24d04caad169baa948b151b9f2396e84 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 3 Nov 2022 06:22:02 +0000 Subject: [PATCH 452/501] Update dependencies from https://github.com/dotnet/sdk build 20221102.36 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22551.2 -> To Version 8.0.0-alpha.1.22552.16 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 4d272abff..15cd2e195 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 51e8c32bb..a8f5e1483 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/aspnetcore - abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 + fb6b2e25211f9d310aa03edfbda9e38a066960b1 - + https://github.com/dotnet/aspnetcore - abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 + fb6b2e25211f9d310aa03edfbda9e38a066960b1 - + https://github.com/dotnet/aspnetcore - abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 + fb6b2e25211f9d310aa03edfbda9e38a066960b1 - + https://github.com/dotnet/aspnetcore - abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 + fb6b2e25211f9d310aa03edfbda9e38a066960b1 - + https://github.com/dotnet/aspnetcore - abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 + fb6b2e25211f9d310aa03edfbda9e38a066960b1 - + https://github.com/dotnet/aspnetcore - abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 + fb6b2e25211f9d310aa03edfbda9e38a066960b1 - + https://github.com/dotnet/aspnetcore - abf67cbdaca1cd01ba517bf3ff9fbfeb12fcd6e8 + fb6b2e25211f9d310aa03edfbda9e38a066960b1 https://github.com/dotnet/test-templates @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 + bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 - + https://github.com/dotnet/sdk - 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 + bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 - + https://github.com/dotnet/sdk - 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 + bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 - + https://github.com/dotnet/sdk - 116b8f6d99db7141e05b222704db3ae5c6e5c3a3 + bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 diff --git a/eng/Versions.props b/eng/Versions.props index 09a215085..68569cd99 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,13 +54,13 @@ - 8.0.0-alpha.1.22551.2 - 8.0.0-alpha.1.22551.2 - 8.0.0-alpha.1.22551.2 - 8.0.0-alpha.1.22551.2 - 8.0.0-alpha.1.22551.2 - 8.0.0-alpha.1.22551.2 - 8.0.0-alpha.1.22551.2 + 8.0.0-alpha.1.22552.16 + 8.0.0-alpha.1.22552.16 + 8.0.0-alpha.1.22552.16 + 8.0.0-alpha.1.22552.16 + 8.0.0-alpha.1.22552.16 + 8.0.0-alpha.1.22552.16 + 8.0.0-alpha.1.22552.16 0.2.0 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22552.33 - 8.0.100-alpha.1.22552.33 + 8.0.100-alpha.1.22552.36 + 8.0.100-alpha.1.22552.36 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 095cdf830c548c0e196f8b59ae5dff86e84da297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Thu, 3 Nov 2022 09:15:26 +0100 Subject: [PATCH 453/501] Bump DarcLib for new VMR updates (#14875) --- .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 649a77433..69fc0a9c5 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.22527.1", + "version": "1.1.0-beta.22552.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 51e8c32bb..4dd4e0e07 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -205,13 +205,13 @@ https://github.com/dotnet/arcade 6956787678e164e39ee646448e14353432d83c46 - + https://github.com/dotnet/arcade-services - 96b70240e35894921b5bf33acb16590f0067fb52 + cc8a2aea1dc604f3572d32e464f17fbae3a0bcd6 - + https://github.com/dotnet/arcade-services - 96b70240e35894921b5bf33acb16590f0067fb52 + cc8a2aea1dc604f3572d32e464f17fbae3a0bcd6 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 09a215085..4efb327a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22527.1 + 1.1.0-beta.22552.1 From a21767c2d39b4e3d49183f6a0e96770eb636507a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Thu, 3 Nov 2022 13:22:52 +0100 Subject: [PATCH 454/501] Create a branch during VMR sync always, add `noPush` option (#14883) --- eng/pipelines/templates/jobs/vmr-synchronization.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/templates/jobs/vmr-synchronization.yml b/eng/pipelines/templates/jobs/vmr-synchronization.yml index 95d519716..16f3b201d 100644 --- a/eng/pipelines/templates/jobs/vmr-synchronization.yml +++ b/eng/pipelines/templates/jobs/vmr-synchronization.yml @@ -15,6 +15,11 @@ parameters: displayName: PAT that allows pushing to dotnet/dotnet type: string +- name: noPush + displayName: Don't push changes to dotnet/dotnet + type: boolean + default: false + jobs: - job: Synchronize displayName: Synchronize dotnet/dotnet @@ -66,6 +71,10 @@ jobs: cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/installer displayName: '[PR Only] Prepare dotnet/installer clone' + - script: git branch -B ${{ parameters.vmrBranch }} + displayName: Prepare branch ${{ parameters.vmrBranch }} + workingDirectory: $(vmrPath) + - script: > $(Agent.BuildDirectory)/installer/.dotnet/dotnet darc vmr update --vmr $(Agent.BuildDirectory)/vmr @@ -78,13 +87,12 @@ jobs: displayName: Synchronize dotnet/dotnet workingDirectory: $(Agent.BuildDirectory)/installer - - ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: + - ${{ if and(not(parameters.noPush), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: - script: |- set -x git config --global user.email 'dotnet-maestro[bot]@users.noreply.github.com' && git config --global user.name 'dotnet-maestro[bot]' git remote add dotnet 'https://${{ parameters.vmrToken }}@github.com/dotnet/dotnet.git' git fetch dotnet - git branch ${{ parameters.vmrBranch }} git branch --set-upstream-to=dotnet/${{ parameters.vmrBranch }} ${{ parameters.vmrBranch }} || echo 'Branch ${{ parameters.vmrBranch }} not found in remote' git push dotnet ${{ parameters.vmrBranch }} displayName: Push changes to dotnet/dotnet From 3bf15b3319c9be67878c08eb5b482b71eab60365 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 3 Nov 2022 12:27:55 +0000 Subject: [PATCH 455/501] Update dependencies from https://github.com/dotnet/arcade build 20221102.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22528.1 -> To Version 8.0.0-beta.22552.1 --- 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 2a6e2f385..1517a8ed2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 6956787678e164e39ee646448e14353432d83c46 + 5be556106f26f171f32187951b9a141f9580d03a - + https://github.com/dotnet/arcade - 6956787678e164e39ee646448e14353432d83c46 + 5be556106f26f171f32187951b9a141f9580d03a - + https://github.com/dotnet/arcade - 6956787678e164e39ee646448e14353432d83c46 + 5be556106f26f171f32187951b9a141f9580d03a https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index f2318df7a..724ae779d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22528.1 + 8.0.0-beta.22552.1 diff --git a/global.json b/global.json index 37d696f04..76d7a24cb 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.22528.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22528.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22552.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22552.1" } } From 856fbb2d55dbc18e5caf83d961c759dfe8701518 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 3 Nov 2022 12:37:30 +0000 Subject: [PATCH 456/501] Update dependencies from https://github.com/dotnet/emsdk build 20221102.9 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22510.1 -> To Version 8.0.0-alpha.1.22552.9 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a6e2f385..73a7f7ce7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -167,13 +167,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - aecb1c71c70f6db44035602a879c57fa495d37e8 + 43618b75f5db5c38a8649c4511fd5e768b200ad7 - + https://github.com/dotnet/emsdk - aecb1c71c70f6db44035602a879c57fa495d37e8 + 43618b75f5db5c38a8649c4511fd5e768b200ad7 https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index f2318df7a..6e3ef2ed5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -221,8 +221,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22510.1 - 8.0.0-alpha.1.22510.1 + 8.0.0-alpha.1.22552.9 + 8.0.0-alpha.1.22552.9 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 5cd2054630a06b1eb59ba1c4bdac112a39a02c3d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 3 Nov 2022 12:43:18 +0000 Subject: [PATCH 457/501] Update dependencies from https://github.com/dotnet/source-build-externals build 20221102.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.22531.1 -> To Version 8.0.0-alpha.1.22552.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a6e2f385..a0ccc6185 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -180,9 +180,9 @@ c3ad00ae84489071080a606f6a8e43c9a91a5cc2 - + https://github.com/dotnet/source-build-externals - e4dc79971db27706f86bc4490b4a50522ac055d2 + 4d37f75b11b8613594fcb38bd9b965a75877c49f From d3e78c4a4bb386d3dc63baf070cacbb7ac6e1eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Thu, 3 Nov 2022 19:03:03 +0100 Subject: [PATCH 458/501] Fix VMR path variable (#14887) --- .../templates/jobs/vmr-synchronization.yml | 14 +++++++++----- eng/vmr-synchronization.yml | 6 ++++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/eng/pipelines/templates/jobs/vmr-synchronization.yml b/eng/pipelines/templates/jobs/vmr-synchronization.yml index 16f3b201d..6b4ee5bb6 100644 --- a/eng/pipelines/templates/jobs/vmr-synchronization.yml +++ b/eng/pipelines/templates/jobs/vmr-synchronization.yml @@ -25,6 +25,10 @@ jobs: displayName: Synchronize dotnet/dotnet timeoutInMinutes: 120 + variables: + - name: vmrPath + value: $(Agent.BuildDirectory)/vmr + pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: NetCore-Public @@ -53,8 +57,8 @@ jobs: - ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: - task: ComponentGovernanceComponentDetection@0 inputs: - sourceScanPath: $(Agent.BuildDirectory)/vmr - ignoreDirectories: $(Agent.BuildDirectory)/vmr/src + sourceScanPath: $(vmrPath) + ignoreDirectories: $(vmrPath)/src - script: |- source ./eng/common/tools.sh @@ -71,13 +75,13 @@ jobs: cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/installer displayName: '[PR Only] Prepare dotnet/installer clone' - - script: git branch -B ${{ parameters.vmrBranch }} + - script: git checkout -B ${{ parameters.vmrBranch }} displayName: Prepare branch ${{ parameters.vmrBranch }} workingDirectory: $(vmrPath) - script: > $(Agent.BuildDirectory)/installer/.dotnet/dotnet darc vmr update - --vmr $(Agent.BuildDirectory)/vmr + --vmr $(vmrPath) --tmp $(Agent.TempDirectory) --azdev-pat $(System.AccessToken) --github-pat ${{ parameters.vmrToken }} @@ -96,4 +100,4 @@ jobs: git branch --set-upstream-to=dotnet/${{ parameters.vmrBranch }} ${{ parameters.vmrBranch }} || echo 'Branch ${{ parameters.vmrBranch }} not found in remote' git push dotnet ${{ parameters.vmrBranch }} displayName: Push changes to dotnet/dotnet - workingDirectory: $(Agent.BuildDirectory)/vmr + workingDirectory: $(vmrPath) diff --git a/eng/vmr-synchronization.yml b/eng/vmr-synchronization.yml index 488c087e1..84e52e3f3 100644 --- a/eng/vmr-synchronization.yml +++ b/eng/vmr-synchronization.yml @@ -11,6 +11,11 @@ parameters: type: string default: $(Build.SourceBranchName) +- name: noPush + displayName: Don't push changes to dotnet/dotnet + type: boolean + default: false + trigger: branches: include: @@ -39,3 +44,4 @@ jobs: targetRef: ${{ parameters.targetRef }} vmrBranch: ${{ parameters.vmrBranch }} vmrToken: $(BotAccount-dotnet-bot-repo-PAT) + noPush: ${{ parameters.noPush }} From 796411bdb02f86fe5fc02060e232c6e553cbf646 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 3 Nov 2022 19:13:48 +0000 Subject: [PATCH 459/501] Update dependencies from https://github.com/dotnet/sdk build 20221103.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.5.0-beta.22529.1 -> To Version 12.5.0-beta.22552.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/NuGet.config b/NuGet.config index 15cd2e195..9b324de6b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b8b87c45..d94c6d47a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 + 77faf9d0612aca352752e5594b50807903e4d844 - + https://github.com/dotnet/sdk - bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 + 77faf9d0612aca352752e5594b50807903e4d844 - + https://github.com/dotnet/sdk - bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 + 77faf9d0612aca352752e5594b50807903e4d844 - + https://github.com/dotnet/sdk - bcda3ecd29a80ce505ca9f1e6e37170bff9e9932 + 77faf9d0612aca352752e5594b50807903e4d844 @@ -128,13 +128,13 @@ https://github.com/dotnet/wpf 9a7234565312eb381100b64916a0fafaeecdc9c7 - + https://github.com/dotnet/fsharp - ccc97d83ecb8c0ad88585e8cdfaa4bd882b6f9cd + a934894437658f001c6388d33859da73a1ba2ba9 - + https://github.com/dotnet/fsharp - ccc97d83ecb8c0ad88585e8cdfaa4bd882b6f9cd + a934894437658f001c6388d33859da73a1ba2ba9 diff --git a/eng/Versions.props b/eng/Versions.props index 41bd506de..5b4c6630d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22552.36 - 8.0.100-alpha.1.22552.36 + 8.0.100-alpha.1.22553.6 + 8.0.100-alpha.1.22553.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4360f41763c7cdb8c082ad0d023012bb6173a456 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 3 Nov 2022 14:59:06 -0500 Subject: [PATCH 460/501] Add aspnetcore patch to produce public redist (#14839) --- ...val-of-internal-archives-from-aspnet.patch | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch diff --git a/src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch b/src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch deleted file mode 100644 index 4b89716fa..000000000 --- a/src/SourceBuild/tarball/patches/installer/0001-Revert-removal-of-internal-archives-from-aspnet.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: MichaelSimons -Date: Thu, 27 Oct 2022 17:59:45 +0000 -Subject: [PATCH] Revert removal of internal archives from aspnet - -Backport: https://github.com/dotnet/source-build/issues/3092 ---- - src/redist/targets/GenerateLayout.targets | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets -index 2eda46221..010b4696e 100644 ---- a/src/redist/targets/GenerateLayout.targets -+++ b/src/redist/targets/GenerateLayout.targets -@@ -100,7 +100,7 @@ - aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefInternalPackageVersion)-$(AspNetCoreInstallerRid)$(InstallerExtension) - aspnetcoremodule_$(Architecture)_en_v2_$(MicrosoftAspNetCoreAppRuntimePackageVersion)$(InstallerExtension) - aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) -- aspnetcore-runtime-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) -+ aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) - - - aspnetcore_base_runtime.version From dcdf275b5629c444c06d360359a5151e369aeb7d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 3 Nov 2022 23:24:05 +0000 Subject: [PATCH 461/501] Update dependencies from https://github.com/dotnet/sdk build 20221103.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.5.0-beta.22529.1 -> To Version 12.5.0-beta.22552.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9b324de6b..7212bcfa4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d94c6d47a..58420392d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 77faf9d0612aca352752e5594b50807903e4d844 + bacc17c6f704a4a21d754e0299663b52fa7f72e6 - + https://github.com/dotnet/sdk - 77faf9d0612aca352752e5594b50807903e4d844 + bacc17c6f704a4a21d754e0299663b52fa7f72e6 - + https://github.com/dotnet/sdk - 77faf9d0612aca352752e5594b50807903e4d844 + bacc17c6f704a4a21d754e0299663b52fa7f72e6 - + https://github.com/dotnet/sdk - 77faf9d0612aca352752e5594b50807903e4d844 + bacc17c6f704a4a21d754e0299663b52fa7f72e6 diff --git a/eng/Versions.props b/eng/Versions.props index 5b4c6630d..7761dbd9c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22553.6 - 8.0.100-alpha.1.22553.6 + 8.0.100-alpha.1.22553.8 + 8.0.100-alpha.1.22553.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0e31c4804257c2bd99d73285e9e621b78c98bdd5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 4 Nov 2022 06:35:10 +0000 Subject: [PATCH 462/501] Update dependencies from https://github.com/dotnet/sdk build 20221103.23 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.5.0-1.22528.14 -> To Version 4.5.0-1.22553.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index 7212bcfa4..17cbacb5b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58420392d..fb0ecab5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - bacc17c6f704a4a21d754e0299663b52fa7f72e6 + 3839c836cc211d51965296b4d8590c785daba46f - + https://github.com/dotnet/sdk - bacc17c6f704a4a21d754e0299663b52fa7f72e6 + 3839c836cc211d51965296b4d8590c785daba46f - + https://github.com/dotnet/sdk - bacc17c6f704a4a21d754e0299663b52fa7f72e6 + 3839c836cc211d51965296b4d8590c785daba46f - + https://github.com/dotnet/sdk - bacc17c6f704a4a21d754e0299663b52fa7f72e6 + 3839c836cc211d51965296b4d8590c785daba46f @@ -148,9 +148,9 @@ linker - + https://github.com/dotnet/roslyn - 785bc38801eac75a5342c3c639fcc5fd5156f263 + c9a6d5cf04904ebd2b1aaab0adb33df16c8e76a6 diff --git a/eng/Versions.props b/eng/Versions.props index 7761dbd9c..0a5e1925d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22553.8 - 8.0.100-alpha.1.22553.8 + 8.0.100-alpha.1.22553.23 + 8.0.100-alpha.1.22553.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e4f1c9b9de9e48ff7b2aa10b7074864380d94056 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 4 Nov 2022 07:43:56 +0000 Subject: [PATCH 463/501] Update dependencies from https://github.com/dotnet/sdk build 20221103.26 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 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.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 8.0.0-alpha.1.22551.1 -> To Version 8.0.0-alpha.1.22552.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 17cbacb5b..e6b233c39 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb0ecab5e..a65c368e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 469f78072043f9b66e3dcb2fbc625f620944ca9f + 9162860562ca3b6a02d2d5683c12a668058727d8 - + https://github.com/dotnet/windowsdesktop - 469f78072043f9b66e3dcb2fbc625f620944ca9f + 9162860562ca3b6a02d2d5683c12a668058727d8 - + https://github.com/dotnet/windowsdesktop - 469f78072043f9b66e3dcb2fbc625f620944ca9f + 9162860562ca3b6a02d2d5683c12a668058727d8 - + https://github.com/dotnet/windowsdesktop - 469f78072043f9b66e3dcb2fbc625f620944ca9f + 9162860562ca3b6a02d2d5683c12a668058727d8 https://github.com/dotnet/runtime @@ -104,29 +104,29 @@ https://github.com/dotnet/sdk - 3839c836cc211d51965296b4d8590c785daba46f + d609699901b0d25bf939553b342ea887f8d7ef7f - + https://github.com/dotnet/sdk - 3839c836cc211d51965296b4d8590c785daba46f + d609699901b0d25bf939553b342ea887f8d7ef7f - + https://github.com/dotnet/sdk - 3839c836cc211d51965296b4d8590c785daba46f + d609699901b0d25bf939553b342ea887f8d7ef7f - + https://github.com/dotnet/sdk - 3839c836cc211d51965296b4d8590c785daba46f + d609699901b0d25bf939553b342ea887f8d7ef7f - + https://github.com/dotnet/winforms - 678751e8bf52169a90e13e0f2ab1d36603d00720 + 8f1be5d8453763501aea20070bb6cabf97a49b34 - + https://github.com/dotnet/wpf - 9a7234565312eb381100b64916a0fafaeecdc9c7 + 959913ec4f81cc388928fad0c95840bf3ee4962b https://github.com/dotnet/fsharp @@ -137,9 +137,9 @@ a934894437658f001c6388d33859da73a1ba2ba9 - + https://github.com/microsoft/vstest - ac53aeb3053aa884919074fe4d61cb7634dda9aa + eb9fca1710b0430741b279fccdfb24a72151a45b diff --git a/eng/Versions.props b/eng/Versions.props index 0a5e1925d..f5e85481a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,11 +34,11 @@ - 8.0.0-alpha.1.22530.4 + 8.0.0-alpha.1.22531.9 - 8.0.0-alpha.1.22551.1 + 8.0.0-alpha.1.22551.2 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22553.23 - 8.0.100-alpha.1.22553.23 + 8.0.100-alpha.1.22553.26 + 8.0.100-alpha.1.22553.26 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -90,10 +90,10 @@ - 8.0.0-alpha.1.22551.1 - 8.0.0-alpha.1.22551.1 - 8.0.0-alpha.1.22551.1 - 8.0.0-alpha.1.22551.1 + 8.0.0-alpha.1.22552.1 + 8.0.0-alpha.1.22552.1 + 8.0.0-alpha.1.22552.1 + 8.0.0-alpha.1.22552.1 @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221101-04 + 17.5.0-preview-20221102-03 7.0.0-rc.1.22426.10 From 7f3c9e1b954d933c09724ca6d38a33832910d031 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 4 Nov 2022 14:07:02 +0000 Subject: [PATCH 464/501] Update dependencies from https://github.com/dotnet/sdk build 20221104.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22552.16 -> To Version 8.0.0-alpha.1.22554.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index e6b233c39..bff2c8131 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a65c368e3..818c48bf8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/aspnetcore - fb6b2e25211f9d310aa03edfbda9e38a066960b1 + aeccdb94ee13cc9e88497c04c19317366bf0b9da - + https://github.com/dotnet/aspnetcore - fb6b2e25211f9d310aa03edfbda9e38a066960b1 + aeccdb94ee13cc9e88497c04c19317366bf0b9da - + https://github.com/dotnet/aspnetcore - fb6b2e25211f9d310aa03edfbda9e38a066960b1 + aeccdb94ee13cc9e88497c04c19317366bf0b9da - + https://github.com/dotnet/aspnetcore - fb6b2e25211f9d310aa03edfbda9e38a066960b1 + aeccdb94ee13cc9e88497c04c19317366bf0b9da - + https://github.com/dotnet/aspnetcore - fb6b2e25211f9d310aa03edfbda9e38a066960b1 + aeccdb94ee13cc9e88497c04c19317366bf0b9da - + https://github.com/dotnet/aspnetcore - fb6b2e25211f9d310aa03edfbda9e38a066960b1 + aeccdb94ee13cc9e88497c04c19317366bf0b9da - + https://github.com/dotnet/aspnetcore - fb6b2e25211f9d310aa03edfbda9e38a066960b1 + aeccdb94ee13cc9e88497c04c19317366bf0b9da https://github.com/dotnet/test-templates @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - d609699901b0d25bf939553b342ea887f8d7ef7f + 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 - + https://github.com/dotnet/sdk - d609699901b0d25bf939553b342ea887f8d7ef7f + 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 - + https://github.com/dotnet/sdk - d609699901b0d25bf939553b342ea887f8d7ef7f + 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 - + https://github.com/dotnet/sdk - d609699901b0d25bf939553b342ea887f8d7ef7f + 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 diff --git a/eng/Versions.props b/eng/Versions.props index f5e85481a..df408ae5c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,13 +54,13 @@ - 8.0.0-alpha.1.22552.16 - 8.0.0-alpha.1.22552.16 - 8.0.0-alpha.1.22552.16 - 8.0.0-alpha.1.22552.16 - 8.0.0-alpha.1.22552.16 - 8.0.0-alpha.1.22552.16 - 8.0.0-alpha.1.22552.16 + 8.0.0-alpha.1.22554.2 + 8.0.0-alpha.1.22554.2 + 8.0.0-alpha.1.22554.2 + 8.0.0-alpha.1.22554.2 + 8.0.0-alpha.1.22554.2 + 8.0.0-alpha.1.22554.2 + 8.0.0-alpha.1.22554.2 0.2.0 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22553.26 - 8.0.100-alpha.1.22553.26 + 8.0.100-alpha.1.22554.6 + 8.0.100-alpha.1.22554.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2fd58dc7e984cacf8c455428bf9bfce75f736f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Fri, 4 Nov 2022 18:33:12 +0100 Subject: [PATCH 465/501] Synchronize VMR's non-`src/` content from `tarball/content` (#14893) Previously, we manually copied the `tarball/content` folder over when bootstrapping the VMR. Now it is handled by the darc tooling when you point it to the right dir. --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++--- eng/Versions.props | 2 +- src/VirtualMonoRepo/InitializeVMR.proj | 17 ++++----- .../source-mappings.json | 35 ++++++++----------- 5 files changed, 28 insertions(+), 36 deletions(-) rename src/{SourceBuild/tarball/content/src => VirtualMonoRepo}/source-mappings.json (84%) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 69fc0a9c5..0fc31e809 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.22552.1", + "version": "1.1.0-beta.22554.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a65c368e3..ab801caa7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -205,13 +205,13 @@ https://github.com/dotnet/arcade 5be556106f26f171f32187951b9a141f9580d03a - + https://github.com/dotnet/arcade-services - cc8a2aea1dc604f3572d32e464f17fbae3a0bcd6 + 7a093e86507405b990f0e6aa5c634c9a5585319f - + https://github.com/dotnet/arcade-services - cc8a2aea1dc604f3572d32e464f17fbae3a0bcd6 + 7a093e86507405b990f0e6aa5c634c9a5585319f https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index f5e85481a..5df8c8b93 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22552.1 + 1.1.0-beta.22554.2 diff --git a/src/VirtualMonoRepo/InitializeVMR.proj b/src/VirtualMonoRepo/InitializeVMR.proj index 5adf50ebc..df78ccce6 100644 --- a/src/VirtualMonoRepo/InitializeVMR.proj +++ b/src/VirtualMonoRepo/InitializeVMR.proj @@ -33,8 +33,6 @@ @@ -46,13 +44,12 @@ + + - - - - - - + + + - - + + diff --git a/src/SourceBuild/tarball/content/src/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json similarity index 84% rename from src/SourceBuild/tarball/content/src/source-mappings.json rename to src/VirtualMonoRepo/source-mappings.json index f61278234..f267114aa 100644 --- a/src/SourceBuild/tarball/content/src/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -1,18 +1,26 @@ // This file configures where the VMR synchronizes the sources from. -// Each individual repository has its own mapping which says where the remote repo is, -// what files are excluded from the sync, etc. -// More details can be found at: {{ TODO: https://github.com/dotnet/arcade/issues/11226 }} +// Each development repository has a mapping record which says where the remote repo is, +// what files are in/excluded from the sync, etc. +// +// This file does not contain information about what version of sources is synchronized. +// Please check the source-manifest.json file for that purpose. +// +// More details on this file's mechanics: +// https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#repository-source-mappings { - // Location withing the VMR where the source-build patches are stored + // Location within the VMR where the source-build patches are stored // These patches are applied on top of the code synchronized into the VMR "patchesPath": "src/installer/src/SourceBuild/tarball/patches", + // Files on this path are synchronized with files in the root of the VMR + "contentPath": "src/installer/src/SourceBuild/tarball/content", + // These defaults are added to all mappings unless `ignoreDefaults: true` is specified // When no "include" filter is specified, "**/*" is used + // The default filters do not apply to submodules + // Only filters which start with submodule's path are applied when syncing submodules "defaults": { "defaultRef": "main", - // The default filters do not apply to submodules - // Only filters which start with submodule's path are applied when syncing submodules "exclude": [ "**/*.dll", "**/*.Dll", @@ -39,10 +47,6 @@ "**/samples/**/jquery-validation-unobtrusive/*.js" ] }, - { - "name": "clicommandlineparser", - "defaultRemote": "https://github.com/dotnet/clicommandlineparser" - }, { "name": "command-line-api", "defaultRemote": "https://github.com/dotnet/command-line-api" @@ -81,11 +85,6 @@ "external/cecil/**/*.mdb" ] }, - { - "name": "llvm-project", - "defaultRemote": "https://github.com/dotnet/llvm-project", - "defaultRef": "dotnet/main" - }, { "name": "msbuild", "defaultRemote": "https://github.com/dotnet/msbuild" @@ -115,10 +114,6 @@ "name": "sdk", "defaultRemote": "https://github.com/dotnet/sdk" }, - { - "name": "source-build", - "defaultRemote": "https://github.com/dotnet/source-build" - }, { "name": "source-build-externals", "defaultRemote": "https://github.com/dotnet/source-build-externals", @@ -162,4 +157,4 @@ "defaultRemote": "https://github.com/dotnet/xliff-tasks" } ] -} +} \ No newline at end of file From 822c0196491f9cfcb0c3a1ec572fc357800a431a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 4 Nov 2022 21:27:24 +0000 Subject: [PATCH 466/501] Update dependencies from https://github.com/dotnet/sdk build 20221104.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22552.16 -> To Version 8.0.0-alpha.1.22554.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index bff2c8131..6d0b85dae 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 818c48bf8..0751ee161 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 + 2ea9341cf0f7c43910072002db4e218396c41f28 - + https://github.com/dotnet/sdk - 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 + 2ea9341cf0f7c43910072002db4e218396c41f28 - + https://github.com/dotnet/sdk - 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 + 2ea9341cf0f7c43910072002db4e218396c41f28 - + https://github.com/dotnet/sdk - 864b46947f5172b9c2fbb5cf94da9eacfebb4bf1 + 2ea9341cf0f7c43910072002db4e218396c41f28 diff --git a/eng/Versions.props b/eng/Versions.props index df408ae5c..4502667ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22554.6 - 8.0.100-alpha.1.22554.6 + 8.0.100-alpha.1.22554.8 + 8.0.100-alpha.1.22554.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d2123c940d3b3299fa04b8d9540af3a9ef3237d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 5 Nov 2022 00:13:06 +0000 Subject: [PATCH 467/501] Update dependencies from https://github.com/dotnet/sdk build 20221104.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22552.16 -> To Version 8.0.0-alpha.1.22554.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 30 +++++++++++++++--------------- eng/Versions.props | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6d0b85dae..ee707b48c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0751ee161..5977ef544 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 2ea9341cf0f7c43910072002db4e218396c41f28 + d565c8c75334626f7c12dfe5f4746178b6266bb2 - + https://github.com/dotnet/sdk - 2ea9341cf0f7c43910072002db4e218396c41f28 + d565c8c75334626f7c12dfe5f4746178b6266bb2 - + https://github.com/dotnet/sdk - 2ea9341cf0f7c43910072002db4e218396c41f28 + d565c8c75334626f7c12dfe5f4746178b6266bb2 - + https://github.com/dotnet/sdk - 2ea9341cf0f7c43910072002db4e218396c41f28 + d565c8c75334626f7c12dfe5f4746178b6266bb2 @@ -128,18 +128,18 @@ https://github.com/dotnet/wpf 959913ec4f81cc388928fad0c95840bf3ee4962b - + https://github.com/dotnet/fsharp - a934894437658f001c6388d33859da73a1ba2ba9 + abd1cc91bc32b1007e7513c6cd55312e9a7835b4 - + https://github.com/dotnet/fsharp - a934894437658f001c6388d33859da73a1ba2ba9 + abd1cc91bc32b1007e7513c6cd55312e9a7835b4 - + https://github.com/microsoft/vstest - eb9fca1710b0430741b279fccdfb24a72151a45b + 02de16cd2915e7b34ffe91ab73432ba4faf4baf8 @@ -158,9 +158,9 @@ 3777dcaf7edb3e86a070037ba53e742dd1872873 - + https://github.com/nuget/nuget.client - 41c08c5549ac3c738d5bf369014da059eff53fbd + 6038f769411b98f4efdb10a0924986eae2583618 diff --git a/eng/Versions.props b/eng/Versions.props index 4502667ad..06dfd9791 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22554.8 - 8.0.100-alpha.1.22554.8 + 8.0.100-alpha.1.22554.18 + 8.0.100-alpha.1.22554.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221102-03 + 17.5.0-preview-20221103-01 7.0.0-rc.1.22426.10 From 6a021f0c6e5ba0c16573625ee4f98cc85944c43a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 5 Nov 2022 12:22:46 +0000 Subject: [PATCH 468/501] Update dependencies from https://github.com/dotnet/arcade build 20221104.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22552.1 -> To Version 8.0.0-beta.22554.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/sdk-task.ps1 | 2 +- eng/common/tools.ps1 | 4 ++-- global.json | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab801caa7..fa442a920 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 5be556106f26f171f32187951b9a141f9580d03a + 80b6be47e1425ea90c5febffac119250043a0c92 - + https://github.com/dotnet/arcade - 5be556106f26f171f32187951b9a141f9580d03a + 80b6be47e1425ea90c5febffac119250043a0c92 - + https://github.com/dotnet/arcade - 5be556106f26f171f32187951b9a141f9580d03a + 80b6be47e1425ea90c5febffac119250043a0c92 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 5df8c8b93..57fb64d11 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22552.1 + 8.0.0-beta.22554.2 diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index c35087a06..39be08d4b 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -64,7 +64,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.2.1" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.3.1" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index aba6308ad..449126943 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -365,8 +365,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = # If the version of msbuild is going to be xcopied, # use this version. Version matches a package here: - # https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=17.2.1&view=overview - $defaultXCopyMSBuildVersion = '17.2.1' + # https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=17.3.1view=overview + $defaultXCopyMSBuildVersion = '17.3.1' if (!$vsRequirements) { if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { diff --git a/global.json b/global.json index 76d7a24cb..fda4cecfe 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.22552.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22552.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22554.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22554.2" } } From d71044410cf5187fe14cb937c98cc90d841b1ca6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 5 Nov 2022 12:32:02 +0000 Subject: [PATCH 469/501] Update dependencies from https://github.com/dotnet/emsdk build 20221104.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22552.9 -> To Version 8.0.0-alpha.1.22554.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab801caa7..2450cc2f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -167,13 +167,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 43618b75f5db5c38a8649c4511fd5e768b200ad7 + b6656f5b78cd25f984355f973e65da3d844ac6d1 - + https://github.com/dotnet/emsdk - 43618b75f5db5c38a8649c4511fd5e768b200ad7 + b6656f5b78cd25f984355f973e65da3d844ac6d1 https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index 5df8c8b93..ae2f23275 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -221,8 +221,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22552.9 - 8.0.0-alpha.1.22552.9 + 8.0.0-alpha.1.22554.1 + 8.0.0-alpha.1.22554.1 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 4e7e1a1c82b4d4fb9ecfaa2adf53d04d766d3f39 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 6 Nov 2022 14:35:18 +0000 Subject: [PATCH 470/501] Update dependencies from https://github.com/dotnet/sdk build 20221106.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22552.16 -> To Version 8.0.0-alpha.1.22554.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index ee707b48c..eb3783123 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5977ef544..0e0a437a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - d565c8c75334626f7c12dfe5f4746178b6266bb2 + 4a27d47440dd3eaefbdb31135ef8867f6758161f - + https://github.com/dotnet/sdk - d565c8c75334626f7c12dfe5f4746178b6266bb2 + 4a27d47440dd3eaefbdb31135ef8867f6758161f - + https://github.com/dotnet/sdk - d565c8c75334626f7c12dfe5f4746178b6266bb2 + 4a27d47440dd3eaefbdb31135ef8867f6758161f - + https://github.com/dotnet/sdk - d565c8c75334626f7c12dfe5f4746178b6266bb2 + 4a27d47440dd3eaefbdb31135ef8867f6758161f @@ -153,9 +153,9 @@ c9a6d5cf04904ebd2b1aaab0adb33df16c8e76a6 - + https://github.com/dotnet/msbuild - 3777dcaf7edb3e86a070037ba53e742dd1872873 + 3bcada934edfa09e5f68222411e3efeda407985c diff --git a/eng/Versions.props b/eng/Versions.props index 06dfd9791..1428906bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22554.18 - 8.0.100-alpha.1.22554.18 + 8.0.100-alpha.1.22556.2 + 8.0.100-alpha.1.22556.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 146ae9aea050831cdabaa59cb002619f67e81420 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 7 Nov 2022 03:15:27 +0000 Subject: [PATCH 471/501] Update dependencies from https://github.com/dotnet/sdk build 20221106.3 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index eb3783123..889fdc9ff 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6313bbd4a..ada8ffc2b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 4a27d47440dd3eaefbdb31135ef8867f6758161f + 26225a22013419a9d10fa6fe11fb61beeaf5006f - + https://github.com/dotnet/sdk - 4a27d47440dd3eaefbdb31135ef8867f6758161f + 26225a22013419a9d10fa6fe11fb61beeaf5006f - + https://github.com/dotnet/sdk - 4a27d47440dd3eaefbdb31135ef8867f6758161f + 26225a22013419a9d10fa6fe11fb61beeaf5006f - + https://github.com/dotnet/sdk - 4a27d47440dd3eaefbdb31135ef8867f6758161f + 26225a22013419a9d10fa6fe11fb61beeaf5006f diff --git a/eng/Versions.props b/eng/Versions.props index 6f9a79b9e..97fa95677 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22556.2 - 8.0.100-alpha.1.22556.2 + 8.0.100-alpha.1.22556.3 + 8.0.100-alpha.1.22556.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c63c57f911c39893b1d4929702fc8c9ba3e5aafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 7 Nov 2022 11:00:08 +0100 Subject: [PATCH 472/501] Bump DarcLib to fix zero-sized patches in VMR sync (#14907) --- .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 0fc31e809..6e0b834c7 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.22554.2", + "version": "1.1.0-beta.22554.5", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ada8ffc2b..026ced089 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -205,13 +205,13 @@ https://github.com/dotnet/arcade 80b6be47e1425ea90c5febffac119250043a0c92 - + https://github.com/dotnet/arcade-services - 7a093e86507405b990f0e6aa5c634c9a5585319f + aa6e835ea5e8ef70a95a8fa6075fdf4c73de8bd8 - + https://github.com/dotnet/arcade-services - 7a093e86507405b990f0e6aa5c634c9a5585319f + aa6e835ea5e8ef70a95a8fa6075fdf4c73de8bd8 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 97fa95677..3363dcd0b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22554.2 + 1.1.0-beta.22554.5 From 23008a7e12344b6adbb36b9c78e2634ad7779e88 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 7 Nov 2022 16:58:26 +0000 Subject: [PATCH 473/501] Update dependencies from https://github.com/dotnet/test-templates build 20221107.1 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 , Microsoft.DotNet.Test.ProjectTemplates.8.0 From Version 1.1.0-rc.22551.3 -> To Version 1.1.0-rc.22557.1 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 026ced089..ea5e011b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 + 43702d73671ea96728fed9adfb931ccfbb2cdc99 - + https://github.com/dotnet/test-templates - ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 + 43702d73671ea96728fed9adfb931ccfbb2cdc99 - + https://github.com/dotnet/test-templates - ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 + 43702d73671ea96728fed9adfb931ccfbb2cdc99 - + https://github.com/dotnet/test-templates - ca9eef3c1518234d96cc1c2828f1bdf90fc708f8 + 43702d73671ea96728fed9adfb931ccfbb2cdc99 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3363dcd0b..622433854 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,10 +43,10 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22551.3 - 1.1.0-rc.22551.3 - 1.1.0-rc.22551.3 - 1.1.0-rc.22551.3 + 1.1.0-rc.22557.1 + 1.1.0-rc.22557.1 + 1.1.0-rc.22557.1 + 1.1.0-rc.22557.1 From 1b6a3b7d707dd6f1cbc6e0f1b87e89fad9e2cae9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 7 Nov 2022 18:25:20 +0000 Subject: [PATCH 474/501] Update dependencies from https://github.com/dotnet/test-templates build 20221107.2 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 , Microsoft.DotNet.Test.ProjectTemplates.8.0 From Version 1.1.0-rc.22551.3 -> To Version 1.1.0-rc.22557.2 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea5e011b2..dea6431f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - 43702d73671ea96728fed9adfb931ccfbb2cdc99 + 010fea877df1a96cfd39a8b5d602ad247cf5242b - + https://github.com/dotnet/test-templates - 43702d73671ea96728fed9adfb931ccfbb2cdc99 + 010fea877df1a96cfd39a8b5d602ad247cf5242b - + https://github.com/dotnet/test-templates - 43702d73671ea96728fed9adfb931ccfbb2cdc99 + 010fea877df1a96cfd39a8b5d602ad247cf5242b - + https://github.com/dotnet/test-templates - 43702d73671ea96728fed9adfb931ccfbb2cdc99 + 010fea877df1a96cfd39a8b5d602ad247cf5242b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 622433854..63895a166 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,10 +43,10 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22557.1 - 1.1.0-rc.22557.1 - 1.1.0-rc.22557.1 - 1.1.0-rc.22557.1 + 1.1.0-rc.22557.2 + 1.1.0-rc.22557.2 + 1.1.0-rc.22557.2 + 1.1.0-rc.22557.2 From 678322278bca2cdd5c89614711b3f7c7f1f3c3a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:48:51 +0000 Subject: [PATCH 475/501] Update dependencies from https://github.com/dotnet/arcade-services build 20221107.2 (#14910) [main] Update dependencies from dotnet/arcade-services --- .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 6e0b834c7..59a557da7 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.22554.5", + "version": "1.1.0-beta.22557.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 026ced089..0e9952c57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -205,13 +205,13 @@ https://github.com/dotnet/arcade 80b6be47e1425ea90c5febffac119250043a0c92 - + https://github.com/dotnet/arcade-services - aa6e835ea5e8ef70a95a8fa6075fdf4c73de8bd8 + 09c0d1e48621eb3b85257ec0c3af9814c33665a1 - + https://github.com/dotnet/arcade-services - aa6e835ea5e8ef70a95a8fa6075fdf4c73de8bd8 + 09c0d1e48621eb3b85257ec0c3af9814c33665a1 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 3363dcd0b..7c7fc174e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22554.5 + 1.1.0-beta.22557.2 From 830fc96608fa554bea2184b51f872e85de72d8a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 00:31:26 +0000 Subject: [PATCH 476/501] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221107.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.22552.1 -> To Version 8.0.0-alpha.1.22557.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e9952c57..bc4b994c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -217,9 +217,9 @@ https://github.com/dotnet/runtime 06aceb7015f3bd2ff019ef5920d2354eb2ea2c92 - + https://github.com/dotnet/source-build-reference-packages - dab1b0db4f4937b9213c5aecc5a5279d88180741 + 4957077bf92bf720b0619fdf706be132e3b42a07 From e8d044ead7c830fd926e56f665d039d9fd826838 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 01:43:08 +0000 Subject: [PATCH 477/501] Update dependencies from https://github.com/dotnet/sdk build 20221107.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 889fdc9ff..00562bf27 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e9952c57..3605e30d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 26225a22013419a9d10fa6fe11fb61beeaf5006f + b6898d6622ea223cbf53e6a6041803213f67f73f - + https://github.com/dotnet/sdk - 26225a22013419a9d10fa6fe11fb61beeaf5006f + b6898d6622ea223cbf53e6a6041803213f67f73f - + https://github.com/dotnet/sdk - 26225a22013419a9d10fa6fe11fb61beeaf5006f + b6898d6622ea223cbf53e6a6041803213f67f73f - + https://github.com/dotnet/sdk - 26225a22013419a9d10fa6fe11fb61beeaf5006f + b6898d6622ea223cbf53e6a6041803213f67f73f diff --git a/eng/Versions.props b/eng/Versions.props index 7c7fc174e..48b5e6d90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22556.3 - 8.0.100-alpha.1.22556.3 + 8.0.100-alpha.1.22557.7 + 8.0.100-alpha.1.22557.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From caec57b464025756ba926dd7a620c2e9841cf11f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 02:51:30 +0000 Subject: [PATCH 478/501] Update dependencies from https://github.com/dotnet/sdk build 20221107.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22552.1 -> To Version 7.0.100-1.22557.2 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NuGet.config b/NuGet.config index 00562bf27..7a34af5de 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3605e30d7..f7caee7df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - b6898d6622ea223cbf53e6a6041803213f67f73f + 3077626cfd04aecbc0de02075535486ca45893e0 - + https://github.com/dotnet/sdk - b6898d6622ea223cbf53e6a6041803213f67f73f + 3077626cfd04aecbc0de02075535486ca45893e0 - + https://github.com/dotnet/sdk - b6898d6622ea223cbf53e6a6041803213f67f73f + 3077626cfd04aecbc0de02075535486ca45893e0 - + https://github.com/dotnet/sdk - b6898d6622ea223cbf53e6a6041803213f67f73f + 3077626cfd04aecbc0de02075535486ca45893e0 @@ -142,9 +142,9 @@ 02de16cd2915e7b34ffe91ab73432ba4faf4baf8 - + https://github.com/dotnet/linker - 391ac60bbfb2c618b82f08af728d2d4d259d584e + dc5e60f5f2becf0b462d37ad918443126e80b49b linker diff --git a/eng/Versions.props b/eng/Versions.props index 48b5e6d90..706f1524e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22557.7 - 8.0.100-alpha.1.22557.7 + 8.0.100-alpha.1.22557.11 + 8.0.100-alpha.1.22557.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b8a9774d03eeba98ad4ff999a65f2b6601257540 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 03:57:43 +0000 Subject: [PATCH 479/501] Update dependencies from https://github.com/dotnet/sdk build 20221107.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.NET.ILLink.Tasks From Version 8.0.0-alpha.1.22554.2 -> To Version 8.0.0-alpha.1.22557.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 7a34af5de..66dcd5ce9 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7caee7df..f79a830c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/aspnetcore - aeccdb94ee13cc9e88497c04c19317366bf0b9da + a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 - + https://github.com/dotnet/aspnetcore - aeccdb94ee13cc9e88497c04c19317366bf0b9da + a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 - + https://github.com/dotnet/aspnetcore - aeccdb94ee13cc9e88497c04c19317366bf0b9da + a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 - + https://github.com/dotnet/aspnetcore - aeccdb94ee13cc9e88497c04c19317366bf0b9da + a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 - + https://github.com/dotnet/aspnetcore - aeccdb94ee13cc9e88497c04c19317366bf0b9da + a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 - + https://github.com/dotnet/aspnetcore - aeccdb94ee13cc9e88497c04c19317366bf0b9da + a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 - + https://github.com/dotnet/aspnetcore - aeccdb94ee13cc9e88497c04c19317366bf0b9da + a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 https://github.com/dotnet/test-templates @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 3077626cfd04aecbc0de02075535486ca45893e0 + ed9877b7eeda4ab25a8a512509b14f9350faefdf - + https://github.com/dotnet/sdk - 3077626cfd04aecbc0de02075535486ca45893e0 + ed9877b7eeda4ab25a8a512509b14f9350faefdf - + https://github.com/dotnet/sdk - 3077626cfd04aecbc0de02075535486ca45893e0 + ed9877b7eeda4ab25a8a512509b14f9350faefdf - + https://github.com/dotnet/sdk - 3077626cfd04aecbc0de02075535486ca45893e0 + ed9877b7eeda4ab25a8a512509b14f9350faefdf diff --git a/eng/Versions.props b/eng/Versions.props index 706f1524e..751cfcb98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,13 +54,13 @@ - 8.0.0-alpha.1.22554.2 - 8.0.0-alpha.1.22554.2 - 8.0.0-alpha.1.22554.2 - 8.0.0-alpha.1.22554.2 - 8.0.0-alpha.1.22554.2 - 8.0.0-alpha.1.22554.2 - 8.0.0-alpha.1.22554.2 + 8.0.0-alpha.1.22557.5 + 8.0.0-alpha.1.22557.5 + 8.0.0-alpha.1.22557.5 + 8.0.0-alpha.1.22557.5 + 8.0.0-alpha.1.22557.5 + 8.0.0-alpha.1.22557.5 + 8.0.0-alpha.1.22557.5 0.2.0 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22557.11 - 8.0.100-alpha.1.22557.11 + 8.0.100-alpha.1.22557.12 + 8.0.100-alpha.1.22557.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4040e4f9a1cfda5746dd23f8ab6e93763587689d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 06:27:19 +0000 Subject: [PATCH 480/501] Update dependencies from https://github.com/dotnet/sdk build 20221107.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 12.5.0-beta.22553.12 -> To Version 12.5.0-beta.22555.1 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 26 +++++++++++++------------- eng/Versions.props | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/NuGet.config b/NuGet.config index 66dcd5ce9..13f276cad 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 95fb1e4f5..ed050e87a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - ed9877b7eeda4ab25a8a512509b14f9350faefdf + 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 - + https://github.com/dotnet/sdk - ed9877b7eeda4ab25a8a512509b14f9350faefdf + 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 - + https://github.com/dotnet/sdk - ed9877b7eeda4ab25a8a512509b14f9350faefdf + 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 - + https://github.com/dotnet/sdk - ed9877b7eeda4ab25a8a512509b14f9350faefdf + 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 @@ -128,18 +128,18 @@ https://github.com/dotnet/wpf 959913ec4f81cc388928fad0c95840bf3ee4962b - + https://github.com/dotnet/fsharp - abd1cc91bc32b1007e7513c6cd55312e9a7835b4 + 7326f5a34b73e3a3eead66ac394f61afc01d4623 - + https://github.com/dotnet/fsharp - abd1cc91bc32b1007e7513c6cd55312e9a7835b4 + 7326f5a34b73e3a3eead66ac394f61afc01d4623 - + https://github.com/microsoft/vstest - 02de16cd2915e7b34ffe91ab73432ba4faf4baf8 + 6e064f9dbe9b824898a9e4c5a161f7886bf85a66 diff --git a/eng/Versions.props b/eng/Versions.props index f491043a7..f3a234385 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22557.12 - 8.0.100-alpha.1.22557.12 + 8.0.100-alpha.1.22557.20 + 8.0.100-alpha.1.22557.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221103-01 + 17.5.0-preview-20221107-04 7.0.0-rc.1.22426.10 From 633c4eb57faa4642ed594672640e55d36fb2dcfb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 08:24:03 +0000 Subject: [PATCH 481/501] Update dependencies from https://github.com/dotnet/sdk build 20221107.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22557.5 -> To Version 8.0.0-alpha.1.22557.9 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 13f276cad..af9b681fa 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ed050e87a..be8bf6196 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/aspnetcore - a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 + 70ce9edb24d44ed320f5b94402f91b9c023a24a2 - + https://github.com/dotnet/aspnetcore - a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 + 70ce9edb24d44ed320f5b94402f91b9c023a24a2 - + https://github.com/dotnet/aspnetcore - a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 + 70ce9edb24d44ed320f5b94402f91b9c023a24a2 - + https://github.com/dotnet/aspnetcore - a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 + 70ce9edb24d44ed320f5b94402f91b9c023a24a2 - + https://github.com/dotnet/aspnetcore - a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 + 70ce9edb24d44ed320f5b94402f91b9c023a24a2 - + https://github.com/dotnet/aspnetcore - a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 + 70ce9edb24d44ed320f5b94402f91b9c023a24a2 - + https://github.com/dotnet/aspnetcore - a251cb3edc63a8789da24b801a9fcd3e3bb1cc16 + 70ce9edb24d44ed320f5b94402f91b9c023a24a2 https://github.com/dotnet/test-templates @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 + 7787c907bac2a2bf86ca9374a9dd8d213136d051 - + https://github.com/dotnet/sdk - 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 + 7787c907bac2a2bf86ca9374a9dd8d213136d051 - + https://github.com/dotnet/sdk - 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 + 7787c907bac2a2bf86ca9374a9dd8d213136d051 - + https://github.com/dotnet/sdk - 714bdb380f3c3eb172d666e68ed6aa99f2a177a5 + 7787c907bac2a2bf86ca9374a9dd8d213136d051 diff --git a/eng/Versions.props b/eng/Versions.props index f3a234385..17503a9b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,13 +54,13 @@ - 8.0.0-alpha.1.22557.5 - 8.0.0-alpha.1.22557.5 - 8.0.0-alpha.1.22557.5 - 8.0.0-alpha.1.22557.5 - 8.0.0-alpha.1.22557.5 - 8.0.0-alpha.1.22557.5 - 8.0.0-alpha.1.22557.5 + 8.0.0-alpha.1.22557.9 + 8.0.0-alpha.1.22557.9 + 8.0.0-alpha.1.22557.9 + 8.0.0-alpha.1.22557.9 + 8.0.0-alpha.1.22557.9 + 8.0.0-alpha.1.22557.9 + 8.0.0-alpha.1.22557.9 0.2.0 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22557.20 - 8.0.100-alpha.1.22557.20 + 8.0.100-alpha.1.22557.21 + 8.0.100-alpha.1.22557.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ef848cd34b842796e434da94db1c6c77b22463f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 10:02:44 +0000 Subject: [PATCH 482/501] Update dependencies from https://github.com/dotnet/sdk build 20221108.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index af9b681fa..b20b79b19 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be8bf6196..7e256cb0f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 7787c907bac2a2bf86ca9374a9dd8d213136d051 + 1262fcf1f37b592e9540fb009a8aebb120f3ba25 - + https://github.com/dotnet/sdk - 7787c907bac2a2bf86ca9374a9dd8d213136d051 + 1262fcf1f37b592e9540fb009a8aebb120f3ba25 - + https://github.com/dotnet/sdk - 7787c907bac2a2bf86ca9374a9dd8d213136d051 + 1262fcf1f37b592e9540fb009a8aebb120f3ba25 - + https://github.com/dotnet/sdk - 7787c907bac2a2bf86ca9374a9dd8d213136d051 + 1262fcf1f37b592e9540fb009a8aebb120f3ba25 diff --git a/eng/Versions.props b/eng/Versions.props index 17503a9b0..3fc2d8c87 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22557.21 - 8.0.100-alpha.1.22557.21 + 8.0.100-alpha.1.22558.5 + 8.0.100-alpha.1.22558.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dde4f4f76cd20a2e3309140f83c9375c5f251a60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 11:04:07 +0000 Subject: [PATCH 483/501] Update dependencies from https://github.com/dotnet/sdk build 20221108.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22557.9 -> To Version 8.0.0-alpha.1.22557.11 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index b20b79b19..1a0090faa 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e256cb0f..e246cdf22 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime bdd67af67dbf43c0f5e9151b98dc100b9555898a - + https://github.com/dotnet/aspnetcore - 70ce9edb24d44ed320f5b94402f91b9c023a24a2 + 4c300ec6db7117a05b7c79cf6f617e9d498212b6 - + https://github.com/dotnet/aspnetcore - 70ce9edb24d44ed320f5b94402f91b9c023a24a2 + 4c300ec6db7117a05b7c79cf6f617e9d498212b6 - + https://github.com/dotnet/aspnetcore - 70ce9edb24d44ed320f5b94402f91b9c023a24a2 + 4c300ec6db7117a05b7c79cf6f617e9d498212b6 - + https://github.com/dotnet/aspnetcore - 70ce9edb24d44ed320f5b94402f91b9c023a24a2 + 4c300ec6db7117a05b7c79cf6f617e9d498212b6 - + https://github.com/dotnet/aspnetcore - 70ce9edb24d44ed320f5b94402f91b9c023a24a2 + 4c300ec6db7117a05b7c79cf6f617e9d498212b6 - + https://github.com/dotnet/aspnetcore - 70ce9edb24d44ed320f5b94402f91b9c023a24a2 + 4c300ec6db7117a05b7c79cf6f617e9d498212b6 - + https://github.com/dotnet/aspnetcore - 70ce9edb24d44ed320f5b94402f91b9c023a24a2 + 4c300ec6db7117a05b7c79cf6f617e9d498212b6 https://github.com/dotnet/test-templates @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 1262fcf1f37b592e9540fb009a8aebb120f3ba25 + 6e95bf9ffbac9ad034732418258d3445c43109db - + https://github.com/dotnet/sdk - 1262fcf1f37b592e9540fb009a8aebb120f3ba25 + 6e95bf9ffbac9ad034732418258d3445c43109db - + https://github.com/dotnet/sdk - 1262fcf1f37b592e9540fb009a8aebb120f3ba25 + 6e95bf9ffbac9ad034732418258d3445c43109db - + https://github.com/dotnet/sdk - 1262fcf1f37b592e9540fb009a8aebb120f3ba25 + 6e95bf9ffbac9ad034732418258d3445c43109db diff --git a/eng/Versions.props b/eng/Versions.props index 3fc2d8c87..b4cb520cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,13 +54,13 @@ - 8.0.0-alpha.1.22557.9 - 8.0.0-alpha.1.22557.9 - 8.0.0-alpha.1.22557.9 - 8.0.0-alpha.1.22557.9 - 8.0.0-alpha.1.22557.9 - 8.0.0-alpha.1.22557.9 - 8.0.0-alpha.1.22557.9 + 8.0.0-alpha.1.22557.11 + 8.0.0-alpha.1.22557.11 + 8.0.0-alpha.1.22557.11 + 8.0.0-alpha.1.22557.11 + 8.0.0-alpha.1.22557.11 + 8.0.0-alpha.1.22557.11 + 8.0.0-alpha.1.22557.11 0.2.0 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22558.5 - 8.0.100-alpha.1.22558.5 + 8.0.100-alpha.1.22558.6 + 8.0.100-alpha.1.22558.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a30ceab729e384448ca514859a5f1529cee7a098 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 14:30:31 +0000 Subject: [PATCH 484/501] Update dependencies from https://github.com/dotnet/test-templates build 20221108.1 Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 , Microsoft.DotNet.Test.ProjectTemplates.8.0 From Version 1.1.0-rc.22557.2 -> To Version 1.1.0-rc.22558.1 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be8bf6196..734c7b99d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://github.com/dotnet/test-templates 0385265f4d0b6413d64aea0223172366a9b9858c - + https://github.com/dotnet/test-templates - 010fea877df1a96cfd39a8b5d602ad247cf5242b + bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/test-templates - 010fea877df1a96cfd39a8b5d602ad247cf5242b + bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/test-templates - 010fea877df1a96cfd39a8b5d602ad247cf5242b + bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/test-templates - 010fea877df1a96cfd39a8b5d602ad247cf5242b + bb3695688177f5f80eeb3c0498168612e31549d5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 17503a9b0..cbaaf2e14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,10 +43,10 @@ 1.0.2-beta4.22406.1 - 1.1.0-rc.22557.2 - 1.1.0-rc.22557.2 - 1.1.0-rc.22557.2 - 1.1.0-rc.22557.2 + 1.1.0-rc.22558.1 + 1.1.0-rc.22558.1 + 1.1.0-rc.22558.1 + 1.1.0-rc.22558.1 From 9298d5c47839e5baa814270cd2571541c91ab706 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 16:21:49 +0000 Subject: [PATCH 485/501] Update dependencies from https://github.com/dotnet/sdk build 20221108.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22557.9 -> To Version 8.0.0-alpha.1.22557.11 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 1a0090faa..e1e541551 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e246cdf22..32c31a14f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 6e95bf9ffbac9ad034732418258d3445c43109db + aef3f55eb6d58fbe15e28c2363da54940c3635d7 - + https://github.com/dotnet/sdk - 6e95bf9ffbac9ad034732418258d3445c43109db + aef3f55eb6d58fbe15e28c2363da54940c3635d7 - + https://github.com/dotnet/sdk - 6e95bf9ffbac9ad034732418258d3445c43109db + aef3f55eb6d58fbe15e28c2363da54940c3635d7 - + https://github.com/dotnet/sdk - 6e95bf9ffbac9ad034732418258d3445c43109db + aef3f55eb6d58fbe15e28c2363da54940c3635d7 diff --git a/eng/Versions.props b/eng/Versions.props index b4cb520cf..b7d4a8290 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22558.6 - 8.0.100-alpha.1.22558.6 + 8.0.100-alpha.1.22558.7 + 8.0.100-alpha.1.22558.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6b20a1eae03b4a06b4f33e49f495084d78e2c4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Tue, 8 Nov 2022 17:47:32 +0100 Subject: [PATCH 486/501] Add a VMR synchronization PR validation (#14918) Adds a new pipeline that will run during installer's PRs that verifies that the current VMR tooling can synchronize that particular change into the VMR. --- .../templates/jobs/vmr-synchronization.yml | 103 ------------------ eng/pipelines/templates/steps/vmr-prepare.yml | 28 +++++ .../templates/steps/vmr-pull-updates.yml | 60 ++++++++++ .../templates/variables/vmr-variables.yml | 9 ++ eng/pipelines/vmr-synchronization.yml | 74 +++++++++++++ eng/pipelines/vmr-validation.yml | 51 +++++++++ eng/vmr-synchronization.yml | 47 -------- 7 files changed, 222 insertions(+), 150 deletions(-) delete mode 100644 eng/pipelines/templates/jobs/vmr-synchronization.yml create mode 100644 eng/pipelines/templates/steps/vmr-prepare.yml create mode 100644 eng/pipelines/templates/steps/vmr-pull-updates.yml create mode 100644 eng/pipelines/templates/variables/vmr-variables.yml create mode 100644 eng/pipelines/vmr-synchronization.yml create mode 100644 eng/pipelines/vmr-validation.yml delete mode 100644 eng/vmr-synchronization.yml diff --git a/eng/pipelines/templates/jobs/vmr-synchronization.yml b/eng/pipelines/templates/jobs/vmr-synchronization.yml deleted file mode 100644 index 6b4ee5bb6..000000000 --- a/eng/pipelines/templates/jobs/vmr-synchronization.yml +++ /dev/null @@ -1,103 +0,0 @@ -### These steps synchronize code from product repositories into the VMR (https://github.com/dotnet/dotnet) - -parameters: -- name: targetRef - displayName: Target revision in dotnet/installer to synchronize - type: string - default: $(Build.SourceVersion) - -- name: vmrBranch - displayName: dotnet/dotnet branch to use - type: string - default: $(Build.SourceBranchName) - -- name: vmrToken - displayName: PAT that allows pushing to dotnet/dotnet - type: string - -- name: noPush - displayName: Don't push changes to dotnet/dotnet - type: boolean - default: false - -jobs: -- job: Synchronize - displayName: Synchronize dotnet/dotnet - timeoutInMinutes: 120 - - variables: - - name: vmrPath - value: $(Agent.BuildDirectory)/vmr - - pool: - ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore-Public - demands: - - ImageOverride -equals Build.Ubuntu.2004.Amd64.Open - ${{ else }}: - name: NetCore1ESPool-Internal - demands: - - ImageOverride -equals Build.Ubuntu.2004.Amd64 - - steps: - - checkout: self - clean: true - displayName: Checkout dotnet/installer - fetchDepth: 0 - path: installer - - - checkout: vmr - clean: true - displayName: Checkout dotnet/dotnet - fetchDepth: 0 - path: vmr - - # TODO (https://github.com/dotnet/arcade/issues/11332): Allow full CG? - # Currently, we ignore dirs of individual repos - they have been scanned before - - ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: - - task: ComponentGovernanceComponentDetection@0 - inputs: - sourceScanPath: $(vmrPath) - ignoreDirectories: $(vmrPath)/src - - - script: |- - source ./eng/common/tools.sh - InitializeDotNetCli true - ./.dotnet/dotnet tool restore - displayName: Restore toolset - workingDirectory: $(Agent.BuildDirectory)/installer - - # TODO (https://github.com/dotnet/arcade/issues/11386): Remove this step - # This step is here so that darc can find the PR commit (which might be in some fork) - # We need to make darc understand that it needs to look in the fork from this PR - - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - - script: |- - cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/installer - displayName: '[PR Only] Prepare dotnet/installer clone' - - - script: git checkout -B ${{ parameters.vmrBranch }} - displayName: Prepare branch ${{ parameters.vmrBranch }} - workingDirectory: $(vmrPath) - - - script: > - $(Agent.BuildDirectory)/installer/.dotnet/dotnet darc vmr update - --vmr $(vmrPath) - --tmp $(Agent.TempDirectory) - --azdev-pat $(System.AccessToken) - --github-pat ${{ parameters.vmrToken }} - --recursive - --verbose - installer:${{ parameters.targetRef }} - displayName: Synchronize dotnet/dotnet - workingDirectory: $(Agent.BuildDirectory)/installer - - - ${{ if and(not(parameters.noPush), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: - - script: |- - set -x - git config --global user.email 'dotnet-maestro[bot]@users.noreply.github.com' && git config --global user.name 'dotnet-maestro[bot]' - git remote add dotnet 'https://${{ parameters.vmrToken }}@github.com/dotnet/dotnet.git' - git fetch dotnet - git branch --set-upstream-to=dotnet/${{ parameters.vmrBranch }} ${{ parameters.vmrBranch }} || echo 'Branch ${{ parameters.vmrBranch }} not found in remote' - git push dotnet ${{ parameters.vmrBranch }} - displayName: Push changes to dotnet/dotnet - workingDirectory: $(vmrPath) diff --git a/eng/pipelines/templates/steps/vmr-prepare.yml b/eng/pipelines/templates/steps/vmr-prepare.yml new file mode 100644 index 000000000..5a18630f9 --- /dev/null +++ b/eng/pipelines/templates/steps/vmr-prepare.yml @@ -0,0 +1,28 @@ +### These steps clone the VMR (https://github.com/dotnet/dotnet) into $(Agent.BuildDirectory)/vmr +### Component Governance scan is also triggered over the VMR's non-repo sources + +parameters: +- name: vmrBranch + displayName: dotnet/dotnet branch to use + type: string + default: $(Build.SourceBranchName) + +steps: +- checkout: vmr + clean: true + displayName: Clone dotnet/dotnet + fetchDepth: 0 + path: vmr + +- script: | + git switch -c ${{ parameters.vmrBranch }} + displayName: Checkout ${{ parameters.vmrBranch }} + workingDirectory: $(Agent.BuildDirectory)/vmr + +# TODO (https://github.com/dotnet/arcade/issues/11332): Allow full CG? +# Currently, we ignore dirs of individual repos - they have been scanned before +- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: + - task: ComponentGovernanceComponentDetection@0 + inputs: + sourceScanPath: $(Agent.BuildDirectory)/vmr + ignoreDirectories: $(Agent.BuildDirectory)/vmr/src diff --git a/eng/pipelines/templates/steps/vmr-pull-updates.yml b/eng/pipelines/templates/steps/vmr-pull-updates.yml new file mode 100644 index 000000000..bef0af718 --- /dev/null +++ b/eng/pipelines/templates/steps/vmr-pull-updates.yml @@ -0,0 +1,60 @@ +### These steps synchronize new code from product repositories into the VMR (https://github.com/dotnet/dotnet). +### They initialize the darc CLI and pull the new updates. +### Changes are applied locally onto the already cloned VMR (located in $vmrPath). + +parameters: +- name: vmrBranch + displayName: dotnet/dotnet branch to use + type: string + +- name: targetRef + displayName: Target revision in dotnet/installer to synchronize + type: string + default: $(Build.SourceVersion) + +- name: vmrToken + displayName: PAT that allows pushing to dotnet/dotnet + type: string + +- name: vmrPath + displayName: Path where the dotnet/dotnet is checked out to + type: string + default: $(Agent.BuildDirectory)/vmr + +steps: +- checkout: self + clean: true + displayName: Clone dotnet/installer + fetchDepth: 0 + path: installer + +- script: | + source ./eng/common/tools.sh + InitializeDotNetCli true + ./.dotnet/dotnet tool restore + displayName: Restore darc + workingDirectory: $(Agent.BuildDirectory)/installer + +- script: git checkout -B ${{ parameters.vmrBranch }} + displayName: Prepare branch ${{ parameters.vmrBranch }} + workingDirectory: $(vmrPath) + +# TODO (https://github.com/dotnet/arcade/issues/11386): Remove this step +# This step is here so that darc can find the PR commit (which might be in some fork) +# We need to make darc understand that it needs to look in the fork from this PR +- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: + - script: | + cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/497F233644435505515AF465112B48CD + displayName: Prepare dotnet/installer clone + +- script: > + $(Agent.BuildDirectory)/installer/.dotnet/dotnet darc vmr update + --vmr ${{ parameters.vmrPath }} + --tmp $(Agent.TempDirectory) + --azdev-pat $(System.AccessToken) + --github-pat ${{ parameters.vmrToken }} + --recursive + --verbose + installer:${{ parameters.targetRef }} + displayName: Synchronize dotnet/dotnet + workingDirectory: $(Agent.BuildDirectory)/installer diff --git a/eng/pipelines/templates/variables/vmr-variables.yml b/eng/pipelines/templates/variables/vmr-variables.yml new file mode 100644 index 000000000..0d6af8fff --- /dev/null +++ b/eng/pipelines/templates/variables/vmr-variables.yml @@ -0,0 +1,9 @@ +variables: +- name: vmrPath + value: $(Agent.BuildDirectory)/vmr + +- ${{ if eq(variables['System.TeamProject'], 'internal') }}: + - group: DotNetBot-GitHub +- ${{ else }}: + - name: BotAccount-dotnet-bot-repo-PAT + value: N/A \ No newline at end of file diff --git a/eng/pipelines/vmr-synchronization.yml b/eng/pipelines/vmr-synchronization.yml new file mode 100644 index 000000000..cf624ab12 --- /dev/null +++ b/eng/pipelines/vmr-synchronization.yml @@ -0,0 +1,74 @@ +### This pipeline synchronizes code from product repositories into the VMR (https://github.com/dotnet/dotnet) + +parameters: +- name: targetRef + displayName: Target revision in dotnet/installer to synchronize to + type: string + default: $(Build.SourceVersion) + +- name: vmrBranch + displayName: dotnet/dotnet branch to use + type: string + default: $(Build.SourceBranchName) + +- name: noPush + displayName: Don't push changes to dotnet/dotnet + type: boolean + default: false + +trigger: + branches: + include: + - main + - release/* + - internal/release/* + +pr: none + +resources: + repositories: + - repository: vmr + type: github + name: dotnet/dotnet + endpoint: dotnet + +variables: +- template: /eng/common/templates/variables/pool-providers.yml +- template: templates/variables/vmr-variables.yml + +jobs: +- job: Synchronize + displayName: Synchronize dotnet/dotnet + timeoutInMinutes: 120 + + pool: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: $(DncEngPublicBuildPool) + demands: ImageOverride -equals Build.Ubuntu.2004.Amd64.Open + ${{ else }}: + name: $(DncEngInternalBuildPool) + demands: ImageOverride -equals Build.Ubuntu.2004.Amd64 + + steps: + - template: templates/steps/vmr-prepare.yml + parameters: + vmrBranch: ${{ parameters.vmrBranch }} + + - template: templates/steps/vmr-pull-updates.yml + parameters: + vmrPath: $(vmrPath) + vmrBranch: ${{ parameters.vmrBranch }} + targetRef: ${{ parameters.targetRef }} + vmrToken: $(BotAccount-dotnet-bot-repo-PAT) + + - ${{ if and(not(parameters.noPush), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal')) }}: + - script: |- + set -x + git config --global user.email 'dotnet-maestro[bot]@users.noreply.github.com' && git config --global user.name 'dotnet-maestro[bot]' + git remote add dotnet 'https://$(BotAccount-dotnet-bot-repo-PAT)@github.com/dotnet/dotnet.git' + git fetch dotnet + git branch ${{ parameters.vmrBranch }} + git branch --set-upstream-to=dotnet/${{ parameters.vmrBranch }} ${{ parameters.vmrBranch }} || echo 'Branch ${{ parameters.vmrBranch }} not found in remote' + git push dotnet ${{ parameters.vmrBranch }} + displayName: Push changes to dotnet/dotnet + workingDirectory: $(vmrPath) diff --git a/eng/pipelines/vmr-validation.yml b/eng/pipelines/vmr-validation.yml new file mode 100644 index 000000000..bdd0bbd31 --- /dev/null +++ b/eng/pipelines/vmr-validation.yml @@ -0,0 +1,51 @@ +### This pipeline validates new changes of the VMR (https://github.com/dotnet/dotnet) +### VMR is cloned and updates are applied locally + +parameters: +- name: vmrBranch + displayName: dotnet/dotnet branch to use + type: string + default: $(System.PullRequest.TargetBranch) + +trigger: none + +pr: + branches: + include: + - main + - release/* + - internal/release/* + +resources: + repositories: + - repository: vmr + type: github + name: dotnet/dotnet + endpoint: public + +variables: +- template: /eng/common/templates/variables/pool-providers.yml +- template: templates/variables/vmr-variables.yml + +jobs: +- job: Validate + displayName: Test VMR synchronization + pool: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: $(DncEngPublicBuildPool) + demands: ImageOverride -equals Build.Ubuntu.2004.Amd64.Open + ${{ else }}: + name: $(DncEngInternalBuildPool) + demands: ImageOverride -equals Build.Ubuntu.2004.Amd64 + + steps: + - template: templates/steps/vmr-prepare.yml + parameters: + vmrBranch: ${{ parameters.vmrBranch }} + + - template: templates/steps/vmr-pull-updates.yml + parameters: + vmrPath: $(vmrPath) + vmrBranch: ${{ parameters.vmrBranch }} + targetRef: $(Build.SourceVersion) + vmrToken: $(BotAccount-dotnet-bot-repo-PAT) diff --git a/eng/vmr-synchronization.yml b/eng/vmr-synchronization.yml deleted file mode 100644 index 84e52e3f3..000000000 --- a/eng/vmr-synchronization.yml +++ /dev/null @@ -1,47 +0,0 @@ -### This pipeline synchronizes code from product repositories into the VMR (https://github.com/dotnet/dotnet) - -parameters: -- name: targetRef - displayName: Target revision in dotnet/installer to synchronize - type: string - default: $(Build.SourceVersion) - -- name: vmrBranch - displayName: dotnet/dotnet branch to use - type: string - default: $(Build.SourceBranchName) - -- name: noPush - displayName: Don't push changes to dotnet/dotnet - type: boolean - default: false - -trigger: - branches: - include: - - main - -pr: none - -resources: - repositories: - - repository: vmr - type: github - name: dotnet/dotnet - endpoint: dotnet - -variables: -- ${{ if eq(variables['System.TeamProject'], 'internal') }}: - - group: DotNetBot-GitHub - -- ${{ else }}: - - name: BotAccount-dotnet-bot-repo-PAT - value: N/A - -jobs: -- template: ./pipelines/templates/jobs/vmr-synchronization.yml - parameters: - targetRef: ${{ parameters.targetRef }} - vmrBranch: ${{ parameters.vmrBranch }} - vmrToken: $(BotAccount-dotnet-bot-repo-PAT) - noPush: ${{ parameters.noPush }} From 1c49699041cd0eebaedc36da055c4c3edf8aa6d7 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 8 Nov 2022 11:13:26 -0600 Subject: [PATCH 487/501] Update triggers to prevent tarball CI from running on 6.0.3xx and 6.0.4xx (#14922) --- eng/source-build-tarball-build-official.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eng/source-build-tarball-build-official.yml b/eng/source-build-tarball-build-official.yml index 38753d24d..5d396baab 100644 --- a/eng/source-build-tarball-build-official.yml +++ b/eng/source-build-tarball-build-official.yml @@ -10,6 +10,11 @@ resources: - main - release/* - internal/release/* + exclude: + - release/6.0.3xx + - internal/release/6.0.3xx + - release/6.0.4xx + - internal/release/6.0.4xx stages: - build From e08df07164e1d404ac110cdc3ebd7edc950d689f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 17:32:32 +0000 Subject: [PATCH 488/501] Update dependencies from https://github.com/dotnet/sdk build 20221108.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22557.12 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index e1e541551..3e8b3d951 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32c31a14f..309a3a93e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop 9162860562ca3b6a02d2d5683c12a668058727d8 - + https://github.com/dotnet/runtime - bdd67af67dbf43c0f5e9151b98dc100b9555898a + af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/runtime - bdd67af67dbf43c0f5e9151b98dc100b9555898a + af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/runtime - bdd67af67dbf43c0f5e9151b98dc100b9555898a + af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/runtime - bdd67af67dbf43c0f5e9151b98dc100b9555898a + af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/runtime - bdd67af67dbf43c0f5e9151b98dc100b9555898a + af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/runtime - bdd67af67dbf43c0f5e9151b98dc100b9555898a + af841c8b33cecc92d74222298f1e45bf7bf3d90a @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - bdd67af67dbf43c0f5e9151b98dc100b9555898a + af841c8b33cecc92d74222298f1e45bf7bf3d90a https://github.com/dotnet/aspnetcore @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - aef3f55eb6d58fbe15e28c2363da54940c3635d7 + c6b589914c0ffefbbe8546d2fd838184348fc56f - + https://github.com/dotnet/sdk - aef3f55eb6d58fbe15e28c2363da54940c3635d7 + c6b589914c0ffefbbe8546d2fd838184348fc56f - + https://github.com/dotnet/sdk - aef3f55eb6d58fbe15e28c2363da54940c3635d7 + c6b589914c0ffefbbe8546d2fd838184348fc56f - + https://github.com/dotnet/sdk - aef3f55eb6d58fbe15e28c2363da54940c3635d7 + c6b589914c0ffefbbe8546d2fd838184348fc56f diff --git a/eng/Versions.props b/eng/Versions.props index b7d4a8290..ae2608022 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,24 +68,24 @@ 8.0.100 - 8.0.100-alpha.1.22558.7 - 8.0.100-alpha.1.22558.7 + 8.0.100-alpha.1.22558.8 + 8.0.100-alpha.1.22558.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22551.9 + 8.0.0-alpha.1.22557.12 - 8.0.0-alpha.1.22551.9 - 8.0.0-alpha.1.22551.9 - 8.0.0-alpha.1.22551.9 - 8.0.0-alpha.1.22551.9 - 8.0.0-alpha.1.22551.9 - 8.0.0-alpha.1.22551.9 + 8.0.0-alpha.1.22557.12 + 8.0.0-alpha.1.22557.12 + 8.0.0-alpha.1.22557.12 + 8.0.0-alpha.1.22557.12 + 8.0.0-alpha.1.22557.12 + 8.0.0-alpha.1.22557.12 2.1.0 From b6295277acb3d737336cd0370c9aaa702ac1d3f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 18:40:46 +0000 Subject: [PATCH 489/501] Update dependencies from https://github.com/dotnet/sdk build 20221108.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22557.12 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 3e8b3d951..8e6a95f2a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 309a3a93e..113b39ad6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - c6b589914c0ffefbbe8546d2fd838184348fc56f + 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec - + https://github.com/dotnet/sdk - c6b589914c0ffefbbe8546d2fd838184348fc56f + 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec - + https://github.com/dotnet/sdk - c6b589914c0ffefbbe8546d2fd838184348fc56f + 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec - + https://github.com/dotnet/sdk - c6b589914c0ffefbbe8546d2fd838184348fc56f + 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec diff --git a/eng/Versions.props b/eng/Versions.props index ae2608022..e8a3b8efd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22558.8 - 8.0.100-alpha.1.22558.8 + 8.0.100-alpha.1.22558.9 + 8.0.100-alpha.1.22558.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0c71204f91743efd32f94f04aa0fbdfee9030b1a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Nov 2022 20:04:53 +0000 Subject: [PATCH 490/501] Update dependencies from https://github.com/dotnet/sdk build 20221108.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 8.0.0-alpha.1.22551.9 -> To Version 8.0.0-alpha.1.22557.12 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 26 +++++++++++++------------- eng/Versions.props | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/NuGet.config b/NuGet.config index 8e6a95f2a..6a257dd28 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 113b39ad6..28df15dd3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec + 570935b65820b9c934344b4dbe1286a5c6f841ce - + https://github.com/dotnet/sdk - 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec + 570935b65820b9c934344b4dbe1286a5c6f841ce - + https://github.com/dotnet/sdk - 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec + 570935b65820b9c934344b4dbe1286a5c6f841ce - + https://github.com/dotnet/sdk - 96fc61c68f3b6d66226ddad19ec4ab008fc8c3ec + 570935b65820b9c934344b4dbe1286a5c6f841ce @@ -128,18 +128,18 @@ https://github.com/dotnet/wpf 959913ec4f81cc388928fad0c95840bf3ee4962b - + https://github.com/dotnet/fsharp - 7326f5a34b73e3a3eead66ac394f61afc01d4623 + a6a64706c78963cb033fd230f36518d3e773b725 - + https://github.com/dotnet/fsharp - 7326f5a34b73e3a3eead66ac394f61afc01d4623 + a6a64706c78963cb033fd230f36518d3e773b725 - + https://github.com/microsoft/vstest - 6e064f9dbe9b824898a9e4c5a161f7886bf85a66 + 02296a2873652bc5911ae4b58d74f9faae03917d diff --git a/eng/Versions.props b/eng/Versions.props index e8a3b8efd..71f7f6d53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22558.9 - 8.0.100-alpha.1.22558.9 + 8.0.100-alpha.1.22558.14 + 8.0.100-alpha.1.22558.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221107-04 + 17.5.0-preview-20221107-06 7.0.0-rc.1.22426.10 From a375f957ca8004e0580a51073f4014f3eb8de51f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 9 Nov 2022 02:47:23 +0000 Subject: [PATCH 491/501] Update dependencies from https://github.com/dotnet/sdk build 20221108.25 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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 From Version 8.0.0-alpha.1.22557.11 -> To Version 8.0.0-alpha.1.22558.5 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 42 ++++++++++++++++++++--------------------- eng/Versions.props | 18 +++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6a257dd28..da731f31f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2b6db61c..da262c6a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,34 +52,34 @@ https://github.com/dotnet/runtime af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/aspnetcore - 4c300ec6db7117a05b7c79cf6f617e9d498212b6 + 1bee0afeedab9d6d9d1cf23e65daa7ea5fcc6d47 - + https://github.com/dotnet/aspnetcore - 4c300ec6db7117a05b7c79cf6f617e9d498212b6 + 1bee0afeedab9d6d9d1cf23e65daa7ea5fcc6d47 - + https://github.com/dotnet/aspnetcore - 4c300ec6db7117a05b7c79cf6f617e9d498212b6 + 1bee0afeedab9d6d9d1cf23e65daa7ea5fcc6d47 - + https://github.com/dotnet/aspnetcore - 4c300ec6db7117a05b7c79cf6f617e9d498212b6 + 1bee0afeedab9d6d9d1cf23e65daa7ea5fcc6d47 - + https://github.com/dotnet/aspnetcore - 4c300ec6db7117a05b7c79cf6f617e9d498212b6 + 1bee0afeedab9d6d9d1cf23e65daa7ea5fcc6d47 - + https://github.com/dotnet/aspnetcore - 4c300ec6db7117a05b7c79cf6f617e9d498212b6 + 1bee0afeedab9d6d9d1cf23e65daa7ea5fcc6d47 - + https://github.com/dotnet/aspnetcore - 4c300ec6db7117a05b7c79cf6f617e9d498212b6 + 1bee0afeedab9d6d9d1cf23e65daa7ea5fcc6d47 https://github.com/dotnet/test-templates @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 570935b65820b9c934344b4dbe1286a5c6f841ce + 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 - + https://github.com/dotnet/sdk - 570935b65820b9c934344b4dbe1286a5c6f841ce + 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 - + https://github.com/dotnet/sdk - 570935b65820b9c934344b4dbe1286a5c6f841ce + 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 - + https://github.com/dotnet/sdk - 570935b65820b9c934344b4dbe1286a5c6f841ce + 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 diff --git a/eng/Versions.props b/eng/Versions.props index b15acd3ec..065583bf8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,13 +54,13 @@ - 8.0.0-alpha.1.22557.11 - 8.0.0-alpha.1.22557.11 - 8.0.0-alpha.1.22557.11 - 8.0.0-alpha.1.22557.11 - 8.0.0-alpha.1.22557.11 - 8.0.0-alpha.1.22557.11 - 8.0.0-alpha.1.22557.11 + 8.0.0-alpha.1.22558.5 + 8.0.0-alpha.1.22558.5 + 8.0.0-alpha.1.22558.5 + 8.0.0-alpha.1.22558.5 + 8.0.0-alpha.1.22558.5 + 8.0.0-alpha.1.22558.5 + 8.0.0-alpha.1.22558.5 0.2.0 @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22558.14 - 8.0.100-alpha.1.22558.14 + 8.0.100-alpha.1.22558.25 + 8.0.100-alpha.1.22558.25 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 905f360f4353cb4e481711636716bd0e9bbcf44d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 9 Nov 2022 13:22:08 +0000 Subject: [PATCH 492/501] Update dependencies from https://github.com/dotnet/emsdk build 20221108.2 Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.0-alpha.1.22554.1 -> To Version 8.0.0-alpha.1.22558.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index da262c6a8..b7070af96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -167,13 +167,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - b6656f5b78cd25f984355f973e65da3d844ac6d1 + 96351a7e97093d88eb097b4a489f949ebf8a901b - + https://github.com/dotnet/emsdk - b6656f5b78cd25f984355f973e65da3d844ac6d1 + 96351a7e97093d88eb097b4a489f949ebf8a901b https://github.com/dotnet/deployment-tools diff --git a/eng/Versions.props b/eng/Versions.props index 065583bf8..30ad3fe39 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -221,8 +221,8 @@ 12.3.1006-rc.1 15.4.1006-rc.1 $(MicrosoftNETCoreAppRefPackageVersion) - 8.0.0-alpha.1.22554.1 - 8.0.0-alpha.1.22554.1 + 8.0.0-alpha.1.22558.2 + 8.0.0-alpha.1.22558.2 $(MicrosoftNETWorkloadEmscriptennet7Manifest80100Version) From 198829ed34a34f10ef451b443b2d04c086799e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Wed, 9 Nov 2022 19:37:29 +0100 Subject: [PATCH 493/501] Do not restore/copy text-only packages into the VMR (#14946) --- src/VirtualMonoRepo/InitializeVMR.proj | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/VirtualMonoRepo/InitializeVMR.proj b/src/VirtualMonoRepo/InitializeVMR.proj index df78ccce6..8146ae460 100644 --- a/src/VirtualMonoRepo/InitializeVMR.proj +++ b/src/VirtualMonoRepo/InitializeVMR.proj @@ -33,9 +33,7 @@ + InitializeRepoAndDependentsRecursive"> @@ -81,9 +79,4 @@ - - - - - From 272c31430868cd6f9abfec3442159f52e8bf4ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Wed, 9 Nov 2022 20:14:07 +0100 Subject: [PATCH 494/501] Add content (README, licenses, TPN...) for the VMR (#14848) --- .../tarball/content/CODE_OF_CONDUCT.md | 6 + src/SourceBuild/tarball/content/LICENSE.TXT | 23 +++ src/SourceBuild/tarball/content/SECURITY.md | 41 +++++ .../content/eng/bootstrap/README.template.md | 160 ++++++++++++++++++ .../THIRD-PARTY-NOTICES.template.txt | 13 ++ 5 files changed, 243 insertions(+) create mode 100644 src/SourceBuild/tarball/content/CODE_OF_CONDUCT.md create mode 100644 src/SourceBuild/tarball/content/LICENSE.TXT create mode 100644 src/SourceBuild/tarball/content/SECURITY.md create mode 100644 src/SourceBuild/tarball/content/eng/bootstrap/README.template.md create mode 100644 src/SourceBuild/tarball/content/eng/bootstrap/THIRD-PARTY-NOTICES.template.txt diff --git a/src/SourceBuild/tarball/content/CODE_OF_CONDUCT.md b/src/SourceBuild/tarball/content/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..775f221c9 --- /dev/null +++ b/src/SourceBuild/tarball/content/CODE_OF_CONDUCT.md @@ -0,0 +1,6 @@ +# Code of Conduct + +This project has adopted the code of conduct defined by the Contributor Covenant +to clarify expected behavior in our community. + +For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). diff --git a/src/SourceBuild/tarball/content/LICENSE.TXT b/src/SourceBuild/tarball/content/LICENSE.TXT new file mode 100644 index 000000000..a616ed188 --- /dev/null +++ b/src/SourceBuild/tarball/content/LICENSE.TXT @@ -0,0 +1,23 @@ +The MIT License (MIT) + +Copyright (c) .NET Foundation and Contributors + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/src/SourceBuild/tarball/content/SECURITY.md b/src/SourceBuild/tarball/content/SECURITY.md new file mode 100644 index 000000000..e0dfff56a --- /dev/null +++ b/src/SourceBuild/tarball/content/SECURITY.md @@ -0,0 +1,41 @@ + + +## Security + +Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). + +If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)) of a security vulnerability, please report it to us as described below. + +## Reporting Security Issues + +**Please do not report security vulnerabilities through public GitHub issues.** + +Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report). + +If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc). + +You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). + +Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: + + * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) + * Full paths of source file(s) related to the manifestation of the issue + * The location of the affected source code (tag/branch/commit or direct URL) + * Any special configuration required to reproduce the issue + * Step-by-step instructions to reproduce the issue + * Proof-of-concept or exploit code (if possible) + * Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs. + +## Preferred Languages + +We prefer all communications to be in English. + +## Policy + +Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd). + + diff --git a/src/SourceBuild/tarball/content/eng/bootstrap/README.template.md b/src/SourceBuild/tarball/content/eng/bootstrap/README.template.md new file mode 100644 index 000000000..cd25d2af1 --- /dev/null +++ b/src/SourceBuild/tarball/content/eng/bootstrap/README.template.md @@ -0,0 +1,160 @@ +# dotnet/dotnet - Home of the .NET VMR + +This repository is a **Virtual Monolithic Repository (VMR)** which includes all the source code and infrastructure needed to build the .NET SDK. + +What this means: +- **Monolithic** - a join of multiple repositories that make up the whole product, such as [dotnet/runtime](https://github.com/dotnet/runtime) or [dotnet/sdk](https://github.com/dotnet/sdk). +- **Virtual** - a mirror (not replacement) of product repos where sources from those repositories are synchronized into. +- **Experimental** - not to be depended on as we reserve the right to delete the current instance and create a new, different one in its stead. See [Limitations](#limitations). + +In the VMR, you can find: +- source files of [each product repository](#list-of-components) which are mirrored inside of their respective directories under [`src/`](https://github.com/dotnet/dotnet/tree/main/src), +- tooling that enables [building the whole .NET product from source](https://github.com/dotnet/source-build) on Linux platforms, +- small customizations, in the form of [patches](https://github.com/dotnet/dotnet/tree/main/src/installer/src/SourceBuild/tarball/patches), applied on top of the original code to make the build possible, +- *[in future]* E2E tests for the whole .NET product. + +Just like the development repositories, the VMR will have a release branch for every feature band (e.g. `release/8.0.1xx-preview1`). +Similarly, VMR's `main` branch will follow `main` branches of product repositories (see [Synchronization Based on Declared Dependencies](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#synchronization-based-on-declared-dependencies)). + +More in-depth documentation about the VMR can be found in [VMR Design And Operation](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#layout). +See also [dotnet/source-build](https://github.com/dotnet/source-build) for more information about our whole-product source-build. + +## Goals + +- The main purpose of the [dotnet/dotnet](https://github.com/dotnet/dotnet) repository is to have all source code necessary to build the .NET product available in one repository and identified by a single commit. +- The VMR also aims to become the place from which we release and service future versions of .NET to reduce the complexity of the product construction process. This should allow our partners and and 3rd parties to easily build, test and modify .NET using their custom infrastructure as well as make the process available to the community. +- Lastly, we hope to solve other problems that the current multi-repo setup brings: + - Enable the standard [down-/up-stream open-source model](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Upstream-Downstream.md). + - Fulfill requirements of .NET distro builders such as RedHat or Canonical to natively include .NET in their distribution repositories. + - Simplify scenarios such as client-run testing of bug fixes and improvements. The build should work in an offline environment too for certain platforms. + - Enable developers to make and test changes spanning multiple repositories. + - More efficient pipeline for security fixes during the CVE pre-disclosure process. + +## Limitations + +**This is a work-in-progress and an experiment.** +There are considerable limitations to what is possible at the moment. For an extensive list of current limitations, please see [Temporary Mechanics](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#temporary-mechanics). + +The VMR is expected to become non-experimental by .NET 8 Preview 1 (Februrary, 2023). +This means it won't be short-lived anymore and we won't be reserving the right to delete and re-create it anymore. +Other limitations might apply until the .NET 9 timeframe. +See the [Unified Build roadmap](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/Roadmap.md) for more details. + +### Supported platforms + +The VMR only supports .NET 8.0 and higher. Additionally, source-build currently supports Linux only. +It is expected that Mac and Window will be supported in the .NET 9.0. + +For the latest information about Source-Build support for new .NET versions, please check our [GitHub Discussions page](https://github.com/dotnet/source-build/discussions) for announcements. + +### Online build only + +Building the product offline is not fully working at the moment. The `--online` switch is needed when building the VMR as not all dependencies are currently built from source. + +### Code flow +For the time being, the source code only flows one way - from the development repos into the VMR. +More details on this process: + +- [Source Synchronization Process](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#source-synchronization-process) +- [Synchronization Based on Declared Dependencies](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#synchronization-based-on-declared-dependencies) +- [Moving Code and Dependencies between the VMR and Development Repos](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#moving-code-and-dependencies-between-the-vmr-and-development-repos) + +We expect the code flow to start working both ways in the .NET 9 timeframe. +See the [Unified Build roadmap](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/Roadmap.md) for more details. + +### Contribution + +At this time, the VMR will not accept any changes and is a read-only mirror of the development repositories only. +Please, make the changes in the respective development repositories (e.g., [dotnet/runtime](https://github.com/dotnet/runtime) or [dotnet/sdk](https://github.com/dotnet/sdk)) and they will get synchronized into the VMR automatically. + +## Dev instructions + +Please note that **this repository is an experiment and a work-in-progress so it is possible that the build is broken**. +For the latest information about Source-Build support, please watch for announcements posted on our [GitHub Discussions page](https://github.com/dotnet/source-build/discussions). + +### Prerequisites + +The dependencies for building .NET from source can be found [here](https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/linux-requirements.md). + +### Building + +1. **Clone the VMR** + + ```bash + git clone https://github.com/dotnet/dotnet dotnet-dotnet + ``` + +2. **Prep the source to build on your distro** + This downloads a .NET SDK and a number of .NET packages needed to build .NET from source. + + ```bash + cd dotnet-dotnet + ./prep.sh + ``` + +3. **Build the .NET SDK** + + ```bash + ./build.sh --clean-while-building --online + ``` + + This builds the entire .NET SDK from source. + The resulting SDK is placed at `artifacts/x64/Release/dotnet-sdk-8.0.100-your-RID.tar.gz`. + + Currently, the `--online` flag is required to allow NuGet restore from online sources during the build. + This is useful for testing unsupported releases that don't yet build without downloading pre-built binaries from the internet. + + Run `./build.sh --help` to see more information about supported build options. + +4. *(Optional)* **Unpack and install the .NET SDK** + + ```bash + mkdir -p $HOME/dotnet + tar zxf artifacts/x64/Release/dotnet-sdk-8.0.100-your-RID.tar.gz -C $HOME/dotnet + ln -s $HOME/dotnet/dotnet /usr/bin/dotnet + ``` + + To test your source-built SDK, run the following: + + ```bash + dotnet --info + ``` + +## List of components + +To enable full offline source-building of the VMR, we have no other choice than to synchronize all the necessary code into the VMR. This also includes any code referenced via git submodules. More details on why and how this is done can be found here: +- [Strategy for managing external source dependencies](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Strategy-For-External-Source.md) +- [Source Synchronization Process](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md#source-synchronization-process) + +### Detailed list + + + +> Auto-generated list of components will go here + + + +The repository also contains a [JSON manifest](https://github.com/dotnet/dotnet/blob/main/src/source-manifest.json) listing all components in a machine-readable format. + +## Filing Issues + +This repo does not accept issues as of now. Please file issues to the appropriate development repos. +For issues with the VMR itself, please use the [source-build repository](https://github.com/dotnet/source-build). + +## Useful Links + +- Design documentation for the VMR - a set of documents describing the high-level design and the why's and how's + - [Design and Operation](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Design-And-Operation.md) + - [Upstream/Downstream Relationships](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Upstream-Downstream.md) + - [Code and Build Workflow](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Code-And-Build-Workflow.md) + - [Strategy for Managing External Source Dependencies](https://github.com/dotnet/arcade/blob/main/Documentation/UnifiedBuild/VMR-Strategy-For-External-Source.md) +- [.NET Source-Build](https://github.com/dotnet/source-build) +- [What is .NET](https://dotnet.microsoft.com) + +## .NET Foundation + +.NET Runtime is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project. + +## License + +.NET is licensed under the [MIT](LICENSE.TXT) license. diff --git a/src/SourceBuild/tarball/content/eng/bootstrap/THIRD-PARTY-NOTICES.template.txt b/src/SourceBuild/tarball/content/eng/bootstrap/THIRD-PARTY-NOTICES.template.txt new file mode 100644 index 000000000..ede8d240b --- /dev/null +++ b/src/SourceBuild/tarball/content/eng/bootstrap/THIRD-PARTY-NOTICES.template.txt @@ -0,0 +1,13 @@ +.NET Core uses third-party libraries or other resources that may be +distributed under licenses different than the .NET Core software. + +Attributions and licence notices for test cases originally authored by +third parties can be found in the respective test directories. + +In the event that we accidentally failed to list a required notice, please +bring it to our attention. Post an issue or email us: + + dotnet@microsoft.com + +The attached notices are provided for information only. + From 20663112b5c5c18e4fcf22c7b1421d9cd5ccb480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Wed, 9 Nov 2022 21:21:25 +0100 Subject: [PATCH 495/501] Update `darc` and synchronize more VMR non-`src/` content (#14944) --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- src/VirtualMonoRepo/source-mappings.json | 14 ++++++++++++-- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 59a557da7..f6136c69a 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.22557.2", + "version": "1.1.0-beta.22559.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b7070af96..7e545e184 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -205,13 +205,13 @@ https://github.com/dotnet/arcade 80b6be47e1425ea90c5febffac119250043a0c92 - + https://github.com/dotnet/arcade-services - 09c0d1e48621eb3b85257ec0c3af9814c33665a1 + 5f08d3d04702feaa49acd692aa3a169512446ee9 - + https://github.com/dotnet/arcade-services - 09c0d1e48621eb3b85257ec0c3af9814c33665a1 + 5f08d3d04702feaa49acd692aa3a169512446ee9 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 30ad3fe39..7a4d0ba74 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22557.2 + 1.1.0-beta.22559.2 diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index f267114aa..0f2620a51 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -12,8 +12,18 @@ // These patches are applied on top of the code synchronized into the VMR "patchesPath": "src/installer/src/SourceBuild/tarball/patches", - // Files on this path are synchronized with files in the root of the VMR - "contentPath": "src/installer/src/SourceBuild/tarball/content", + // Some files are copied outside of the src/ directory into other locations + // When files in the source paths are changed, they are automatically synchronized too + "additionalMappings": [ + { + "source": "src/installer/src/SourceBuild/tarball/content", + "destination": "" + }, + { + "source": "src/installer/eng/common", + "destination": "eng/common" + } + ], // These defaults are added to all mappings unless `ignoreDefaults: true` is specified // When no "include" filter is specified, "**/*" is used From c860d4ea43fead7d98a0ede5d464188ed14b0196 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:03:35 +0000 Subject: [PATCH 496/501] [main] Update dependencies from dotnet/sdk (#14951) * Update dependencies from https://github.com/dotnet/sdk build 20221109.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates NuGet.Build.Tasks From Version 6.5.0-preview.2.67 -> To Version 6.5.0-preview.2.69 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221109.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.NET.ILLink.Tasks,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22557.12 -> To Version 8.0.0-alpha.1.22559.1 (parent: Microsoft.NET.Sdk * Remove backported source-build runtime patch * Update dependencies from https://github.com/dotnet/sdk build 20221109.26 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22557.12 -> To Version 8.0.0-alpha.1.22559.1 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221109.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22557.12 -> To Version 8.0.0-alpha.1.22559.1 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221110.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22557.12 -> To Version 8.0.0-alpha.1.22559.1 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221110.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22557.12 -> To Version 8.0.0-alpha.1.22559.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221110.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22557.12 -> To Version 8.0.0-alpha.1.22559.2 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20221110.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates 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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-alpha.1.22557.12 -> To Version 8.0.0-alpha.1.22559.2 (parent: Microsoft.NET.Sdk * Bump DarcLib Co-authored-by: dotnet-maestro[bot] Co-authored-by: MichaelSimons Co-authored-by: Premek Vysoky --- .config/dotnet-tools.json | 2 +- NuGet.config | 2 +- eng/Version.Details.xml | 78 +++++++++---------- eng/Versions.props | 22 +++--- ...ObjWriter-dependency-in-source-build.patch | 40 ---------- 5 files changed, 52 insertions(+), 92 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f6136c69a..26b81283a 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.22559.2", + "version": "1.1.0-beta.22561.2", "commands": [ "darc" ] diff --git a/NuGet.config b/NuGet.config index da731f31f..452d38c81 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e545e184..e438323f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop 9162860562ca3b6a02d2d5683c12a668058727d8 - + https://github.com/dotnet/runtime - af841c8b33cecc92d74222298f1e45bf7bf3d90a + dd7fdb723d91c2c6cb7efc3d95f9d95ee86d48c8 - + https://github.com/dotnet/runtime - af841c8b33cecc92d74222298f1e45bf7bf3d90a + dd7fdb723d91c2c6cb7efc3d95f9d95ee86d48c8 - + https://github.com/dotnet/runtime - af841c8b33cecc92d74222298f1e45bf7bf3d90a + dd7fdb723d91c2c6cb7efc3d95f9d95ee86d48c8 - + https://github.com/dotnet/runtime - af841c8b33cecc92d74222298f1e45bf7bf3d90a + dd7fdb723d91c2c6cb7efc3d95f9d95ee86d48c8 - + https://github.com/dotnet/runtime - af841c8b33cecc92d74222298f1e45bf7bf3d90a + dd7fdb723d91c2c6cb7efc3d95f9d95ee86d48c8 - + https://github.com/dotnet/runtime - af841c8b33cecc92d74222298f1e45bf7bf3d90a + dd7fdb723d91c2c6cb7efc3d95f9d95ee86d48c8 @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - af841c8b33cecc92d74222298f1e45bf7bf3d90a + dd7fdb723d91c2c6cb7efc3d95f9d95ee86d48c8 https://github.com/dotnet/aspnetcore @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 + 842bd8ac7c6fc8303ff8864515790113e1115991 - + https://github.com/dotnet/sdk - 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 + 842bd8ac7c6fc8303ff8864515790113e1115991 - + https://github.com/dotnet/sdk - 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 + 842bd8ac7c6fc8303ff8864515790113e1115991 - + https://github.com/dotnet/sdk - 4bd9b67d81fbf6d65012ef08c9d8cf2a27953057 + 842bd8ac7c6fc8303ff8864515790113e1115991 @@ -128,39 +128,39 @@ https://github.com/dotnet/wpf 959913ec4f81cc388928fad0c95840bf3ee4962b - + https://github.com/dotnet/fsharp - a6a64706c78963cb033fd230f36518d3e773b725 + 126877797a797eeb17ddfb8d18904c18eca8aa5d - + https://github.com/dotnet/fsharp - a6a64706c78963cb033fd230f36518d3e773b725 + 126877797a797eeb17ddfb8d18904c18eca8aa5d - + https://github.com/microsoft/vstest - 02296a2873652bc5911ae4b58d74f9faae03917d + 4e8b9437a0a5a045f26615a1fbd9d1fc50f6d86f - + https://github.com/dotnet/linker - dc5e60f5f2becf0b462d37ad918443126e80b49b + 9c993bf401377209cd7b4e84b60deab5e4f421a2 linker - + https://github.com/dotnet/roslyn - c9a6d5cf04904ebd2b1aaab0adb33df16c8e76a6 + 09bf1ae4c8671b48bbf4e28f2a2d926de037d068 - + https://github.com/dotnet/msbuild - 3bcada934edfa09e5f68222411e3efeda407985c + 15b127d2445d6b68429f1c31d9ff98fe4e1e728c - + https://github.com/nuget/nuget.client - 6038f769411b98f4efdb10a0924986eae2583618 + a8e878fbc51600caf01d62f0deed5481af7f8aff @@ -205,13 +205,13 @@ https://github.com/dotnet/arcade 80b6be47e1425ea90c5febffac119250043a0c92 - + https://github.com/dotnet/arcade-services - 5f08d3d04702feaa49acd692aa3a169512446ee9 + e1c11c90d26581339cca9684399250101cbbc3bb - + https://github.com/dotnet/arcade-services - 5f08d3d04702feaa49acd692aa3a169512446ee9 + e1c11c90d26581339cca9684399250101cbbc3bb https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 7a4d0ba74..677a44f61 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22559.2 + 1.1.0-beta.22561.2 @@ -68,24 +68,24 @@ 8.0.100 - 8.0.100-alpha.1.22558.25 - 8.0.100-alpha.1.22558.25 + 8.0.100-alpha.1.22560.15 + 8.0.100-alpha.1.22560.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 8.0.0-alpha.1.22557.12 + 8.0.0-alpha.1.22559.2 - 8.0.0-alpha.1.22557.12 - 8.0.0-alpha.1.22557.12 - 8.0.0-alpha.1.22557.12 - 8.0.0-alpha.1.22557.12 - 8.0.0-alpha.1.22557.12 - 8.0.0-alpha.1.22557.12 + 8.0.0-alpha.1.22559.2 + 8.0.0-alpha.1.22559.2 + 8.0.0-alpha.1.22559.2 + 8.0.0-alpha.1.22559.2 + 8.0.0-alpha.1.22559.2 + 8.0.0-alpha.1.22559.2 2.1.0 @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221107-06 + 17.5.0-preview-20221109-01 7.0.0-rc.1.22426.10 diff --git a/src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch b/src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch deleted file mode 100644 index 02e49eec9..000000000 --- a/src/SourceBuild/tarball/patches/runtime/0002-Remove-llvm-ObjWriter-dependency-in-source-build.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Chris Rummel -Date: Mon, 26 Sep 2022 14:25:33 -0500 -Subject: Remove LLVM ObjWriter dependency in source-build - -Backport PR: https://github.com/dotnet/runtime/pull/76206. - ---- - src/coreclr/tools/aot/ILCompiler/ILCompiler.props | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props -index 8c4fce523906e..4fd1db03e8a48 100644 ---- a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props -+++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props -@@ -48,12 +48,14 @@ - - - true -+ -+ true - - - - - -- -+ - $(ObjWriterVersion) - - -@@ -62,7 +64,7 @@ - $(NetStandardLibraryVersion) - - -- -+ - PreserveNewest - false - false From 1da909aef3ff70fa52ed0c21dce578dbc813bf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Fri, 11 Nov 2022 19:53:17 +0100 Subject: [PATCH 497/501] Fix hash of installer when preparing VMR synchronization (#14962) --- eng/pipelines/templates/steps/vmr-pull-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/steps/vmr-pull-updates.yml b/eng/pipelines/templates/steps/vmr-pull-updates.yml index bef0af718..960f58975 100644 --- a/eng/pipelines/templates/steps/vmr-pull-updates.yml +++ b/eng/pipelines/templates/steps/vmr-pull-updates.yml @@ -44,7 +44,7 @@ steps: # We need to make darc understand that it needs to look in the fork from this PR - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - script: | - cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/497F233644435505515AF465112B48CD + cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/03298978DFFFCD23 displayName: Prepare dotnet/installer clone - script: > From 91ff41a8de4ae71a61acf864308094a01b6c5f7c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 21:23:55 +0000 Subject: [PATCH 498/501] Update dependencies from https://github.com/dotnet/sdk build 20221111.5 (#14964) [main] Update dependencies from dotnet/sdk - Merge remote-tracking branch 'origin/main' into darc-main-d920077d-a768-410c-ae08-0f6d0e3d6c00 --- NuGet.config | 2 +- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 452d38c81..da8234571 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e438323f7..5b0abbeb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 842bd8ac7c6fc8303ff8864515790113e1115991 + 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 - + https://github.com/dotnet/sdk - 842bd8ac7c6fc8303ff8864515790113e1115991 + 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 - + https://github.com/dotnet/sdk - 842bd8ac7c6fc8303ff8864515790113e1115991 + 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 - + https://github.com/dotnet/sdk - 842bd8ac7c6fc8303ff8864515790113e1115991 + 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 diff --git a/eng/Versions.props b/eng/Versions.props index 677a44f61..f286e5117 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22560.15 - 8.0.100-alpha.1.22560.15 + 8.0.100-alpha.1.22561.5 + 8.0.100-alpha.1.22561.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8905a9927ee244b7b1b666b6f373ecf300695b2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 11 Nov 2022 22:40:11 +0000 Subject: [PATCH 499/501] Update dependencies from https://github.com/dotnet/sdk build 20221111.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NET.Test.Sdk From Version 17.5.0-preview-20221109-01 -> To Version 17.5.0-preview-20221110-01 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index da8234571..0e1b0b5d4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b0abbeb4..5616152ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 + cb5a24da813307788d985e92fd85ac563295b9a1 - + https://github.com/dotnet/sdk - 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 + cb5a24da813307788d985e92fd85ac563295b9a1 - + https://github.com/dotnet/sdk - 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 + cb5a24da813307788d985e92fd85ac563295b9a1 - + https://github.com/dotnet/sdk - 34eb051cd2af2bd2ae2e8827ae4ebbebc91e50f6 + cb5a24da813307788d985e92fd85ac563295b9a1 @@ -137,9 +137,9 @@ 126877797a797eeb17ddfb8d18904c18eca8aa5d - + https://github.com/microsoft/vstest - 4e8b9437a0a5a045f26615a1fbd9d1fc50f6d86f + 2d45edb6c73ac1c4b1f5fcbc7cfcb6bd1cf2ea6c diff --git a/eng/Versions.props b/eng/Versions.props index f286e5117..3e3092828 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22561.5 - 8.0.100-alpha.1.22561.5 + 8.0.100-alpha.1.22561.12 + 8.0.100-alpha.1.22561.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221109-01 + 17.5.0-preview-20221110-01 7.0.0-rc.1.22426.10 From 355d6643bdcd7e5a918550b67d12e35e65d8c646 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Sat, 12 Nov 2022 23:47:45 -0800 Subject: [PATCH 500/501] Fix spelling in VMR's README (#14976) --- .../tarball/content/eng/bootstrap/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceBuild/tarball/content/eng/bootstrap/README.template.md b/src/SourceBuild/tarball/content/eng/bootstrap/README.template.md index cd25d2af1..dd184e41a 100644 --- a/src/SourceBuild/tarball/content/eng/bootstrap/README.template.md +++ b/src/SourceBuild/tarball/content/eng/bootstrap/README.template.md @@ -43,7 +43,7 @@ See the [Unified Build roadmap](https://github.com/dotnet/arcade/blob/main/Docum ### Supported platforms The VMR only supports .NET 8.0 and higher. Additionally, source-build currently supports Linux only. -It is expected that Mac and Window will be supported in the .NET 9.0. +It is expected that Mac and Windows will be supported in the .NET 9.0. For the latest information about Source-Build support for new .NET versions, please check our [GitHub Discussions page](https://github.com/dotnet/source-build/discussions) for announcements. From a9388a7704dac5cfb81ff889253ec26e4f2896a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 14 Nov 2022 04:18:59 +0000 Subject: [PATCH 501/501] Update dependencies from https://github.com/dotnet/sdk build 20221113.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100 -> To Version 8.0.100 Dependency coherency updates Microsoft.NET.Test.Sdk,NuGet.Build.Tasks From Version 17.5.0-preview-20221110-01 -> To Version 17.5.0-preview-20221111-01 (parent: Microsoft.NET.Sdk --- NuGet.config | 2 +- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 0e1b0b5d4..4842389f5 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5616152ae..d964c0132 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,20 +104,20 @@ https://github.com/dotnet/sdk - cb5a24da813307788d985e92fd85ac563295b9a1 + 6dabdf4e2f6cbe5f97faf7ee6dc2c29bd89a67ba - + https://github.com/dotnet/sdk - cb5a24da813307788d985e92fd85ac563295b9a1 + 6dabdf4e2f6cbe5f97faf7ee6dc2c29bd89a67ba - + https://github.com/dotnet/sdk - cb5a24da813307788d985e92fd85ac563295b9a1 + 6dabdf4e2f6cbe5f97faf7ee6dc2c29bd89a67ba - + https://github.com/dotnet/sdk - cb5a24da813307788d985e92fd85ac563295b9a1 + 6dabdf4e2f6cbe5f97faf7ee6dc2c29bd89a67ba @@ -137,9 +137,9 @@ 126877797a797eeb17ddfb8d18904c18eca8aa5d - + https://github.com/microsoft/vstest - 2d45edb6c73ac1c4b1f5fcbc7cfcb6bd1cf2ea6c + b61973970a544ea30d03ac35b6f5535adb64fd4c @@ -158,9 +158,9 @@ 15b127d2445d6b68429f1c31d9ff98fe4e1e728c - + https://github.com/nuget/nuget.client - a8e878fbc51600caf01d62f0deed5481af7f8aff + ea921bf1871b2799d9c130aad860db33e6577975 diff --git a/eng/Versions.props b/eng/Versions.props index 3e3092828..672c051f9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -68,8 +68,8 @@ 8.0.100 - 8.0.100-alpha.1.22561.12 - 8.0.100-alpha.1.22561.12 + 8.0.100-alpha.1.22563.2 + 8.0.100-alpha.1.22563.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -186,7 +186,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.5.0-preview-20221110-01 + 17.5.0-preview-20221111-01 7.0.0-rc.1.22426.10