From 42257c06e2dfe89af03a5e15b4181aeb7d9727b9 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 27 Oct 2021 14:28:48 -0700 Subject: [PATCH 01/34] Update branding for 6.0.2xx --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index a1d77f37f..3a5fbcb6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,10 +7,10 @@ 6 0 - 1 + 2 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) - rtm + servicing $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 161470b83ecc0d7311ce756c93191e19d802dbd9 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 27 Oct 2021 14:45:09 -0700 Subject: [PATCH 02/34] Set StabilizePackageVersion to false --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 3a5fbcb6f..33b333364 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -14,7 +14,7 @@ $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - true + false release From a157e0ab4279c192e8980a6c20dc51c49d4be8c0 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Fri, 29 Oct 2021 16:05:17 -0700 Subject: [PATCH 03/34] Set ulimit --- run-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run-build.sh b/run-build.sh index 7b98aedc0..99a408cf2 100755 --- a/run-build.sh +++ b/run-build.sh @@ -25,6 +25,9 @@ CUSTOM_BUILD_ARGS= # Set nuget package cache under the repo [ -z $NUGET_PACKAGES ] && export NUGET_PACKAGES="$REPOROOT/.nuget/packages" +# Set max number of files open, helps avoid errors during NuGet restore +ulimit -n 16384 + args=( ) while [[ $# > 0 ]]; do From 82334c7ef0439ecebfab3f344cc34f562acc8a05 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Mon, 1 Nov 2021 11:21:40 -0700 Subject: [PATCH 04/34] Run build under sudo so that we can set ulimit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7ff647c40..5eb32b4c7 100755 --- a/build.sh +++ b/build.sh @@ -53,5 +53,5 @@ dockerbuild() if [ ! -z "$BUILD_IN_DOCKER" ]; then dockerbuild $args else - $DIR/run-build.sh $args + sudo $DIR/run-build.sh $args fi From cf3fff796a40b796f01c5ebae988e23d4c4db691 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Mon, 1 Nov 2021 14:00:59 -0700 Subject: [PATCH 05/34] Switch prerelease label to preview --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 33b333364..8b6a478c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -10,7 +10,7 @@ 2 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) - servicing + preview $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From e5cb4120c2f1b7f0483db0692810cf05fa8b5f8b Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 4 Nov 2021 11:36:49 -0700 Subject: [PATCH 06/34] Update bundle.thm --- src/redist/targets/packaging/windows/clisdk/bundle.thm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.thm b/src/redist/targets/packaging/windows/clisdk/bundle.thm index 89cf63055..568f89f7e 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.thm +++ b/src/redist/targets/packaging/windows/clisdk/bundle.thm @@ -40,8 +40,8 @@ #(loc.FilesInUseLabel) - - + + From 9167b419292b95dacf540545ddc8f9be6e114f41 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 4 Nov 2021 13:58:41 -0700 Subject: [PATCH 07/34] Fixes #12228 --- README.md | 2 +- .../TableGenerator.Tests/DomainTests.fs | 2 +- tools/sdk-readme-table-generator/TableGenerator/Program.fs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c015e801..0568e4548 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Please do not directly edit the table below. Use https://github.com/dotnet/insta Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: -> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime#daily-builds) +> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime/blob/main/docs/project/dogfooding.md#nightly-builds-table) > * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/main/docs/DailyBuilds.md) .NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) diff --git a/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs index 06f6574fa..70953cad0 100644 --- a/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs +++ b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs @@ -244,7 +244,7 @@ let ``pinning tests for readme in main 11/02/2020``() = Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: -> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime#daily-builds) +> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime/blob/main/docs/project/dogfooding.md#nightly-builds-table) > * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/main/docs/DailyBuilds.md) .NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) diff --git a/tools/sdk-readme-table-generator/TableGenerator/Program.fs b/tools/sdk-readme-table-generator/TableGenerator/Program.fs index 7116537cf..f7437c8aa 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Program.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Program.fs @@ -25,7 +25,7 @@ let inputBranches = let referentNotes = """Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: -> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime#daily-builds) +> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime/blob/main/docs/project/dogfooding.md#nightly-builds-table) > * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/main/docs/DailyBuilds.md) .NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md)""" From 8bea75064e8c4452e9e2613e45c663948f749214 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 13:08:24 +0000 Subject: [PATCH 08/34] Update dependencies from https://github.com/dotnet/arcade build 20211104.4 (#12611) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/templates/job/source-build.yml | 15 +++++++++------ eng/common/templates/job/source-index-stage1.yml | 10 +++++++--- global.json | 4 ++-- 5 files changed, 25 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3eda73f10..70cd1c881 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -172,19 +172,19 @@ - + https://github.com/dotnet/arcade - 0c6a8fa272455f7f363d986d4077455353e5fe7c + 670231b2034b040c42af651d4c34d679784f0318 - + https://github.com/dotnet/arcade - 0c6a8fa272455f7f363d986d4077455353e5fe7c + 670231b2034b040c42af651d4c34d679784f0318 - + https://github.com/dotnet/arcade - 0c6a8fa272455f7f363d986d4077455353e5fe7c + 670231b2034b040c42af651d4c34d679784f0318 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index dded6f8b8..dff5b6505 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 7.0.0-beta.21553.3 + 7.0.0-beta.21554.4 diff --git a/eng/common/templates/job/source-build.yml b/eng/common/templates/job/source-build.yml index 5023d36dc..5cd5325d7 100644 --- a/eng/common/templates/job/source-build.yml +++ b/eng/common/templates/job/source-build.yml @@ -31,11 +31,6 @@ parameters: # container and pool. platform: {} - # 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. - defaultContainerHostPool: - vmImage: ubuntu-20.04 - jobs: - job: ${{ parameters.jobNamePrefix }}_${{ parameters.platform.name }} displayName: Source-Build (${{ parameters.platform.name }}) @@ -47,7 +42,15 @@ jobs: container: ${{ parameters.platform.container }} ${{ if eq(parameters.platform.pool, '') }}: - pool: ${{ parameters.defaultContainerHostPool }} + # 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. + pool: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: NetCore1ESPool-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 ${{ 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 ae85a99a8..4af724eb1 100644 --- a/eng/common/templates/job/source-index-stage1.yml +++ b/eng/common/templates/job/source-index-stage1.yml @@ -5,8 +5,6 @@ parameters: sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci" preSteps: [] binlogPath: artifacts/log/Debug/Build.binlog - pool: - vmImage: 'windows-2019' condition: '' dependsOn: '' @@ -24,7 +22,13 @@ jobs: - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: source-dot-net stage1 variables - pool: ${{ parameters.pool }} + pool: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: NetCore1ESPool-Public + demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open + ${{ if eq(variables['System.TeamProject'], 'internal') }}: + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Server.Amd64.VS2019 steps: - ${{ each preStep in parameters.preSteps }}: - ${{ preStep }} diff --git a/global.json b/global.json index 8abfe5c5b..1277a880b 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.21553.3", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21553.3" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21554.4", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21554.4" } } From dbb47fa43aaf9c3f8605a7ba0a8d0787227a9122 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 5 Nov 2021 16:06:27 -0700 Subject: [PATCH 09/34] Update bundle.thm --- src/redist/targets/packaging/windows/clisdk/bundle.thm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.thm b/src/redist/targets/packaging/windows/clisdk/bundle.thm index 568f89f7e..ebe591ccc 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.thm +++ b/src/redist/targets/packaging/windows/clisdk/bundle.thm @@ -40,8 +40,8 @@ #(loc.FilesInUseLabel) - - + + From 34e9341b4d971ba1cf116cd6cb1c8d1777f299f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 6 Nov 2021 13:21:46 +0000 Subject: [PATCH 10/34] Update dependencies from https://github.com/dotnet/arcade build 20211105.2 (#12615) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/post-build/symbols-validation.ps1 | 16 ++++++++-------- global.json | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70cd1c881..d29988684 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -172,19 +172,19 @@ - + https://github.com/dotnet/arcade - 670231b2034b040c42af651d4c34d679784f0318 + a7c57abb74deaee6dac921dd68f9c3c58059ebfb - + https://github.com/dotnet/arcade - 670231b2034b040c42af651d4c34d679784f0318 + a7c57abb74deaee6dac921dd68f9c3c58059ebfb - + https://github.com/dotnet/arcade - 670231b2034b040c42af651d4c34d679784f0318 + a7c57abb74deaee6dac921dd68f9c3c58059ebfb https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index dff5b6505..addbf3a08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 7.0.0-beta.21554.4 + 7.0.0-beta.21555.2 diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1 index a4a92efbe..cd2181baf 100644 --- a/eng/common/post-build/symbols-validation.ps1 +++ b/eng/common/post-build/symbols-validation.ps1 @@ -134,17 +134,17 @@ $CountMissingSymbols = { # Save the output and get diagnostic output $output = & $dotnetSymbolExe --symbols --modules $WindowsPdbVerificationParam $TargetServerParam $FullPath -o $SymbolsPath --diagnostics | Out-String - if (Test-Path $PdbPath) { - return 'PDB' + if ((Test-Path $PdbPath) -and (Test-path $SymbolPath)) { + return 'Module and PDB for Module' } - elseif (Test-Path $NGenPdb) { - return 'NGen PDB' + elseif ((Test-Path $NGenPdb) -and (Test-Path $PdbPath) -and (Test-Path $SymbolPath)) { + return 'Dll, PDB and NGen PDB' } - elseif (Test-Path $SODbg) { - return 'DBG for SO' + elseif ((Test-Path $SODbg) -and (Test-Path $SymbolPath)) { + return 'So and DBG for SO' } - elseif (Test-Path $DylibDwarf) { - return 'Dwarf for Dylib' + elseif ((Test-Path $DylibDwarf) -and (Test-Path $SymbolPath)) { + return 'Dylib and Dwarf for Dylib' } elseif (Test-Path $SymbolPath) { return 'Module' diff --git a/global.json b/global.json index 1277a880b..93e669afc 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.21554.4", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21554.4" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21555.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21555.2" } } From 330750412c7aa2af40e7c745edce15dcee925cfd Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Mon, 8 Nov 2021 11:14:11 -0800 Subject: [PATCH 11/34] update snam yaml to resolve some issues --- src/snaps/dotnet-sdk/snap/snapcraft.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/snaps/dotnet-sdk/snap/snapcraft.yaml b/src/snaps/dotnet-sdk/snap/snapcraft.yaml index 8f9c7cc3f..758d3f4b0 100755 --- a/src/snaps/dotnet-sdk/snap/snapcraft.yaml +++ b/src/snaps/dotnet-sdk/snap/snapcraft.yaml @@ -4,7 +4,7 @@ summary: Cross-Platform .NET Core SDK description: | .NET Core SDK. https://dot.net/core. -grade: devel +grade: stable confinement: classic apps: @@ -20,12 +20,13 @@ parts: source-checksum: sha512/$(SOURCE_TARGZ_SHA) stage-packages: - libicu60 + - libc6 + - libgcc1 + - libstdc++6 - libssl1.0.0 - libcurl3 - libgssapi-krb5-2 - - libstdc++6 - zlib1g - - libgcc1 - lldb - libunwind8 - libtinfo5 From 132a4bff1185444a5c00e5cd049c88f6d59ed27d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 14:15:40 +0000 Subject: [PATCH 12/34] Update dependencies from https://github.com/dotnet/arcade build 20211109.3 (#12628) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/msbuild.ps1 | 1 + global.json | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d29988684..36044fc22 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -172,19 +172,19 @@ - + https://github.com/dotnet/arcade - a7c57abb74deaee6dac921dd68f9c3c58059ebfb + fecf65bedcee9036b8ba9d8d7feef5413f294914 - + https://github.com/dotnet/arcade - a7c57abb74deaee6dac921dd68f9c3c58059ebfb + fecf65bedcee9036b8ba9d8d7feef5413f294914 - + https://github.com/dotnet/arcade - a7c57abb74deaee6dac921dd68f9c3c58059ebfb + fecf65bedcee9036b8ba9d8d7feef5413f294914 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index addbf3a08..b384b89eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 7.0.0-beta.21555.2 + 7.0.0-beta.21559.3 diff --git a/eng/common/msbuild.ps1 b/eng/common/msbuild.ps1 index eea19cd84..f041e5ddd 100644 --- a/eng/common/msbuild.ps1 +++ b/eng/common/msbuild.ps1 @@ -6,6 +6,7 @@ Param( [switch] $ci, [switch] $prepareMachine, [switch] $excludePrereleaseVS, + [string] $msbuildEngine = $null, [Parameter(ValueFromRemainingArguments=$true)][String[]]$extraArgs ) diff --git a/global.json b/global.json index 93e669afc..f54b1816d 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.21555.2", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21555.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21559.3", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21559.3" } } From 3ab6db321c64722c8b7e3d511232bdb55110f414 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 10 Nov 2021 09:18:16 -0800 Subject: [PATCH 13/34] Update Asp.Net template versions (#12599) * Update Asp.Net template versions * Updated package name Co-authored-by: Brennan --- eng/Versions.props | 6 +++--- src/redist/targets/BundledTemplates.targets | 2 +- src/redist/targets/GenerateBundledVersions.targets | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index b384b89eb..9a59ad369 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -117,14 +117,14 @@ $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplates60PackageVersion) $(MicrosoftDotNetCommonItemTemplates60PackageVersion) - $(MicrosoftAspNetCoreAppRuntime60PackageVersion) + 6.0.0 $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplates50PackageVersion) $(MicrosoftDotNetCommonItemTemplates50PackageVersion) - 5.0.11 + 5.0.12 4.8.1-servicing.19605.5 3.1.2-servicing.20066.4 @@ -132,7 +132,7 @@ 3.1.15 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) - 3.1.20 + 3.1.21 3.2.1 4.8.0-rc2.19462.10 diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 5da7bfc28..3c86add19 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -23,7 +23,7 @@ - + diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 9ed946ac6..96cf3c3e8 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -26,8 +26,8 @@ 30 - 20 - 11 + 21 + 12 From 34377c995130700e2c1e1b55df15fba1fec25c3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:28:38 +0000 Subject: [PATCH 14/34] [main] Update dependencies from dotnet/sdk (#12589) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 7.0.0-alpha.1.21530.1 to 7.0.0-alpha.1.21560.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21530.1 to 7.0.0-alpha.1.21560.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0: from 7.0.0-alpha.1.21530.1 to 7.0.0-alpha.1.21560.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 7.0.0-alpha.1.21551.1 to 7.0.0-alpha.1.21561.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.TargetingPack.x64.7.0: from 7.0.0-alpha.1.21551.1 to 7.0.0-alpha.1.21561.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21551.1 to 7.0.0-alpha.1.21561.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 7.0.0-alpha.1.21551.1 to 7.0.0-alpha.1.21561.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 7.0.0-alpha.1.21551.1 to 7.0.0-alpha.1.21561.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 7.0.0-alpha.1.21551.1 to 7.0.0-alpha.1.21561.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21551.8 to 7.0.0-alpha.1.21561.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21551.8 to 7.0.0-alpha.1.21561.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21551.8 to 7.0.0-alpha.1.21561.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21551.8 to 7.0.0-alpha.1.21561.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21551.8 to 7.0.0-alpha.1.21561.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21551.8 to 7.0.0-alpha.1.21561.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 7.0.100-alpha.1.21551.4 to 7.0.100-alpha.1.21554.1 (parent: Microsoft.NET.Sdk) - Microsoft.TemplateEngine.Cli: from 7.0.100-alpha.1.21551.4 to 7.0.100-alpha.1.21554.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-alpha.1.21530.1 to 7.0.0-alpha.1.21560.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 7.0.0-alpha.1.21528.6 to 7.0.0-alpha.1.21552.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-alpha.1.21530.1 to 7.0.0-alpha.1.21560.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 7.0.0-alpha.1.21528.4 to 7.0.0-alpha.1.21560.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.Test.Sdk: from 17.1.0-preview-20211101-04 to 17.1.0-preview-20211105-01 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.21551.1 to 7.0.100-1.21558.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 4.0.0-6.21551.1 to 4.0.1-1.21560.6 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.1.0-preview-21551-02 to 17.1.0-preview-21559-03 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21551.1 to 7.0.0-alpha.1.21561.1 (parent: Microsoft.NET.Sdk) - Microsoft.NET.Workload.Emscripten.Manifest-7.0.100: from 7.0.0-alpha.1.21527.1 to 7.0.0-alpha.1.21558.1 (parent: VS.Redist.Common.NetCore.SharedFramework.x64.7.0) --- eng/Version.Details.xml | 112 ++++++++++++++++++++-------------------- eng/Versions.props | 48 ++++++++--------- 2 files changed, 80 insertions(+), 80 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36044fc22..651d55839 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,46 +1,46 @@ - + https://github.com/dotnet/windowsdesktop - 6cc7bbf2a059d54c9249f5fadfb2466488d143a7 + 2b1999f024ca946d3122ec1edf7f471e45570ed2 - + https://github.com/dotnet/windowsdesktop - 6cc7bbf2a059d54c9249f5fadfb2466488d143a7 + 2b1999f024ca946d3122ec1edf7f471e45570ed2 - + https://github.com/dotnet/windowsdesktop - 6cc7bbf2a059d54c9249f5fadfb2466488d143a7 + 2b1999f024ca946d3122ec1edf7f471e45570ed2 - + https://github.com/dotnet/windowsdesktop - 6cc7bbf2a059d54c9249f5fadfb2466488d143a7 + 2b1999f024ca946d3122ec1edf7f471e45570ed2 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e @@ -48,34 +48,34 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/aspnetcore - f72e6e874b1439928723275773254d4927a34b60 + cb90cdc893f8f731606fbe88c826a7eb3027f35e - + https://github.com/dotnet/aspnetcore - f72e6e874b1439928723275773254d4927a34b60 + cb90cdc893f8f731606fbe88c826a7eb3027f35e - + https://github.com/dotnet/aspnetcore - f72e6e874b1439928723275773254d4927a34b60 + cb90cdc893f8f731606fbe88c826a7eb3027f35e - + https://github.com/dotnet/aspnetcore - f72e6e874b1439928723275773254d4927a34b60 + cb90cdc893f8f731606fbe88c826a7eb3027f35e - + https://github.com/dotnet/aspnetcore - f72e6e874b1439928723275773254d4927a34b60 + cb90cdc893f8f731606fbe88c826a7eb3027f35e - + https://github.com/dotnet/aspnetcore - f72e6e874b1439928723275773254d4927a34b60 + cb90cdc893f8f731606fbe88c826a7eb3027f35e https://github.com/dotnet/test-templates @@ -90,32 +90,32 @@ 60b6eefb3eb13f1e90e656fb28f96d838e06c5cb - + https://github.com/dotnet/templating - 22546e346594fd2228945bb2051f68fa6e28414c + 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/templating - 22546e346594fd2228945bb2051f68fa6e28414c + 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - 0094eb63b8d27bd9b8a4980fe5a8b73773a489f3 + de390be4a2b1f9081d886684c409355fb7f228bd - + https://github.com/dotnet/sdk - 0094eb63b8d27bd9b8a4980fe5a8b73773a489f3 + de390be4a2b1f9081d886684c409355fb7f228bd - + https://github.com/dotnet/winforms - 5cd16673f5ea3fca3fcce7df5dacf194f9f86f3b + 9aa29adb99ec17e47400ac6226413b8f7c672db4 - + https://github.com/dotnet/wpf - a74926d1a0b2b19397f68582845118a93e7ad7fb + bf34d2be0db8eea70020647f84bfe283e92703df https://github.com/dotnet/fsharp @@ -126,25 +126,25 @@ 6d626ff0752a77d339f609b4d361787dc9ca93a5 - + https://github.com/microsoft/vstest - 956be9300d401ea2f16ff6949973d0478a2b061e + 0c41e764ba6b8d7924cbcb90ac2d29e93a5b6451 - + https://github.com/dotnet/linker - 0881e462ab279239e023b58bf1d10611ee2183b3 + 3d3f294ff916bff54350d04143d0ef212c29ebb7 linker - + https://github.com/dotnet/roslyn - 1a5c22814c2f661975ce5238136098dde9d1cd77 + ac39185dbee0e1c4ba09282eb69ce75cccf7654a - + https://github.com/dotnet/msbuild - 115b58c85212a91b61bf262bb0c106aee9db19f1 + 2b604c3a38772f7d70b369e0ad0da32257ed1b35 @@ -161,9 +161,9 @@ https://github.com/aspnet/xdt c01a538851a8ab1a1fbeb2e6243f391fff7587b4 - + https://github.com/dotnet/emsdk - efad634a7c316b67654b38690c56b3702363d6ae + dc2e6e52d5b1be78da00ef57eed69461badcc720 https://github.com/dotnet/source-build diff --git a/eng/Versions.props b/eng/Versions.props index 9a59ad369..d784c668c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,15 +24,15 @@ - 7.0.0-alpha.1.21528.6 + 7.0.0-alpha.1.21552.2 - 7.0.0-alpha.1.21528.4 + 7.0.0-alpha.1.21560.1 - 7.0.100-alpha.1.21551.4 + 7.0.100-alpha.1.21554.1 @@ -45,44 +45,44 @@ - 7.0.0-alpha.1.21551.8 - 7.0.0-alpha.1.21551.8 - 7.0.0-alpha.1.21551.8 - 7.0.0-alpha.1.21551.8 - 7.0.0-alpha.1.21551.8 - 7.0.0-alpha.1.21551.8 + 7.0.0-alpha.1.21561.2 + 7.0.0-alpha.1.21561.2 + 7.0.0-alpha.1.21561.2 + 7.0.0-alpha.1.21561.2 + 7.0.0-alpha.1.21561.2 + 7.0.0-alpha.1.21561.2 0.2.0 - 7.0.100-alpha.1.21552.4 - 7.0.100-alpha.1.21552.4 + 7.0.100-alpha.1.21561.9 + 7.0.100-alpha.1.21561.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 7.0.0-alpha.1.21551.1 + 7.0.0-alpha.1.21561.1 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 + 7.0.0-alpha.1.21561.1 + 7.0.0-alpha.1.21561.1 + 7.0.0-alpha.1.21561.1 + 7.0.0-alpha.1.21561.1 + 7.0.0-alpha.1.21561.1 + 7.0.0-alpha.1.21561.1 2.1.0 - 7.0.0-alpha.1.21530.1 - 7.0.0-alpha.1.21530.1 - 7.0.0-alpha.1.21530.1 - 7.0.0-alpha.1.21530.1 + 7.0.0-alpha.1.21560.2 + 7.0.0-alpha.1.21560.2 + 7.0.0-alpha.1.21560.2 + 7.0.0-alpha.1.21560.2 @@ -153,7 +153,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.1.0-preview-20211101-04 + 17.1.0-preview-20211105-01 @@ -186,7 +186,7 @@ 12.0.100-rc.1.496 15.0.100-rc.1.496 $(MicrosoftNETCoreAppRefPackageVersion) - 7.0.0-alpha.1.21527.1 + 7.0.0-alpha.1.21558.1 $(MicrosoftNETWorkloadEmscriptenManifest70100Version) From d75a087077f8f9b08392424db738696a2747ebc1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 01:43:45 +0000 Subject: [PATCH 15/34] [main] Update dependencies from dotnet/sdk (#12644) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21561.2 to 7.0.0-alpha.1.21561.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21561.2 to 7.0.0-alpha.1.21561.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.2 to 7.0.0-alpha.1.21561.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21561.2 to 7.0.0-alpha.1.21561.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21561.2 to 7.0.0-alpha.1.21561.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21561.2 to 7.0.0-alpha.1.21561.4 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 4.0.1-1.21560.6 to 4.0.1-1.21561.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 16 ++++++++-------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 651d55839..5fa0676c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,30 +52,30 @@ https://github.com/dotnet/runtime 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/aspnetcore - cb90cdc893f8f731606fbe88c826a7eb3027f35e + 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b - + https://github.com/dotnet/aspnetcore - cb90cdc893f8f731606fbe88c826a7eb3027f35e + 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b - + https://github.com/dotnet/aspnetcore - cb90cdc893f8f731606fbe88c826a7eb3027f35e + 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b - + https://github.com/dotnet/aspnetcore - cb90cdc893f8f731606fbe88c826a7eb3027f35e + 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b - + https://github.com/dotnet/aspnetcore - cb90cdc893f8f731606fbe88c826a7eb3027f35e + 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b - + https://github.com/dotnet/aspnetcore - cb90cdc893f8f731606fbe88c826a7eb3027f35e + 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - de390be4a2b1f9081d886684c409355fb7f228bd + 7b2473cc06404b1cb56854f601d0b0874e92e626 - + https://github.com/dotnet/sdk - de390be4a2b1f9081d886684c409355fb7f228bd + 7b2473cc06404b1cb56854f601d0b0874e92e626 @@ -137,9 +137,9 @@ linker - + https://github.com/dotnet/roslyn - ac39185dbee0e1c4ba09282eb69ce75cccf7654a + bbd06548d64a8d52ad2b13a8397da4759319f21b diff --git a/eng/Versions.props b/eng/Versions.props index d784c668c..6d728e3e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,20 +45,20 @@ - 7.0.0-alpha.1.21561.2 - 7.0.0-alpha.1.21561.2 - 7.0.0-alpha.1.21561.2 - 7.0.0-alpha.1.21561.2 - 7.0.0-alpha.1.21561.2 - 7.0.0-alpha.1.21561.2 + 7.0.0-alpha.1.21561.4 + 7.0.0-alpha.1.21561.4 + 7.0.0-alpha.1.21561.4 + 7.0.0-alpha.1.21561.4 + 7.0.0-alpha.1.21561.4 + 7.0.0-alpha.1.21561.4 0.2.0 - 7.0.100-alpha.1.21561.9 - 7.0.100-alpha.1.21561.9 + 7.0.100-alpha.1.21561.12 + 7.0.100-alpha.1.21561.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 56c9f7e2582e3834dfea27bc54241f50f243ee82 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 04:10:38 +0000 Subject: [PATCH 16/34] Update dependencies from https://github.com/dotnet/sdk build 20211111.13 (#12645) [main] Update dependencies from dotnet/sdk --- 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 5fa0676c2..1b4fcedb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - 7b2473cc06404b1cb56854f601d0b0874e92e626 + b428d4a986c35ddb72b7deb7ec41e86670805bd2 - + https://github.com/dotnet/sdk - 7b2473cc06404b1cb56854f601d0b0874e92e626 + b428d4a986c35ddb72b7deb7ec41e86670805bd2 diff --git a/eng/Versions.props b/eng/Versions.props index 6d728e3e2..6a0fae70a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21561.12 - 7.0.100-alpha.1.21561.12 + 7.0.100-alpha.1.21561.13 + 7.0.100-alpha.1.21561.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c8079263a68a80d6099f9872e4454cfc0c2f8d72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 09:03:56 +0000 Subject: [PATCH 17/34] [main] Update dependencies from dotnet/sdk (#12646) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.21558.1 to 7.0.100-1.21561.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 4.0.1-1.21561.1 to 4.0.1-1.21561.4 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b4fcedb4..4a0dcacac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - b428d4a986c35ddb72b7deb7ec41e86670805bd2 + d817e3519845821f1c76d1bc2314b5b5117c15b6 - + https://github.com/dotnet/sdk - b428d4a986c35ddb72b7deb7ec41e86670805bd2 + d817e3519845821f1c76d1bc2314b5b5117c15b6 @@ -131,15 +131,15 @@ 0c41e764ba6b8d7924cbcb90ac2d29e93a5b6451 - + https://github.com/dotnet/linker - 3d3f294ff916bff54350d04143d0ef212c29ebb7 + 1d47968b26535eae0ab4b0463efdcd6f13178193 linker - + https://github.com/dotnet/roslyn - bbd06548d64a8d52ad2b13a8397da4759319f21b + add472bbed002fcea9232e89793d0762cc71c5cf diff --git a/eng/Versions.props b/eng/Versions.props index 6a0fae70a..f06d92d51 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21561.13 - 7.0.100-alpha.1.21561.13 + 7.0.100-alpha.1.21561.17 + 7.0.100-alpha.1.21561.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6f998cb085ea19b1003c20940dcc776050281405 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 10:04:45 +0000 Subject: [PATCH 18/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.1 (#12647) [main] Update dependencies from dotnet/sdk --- 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 4a0dcacac..be6d07e63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - d817e3519845821f1c76d1bc2314b5b5117c15b6 + dcdc2b2b3d473531d31238f4432f2ac19e8191ae - + https://github.com/dotnet/sdk - d817e3519845821f1c76d1bc2314b5b5117c15b6 + dcdc2b2b3d473531d31238f4432f2ac19e8191ae diff --git a/eng/Versions.props b/eng/Versions.props index f06d92d51..af68b45bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21561.17 - 7.0.100-alpha.1.21561.17 + 7.0.100-alpha.1.21562.1 + 7.0.100-alpha.1.21562.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 88065b4e88fa09f410a3def2059001356cb4894c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 11:10:09 +0000 Subject: [PATCH 19/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.2 (#12648) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 17.1.0-preview-20211105-01 to 17.1.0-preview-20211109-03 (parent: Microsoft.NET.Sdk) --- 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 be6d07e63..ee64d5432 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - dcdc2b2b3d473531d31238f4432f2ac19e8191ae + 216cbcd8dccfeff76704be423562cda4c4e187ef - + https://github.com/dotnet/sdk - dcdc2b2b3d473531d31238f4432f2ac19e8191ae + 216cbcd8dccfeff76704be423562cda4c4e187ef @@ -126,9 +126,9 @@ 6d626ff0752a77d339f609b4d361787dc9ca93a5 - + https://github.com/microsoft/vstest - 0c41e764ba6b8d7924cbcb90ac2d29e93a5b6451 + 1dc3ba2e137b3cdaada4edfb41210b2b0237c428 diff --git a/eng/Versions.props b/eng/Versions.props index af68b45bc..1c083c99a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21562.1 - 7.0.100-alpha.1.21562.1 + 7.0.100-alpha.1.21562.2 + 7.0.100-alpha.1.21562.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -153,7 +153,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.1.0-preview-20211105-01 + 17.1.0-preview-20211109-03 From d9ca30d9391147f400acd4550454df70b59b81f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 12:19:53 +0000 Subject: [PATCH 20/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.3 (#12649) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21561.4 to 7.0.0-alpha.1.21561.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21561.4 to 7.0.0-alpha.1.21561.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.4 to 7.0.0-alpha.1.21561.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21561.4 to 7.0.0-alpha.1.21561.8 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21561.4 to 7.0.0-alpha.1.21561.8 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21561.4 to 7.0.0-alpha.1.21561.8 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee64d5432..82b19a1df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,30 +52,30 @@ https://github.com/dotnet/runtime 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/aspnetcore - 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b + cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c - + https://github.com/dotnet/aspnetcore - 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b + cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c - + https://github.com/dotnet/aspnetcore - 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b + cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c - + https://github.com/dotnet/aspnetcore - 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b + cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c - + https://github.com/dotnet/aspnetcore - 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b + cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c - + https://github.com/dotnet/aspnetcore - 9b1de73ab6a18cbb3efbcb129a0ef911da3c4b5b + cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - 216cbcd8dccfeff76704be423562cda4c4e187ef + 018ded82b4a3c30d911346bf9a6a665ad9bd2b45 - + https://github.com/dotnet/sdk - 216cbcd8dccfeff76704be423562cda4c4e187ef + 018ded82b4a3c30d911346bf9a6a665ad9bd2b45 diff --git a/eng/Versions.props b/eng/Versions.props index 1c083c99a..262815527 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,20 +45,20 @@ - 7.0.0-alpha.1.21561.4 - 7.0.0-alpha.1.21561.4 - 7.0.0-alpha.1.21561.4 - 7.0.0-alpha.1.21561.4 - 7.0.0-alpha.1.21561.4 - 7.0.0-alpha.1.21561.4 + 7.0.0-alpha.1.21561.8 + 7.0.0-alpha.1.21561.8 + 7.0.0-alpha.1.21561.8 + 7.0.0-alpha.1.21561.8 + 7.0.0-alpha.1.21561.8 + 7.0.0-alpha.1.21561.8 0.2.0 - 7.0.100-alpha.1.21562.2 - 7.0.100-alpha.1.21562.2 + 7.0.100-alpha.1.21562.3 + 7.0.100-alpha.1.21562.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7ffd413abb6dee281469cdf38cd9d37ffeee7cf5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 16:09:27 +0000 Subject: [PATCH 21/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.4 (#12650) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21561.8 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21561.8 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.8 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21561.8 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21561.8 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21561.8 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82b19a1df..84036377f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,30 +52,30 @@ https://github.com/dotnet/runtime 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e - + https://github.com/dotnet/aspnetcore - cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c + bc118a35bd662a48881975cfc293ee4c4bada01c - + https://github.com/dotnet/aspnetcore - cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c + bc118a35bd662a48881975cfc293ee4c4bada01c - + https://github.com/dotnet/aspnetcore - cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c + bc118a35bd662a48881975cfc293ee4c4bada01c - + https://github.com/dotnet/aspnetcore - cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c + bc118a35bd662a48881975cfc293ee4c4bada01c - + https://github.com/dotnet/aspnetcore - cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c + bc118a35bd662a48881975cfc293ee4c4bada01c - + https://github.com/dotnet/aspnetcore - cb8a9c1c62a14d9d9933fa53ef65e2783581ae7c + bc118a35bd662a48881975cfc293ee4c4bada01c https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - 018ded82b4a3c30d911346bf9a6a665ad9bd2b45 + 9009334516cc55f23b566fbc782a7cb754316008 - + https://github.com/dotnet/sdk - 018ded82b4a3c30d911346bf9a6a665ad9bd2b45 + 9009334516cc55f23b566fbc782a7cb754316008 diff --git a/eng/Versions.props b/eng/Versions.props index 262815527..407c14624 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,20 +45,20 @@ - 7.0.0-alpha.1.21561.8 - 7.0.0-alpha.1.21561.8 - 7.0.0-alpha.1.21561.8 - 7.0.0-alpha.1.21561.8 - 7.0.0-alpha.1.21561.8 - 7.0.0-alpha.1.21561.8 + 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21561.9 0.2.0 - 7.0.100-alpha.1.21562.3 - 7.0.100-alpha.1.21562.3 + 7.0.100-alpha.1.21562.4 + 7.0.100-alpha.1.21562.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 61e414647b26e27e0f98ee591200b30656797390 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 17:40:40 +0000 Subject: [PATCH 22/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.5 (#12653) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 7.0.0-alpha.1.21560.2 to 7.0.0-alpha.1.21561.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21560.2 to 7.0.0-alpha.1.21561.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0: from 7.0.0-alpha.1.21560.2 to 7.0.0-alpha.1.21561.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 7.0.0-alpha.1.21561.1 to 7.0.0-alpha.1.21561.18 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.TargetingPack.x64.7.0: from 7.0.0-alpha.1.21561.1 to 7.0.0-alpha.1.21561.18 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.1 to 7.0.0-alpha.1.21561.18 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 7.0.0-alpha.1.21561.1 to 7.0.0-alpha.1.21561.18 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 7.0.0-alpha.1.21561.1 to 7.0.0-alpha.1.21561.18 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 7.0.0-alpha.1.21561.1 to 7.0.0-alpha.1.21561.18 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-alpha.1.21560.2 to 7.0.0-alpha.1.21561.11 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 7.0.0-alpha.1.21552.2 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-alpha.1.21560.2 to 7.0.0-alpha.1.21561.11 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 7.0.0-alpha.1.21560.1 to 7.0.0-alpha.1.21561.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - VS.Redist.Common.NetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21561.1 to 7.0.0-alpha.1.21561.18 (parent: Microsoft.NET.Sdk) - Microsoft.NET.Workload.Emscripten.Manifest-7.0.100: from 7.0.0-alpha.1.21558.1 to 7.0.0-alpha.1.21560.2 (parent: VS.Redist.Common.NetCore.SharedFramework.x64.7.0) --- eng/Version.Details.xml | 64 ++++++++++++++++++++--------------------- eng/Versions.props | 32 ++++++++++----------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84036377f..c6749f98c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,46 +1,46 @@ - + https://github.com/dotnet/windowsdesktop - 2b1999f024ca946d3122ec1edf7f471e45570ed2 + 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d - + https://github.com/dotnet/windowsdesktop - 2b1999f024ca946d3122ec1edf7f471e45570ed2 + 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d - + https://github.com/dotnet/windowsdesktop - 2b1999f024ca946d3122ec1edf7f471e45570ed2 + 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d - + https://github.com/dotnet/windowsdesktop - 2b1999f024ca946d3122ec1edf7f471e45570ed2 + 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d - + https://github.com/dotnet/runtime - 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e + 5fa6dd364982be4ffd83358adbf130d88049c72a - + https://github.com/dotnet/runtime - 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e + 5fa6dd364982be4ffd83358adbf130d88049c72a - + https://github.com/dotnet/runtime - 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e + 5fa6dd364982be4ffd83358adbf130d88049c72a - + https://github.com/dotnet/runtime - 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e + 5fa6dd364982be4ffd83358adbf130d88049c72a - + https://github.com/dotnet/runtime - 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e + 5fa6dd364982be4ffd83358adbf130d88049c72a - + https://github.com/dotnet/runtime - 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e + 5fa6dd364982be4ffd83358adbf130d88049c72a @@ -48,9 +48,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6f5de0b2b979a70e6fe36904d0d4f087c32f9c7e + 5fa6dd364982be4ffd83358adbf130d88049c72a https://github.com/dotnet/aspnetcore @@ -99,23 +99,23 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - 9009334516cc55f23b566fbc782a7cb754316008 + db6dfb2d5b88cda7e7bcee95cc17f7774ea84a45 - + https://github.com/dotnet/sdk - 9009334516cc55f23b566fbc782a7cb754316008 + db6dfb2d5b88cda7e7bcee95cc17f7774ea84a45 - + https://github.com/dotnet/winforms - 9aa29adb99ec17e47400ac6226413b8f7c672db4 + 7ce653ce1d831ba80dd02882745b6b3b28053f6c - + https://github.com/dotnet/wpf - bf34d2be0db8eea70020647f84bfe283e92703df + 6031b232f379ac75b8d7d315048b9d47afa87e15 https://github.com/dotnet/fsharp @@ -161,9 +161,9 @@ https://github.com/aspnet/xdt c01a538851a8ab1a1fbeb2e6243f391fff7587b4 - + https://github.com/dotnet/emsdk - dc2e6e52d5b1be78da00ef57eed69461badcc720 + 24412d4288fda1d3c9fed49a7961bb4c476c0ce6 https://github.com/dotnet/source-build diff --git a/eng/Versions.props b/eng/Versions.props index 407c14624..29f5a13eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 7.0.0-alpha.1.21552.2 + 7.0.0-alpha.1.21561.9 - 7.0.0-alpha.1.21560.1 + 7.0.0-alpha.1.21561.9 @@ -57,32 +57,32 @@ - 7.0.100-alpha.1.21562.4 - 7.0.100-alpha.1.21562.4 + 7.0.100-alpha.1.21562.5 + 7.0.100-alpha.1.21562.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 7.0.0-alpha.1.21561.1 + 7.0.0-alpha.1.21561.18 - 7.0.0-alpha.1.21561.1 - 7.0.0-alpha.1.21561.1 - 7.0.0-alpha.1.21561.1 - 7.0.0-alpha.1.21561.1 - 7.0.0-alpha.1.21561.1 - 7.0.0-alpha.1.21561.1 + 7.0.0-alpha.1.21561.18 + 7.0.0-alpha.1.21561.18 + 7.0.0-alpha.1.21561.18 + 7.0.0-alpha.1.21561.18 + 7.0.0-alpha.1.21561.18 + 7.0.0-alpha.1.21561.18 2.1.0 - 7.0.0-alpha.1.21560.2 - 7.0.0-alpha.1.21560.2 - 7.0.0-alpha.1.21560.2 - 7.0.0-alpha.1.21560.2 + 7.0.0-alpha.1.21561.11 + 7.0.0-alpha.1.21561.11 + 7.0.0-alpha.1.21561.11 + 7.0.0-alpha.1.21561.11 @@ -186,7 +186,7 @@ 12.0.100-rc.1.496 15.0.100-rc.1.496 $(MicrosoftNETCoreAppRefPackageVersion) - 7.0.0-alpha.1.21558.1 + 7.0.0-alpha.1.21560.2 $(MicrosoftNETWorkloadEmscriptenManifest70100Version) From 4499a10e37c8e6f93a81d703767514f8b5b8a613 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Fri, 12 Nov 2021 13:01:55 -0800 Subject: [PATCH 23/34] Update download table --- README.md | 110 +++++++++++++++--- .../TableGenerator.Tests.fsproj | 2 +- .../TableGenerator/Program.fs | 3 + .../TableGenerator/TableGenerator.fsproj | 2 +- 4 files changed, 99 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0568e4548..fa2dc039b 100644 --- a/README.md +++ b/README.md @@ -127,21 +127,21 @@ We strongly recommend using `--skip-manifest-update` with `dotnet workload insta 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. -| Platform | main
(7.0.x Runtime) | Release/6.0.1XX
(6.0.x Runtime) | Release/5.0.4XX
(5.0 Runtime) | Release/5.0.2XX
(5.0 Runtime) | Release/3.1.4XX
(3.1.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-6.0.1XX]][win-x64-version-6.0.1XX]
[Installer][win-x64-installer-6.0.1XX] - [Checksum][win-x64-installer-checksum-6.0.1XX]
[zip][win-x64-zip-6.0.1XX] - [Checksum][win-x64-zip-checksum-6.0.1XX] | [![][win-x64-badge-5.0.4XX]][win-x64-version-5.0.4XX]
[Installer][win-x64-installer-5.0.4XX] - [Checksum][win-x64-installer-checksum-5.0.4XX]
[zip][win-x64-zip-5.0.4XX] - [Checksum][win-x64-zip-checksum-5.0.4XX] | [![][win-x64-badge-5.0.2XX]][win-x64-version-5.0.2XX]
[Installer][win-x64-installer-5.0.2XX] - [Checksum][win-x64-installer-checksum-5.0.2XX]
[zip][win-x64-zip-5.0.2XX] - [Checksum][win-x64-zip-checksum-5.0.2XX] | [![][win-x64-badge-3.1.4XX]][win-x64-version-3.1.4XX]
[Installer][win-x64-installer-3.1.4XX] - [Checksum][win-x64-installer-checksum-3.1.4XX]
[zip][win-x64-zip-3.1.4XX] - [Checksum][win-x64-zip-checksum-3.1.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-6.0.1XX]][win-x86-version-6.0.1XX]
[Installer][win-x86-installer-6.0.1XX] - [Checksum][win-x86-installer-checksum-6.0.1XX]
[zip][win-x86-zip-6.0.1XX] - [Checksum][win-x86-zip-checksum-6.0.1XX] | [![][win-x86-badge-5.0.4XX]][win-x86-version-5.0.4XX]
[Installer][win-x86-installer-5.0.4XX] - [Checksum][win-x86-installer-checksum-5.0.4XX]
[zip][win-x86-zip-5.0.4XX] - [Checksum][win-x86-zip-checksum-5.0.4XX] | [![][win-x86-badge-5.0.2XX]][win-x86-version-5.0.2XX]
[Installer][win-x86-installer-5.0.2XX] - [Checksum][win-x86-installer-checksum-5.0.2XX]
[zip][win-x86-zip-5.0.2XX] - [Checksum][win-x86-zip-checksum-5.0.2XX] | [![][win-x86-badge-3.1.4XX]][win-x86-version-3.1.4XX]
[Installer][win-x86-installer-3.1.4XX] - [Checksum][win-x86-installer-checksum-3.1.4XX]
[zip][win-x86-zip-3.1.4XX] - [Checksum][win-x86-zip-checksum-3.1.4XX] | -| **Windows arm** | **N/A** | **N/A** | **N/A** | **N/A** | [![][win-arm-badge-3.1.4XX]][win-arm-version-3.1.4XX]
[zip][win-arm-zip-3.1.4XX] - [Checksum][win-arm-zip-checksum-3.1.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-6.0.1XX]][win-arm64-version-6.0.1XX]
[Installer][win-arm64-installer-6.0.1XX] - [Checksum][win-arm64-installer-checksum-6.0.1XX]
[zip][win-arm64-zip-6.0.1XX] | [![][win-arm64-badge-5.0.4XX]][win-arm64-version-5.0.4XX]
[Installer][win-arm64-installer-5.0.4XX] - [Checksum][win-arm64-installer-checksum-5.0.4XX]
[zip][win-arm64-zip-5.0.4XX] | [![][win-arm64-badge-5.0.2XX]][win-arm64-version-5.0.2XX]
[Installer][win-arm64-installer-5.0.2XX] - [Checksum][win-arm64-installer-checksum-5.0.2XX]
[zip][win-arm64-zip-5.0.2XX] | **N/A** | -| **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-6.0.1XX]][osx-x64-version-6.0.1XX]
[Installer][osx-x64-installer-6.0.1XX] - [Checksum][osx-x64-installer-checksum-6.0.1XX]
[tar.gz][osx-x64-targz-6.0.1XX] - [Checksum][osx-x64-targz-checksum-6.0.1XX] | [![][osx-x64-badge-5.0.4XX]][osx-x64-version-5.0.4XX]
[Installer][osx-x64-installer-5.0.4XX] - [Checksum][osx-x64-installer-checksum-5.0.4XX]
[tar.gz][osx-x64-targz-5.0.4XX] - [Checksum][osx-x64-targz-checksum-5.0.4XX] | [![][osx-x64-badge-5.0.2XX]][osx-x64-version-5.0.2XX]
[Installer][osx-x64-installer-5.0.2XX] - [Checksum][osx-x64-installer-checksum-5.0.2XX]
[tar.gz][osx-x64-targz-5.0.2XX] - [Checksum][osx-x64-targz-checksum-5.0.2XX] | [![][osx-x64-badge-3.1.4XX]][osx-x64-version-3.1.4XX]
[Installer][osx-x64-installer-3.1.4XX] - [Checksum][osx-x64-installer-checksum-3.1.4XX]
[tar.gz][osx-x64-targz-3.1.4XX] - [Checksum][osx-x64-targz-checksum-3.1.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-6.0.1XX]][osx-arm64-version-6.0.1XX]
[Installer][osx-arm64-installer-6.0.1XX] - [Checksum][osx-arm64-installer-checksum-6.0.1XX]
[tar.gz][osx-arm64-targz-6.0.1XX] - [Checksum][osx-arm64-targz-checksum-6.0.1XX] | **N/A** | **N/A** | **N/A** | -| **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-6.0.1XX]][linux-version-6.0.1XX]
[DEB Installer][linux-DEB-installer-6.0.1XX] - [Checksum][linux-DEB-installer-checksum-6.0.1XX]
[RPM Installer][linux-RPM-installer-6.0.1XX] - [Checksum][linux-RPM-installer-checksum-6.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-6.0.1XX] - [Checksum][linux-targz-checksum-6.0.1XX] | [![][linux-badge-5.0.4XX]][linux-version-5.0.4XX]
[DEB Installer][linux-DEB-installer-5.0.4XX] - [Checksum][linux-DEB-installer-checksum-5.0.4XX]
[RPM Installer][linux-RPM-installer-5.0.4XX] - [Checksum][linux-RPM-installer-checksum-5.0.4XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.4XX] - [Checksum][linux-targz-checksum-5.0.4XX] | [![][linux-badge-5.0.2XX]][linux-version-5.0.2XX]
[DEB Installer][linux-DEB-installer-5.0.2XX] - [Checksum][linux-DEB-installer-checksum-5.0.2XX]
[RPM Installer][linux-RPM-installer-5.0.2XX] - [Checksum][linux-RPM-installer-checksum-5.0.2XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.2XX] - [Checksum][linux-targz-checksum-5.0.2XX] | [![][linux-badge-3.1.4XX]][linux-version-3.1.4XX]
[DEB Installer][linux-DEB-installer-3.1.4XX] - [Checksum][linux-DEB-installer-checksum-3.1.4XX]
[RPM Installer][linux-RPM-installer-3.1.4XX] - [Checksum][linux-RPM-installer-checksum-3.1.4XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.4XX] - [Checksum][linux-targz-checksum-3.1.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-6.0.1XX]][linux-arm-version-6.0.1XX]
[tar.gz][linux-arm-targz-6.0.1XX] - [Checksum][linux-arm-targz-checksum-6.0.1XX] | [![][linux-arm-badge-5.0.4XX]][linux-arm-version-5.0.4XX]
[tar.gz][linux-arm-targz-5.0.4XX] - [Checksum][linux-arm-targz-checksum-5.0.4XX] | [![][linux-arm-badge-5.0.2XX]][linux-arm-version-5.0.2XX]
[tar.gz][linux-arm-targz-5.0.2XX] - [Checksum][linux-arm-targz-checksum-5.0.2XX] | [![][linux-arm-badge-3.1.4XX]][linux-arm-version-3.1.4XX]
[tar.gz][linux-arm-targz-3.1.4XX] - [Checksum][linux-arm-targz-checksum-3.1.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-6.0.1XX]][linux-arm64-version-6.0.1XX]
[tar.gz][linux-arm64-targz-6.0.1XX] - [Checksum][linux-arm64-targz-checksum-6.0.1XX] | [![][linux-arm64-badge-5.0.4XX]][linux-arm64-version-5.0.4XX]
[tar.gz][linux-arm64-targz-5.0.4XX] - [Checksum][linux-arm64-targz-checksum-5.0.4XX] | [![][linux-arm64-badge-5.0.2XX]][linux-arm64-version-5.0.2XX]
[tar.gz][linux-arm64-targz-5.0.2XX] - [Checksum][linux-arm64-targz-checksum-5.0.2XX] | [![][linux-arm64-badge-3.1.4XX]][linux-arm64-version-3.1.4XX]
[tar.gz][linux-arm64-targz-3.1.4XX] - [Checksum][linux-arm64-targz-checksum-3.1.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-6.0.1XX]][linux-musl-x64-version-6.0.1XX]
[tar.gz][linux-musl-x64-targz-6.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-6.0.1XX] | [![][linux-musl-x64-badge-5.0.4XX]][linux-musl-x64-version-5.0.4XX]
[tar.gz][linux-musl-x64-targz-5.0.4XX] - [Checksum][linux-musl-x64-targz-checksum-5.0.4XX] | [![][linux-musl-x64-badge-5.0.2XX]][linux-musl-x64-version-5.0.2XX]
[tar.gz][linux-musl-x64-targz-5.0.2XX] - [Checksum][linux-musl-x64-targz-checksum-5.0.2XX] | [![][linux-musl-x64-badge-3.1.4XX]][linux-musl-x64-version-3.1.4XX]
[tar.gz][linux-musl-x64-targz-3.1.4XX] - [Checksum][linux-musl-x64-targz-checksum-3.1.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-6.0.1XX]][linux-musl-arm-version-6.0.1XX]
[tar.gz][linux-musl-arm-targz-6.0.1XX] - [Checksum][linux-musl-arm-targz-checksum-6.0.1XX] | [![][linux-musl-arm-badge-5.0.4XX]][linux-musl-arm-version-5.0.4XX]
[tar.gz][linux-musl-arm-targz-5.0.4XX] - [Checksum][linux-musl-arm-targz-checksum-5.0.4XX] | [![][linux-musl-arm-badge-5.0.2XX]][linux-musl-arm-version-5.0.2XX]
[tar.gz][linux-musl-arm-targz-5.0.2XX] - [Checksum][linux-musl-arm-targz-checksum-5.0.2XX] | **N/A** | -| **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-6.0.1XX]][linux-musl-arm64-version-6.0.1XX]
[tar.gz][linux-musl-arm64-targz-6.0.1XX] - [Checksum][linux-musl-arm64-targz-checksum-6.0.1XX] | [![][linux-musl-arm64-badge-5.0.4XX]][linux-musl-arm64-version-5.0.4XX]
[tar.gz][linux-musl-arm64-targz-5.0.4XX] - [Checksum][linux-musl-arm64-targz-checksum-5.0.4XX] | [![][linux-musl-arm64-badge-5.0.2XX]][linux-musl-arm64-version-5.0.2XX]
[tar.gz][linux-musl-arm64-targz-5.0.2XX] - [Checksum][linux-musl-arm64-targz-checksum-5.0.2XX] | **N/A** | -| **RHEL 6** | **N/A** | **N/A** | **N/A** | **N/A** | [![][rhel-6-badge-3.1.4XX]][rhel-6-version-3.1.4XX]
[tar.gz][rhel-6-targz-3.1.4XX] - [Checksum][rhel-6-targz-checksum-3.1.4XX] | +| Platform | main
(7.0.x Runtime) | Release/6.0.2XX
(6.0.x Runtime) | Release/6.0.1XX
(6.0.x Runtime) | Release/5.0.4XX
(5.0 Runtime) | Release/5.0.2XX
(5.0 Runtime) | Release/3.1.4XX
(3.1.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-6.0.2XX]][win-x64-version-6.0.2XX]
[Installer][win-x64-installer-6.0.2XX] - [Checksum][win-x64-installer-checksum-6.0.2XX]
[zip][win-x64-zip-6.0.2XX] - [Checksum][win-x64-zip-checksum-6.0.2XX] | [![][win-x64-badge-6.0.1XX]][win-x64-version-6.0.1XX]
[Installer][win-x64-installer-6.0.1XX] - [Checksum][win-x64-installer-checksum-6.0.1XX]
[zip][win-x64-zip-6.0.1XX] - [Checksum][win-x64-zip-checksum-6.0.1XX] | [![][win-x64-badge-5.0.4XX]][win-x64-version-5.0.4XX]
[Installer][win-x64-installer-5.0.4XX] - [Checksum][win-x64-installer-checksum-5.0.4XX]
[zip][win-x64-zip-5.0.4XX] - [Checksum][win-x64-zip-checksum-5.0.4XX] | [![][win-x64-badge-5.0.2XX]][win-x64-version-5.0.2XX]
[Installer][win-x64-installer-5.0.2XX] - [Checksum][win-x64-installer-checksum-5.0.2XX]
[zip][win-x64-zip-5.0.2XX] - [Checksum][win-x64-zip-checksum-5.0.2XX] | [![][win-x64-badge-3.1.4XX]][win-x64-version-3.1.4XX]
[Installer][win-x64-installer-3.1.4XX] - [Checksum][win-x64-installer-checksum-3.1.4XX]
[zip][win-x64-zip-3.1.4XX] - [Checksum][win-x64-zip-checksum-3.1.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-6.0.2XX]][win-x86-version-6.0.2XX]
[Installer][win-x86-installer-6.0.2XX] - [Checksum][win-x86-installer-checksum-6.0.2XX]
[zip][win-x86-zip-6.0.2XX] - [Checksum][win-x86-zip-checksum-6.0.2XX] | [![][win-x86-badge-6.0.1XX]][win-x86-version-6.0.1XX]
[Installer][win-x86-installer-6.0.1XX] - [Checksum][win-x86-installer-checksum-6.0.1XX]
[zip][win-x86-zip-6.0.1XX] - [Checksum][win-x86-zip-checksum-6.0.1XX] | [![][win-x86-badge-5.0.4XX]][win-x86-version-5.0.4XX]
[Installer][win-x86-installer-5.0.4XX] - [Checksum][win-x86-installer-checksum-5.0.4XX]
[zip][win-x86-zip-5.0.4XX] - [Checksum][win-x86-zip-checksum-5.0.4XX] | [![][win-x86-badge-5.0.2XX]][win-x86-version-5.0.2XX]
[Installer][win-x86-installer-5.0.2XX] - [Checksum][win-x86-installer-checksum-5.0.2XX]
[zip][win-x86-zip-5.0.2XX] - [Checksum][win-x86-zip-checksum-5.0.2XX] | [![][win-x86-badge-3.1.4XX]][win-x86-version-3.1.4XX]
[Installer][win-x86-installer-3.1.4XX] - [Checksum][win-x86-installer-checksum-3.1.4XX]
[zip][win-x86-zip-3.1.4XX] - [Checksum][win-x86-zip-checksum-3.1.4XX] | +| **Windows arm** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [![][win-arm-badge-3.1.4XX]][win-arm-version-3.1.4XX]
[zip][win-arm-zip-3.1.4XX] - [Checksum][win-arm-zip-checksum-3.1.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-6.0.2XX]][win-arm64-version-6.0.2XX]
[Installer][win-arm64-installer-6.0.2XX] - [Checksum][win-arm64-installer-checksum-6.0.2XX]
[zip][win-arm64-zip-6.0.2XX] | [![][win-arm64-badge-6.0.1XX]][win-arm64-version-6.0.1XX]
[Installer][win-arm64-installer-6.0.1XX] - [Checksum][win-arm64-installer-checksum-6.0.1XX]
[zip][win-arm64-zip-6.0.1XX] | [![][win-arm64-badge-5.0.4XX]][win-arm64-version-5.0.4XX]
[Installer][win-arm64-installer-5.0.4XX] - [Checksum][win-arm64-installer-checksum-5.0.4XX]
[zip][win-arm64-zip-5.0.4XX] | [![][win-arm64-badge-5.0.2XX]][win-arm64-version-5.0.2XX]
[Installer][win-arm64-installer-5.0.2XX] - [Checksum][win-arm64-installer-checksum-5.0.2XX]
[zip][win-arm64-zip-5.0.2XX] | **N/A** | +| **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-6.0.2XX]][osx-x64-version-6.0.2XX]
[Installer][osx-x64-installer-6.0.2XX] - [Checksum][osx-x64-installer-checksum-6.0.2XX]
[tar.gz][osx-x64-targz-6.0.2XX] - [Checksum][osx-x64-targz-checksum-6.0.2XX] | [![][osx-x64-badge-6.0.1XX]][osx-x64-version-6.0.1XX]
[Installer][osx-x64-installer-6.0.1XX] - [Checksum][osx-x64-installer-checksum-6.0.1XX]
[tar.gz][osx-x64-targz-6.0.1XX] - [Checksum][osx-x64-targz-checksum-6.0.1XX] | [![][osx-x64-badge-5.0.4XX]][osx-x64-version-5.0.4XX]
[Installer][osx-x64-installer-5.0.4XX] - [Checksum][osx-x64-installer-checksum-5.0.4XX]
[tar.gz][osx-x64-targz-5.0.4XX] - [Checksum][osx-x64-targz-checksum-5.0.4XX] | [![][osx-x64-badge-5.0.2XX]][osx-x64-version-5.0.2XX]
[Installer][osx-x64-installer-5.0.2XX] - [Checksum][osx-x64-installer-checksum-5.0.2XX]
[tar.gz][osx-x64-targz-5.0.2XX] - [Checksum][osx-x64-targz-checksum-5.0.2XX] | [![][osx-x64-badge-3.1.4XX]][osx-x64-version-3.1.4XX]
[Installer][osx-x64-installer-3.1.4XX] - [Checksum][osx-x64-installer-checksum-3.1.4XX]
[tar.gz][osx-x64-targz-3.1.4XX] - [Checksum][osx-x64-targz-checksum-3.1.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-6.0.2XX]][osx-arm64-version-6.0.2XX]
[Installer][osx-arm64-installer-6.0.2XX] - [Checksum][osx-arm64-installer-checksum-6.0.2XX]
[tar.gz][osx-arm64-targz-6.0.2XX] - [Checksum][osx-arm64-targz-checksum-6.0.2XX] | [![][osx-arm64-badge-6.0.1XX]][osx-arm64-version-6.0.1XX]
[Installer][osx-arm64-installer-6.0.1XX] - [Checksum][osx-arm64-installer-checksum-6.0.1XX]
[tar.gz][osx-arm64-targz-6.0.1XX] - [Checksum][osx-arm64-targz-checksum-6.0.1XX] | **N/A** | **N/A** | **N/A** | +| **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-6.0.2XX]][linux-version-6.0.2XX]
[DEB Installer][linux-DEB-installer-6.0.2XX] - [Checksum][linux-DEB-installer-checksum-6.0.2XX]
[RPM Installer][linux-RPM-installer-6.0.2XX] - [Checksum][linux-RPM-installer-checksum-6.0.2XX]
_see installer note below_1
[tar.gz][linux-targz-6.0.2XX] - [Checksum][linux-targz-checksum-6.0.2XX] | [![][linux-badge-6.0.1XX]][linux-version-6.0.1XX]
[DEB Installer][linux-DEB-installer-6.0.1XX] - [Checksum][linux-DEB-installer-checksum-6.0.1XX]
[RPM Installer][linux-RPM-installer-6.0.1XX] - [Checksum][linux-RPM-installer-checksum-6.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-6.0.1XX] - [Checksum][linux-targz-checksum-6.0.1XX] | [![][linux-badge-5.0.4XX]][linux-version-5.0.4XX]
[DEB Installer][linux-DEB-installer-5.0.4XX] - [Checksum][linux-DEB-installer-checksum-5.0.4XX]
[RPM Installer][linux-RPM-installer-5.0.4XX] - [Checksum][linux-RPM-installer-checksum-5.0.4XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.4XX] - [Checksum][linux-targz-checksum-5.0.4XX] | [![][linux-badge-5.0.2XX]][linux-version-5.0.2XX]
[DEB Installer][linux-DEB-installer-5.0.2XX] - [Checksum][linux-DEB-installer-checksum-5.0.2XX]
[RPM Installer][linux-RPM-installer-5.0.2XX] - [Checksum][linux-RPM-installer-checksum-5.0.2XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.2XX] - [Checksum][linux-targz-checksum-5.0.2XX] | [![][linux-badge-3.1.4XX]][linux-version-3.1.4XX]
[DEB Installer][linux-DEB-installer-3.1.4XX] - [Checksum][linux-DEB-installer-checksum-3.1.4XX]
[RPM Installer][linux-RPM-installer-3.1.4XX] - [Checksum][linux-RPM-installer-checksum-3.1.4XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.4XX] - [Checksum][linux-targz-checksum-3.1.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-6.0.2XX]][linux-arm-version-6.0.2XX]
[tar.gz][linux-arm-targz-6.0.2XX] - [Checksum][linux-arm-targz-checksum-6.0.2XX] | [![][linux-arm-badge-6.0.1XX]][linux-arm-version-6.0.1XX]
[tar.gz][linux-arm-targz-6.0.1XX] - [Checksum][linux-arm-targz-checksum-6.0.1XX] | [![][linux-arm-badge-5.0.4XX]][linux-arm-version-5.0.4XX]
[tar.gz][linux-arm-targz-5.0.4XX] - [Checksum][linux-arm-targz-checksum-5.0.4XX] | [![][linux-arm-badge-5.0.2XX]][linux-arm-version-5.0.2XX]
[tar.gz][linux-arm-targz-5.0.2XX] - [Checksum][linux-arm-targz-checksum-5.0.2XX] | [![][linux-arm-badge-3.1.4XX]][linux-arm-version-3.1.4XX]
[tar.gz][linux-arm-targz-3.1.4XX] - [Checksum][linux-arm-targz-checksum-3.1.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-6.0.2XX]][linux-arm64-version-6.0.2XX]
[tar.gz][linux-arm64-targz-6.0.2XX] - [Checksum][linux-arm64-targz-checksum-6.0.2XX] | [![][linux-arm64-badge-6.0.1XX]][linux-arm64-version-6.0.1XX]
[tar.gz][linux-arm64-targz-6.0.1XX] - [Checksum][linux-arm64-targz-checksum-6.0.1XX] | [![][linux-arm64-badge-5.0.4XX]][linux-arm64-version-5.0.4XX]
[tar.gz][linux-arm64-targz-5.0.4XX] - [Checksum][linux-arm64-targz-checksum-5.0.4XX] | [![][linux-arm64-badge-5.0.2XX]][linux-arm64-version-5.0.2XX]
[tar.gz][linux-arm64-targz-5.0.2XX] - [Checksum][linux-arm64-targz-checksum-5.0.2XX] | [![][linux-arm64-badge-3.1.4XX]][linux-arm64-version-3.1.4XX]
[tar.gz][linux-arm64-targz-3.1.4XX] - [Checksum][linux-arm64-targz-checksum-3.1.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-6.0.2XX]][linux-musl-x64-version-6.0.2XX]
[tar.gz][linux-musl-x64-targz-6.0.2XX] - [Checksum][linux-musl-x64-targz-checksum-6.0.2XX] | [![][linux-musl-x64-badge-6.0.1XX]][linux-musl-x64-version-6.0.1XX]
[tar.gz][linux-musl-x64-targz-6.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-6.0.1XX] | [![][linux-musl-x64-badge-5.0.4XX]][linux-musl-x64-version-5.0.4XX]
[tar.gz][linux-musl-x64-targz-5.0.4XX] - [Checksum][linux-musl-x64-targz-checksum-5.0.4XX] | [![][linux-musl-x64-badge-5.0.2XX]][linux-musl-x64-version-5.0.2XX]
[tar.gz][linux-musl-x64-targz-5.0.2XX] - [Checksum][linux-musl-x64-targz-checksum-5.0.2XX] | [![][linux-musl-x64-badge-3.1.4XX]][linux-musl-x64-version-3.1.4XX]
[tar.gz][linux-musl-x64-targz-3.1.4XX] - [Checksum][linux-musl-x64-targz-checksum-3.1.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-6.0.2XX]][linux-musl-arm-version-6.0.2XX]
[tar.gz][linux-musl-arm-targz-6.0.2XX] - [Checksum][linux-musl-arm-targz-checksum-6.0.2XX] | [![][linux-musl-arm-badge-6.0.1XX]][linux-musl-arm-version-6.0.1XX]
[tar.gz][linux-musl-arm-targz-6.0.1XX] - [Checksum][linux-musl-arm-targz-checksum-6.0.1XX] | [![][linux-musl-arm-badge-5.0.4XX]][linux-musl-arm-version-5.0.4XX]
[tar.gz][linux-musl-arm-targz-5.0.4XX] - [Checksum][linux-musl-arm-targz-checksum-5.0.4XX] | [![][linux-musl-arm-badge-5.0.2XX]][linux-musl-arm-version-5.0.2XX]
[tar.gz][linux-musl-arm-targz-5.0.2XX] - [Checksum][linux-musl-arm-targz-checksum-5.0.2XX] | **N/A** | +| **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-6.0.2XX]][linux-musl-arm64-version-6.0.2XX]
[tar.gz][linux-musl-arm64-targz-6.0.2XX] - [Checksum][linux-musl-arm64-targz-checksum-6.0.2XX] | [![][linux-musl-arm64-badge-6.0.1XX]][linux-musl-arm64-version-6.0.1XX]
[tar.gz][linux-musl-arm64-targz-6.0.1XX] - [Checksum][linux-musl-arm64-targz-checksum-6.0.1XX] | [![][linux-musl-arm64-badge-5.0.4XX]][linux-musl-arm64-version-5.0.4XX]
[tar.gz][linux-musl-arm64-targz-5.0.4XX] - [Checksum][linux-musl-arm64-targz-checksum-5.0.4XX] | [![][linux-musl-arm64-badge-5.0.2XX]][linux-musl-arm64-version-5.0.2XX]
[tar.gz][linux-musl-arm64-targz-5.0.2XX] - [Checksum][linux-musl-arm64-targz-checksum-5.0.2XX] | **N/A** | +| **RHEL 6** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [![][rhel-6-badge-3.1.4XX]][rhel-6-version-3.1.4XX]
[tar.gz][rhel-6-targz-3.1.4XX] - [Checksum][rhel-6-targz-checksum-3.1.4XX] | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: @@ -157,6 +157,13 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/win_x64_Release_version_badge.svg +[win-x64-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-win-x64.txt +[win-x64-installer-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x64.zip.sha + [win-x64-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/win_x64_Release_version_badge.svg [win-x64-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-win-x64.txt [win-x64-installer-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-win-x64.exe @@ -192,6 +199,13 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/win_x86_Release_version_badge.svg +[win-x86-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-win-x86.txt +[win-x86-installer-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-x86.zip.sha + [win-x86-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/win_x86_Release_version_badge.svg [win-x86-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-win-x86.txt [win-x86-installer-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-win-x86.exe @@ -227,6 +241,13 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/osx_x64_Release_version_badge.svg +[osx-x64-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-osx-x64.txt +[osx-x64-installer-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-x64.pkg.tar.gz.sha + [osx-x64-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/osx_x64_Release_version_badge.svg [osx-x64-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-osx-x64.txt [osx-x64-installer-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-osx-x64.pkg @@ -262,6 +283,13 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/osx_arm64_Release_version_badge.svg +[osx-arm64-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-osx-arm64.txt +[osx-arm64-installer-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-osx-arm64.pkg.tar.gz.sha + [osx-arm64-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/osx_arm64_Release_version_badge.svg [osx-arm64-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-osx-arm64.txt [osx-arm64-installer-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-osx-arm64.pkg @@ -278,6 +306,15 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/linux_x64_Release_version_badge.svg +[linux-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-linux-x64.txt +[linux-DEB-installer-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-x64.rpm.sha +[linux-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-x64.tar.gz.sha + [linux-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/linux_x64_Release_version_badge.svg [linux-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-linux-x64.txt [linux-DEB-installer-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-x64.deb @@ -319,6 +356,11 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/linux_arm_Release_version_badge.svg +[linux-arm-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-linux-arm.txt +[linux-arm-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-arm.tar.gz.sha + [linux-arm-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/linux_arm_Release_version_badge.svg [linux-arm-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-linux-arm.txt [linux-arm-targz-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-linux-arm.tar.gz @@ -344,6 +386,11 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/linux_arm64_Release_version_badge.svg +[linux-arm64-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-linux-arm64.txt +[linux-arm64-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-arm64.tar.gz.sha + [linux-arm64-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/linux_arm64_Release_version_badge.svg [linux-arm64-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-linux-arm64.txt [linux-arm64-targz-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-linux-arm64.tar.gz @@ -369,6 +416,11 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-rhel.6-x64.txt +[rhel-6-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-rhel.6-x64.tar.gz.sha + [rhel-6-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/rhel.6_x64_Release_version_badge.svg [rhel-6-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-rhel.6-x64.txt [rhel-6-targz-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-rhel.6-x64.tar.gz @@ -394,6 +446,11 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-musl-x64.tar.gz.sha + [linux-musl-x64-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/linux_musl_x64_Release_version_badge.svg [linux-musl-x64-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-linux-musl-x64.txt [linux-musl-x64-targz-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-linux-musl-x64.tar.gz @@ -419,6 +476,11 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-musl-arm.tar.gz.sha + [linux-musl-arm-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/linux_musl_arm_Release_version_badge.svg [linux-musl-arm-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-linux-musl-arm.txt [linux-musl-arm-targz-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-linux-musl-arm.tar.gz @@ -439,6 +501,11 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz.sha + [linux-musl-arm64-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/linux_musl_arm64_Release_version_badge.svg [linux-musl-arm64-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-linux-musl-arm64.txt [linux-musl-arm64-targz-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-linux-musl-arm64.tar.gz @@ -459,6 +526,11 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/win_arm_Release_version_badge.svg +[win-arm-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-win-arm.txt +[win-arm-zip-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-arm.zip.sha + [win-arm-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/win_arm_Release_version_badge.svg [win-arm-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-win-arm.txt [win-arm-zip-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-win-arm.zip @@ -486,6 +558,13 @@ Reference notes: [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-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/win_arm64_Release_version_badge.svg +[win-arm64-version-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/productCommit-win-arm64.txt +[win-arm64-installer-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-6.0.2XX]: https://aka.ms/dotnet/6.0.2xx/daily/dotnet-sdk-win-arm64.zip.sha + [win-arm64-badge-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/win_arm64_Release_version_badge.svg [win-arm64-version-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/productCommit-win-arm64.txt [win-arm64-installer-6.0.1XX]: https://aka.ms/dotnet/6.0.1xx/daily/dotnet-sdk-win-arm64.exe @@ -509,7 +588,6 @@ Reference notes: [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.Tests/TableGenerator.Tests.fsproj b/tools/sdk-readme-table-generator/TableGenerator.Tests/TableGenerator.Tests.fsproj index f33878f9b..fc35c3646 100644 --- a/tools/sdk-readme-table-generator/TableGenerator.Tests/TableGenerator.Tests.fsproj +++ b/tools/sdk-readme-table-generator/TableGenerator.Tests/TableGenerator.Tests.fsproj @@ -1,6 +1,6 @@  - netcoreapp3.1 + netcoreapp6.0 diff --git a/tools/sdk-readme-table-generator/TableGenerator/Program.fs b/tools/sdk-readme-table-generator/TableGenerator/Program.fs index f7437c8aa..119652b63 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Program.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Program.fs @@ -9,6 +9,9 @@ let inputBranches = [ { GitBranchName = "main" DisplayName = "main
(7.0.x Runtime)" AkaMsChannel = Some("7.0.1xx/daily") } + { GitBranchName = "release/6.0.2xx" + DisplayName = "Release/6.0.2XX
(6.0.x Runtime)" + AkaMsChannel = Some("6.0.2xx/daily") } { GitBranchName = "release/6.0.1xx" DisplayName = "Release/6.0.1XX
(6.0.x Runtime)" AkaMsChannel = Some("6.0.1xx/daily") } diff --git a/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj b/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj index 875b6cfcb..d64c91c15 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj +++ b/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + netcoreapp6.0 From ed2afa14697d07a85e75fc2a7f0f0553b48266d7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 22:57:27 +0000 Subject: [PATCH 24/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.7 (#12656) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6749f98c..5477b5077 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,30 +52,30 @@ https://github.com/dotnet/runtime 5fa6dd364982be4ffd83358adbf130d88049c72a - + https://github.com/dotnet/aspnetcore - bc118a35bd662a48881975cfc293ee4c4bada01c + 337b53cd379cf591f218fc8c085a6ae583c12018 - + https://github.com/dotnet/aspnetcore - bc118a35bd662a48881975cfc293ee4c4bada01c + 337b53cd379cf591f218fc8c085a6ae583c12018 - + https://github.com/dotnet/aspnetcore - bc118a35bd662a48881975cfc293ee4c4bada01c + 337b53cd379cf591f218fc8c085a6ae583c12018 - + https://github.com/dotnet/aspnetcore - bc118a35bd662a48881975cfc293ee4c4bada01c + 337b53cd379cf591f218fc8c085a6ae583c12018 - + https://github.com/dotnet/aspnetcore - bc118a35bd662a48881975cfc293ee4c4bada01c + 337b53cd379cf591f218fc8c085a6ae583c12018 - + https://github.com/dotnet/aspnetcore - bc118a35bd662a48881975cfc293ee4c4bada01c + 337b53cd379cf591f218fc8c085a6ae583c12018 https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - db6dfb2d5b88cda7e7bcee95cc17f7774ea84a45 + 1762a9402707da835fa5813ca8d0b09490b5e4f3 - + https://github.com/dotnet/sdk - db6dfb2d5b88cda7e7bcee95cc17f7774ea84a45 + 1762a9402707da835fa5813ca8d0b09490b5e4f3 diff --git a/eng/Versions.props b/eng/Versions.props index 29f5a13eb..ccc3c58a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,20 +45,20 @@
- 7.0.0-alpha.1.21561.9 - 7.0.0-alpha.1.21561.9 - 7.0.0-alpha.1.21561.9 - 7.0.0-alpha.1.21561.9 - 7.0.0-alpha.1.21561.9 - 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 0.2.0 - 7.0.100-alpha.1.21562.5 - 7.0.100-alpha.1.21562.5 + 7.0.100-alpha.1.21562.7 + 7.0.100-alpha.1.21562.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fe037abe8b2f3f2b6b5d84879b8d37fbc31543ca Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 23:50:59 +0000 Subject: [PATCH 25/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.9 (#12659) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 17.1.0-preview-20211109-03 to 17.1.0-preview-20211112-03 (parent: Microsoft.NET.Sdk) --- 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 5477b5077..7b228108f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,14 +99,14 @@ 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b - + https://github.com/dotnet/sdk - 1762a9402707da835fa5813ca8d0b09490b5e4f3 + 8c81f32aafb7b46678444f5354bc73dcde75a664 - + https://github.com/dotnet/sdk - 1762a9402707da835fa5813ca8d0b09490b5e4f3 + 8c81f32aafb7b46678444f5354bc73dcde75a664 @@ -126,9 +126,9 @@ 6d626ff0752a77d339f609b4d361787dc9ca93a5 - + https://github.com/microsoft/vstest - 1dc3ba2e137b3cdaada4edfb41210b2b0237c428 + c80070733b5dfd08459274189082806358b16daa diff --git a/eng/Versions.props b/eng/Versions.props index ccc3c58a5..cc5df9fb0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21562.7 - 7.0.100-alpha.1.21562.7 + 7.0.100-alpha.1.21562.9 + 7.0.100-alpha.1.21562.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -153,7 +153,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.1.0-preview-20211109-03 + 17.1.0-preview-20211112-03 From 7edbe5c29f5f948b2ba3bbd1e65a0c0c42b8162f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 02:50:28 +0000 Subject: [PATCH 26/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.10 (#12660) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 7.0.100-alpha.1.21554.1 to 7.0.100-alpha.1.21561.3 (parent: Microsoft.NET.Sdk) - Microsoft.TemplateEngine.Cli: from 7.0.100-alpha.1.21554.1 to 7.0.100-alpha.1.21561.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 7b228108f..ff8a48717 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -90,23 +90,23 @@ 60b6eefb3eb13f1e90e656fb28f96d838e06c5cb - + https://github.com/dotnet/templating - 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b + 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/templating - 7669cc78ac5d15ad0ee5b68e65d7d6f753fe918b + 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - 8c81f32aafb7b46678444f5354bc73dcde75a664 + 5899560935260ff35a9ca601c91c75afbaed1f1d - + https://github.com/dotnet/sdk - 8c81f32aafb7b46678444f5354bc73dcde75a664 + 5899560935260ff35a9ca601c91c75afbaed1f1d diff --git a/eng/Versions.props b/eng/Versions.props index cc5df9fb0..40a22ddd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 7.0.100-alpha.1.21554.1 + 7.0.100-alpha.1.21561.3 @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21562.9 - 7.0.100-alpha.1.21562.9 + 7.0.100-alpha.1.21562.10 + 7.0.100-alpha.1.21562.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2e8992661fac84259f52ae6a4007ffc252837e32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 05:14:44 +0000 Subject: [PATCH 27/34] Update dependencies from https://github.com/dotnet/sdk build 20211112.12 (#12661) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21562.1 to 7.0.0-alpha.1.21562.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21562.1 to 7.0.0-alpha.1.21562.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21562.1 to 7.0.0-alpha.1.21562.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21562.1 to 7.0.0-alpha.1.21562.6 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21562.1 to 7.0.0-alpha.1.21562.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21562.1 to 7.0.0-alpha.1.21562.6 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff8a48717..28cfa2683 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,30 +52,30 @@ https://github.com/dotnet/runtime 5fa6dd364982be4ffd83358adbf130d88049c72a - + https://github.com/dotnet/aspnetcore - 337b53cd379cf591f218fc8c085a6ae583c12018 + 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 - + https://github.com/dotnet/aspnetcore - 337b53cd379cf591f218fc8c085a6ae583c12018 + 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 - + https://github.com/dotnet/aspnetcore - 337b53cd379cf591f218fc8c085a6ae583c12018 + 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 - + https://github.com/dotnet/aspnetcore - 337b53cd379cf591f218fc8c085a6ae583c12018 + 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 - + https://github.com/dotnet/aspnetcore - 337b53cd379cf591f218fc8c085a6ae583c12018 + 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 - + https://github.com/dotnet/aspnetcore - 337b53cd379cf591f218fc8c085a6ae583c12018 + 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - 5899560935260ff35a9ca601c91c75afbaed1f1d + c76009e7cbb1f8e5645af954de88dfe207bd2851 - + https://github.com/dotnet/sdk - 5899560935260ff35a9ca601c91c75afbaed1f1d + c76009e7cbb1f8e5645af954de88dfe207bd2851 diff --git a/eng/Versions.props b/eng/Versions.props index 40a22ddd9..4eebad1c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,20 +45,20 @@ - 7.0.0-alpha.1.21562.1 - 7.0.0-alpha.1.21562.1 - 7.0.0-alpha.1.21562.1 - 7.0.0-alpha.1.21562.1 - 7.0.0-alpha.1.21562.1 - 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.6 + 7.0.0-alpha.1.21562.6 + 7.0.0-alpha.1.21562.6 + 7.0.0-alpha.1.21562.6 + 7.0.0-alpha.1.21562.6 + 7.0.0-alpha.1.21562.6 0.2.0 - 7.0.100-alpha.1.21562.10 - 7.0.100-alpha.1.21562.10 + 7.0.100-alpha.1.21562.12 + 7.0.100-alpha.1.21562.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e336960b3f574addc28bd5d3fe44c85550978a0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 16:56:39 +0000 Subject: [PATCH 28/34] [main] Update dependencies from dotnet/sdk (#12662) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 7.0.0-alpha.1.21561.18 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.TargetingPack.x64.7.0: from 7.0.0-alpha.1.21561.18 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.18 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 7.0.0-alpha.1.21561.18 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 7.0.0-alpha.1.21561.18 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 7.0.0-alpha.1.21561.18 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21562.6 to 7.0.0-alpha.1.21562.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21562.6 to 7.0.0-alpha.1.21562.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21562.6 to 7.0.0-alpha.1.21562.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21562.6 to 7.0.0-alpha.1.21562.7 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21562.6 to 7.0.0-alpha.1.21562.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21562.6 to 7.0.0-alpha.1.21562.7 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.1.0-preview-21559-03 to 17.1.0-preview-21562-01 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21561.18 to 7.0.0-alpha.1.21562.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 64 ++++++++++++++++++++--------------------- eng/Versions.props | 30 +++++++++---------- 2 files changed, 47 insertions(+), 47 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28cfa2683..6fccd0132 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,30 +17,30 @@ https://github.com/dotnet/windowsdesktop 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d - + https://github.com/dotnet/runtime - 5fa6dd364982be4ffd83358adbf130d88049c72a + 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/runtime - 5fa6dd364982be4ffd83358adbf130d88049c72a + 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/runtime - 5fa6dd364982be4ffd83358adbf130d88049c72a + 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/runtime - 5fa6dd364982be4ffd83358adbf130d88049c72a + 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/runtime - 5fa6dd364982be4ffd83358adbf130d88049c72a + 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/runtime - 5fa6dd364982be4ffd83358adbf130d88049c72a + 35704e44e5d1b158f21512b1c1081a0e025bde3f @@ -48,34 +48,34 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5fa6dd364982be4ffd83358adbf130d88049c72a + 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/aspnetcore - 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 + f481e27289f2cff0e66c986a1f2964f35a512803 - + https://github.com/dotnet/aspnetcore - 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 + f481e27289f2cff0e66c986a1f2964f35a512803 - + https://github.com/dotnet/aspnetcore - 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 + f481e27289f2cff0e66c986a1f2964f35a512803 - + https://github.com/dotnet/aspnetcore - 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 + f481e27289f2cff0e66c986a1f2964f35a512803 - + https://github.com/dotnet/aspnetcore - 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 + f481e27289f2cff0e66c986a1f2964f35a512803 - + https://github.com/dotnet/aspnetcore - 13569cfcf8594029f7b25b3d7a0936ee5063c4f5 + f481e27289f2cff0e66c986a1f2964f35a512803 https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - c76009e7cbb1f8e5645af954de88dfe207bd2851 + 8765fa05c1b4da5a1dd756994f7a07ad17e7e79c - + https://github.com/dotnet/sdk - c76009e7cbb1f8e5645af954de88dfe207bd2851 + 8765fa05c1b4da5a1dd756994f7a07ad17e7e79c @@ -142,9 +142,9 @@ add472bbed002fcea9232e89793d0762cc71c5cf - + https://github.com/dotnet/msbuild - 2b604c3a38772f7d70b369e0ad0da32257ed1b35 + 75fad117eefa07b5444901a45b62c29c7c7892f6 diff --git a/eng/Versions.props b/eng/Versions.props index 4eebad1c8..b3639273c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,36 +45,36 @@ - 7.0.0-alpha.1.21562.6 - 7.0.0-alpha.1.21562.6 - 7.0.0-alpha.1.21562.6 - 7.0.0-alpha.1.21562.6 - 7.0.0-alpha.1.21562.6 - 7.0.0-alpha.1.21562.6 + 7.0.0-alpha.1.21562.7 + 7.0.0-alpha.1.21562.7 + 7.0.0-alpha.1.21562.7 + 7.0.0-alpha.1.21562.7 + 7.0.0-alpha.1.21562.7 + 7.0.0-alpha.1.21562.7 0.2.0 - 7.0.100-alpha.1.21562.12 - 7.0.100-alpha.1.21562.12 + 7.0.100-alpha.1.21563.3 + 7.0.100-alpha.1.21563.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 7.0.0-alpha.1.21561.18 + 7.0.0-alpha.1.21562.1 - 7.0.0-alpha.1.21561.18 - 7.0.0-alpha.1.21561.18 - 7.0.0-alpha.1.21561.18 - 7.0.0-alpha.1.21561.18 - 7.0.0-alpha.1.21561.18 - 7.0.0-alpha.1.21561.18 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 + 7.0.0-alpha.1.21562.1 2.1.0 From f8128a5d5d6bf56375adb92eb3e9bd392c3d3dad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 20:49:58 +0000 Subject: [PATCH 29/34] Update dependencies from https://github.com/dotnet/sdk build 20211113.4 (#12663) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21562.7 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21562.7 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21562.7 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21562.7 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21562.7 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21562.7 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fccd0132..4c2d25106 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,30 +52,30 @@ https://github.com/dotnet/runtime 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/aspnetcore - f481e27289f2cff0e66c986a1f2964f35a512803 + dc06c2d0392f1130ad6addd630e3bc277f2696c5 - + https://github.com/dotnet/aspnetcore - f481e27289f2cff0e66c986a1f2964f35a512803 + dc06c2d0392f1130ad6addd630e3bc277f2696c5 - + https://github.com/dotnet/aspnetcore - f481e27289f2cff0e66c986a1f2964f35a512803 + dc06c2d0392f1130ad6addd630e3bc277f2696c5 - + https://github.com/dotnet/aspnetcore - f481e27289f2cff0e66c986a1f2964f35a512803 + dc06c2d0392f1130ad6addd630e3bc277f2696c5 - + https://github.com/dotnet/aspnetcore - f481e27289f2cff0e66c986a1f2964f35a512803 + dc06c2d0392f1130ad6addd630e3bc277f2696c5 - + https://github.com/dotnet/aspnetcore - f481e27289f2cff0e66c986a1f2964f35a512803 + dc06c2d0392f1130ad6addd630e3bc277f2696c5 https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - 8765fa05c1b4da5a1dd756994f7a07ad17e7e79c + 4187de5cc35db288897f31a68b93b8aaa2487cd3 - + https://github.com/dotnet/sdk - 8765fa05c1b4da5a1dd756994f7a07ad17e7e79c + 4187de5cc35db288897f31a68b93b8aaa2487cd3 diff --git a/eng/Versions.props b/eng/Versions.props index b3639273c..732b85e3a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,20 +45,20 @@ - 7.0.0-alpha.1.21562.7 - 7.0.0-alpha.1.21562.7 - 7.0.0-alpha.1.21562.7 - 7.0.0-alpha.1.21562.7 - 7.0.0-alpha.1.21562.7 - 7.0.0-alpha.1.21562.7 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 0.2.0 - 7.0.100-alpha.1.21563.3 - 7.0.100-alpha.1.21563.3 + 7.0.100-alpha.1.21563.4 + 7.0.100-alpha.1.21563.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c8c53fc9908060baf015bc059b170ee73252bf4b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 14 Nov 2021 16:36:49 +0000 Subject: [PATCH 30/34] Update dependencies from https://github.com/dotnet/sdk build 20211114.1 (#12664) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 7.0.0-alpha.1.21561.11 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21561.11 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0: from 7.0.0-alpha.1.21561.11 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.11 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 7.0.0-alpha.1.21561.11 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 7.0.0-alpha.1.21561.9 to 7.0.0-alpha.1.21563.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c2d25106..9d1a1cb42 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,21 +1,21 @@ - + https://github.com/dotnet/windowsdesktop - 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d + 937e482e1525c690c76d5070195a50232dfbb0bb - + https://github.com/dotnet/windowsdesktop - 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d + 937e482e1525c690c76d5070195a50232dfbb0bb - + https://github.com/dotnet/windowsdesktop - 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d + 937e482e1525c690c76d5070195a50232dfbb0bb - + https://github.com/dotnet/windowsdesktop - 0ba1c9c58bfdaa964bd88d729a2ccab3da55380d + 937e482e1525c690c76d5070195a50232dfbb0bb https://github.com/dotnet/runtime @@ -99,23 +99,23 @@ 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - 4187de5cc35db288897f31a68b93b8aaa2487cd3 + 9cbf6d46f40f215ca9f7ce0f3d1640bcb11b5a2f - + https://github.com/dotnet/sdk - 4187de5cc35db288897f31a68b93b8aaa2487cd3 + 9cbf6d46f40f215ca9f7ce0f3d1640bcb11b5a2f - + https://github.com/dotnet/winforms - 7ce653ce1d831ba80dd02882745b6b3b28053f6c + f023688c2f08967c2e1139c85c0e2d38d245c367 - + https://github.com/dotnet/wpf - 6031b232f379ac75b8d7d315048b9d47afa87e15 + f9146b1c25d8608d991732836c6ca49e4e071ec0 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 732b85e3a..fbbbb46f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21563.1 - 7.0.0-alpha.1.21561.9 + 7.0.0-alpha.1.21563.1 @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21563.4 - 7.0.100-alpha.1.21563.4 + 7.0.100-alpha.1.21564.1 + 7.0.100-alpha.1.21564.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,10 +79,10 @@ - 7.0.0-alpha.1.21561.11 - 7.0.0-alpha.1.21561.11 - 7.0.0-alpha.1.21561.11 - 7.0.0-alpha.1.21561.11 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21563.1 From 433829c87ef208130ad3191454e3c917418c431a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 12:52:08 +0000 Subject: [PATCH 31/34] Update dependencies from https://github.com/dotnet/sdk build 20211115.1 (#12665) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.21561.1 to 7.0.100-1.21562.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d1a1cb42..c3434ae05 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,14 +99,14 @@ 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - 9cbf6d46f40f215ca9f7ce0f3d1640bcb11b5a2f + 5425d95425843ea7729cf83b62cb5c15b5fdf29f - + https://github.com/dotnet/sdk - 9cbf6d46f40f215ca9f7ce0f3d1640bcb11b5a2f + 5425d95425843ea7729cf83b62cb5c15b5fdf29f @@ -131,9 +131,9 @@ c80070733b5dfd08459274189082806358b16daa - + https://github.com/dotnet/linker - 1d47968b26535eae0ab4b0463efdcd6f13178193 + f2dd65f51f6096f25e00e0d1e4c6af0e85d41865 linker diff --git a/eng/Versions.props b/eng/Versions.props index fbbbb46f3..eefe8cab6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21564.1 - 7.0.100-alpha.1.21564.1 + 7.0.100-alpha.1.21565.1 + 7.0.100-alpha.1.21565.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4159ef07b9242b333c2bae385e0941ec5267fd23 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 13:51:10 +0000 Subject: [PATCH 32/34] Update dependencies from https://github.com/dotnet/sdk build 20211115.2 (#12666) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 7.0.0-alpha.1.21563.1 to 7.0.0-alpha.1.21564.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 7.0.0-alpha.1.21563.1 to 7.0.0-alpha.1.21564.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 7.0.0-alpha.1.21563.1 to 7.0.0-alpha.1.21564.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0: from 7.0.0-alpha.1.21563.1 to 7.0.0-alpha.1.21564.1 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 7.0.0-alpha.1.21563.1 to 7.0.0-alpha.1.21564.1 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 7.0.0-alpha.1.21563.1 to 7.0.0-alpha.1.21564.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c3434ae05..97e30bca8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -52,30 +52,30 @@ https://github.com/dotnet/runtime 35704e44e5d1b158f21512b1c1081a0e025bde3f - + https://github.com/dotnet/aspnetcore - dc06c2d0392f1130ad6addd630e3bc277f2696c5 + f186d9c9814825d70245db608dbf335a04727f4b - + https://github.com/dotnet/aspnetcore - dc06c2d0392f1130ad6addd630e3bc277f2696c5 + f186d9c9814825d70245db608dbf335a04727f4b - + https://github.com/dotnet/aspnetcore - dc06c2d0392f1130ad6addd630e3bc277f2696c5 + f186d9c9814825d70245db608dbf335a04727f4b - + https://github.com/dotnet/aspnetcore - dc06c2d0392f1130ad6addd630e3bc277f2696c5 + f186d9c9814825d70245db608dbf335a04727f4b - + https://github.com/dotnet/aspnetcore - dc06c2d0392f1130ad6addd630e3bc277f2696c5 + f186d9c9814825d70245db608dbf335a04727f4b - + https://github.com/dotnet/aspnetcore - dc06c2d0392f1130ad6addd630e3bc277f2696c5 + f186d9c9814825d70245db608dbf335a04727f4b https://github.com/dotnet/test-templates @@ -99,14 +99,14 @@ 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - 5425d95425843ea7729cf83b62cb5c15b5fdf29f + d485e4593404ec6e5d79e44c484bcbef3e5d65ea - + https://github.com/dotnet/sdk - 5425d95425843ea7729cf83b62cb5c15b5fdf29f + d485e4593404ec6e5d79e44c484bcbef3e5d65ea diff --git a/eng/Versions.props b/eng/Versions.props index eefe8cab6..5054dcced 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,20 +45,20 @@ - 7.0.0-alpha.1.21563.1 - 7.0.0-alpha.1.21563.1 - 7.0.0-alpha.1.21563.1 - 7.0.0-alpha.1.21563.1 - 7.0.0-alpha.1.21563.1 - 7.0.0-alpha.1.21563.1 + 7.0.0-alpha.1.21564.1 + 7.0.0-alpha.1.21564.1 + 7.0.0-alpha.1.21564.1 + 7.0.0-alpha.1.21564.1 + 7.0.0-alpha.1.21564.1 + 7.0.0-alpha.1.21564.1 0.2.0 - 7.0.100-alpha.1.21565.1 - 7.0.100-alpha.1.21565.1 + 7.0.100-alpha.1.21565.2 + 7.0.100-alpha.1.21565.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4b20d034900f2dbf39e8691981e0ad57dbda36fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:43:18 +0000 Subject: [PATCH 33/34] Update dependencies from https://github.com/dotnet/test-templates build 20211115.1 (#12667) [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 97e30bca8..66d4da5eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/aspnetcore f186d9c9814825d70245db608dbf335a04727f4b - + https://github.com/dotnet/test-templates - 60b6eefb3eb13f1e90e656fb28f96d838e06c5cb + 9844984f8118380856a6f8e247cdb7f496408cd2 - + https://github.com/dotnet/test-templates - 60b6eefb3eb13f1e90e656fb28f96d838e06c5cb + 9844984f8118380856a6f8e247cdb7f496408cd2 - + https://github.com/dotnet/test-templates - 60b6eefb3eb13f1e90e656fb28f96d838e06c5cb + 9844984f8118380856a6f8e247cdb7f496408cd2 diff --git a/eng/Versions.props b/eng/Versions.props index 5054dcced..d8ebccb99 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,8 +36,8 @@ - 1.0.2-beta4.21552.1 - 1.0.2-beta4.21552.1 + 1.0.2-beta4.21565.1 + 1.0.2-beta4.21565.1 @@ -146,7 +146,7 @@ 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4.21552.1 + 1.0.2-beta4.21565.1 2.1.30 From 8dc2c9d1dc0f79736803accca5dfd6185b88b3f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 18:38:18 +0000 Subject: [PATCH 34/34] Update dependencies from https://github.com/dotnet/sdk build 20211115.4 (#12669) [main] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 7.0.100-1.21562.1 to 7.0.100-1.21565.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 66d4da5eb..ee48f7719 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -99,14 +99,14 @@ 659138bcba10e2fab5a1ec37d06974d8c6fd7520 - + https://github.com/dotnet/sdk - d485e4593404ec6e5d79e44c484bcbef3e5d65ea + 12b959c9144cd95947b6e1a1ff19f94ea9f475b9 - + https://github.com/dotnet/sdk - d485e4593404ec6e5d79e44c484bcbef3e5d65ea + 12b959c9144cd95947b6e1a1ff19f94ea9f475b9 @@ -131,9 +131,9 @@ c80070733b5dfd08459274189082806358b16daa - + https://github.com/dotnet/linker - f2dd65f51f6096f25e00e0d1e4c6af0e85d41865 + 1bd0af283d629863b04ba6eb6eb93bc0b662708e linker diff --git a/eng/Versions.props b/eng/Versions.props index d8ebccb99..398c4e533 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 7.0.100-alpha.1.21565.2 - 7.0.100-alpha.1.21565.2 + 7.0.100-alpha.1.21565.4 + 7.0.100-alpha.1.21565.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion)