From b643a08bb4412f1e510c58d429230f1754c2fbc1 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 20 Aug 2020 14:19:34 -0700 Subject: [PATCH 001/375] Update branding to .NET 6 --- .vsts-ci.yml | 2 +- eng/Versions.props | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7cbab6ffd..69f7c6d6d 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -286,7 +286,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev5_Publish + - NetCore_Dev6_Publish jobs: - job: Copy_SDK_To_Latest pool: diff --git a/eng/Versions.props b/eng/Versions.props index 4f505393e..e17358a6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -5,12 +5,12 @@ true - 5 + 6 0 1 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) - rc + alpha 1 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 41c23ac5cac5ea59bbd2b4165600e73cb0d15fe8 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 20 Aug 2020 14:28:42 -0700 Subject: [PATCH 002/375] Update readme --- README.md | 251 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 131 insertions(+), 120 deletions(-) diff --git a/README.md b/README.md index a6cb8a073..9da360ba7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ want to install the latest released versions, check out the [preceding section]( With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. > Example: +**For .NET 6 builds** + +``` + + + + + +``` +**Note:** that you may need to add the dotnet5 feed for a short period of time while .NET transitions to .NET 6 + **For .NET 5 builds** ``` @@ -51,18 +62,18 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(5.0.x Runtime) | 5.0.100 Preview 7
(5.0 Runtime) | 5.0.100 Preview 6
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.3XX
(3.1.x Runtime) | Release/3.1.2XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | +| Platform | Master
(6.0.x Runtime) | 5.0.100 RC 1
(5.0 Runtime) | 5.0.100 Preview 7
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.3XX
(3.1.x Runtime) | Release/3.1.2XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview7]][win-x64-version-5.0.1XX-preview7]
[Installer][win-x64-installer-5.0.1XX-preview7] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview7]
[zip][win-x64-zip-5.0.1XX-preview7] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview7] | [![][win-x64-badge-5.0.1XX-preview6]][win-x64-version-5.0.1XX-preview6]
[Installer][win-x64-installer-5.0.1XX-preview6] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview6]
[zip][win-x64-zip-5.0.1XX-preview6] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview6] | [![][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] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
[Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
[zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
[Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
[zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
[Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
[zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview7]][win-x86-version-5.0.1XX-preview7]
[Installer][win-x86-installer-5.0.1XX-preview7] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview7]
[zip][win-x86-zip-5.0.1XX-preview7] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview7] | [![][win-x86-badge-5.0.1XX-preview6]][win-x86-version-5.0.1XX-preview6]
[Installer][win-x86-installer-5.0.1XX-preview6] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview6]
[zip][win-x86-zip-5.0.1XX-preview6] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview6] | [![][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] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
[Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
[zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
[Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
[zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
[Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
[zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview7]][osx-version-5.0.1XX-preview7]
[Installer][osx-installer-5.0.1XX-preview7] - [Checksum][osx-installer-checksum-5.0.1XX-preview7]
[tar.gz][osx-targz-5.0.1XX-preview7] - [Checksum][osx-targz-checksum-5.0.1XX-preview7] | [![][osx-badge-5.0.1XX-preview6]][osx-version-5.0.1XX-preview6]
[Installer][osx-installer-5.0.1XX-preview6] - [Checksum][osx-installer-checksum-5.0.1XX-preview6]
[tar.gz][osx-targz-5.0.1XX-preview6] - [Checksum][osx-targz-checksum-5.0.1XX-preview6] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
[Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
[tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
[Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
[tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
[Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
[tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview7]][linux-version-5.0.1XX-preview7]
[DEB Installer][linux-DEB-installer-5.0.1XX-preview7] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview7]
[RPM Installer][linux-RPM-installer-5.0.1XX-preview7] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview7]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-preview7] - [Checksum][linux-targz-checksum-5.0.1XX-preview7] | [![][linux-badge-5.0.1XX-preview6]][linux-version-5.0.1XX-preview6]
[DEB Installer][linux-DEB-installer-5.0.1XX-preview6] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview6]
[RPM Installer][linux-RPM-installer-5.0.1XX-preview6] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview6]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-preview6] - [Checksum][linux-targz-checksum-5.0.1XX-preview6] | [![][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-badge-3.1.3XX]][linux-version-3.1.3XX]
[DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
[RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
[DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
[RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
[DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
[RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview7]][linux-arm-version-5.0.1XX-preview7]
[tar.gz][linux-arm-targz-5.0.1XX-preview7] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview7] | [![][linux-arm-badge-5.0.1XX-preview6]][linux-arm-version-5.0.1XX-preview6]
[tar.gz][linux-arm-targz-5.0.1XX-preview6] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview6] | [![][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-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
[tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
[tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
[tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview7]][linux-arm64-version-5.0.1XX-preview7]
[tar.gz][linux-arm64-targz-5.0.1XX-preview7] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview7] | [![][linux-arm64-badge-5.0.1XX-preview6]][linux-arm64-version-5.0.1XX-preview6]
[tar.gz][linux-arm64-targz-5.0.1XX-preview6] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview6] | [![][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-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
[tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
[tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
[tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rc1]][win-x64-version-5.0.1XX-rc1]
[Installer][win-x64-installer-5.0.1XX-rc1] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc1]
[zip][win-x64-zip-5.0.1XX-rc1] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc1] | [![][win-x64-badge-5.0.1XX-preview7]][win-x64-version-5.0.1XX-preview7]
[Installer][win-x64-installer-5.0.1XX-preview7] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview7]
[zip][win-x64-zip-5.0.1XX-preview7] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview7] | [![][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] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
[Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
[zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
[Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
[zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
[Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
[zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rc1]][win-x86-version-5.0.1XX-rc1]
[Installer][win-x86-installer-5.0.1XX-rc1] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc1]
[zip][win-x86-zip-5.0.1XX-rc1] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc1] | [![][win-x86-badge-5.0.1XX-preview7]][win-x86-version-5.0.1XX-preview7]
[Installer][win-x86-installer-5.0.1XX-preview7] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview7]
[zip][win-x86-zip-5.0.1XX-preview7] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview7] | [![][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] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
[Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
[zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
[Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
[zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
[Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
[zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rc1]][osx-version-5.0.1XX-rc1]
[Installer][osx-installer-5.0.1XX-rc1] - [Checksum][osx-installer-checksum-5.0.1XX-rc1]
[tar.gz][osx-targz-5.0.1XX-rc1] - [Checksum][osx-targz-checksum-5.0.1XX-rc1] | [![][osx-badge-5.0.1XX-preview7]][osx-version-5.0.1XX-preview7]
[Installer][osx-installer-5.0.1XX-preview7] - [Checksum][osx-installer-checksum-5.0.1XX-preview7]
[tar.gz][osx-targz-5.0.1XX-preview7] - [Checksum][osx-targz-checksum-5.0.1XX-preview7] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
[Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
[tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
[Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
[tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
[Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
[tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rc1]][linux-version-5.0.1XX-rc1]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc1]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc1]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc1] - [Checksum][linux-targz-checksum-5.0.1XX-rc1] | [![][linux-badge-5.0.1XX-preview7]][linux-version-5.0.1XX-preview7]
[DEB Installer][linux-DEB-installer-5.0.1XX-preview7] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview7]
[RPM Installer][linux-RPM-installer-5.0.1XX-preview7] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview7]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-preview7] - [Checksum][linux-targz-checksum-5.0.1XX-preview7] | [![][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-badge-3.1.3XX]][linux-version-3.1.3XX]
[DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
[RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
[DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
[RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
[DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
[RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rc1]][linux-arm-version-5.0.1XX-rc1]
[tar.gz][linux-arm-targz-5.0.1XX-rc1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc1] | [![][linux-arm-badge-5.0.1XX-preview7]][linux-arm-version-5.0.1XX-preview7]
[tar.gz][linux-arm-targz-5.0.1XX-preview7] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview7] | [![][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-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
[tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
[tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
[tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rc1]][linux-arm64-version-5.0.1XX-rc1]
[tar.gz][linux-arm64-targz-5.0.1XX-rc1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc1] | [![][linux-arm64-badge-5.0.1XX-preview7]][linux-arm64-version-5.0.1XX-preview7]
[tar.gz][linux-arm64-targz-5.0.1XX-preview7] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview7] | [![][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-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
[tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
[tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
[tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
[tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
[tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
[tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview7]][linux-musl-version-5.0.1XX-preview7]
[tar.gz][linux-musl-targz-5.0.1XX-preview7] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview7] | [![][linux-musl-badge-5.0.1XX-preview6]][linux-musl-version-5.0.1XX-preview6]
[tar.gz][linux-musl-targz-5.0.1XX-preview6] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview6] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
[tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
[tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
[tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-preview7]][win-arm-version-5.0.1XX-preview7]
[zip][win-arm-zip-5.0.1XX-preview7] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview7] | [![][win-arm-badge-5.0.1XX-preview6]][win-arm-version-5.0.1XX-preview6]
[zip][win-arm-zip-5.0.1XX-preview6] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview6] | [![][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] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
[zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
[zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
[zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-preview7]][win-arm64-version-5.0.1XX-preview7]
[zip][win-arm64-zip-5.0.1XX-preview7] | [![][win-arm64-badge-5.0.1XX-preview6]][win-arm64-version-5.0.1XX-preview6]
[zip][win-arm64-zip-5.0.1XX-preview6] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc1]][linux-musl-version-5.0.1XX-rc1]
[tar.gz][linux-musl-targz-5.0.1XX-rc1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc1] | [![][linux-musl-badge-5.0.1XX-preview7]][linux-musl-version-5.0.1XX-preview7]
[tar.gz][linux-musl-targz-5.0.1XX-preview7] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview7] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
[tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
[tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
[tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-rc1]][win-arm-version-5.0.1XX-rc1]
[zip][win-arm-zip-5.0.1XX-rc1] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc1] | [![][win-arm-badge-5.0.1XX-preview7]][win-arm-version-5.0.1XX-preview7]
[zip][win-arm-zip-5.0.1XX-preview7] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview7] | [![][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] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
[zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
[zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
[zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc1]][win-arm64-version-5.0.1XX-rc1]
[zip][win-arm64-zip-5.0.1XX-rc1] | [![][win-arm64-badge-5.0.1XX-preview7]][win-arm64-version-5.0.1XX-preview7]
[zip][win-arm64-zip-5.0.1XX-preview7] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | | **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | Reference notes: @@ -72,12 +83,19 @@ Reference notes: .NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) -[win-x64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-x64.txt -[win-x64-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-x64.txt +[win-x64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip.sha + +[win-x64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.zip.sha [win-x64-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_x64_Release_version_badge.svg [win-x64-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-x64.txt @@ -86,13 +104,6 @@ Reference notes: [win-x64-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-win-x64.txt -[win-x64-installer-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x64.zip.sha - [win-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-x64-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.exe @@ -128,12 +139,19 @@ Reference notes: [win-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha -[win-x86-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-x86.txt -[win-x86-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-x86.txt +[win-x86-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip.sha + +[win-x86-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.zip.sha [win-x86-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_x86_Release_version_badge.svg [win-x86-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-x86.txt @@ -142,13 +160,6 @@ Reference notes: [win-x86-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-win-x86.txt -[win-x86-installer-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-x86.zip.sha - [win-x86-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-x86-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.exe @@ -184,12 +195,19 @@ Reference notes: [win-x86-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha -[osx-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/osx_x64_Release_version_badge.svg -[osx-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-osx-x64.txt -[osx-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/osx_x64_Release_version_badge.svg +[osx-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-osx-x64.txt +[osx-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + +[osx-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha [osx-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/osx_x64_Release_version_badge.svg [osx-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-osx-x64.txt @@ -198,13 +216,6 @@ Reference notes: [osx-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha - [osx-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg [osx-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [osx-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg @@ -240,14 +251,23 @@ Reference notes: [osx-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha -[linux-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_x64_Release_version_badge.svg -[linux-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_x64_Release_version_badge.svg +[linux-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + +[linux-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-x64.tar.gz.sha [linux-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_x64_Release_version_badge.svg [linux-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-x64.txt @@ -258,15 +278,6 @@ Reference notes: [linux-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-x64.tar.gz.sha - [linux-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_x64_Release_version_badge.svg [linux-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-DEB-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-x64.deb @@ -312,21 +323,21 @@ Reference notes: [linux-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-arm-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + +[linux-arm-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm.tar.gz.sha [linux-arm-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_arm_Release_version_badge.svg [linux-arm-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-arm.txt [linux-arm-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-arm.tar.gz.sha - [linux-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm.tar.gz @@ -352,21 +363,21 @@ Reference notes: [linux-arm-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha -[linux-arm64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + +[linux-arm64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha [linux-arm64-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_arm64_Release_version_badge.svg [linux-arm64-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-arm64.txt [linux-arm64-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha - [linux-arm64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm64.tar.gz @@ -392,21 +403,21 @@ Reference notes: [linux-arm64-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha -[rhel-6-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha [rhel-6-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/rhel.6_x64_Release_version_badge.svg [rhel-6-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-rhel.6-x64.txt [rhel-6-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha - [rhel-6-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [rhel-6-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-rhel.6-x64.tar.gz @@ -432,21 +443,21 @@ Reference notes: [rhel-6-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[linux-musl-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + +[linux-musl-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha [linux-musl-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_musl_x64_Release_version_badge.svg [linux-musl-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-musl-x64.txt [linux-musl-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha - [linux-musl-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-musl-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz @@ -472,21 +483,21 @@ Reference notes: [linux-musl-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[win-arm-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-arm.txt -[win-arm-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm.txt +[win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip.sha + +[win-arm-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm.zip.sha [win-arm-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_arm_Release_version_badge.svg [win-arm-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-arm.txt [win-arm-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-win-arm.txt -[win-arm-zip-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-arm.zip.sha - [win-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-arm-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-arm.zip @@ -512,21 +523,21 @@ Reference notes: [win-arm-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip.sha -[win-arm64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-arm64.txt -[win-arm64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm64.txt +[win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip.sha + +[win-arm64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-arm64.txt +[win-arm64-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm64.zip.sha [win-arm64-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-arm64.txt [win-arm64-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/productCommit-win-arm64.txt -[win-arm64-zip-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-5.0.1XX-preview6]: https://aka.ms/dotnet/net5/preview6/Sdk/dotnet-sdk-win-arm64.zip.sha - [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories Questions & Comments From 34651a6c6a63f9a19b814d808bc1d8a7d49d8874 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 13:01:23 +0000 Subject: [PATCH 003/375] Update dependencies from https://github.com/dotnet/arcade build 20200819.21 (#8234) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20417.6 to 5.0.0-beta.20419.21 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20417.6 to 5.0.0-beta.20419.21 --- eng/Version.Details.xml | 8 +- eng/Versions.props | 2 +- eng/common/performance/performance-setup.sh | 5 +- eng/common/post-build/publish-using-darc.ps1 | 23 +- .../channels/generic-internal-channel.yml | 6 + .../channels/generic-public-channel.yml | 6 + .../templates/post-build/post-build.yml | 395 ++++++++++-------- .../post-build/setup-maestro-vars.yml | 28 +- global.json | 2 +- 9 files changed, 271 insertions(+), 204 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 247ce5334..eabbf8faa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 83fda4b3f6d93e713749fd1b27c4a6d40b118b13 + 56a95cc477558c1ccdf16d7abe962849ea970ba4 - + https://github.com/dotnet/arcade - 83fda4b3f6d93e713749fd1b27c4a6d40b118b13 + 56a95cc477558c1ccdf16d7abe962849ea970ba4 diff --git a/eng/Versions.props b/eng/Versions.props index e17358a6f..8868d1af7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@
- 5.0.0-beta.20417.6 + 5.0.0-beta.20419.21 diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index fd26bdb17..65a9d8fc6 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -199,14 +199,15 @@ if [[ "$mono_dotnet" != "" ]]; then fi if [[ "$wasm_runtime_loc" != "" ]]; then - configurations="CompilationMode=wasm;RunKind=micro" + configurations="CompilationMode=wasm RunKind=micro" + extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter NoWASM" fi if [[ "$monointerpreter" == "true" ]]; then extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter" fi -common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs \"$configurations\" --architecture $architecture" +common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture" setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments" diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index d22eb439c..f044afe8f 100644 --- a/eng/common/post-build/publish-using-darc.ps1 +++ b/eng/common/post-build/publish-using-darc.ps1 @@ -1,12 +1,13 @@ param( [Parameter(Mandatory=$true)][int] $BuildId, + [Parameter(Mandatory=$true)][int] $PublishingInfraVersion, [Parameter(Mandatory=$true)][string] $AzdoToken, [Parameter(Mandatory=$true)][string] $MaestroToken, [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', [Parameter(Mandatory=$true)][string] $WaitPublishingFinish, - [Parameter(Mandatory=$true)][string] $EnableSourceLinkValidation, - [Parameter(Mandatory=$true)][string] $EnableSigningValidation, - [Parameter(Mandatory=$true)][string] $EnableNugetValidation, + [Parameter(Mandatory=$false)][string] $EnableSourceLinkValidation, + [Parameter(Mandatory=$false)][string] $EnableSigningValidation, + [Parameter(Mandatory=$false)][string] $EnableNugetValidation, [Parameter(Mandatory=$true)][string] $PublishInstallersAndChecksums, [Parameter(Mandatory=$false)][string] $ArtifactsPublishingAdditionalParameters, [Parameter(Mandatory=$false)][string] $SigningValidationAdditionalParameters @@ -14,7 +15,8 @@ param( try { . $PSScriptRoot\post-build-utils.ps1 - . $PSScriptRoot\..\darc-init.ps1 + # Hard coding darc version till the next arcade-services roll out, cos this version has required API changes for darc add-build-to-channel + . $PSScriptRoot\..\darc-init.ps1 -darcVersion "1.1.0-beta.20418.1" $optionalParams = [System.Collections.ArrayList]::new() @@ -49,12 +51,13 @@ try { } & darc add-build-to-channel ` - --id $buildId ` - --default-channels ` - --source-branch master ` - --azdev-pat $AzdoToken ` - --bar-uri $MaestroApiEndPoint ` - --password $MaestroToken ` + --id $buildId ` + --publishing-infra-version $PublishingInfraVersion ` + --default-channels ` + --source-branch master ` + --azdev-pat $AzdoToken ` + --bar-uri $MaestroApiEndPoint ` + --password $MaestroToken ` @optionalParams if ($LastExitCode -ne 0) { diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 12db36ebe..59eb93a40 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -1,4 +1,6 @@ parameters: + BARBuildId: '' + PromoteToChannelIds: '' artifactsPublishingAdditionalParameters: '' dependsOn: - Validate @@ -19,6 +21,9 @@ stages: displayName: ${{ parameters.channelName }} Publishing jobs: - template: ../setup-maestro-vars.yml + parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} - job: publish_symbols displayName: Symbol Publishing @@ -138,6 +143,7 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:PublishingInfraVersion=2 /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index bf98d990e..7e80a621a 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -1,4 +1,6 @@ parameters: + BARBuildId: '' + PromoteToChannelIds: '' artifactsPublishingAdditionalParameters: '' dependsOn: - Validate @@ -21,6 +23,9 @@ stages: displayName: ${{ parameters.channelName }} Publishing jobs: - template: ../setup-maestro-vars.yml + parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} - job: publish_symbols displayName: Symbol Publishing @@ -137,6 +142,7 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:PublishingInfraVersion=2 /p:ArtifactsCategory=$(ArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index e814d5e03..030808632 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -1,13 +1,20 @@ parameters: + # Which publishing infra should be used. THIS SHOULD MATCH THE VERSION ON THE BUILD MANIFEST. + # Publishing V2 accepts optionally outlining the publishing stages - default is inline. + # Publishing V3 DOES NOT accept inlining the publishing stages. + publishingInfraVersion: 2 # When set to true the publishing templates from the repo will be used # otherwise Darc add-build-to-channel will be used to trigger the promotion pipeline inline: true # Only used if inline==false. When set to true will stall the current build until - # the Promotion Pipeline build finishes. Otherwise, the current build continue + # the Promotion Pipeline build finishes. Otherwise, the current build will continue # execution concurrently with the promotion build. waitPublishingFinish: true + BARBuildId: '' + PromoteToChannelIds: '' + enableSourceLinkValidation: false enableSigningValidation: true enableSymbolValidation: false @@ -59,14 +66,183 @@ parameters: VSMasterChannelId: 1012 stages: -- ${{ if ne(parameters.inline, 'true') }}: +- stage: Validate + dependsOn: ${{ parameters.validateDependsOn }} + displayName: Validate Build Assets + variables: + - template: common-variables.yml + jobs: + - template: setup-maestro-vars.yml + parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} + + - job: + displayName: Post-build Checks + dependsOn: setupMaestroVars + variables: + - name: TargetChannels + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.TargetChannels'] ] + pool: + vmImage: 'windows-2019' + steps: + - task: PowerShell@2 + displayName: Maestro Channels Consistency + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 + arguments: -PromoteToChannels "$(TargetChannels)" + -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} + + - job: + displayName: NuGet Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableNugetValidation }}, 'true') + pool: + vmImage: 'windows-2019' + variables: + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1 + arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ + -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ + + - job: + displayName: Signing Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableSigningValidation }}, 'true') + variables: + - template: common-variables.yml + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + pool: + vmImage: 'windows-2019' + steps: + - ${{ if eq(parameters.useBuildManifest, true) }}: + - task: DownloadBuildArtifacts@0 + displayName: Download build manifest + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: BuildManifests + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: PackageArtifacts + + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + # Signing validation will optionally work with the buildmanifest file which is downloaded from + # Azure DevOps above. + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task SigningValidation -restore -msbuildEngine vs + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' + /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' + ${{ parameters.signingValidationAdditionalParameters }} + + - template: ../steps/publish-logs.yml + parameters: + StageLabel: 'Validation' + JobLabel: 'Signing' + + - job: + displayName: SourceLink Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableSourceLinkValidation }}, 'true') + variables: + - template: common-variables.yml + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: BlobArtifacts + + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -ExtractPath $(Agent.BuildDirectory)/Extract/ + -GHRepoName $(Build.Repository.Name) + -GHCommit $(Build.SourceVersion) + -SourcelinkCliVersion $(SourceLinkCLIVersion) + continueOnError: true + + - template: /eng/common/templates/job/execute-sdl.yml + parameters: + enable: ${{ parameters.SDLValidationParameters.enable }} + dependsOn: setupMaestroVars + additionalParameters: ${{ parameters.SDLValidationParameters.params }} + continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} + artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} + downloadArtifacts: ${{ parameters.SDLValidationParameters.downloadArtifacts }} + +- ${{ if or(ge(parameters.publishingInfraVersion, 3), eq(parameters.inline, 'false')) }}: - stage: publish_using_darc - dependsOn: ${{ parameters.validateDependsOn }} + dependsOn: Validate displayName: Publish using Darc variables: - template: common-variables.yml jobs: - template: setup-maestro-vars.yml + parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} - job: displayName: Publish Using Darc @@ -82,182 +258,17 @@ stages: inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1 arguments: -BuildId $(BARBuildId) + -PublishingInfraVersion ${{ parameters.PublishingInfraVersion }} -AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)' -MaestroToken '$(MaestroApiAccessToken)' -WaitPublishingFinish ${{ parameters.waitPublishingFinish }} - -EnableSourceLinkValidation ${{ parameters.enableSourceLinkValidation }} - -EnableSigningValidation ${{ parameters.enableSourceLinkValidation }} - -EnableNugetValidation ${{ parameters.enableSourceLinkValidation }} -PublishInstallersAndChecksums ${{ parameters.publishInstallersAndChecksums }} - -ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}' - -SigningValidationAdditionalParameters '${{ parameters.signingValidationAdditionalParameters }}' - -- ${{ if eq(parameters.inline, 'true') }}: - - stage: Validate - dependsOn: ${{ parameters.validateDependsOn }} - displayName: Validate Build Assets - variables: - - template: common-variables.yml - jobs: - - template: setup-maestro-vars.yml - - - job: - displayName: Post-build Checks - dependsOn: setupMaestroVars - variables: - - name: TargetChannels - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.TargetChannels'] ] - pool: - vmImage: 'windows-2019' - steps: - - task: PowerShell@2 - displayName: Maestro Channels Consistency - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 - arguments: -PromoteToChannels "$(TargetChannels)" - -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} - - - job: - displayName: NuGet Validation - dependsOn: setupMaestroVars - condition: eq( ${{ parameters.enableNugetValidation }}, 'true') - pool: - vmImage: 'windows-2019' - variables: - - name: AzDOProjectName - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] - - name: AzDOPipelineId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] - - name: AzDOBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1 - arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ - -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ - - - job: - displayName: Signing Validation - dependsOn: setupMaestroVars - condition: eq( ${{ parameters.enableSigningValidation }}, 'true') - variables: - - template: common-variables.yml - - name: AzDOProjectName - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] - - name: AzDOPipelineId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] - - name: AzDOBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] - pool: - vmImage: 'windows-2019' - steps: - - ${{ if eq(parameters.useBuildManifest, true) }}: - - task: DownloadBuildArtifacts@0 - displayName: Download build manifest - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: BuildManifests - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: PackageArtifacts - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - # Signing validation will optionally work with the buildmanifest file which is downloaded from - # Azure DevOps above. - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task SigningValidation -restore -msbuildEngine vs - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' - /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' - ${{ parameters.signingValidationAdditionalParameters }} - - - template: ../steps/publish-logs.yml - parameters: - StageLabel: 'Validation' - JobLabel: 'Signing' - - - job: - displayName: SourceLink Validation - dependsOn: setupMaestroVars - condition: eq( ${{ parameters.enableSourceLinkValidation }}, 'true') - variables: - - template: common-variables.yml - - name: AzDOProjectName - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] - - name: AzDOPipelineId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] - - name: AzDOBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: BlobArtifacts - - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -ExtractPath $(Agent.BuildDirectory)/Extract/ - -GHRepoName $(Build.Repository.Name) - -GHCommit $(Build.SourceVersion) - -SourcelinkCliVersion $(SourceLinkCLIVersion) - continueOnError: true - - - template: /eng/common/templates/job/execute-sdl.yml - parameters: - enable: ${{ parameters.SDLValidationParameters.enable }} - dependsOn: setupMaestroVars - additionalParameters: ${{ parameters.SDLValidationParameters.params }} - continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} - artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} - downloadArtifacts: ${{ parameters.SDLValidationParameters.downloadArtifacts }} +- ${{ if and(le(parameters.publishingInfraVersion, 2), eq(parameters.inline, 'true')) }}: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -272,6 +283,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -286,6 +299,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-internal-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -300,6 +315,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -314,6 +331,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -328,6 +347,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -342,6 +363,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -356,6 +379,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -369,6 +394,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -382,6 +409,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-internal-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -395,6 +424,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -408,6 +439,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -421,6 +454,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -434,6 +469,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -447,6 +484,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-internal-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -460,6 +499,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -473,6 +514,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-internal-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -486,6 +529,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -499,6 +544,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -512,6 +559,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -525,6 +574,8 @@ stages: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} diff --git a/eng/common/templates/post-build/setup-maestro-vars.yml b/eng/common/templates/post-build/setup-maestro-vars.yml index b3d29d449..d0cbfb6c6 100644 --- a/eng/common/templates/post-build/setup-maestro-vars.yml +++ b/eng/common/templates/post-build/setup-maestro-vars.yml @@ -1,25 +1,23 @@ +parameters: + BARBuildId: '' + PromoteToChannelIds: '' + jobs: - job: setupMaestroVars displayName: Setup Maestro Vars variables: - template: common-variables.yml - - name: BuildId - value: $[ coalesce(variables.BARBuildId, 0) ] - - name: PromoteToMaestroChannels - value: $[ coalesce(variables.PromoteToChannelIds, 0) ] - - name: PromoteToMaestroChannel - value: $[ coalesce(variables.PromoteToMaestroChannelId, 0) ] pool: vmImage: 'windows-2019' steps: - checkout: none - - task: DownloadBuildArtifacts@0 - displayName: Download Release Configs - condition: and(eq(variables.PromoteToMaestroChannels, 0), eq(variables.PromoteToMaestroChannel, 0)) - inputs: - buildType: current - artifactName: ReleaseConfigs + - ${{ if eq(coalesce(parameters.PromoteToChannelIds, 0), 0) }}: + - task: DownloadBuildArtifacts@0 + displayName: Download Release Configs + inputs: + buildType: current + artifactName: ReleaseConfigs - task: PowerShell@2 name: setReleaseVars @@ -28,7 +26,7 @@ jobs: targetType: inline script: | try { - if ($Env:PromoteToMaestroChannels -eq 0 -and $Env:PromoteToMaestroChannel -eq 0) { + if (!$Env:PromoteToMaestroChannels -or $Env:PromoteToMaestroChannels.Trim() -eq '') { $Content = Get-Content $(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt $BarId = $Content | Select -Index 0 @@ -51,7 +49,7 @@ jobs: $BarId = $Env:BARBuildId $Channels = $Env:PromoteToMaestroChannels -split "," $Channels = $Channels -join "][" - $Channels = "[$Channels][$Env:PromoteToMaestroChannel]" + $Channels = "[$Channels]" $IsStableBuild = $buildInfo.stable $AzureDevOpsProject = $buildInfo.azureDevOpsProject @@ -75,3 +73,5 @@ jobs: } env: MAESTRO_API_TOKEN: $(MaestroApiAccessToken) + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToMaestroChannels: ${{ parameters.PromoteToChannelIds }} diff --git a/global.json b/global.json index d9533467a..f72a0afe8 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20417.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20419.21" } } From e8e3c763bfb77c90a9d985afbd73d759f03b61ca Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 13:09:20 +0000 Subject: [PATCH 004/375] Update dependencies from https://github.com/dotnet/arcade build 20200824.23 (#8289) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20419.21 to 5.0.0-beta.20424.23 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20424.23 --- eng/Version.Details.xml | 8 +-- eng/Versions.props | 2 +- eng/common/build.ps1 | 2 + eng/common/build.sh | 11 +++- eng/common/cross/armel/tizen-build-rootfs.sh | 2 - eng/common/cross/armel/tizen/tizen.patch | 9 --- eng/common/performance/microbenchmarks.proj | 4 +- eng/common/performance/performance-setup.sh | 9 +-- eng/common/tools.ps1 | 16 +++-- eng/common/tools.sh | 68 +++++++++++--------- global.json | 2 +- 11 files changed, 71 insertions(+), 62 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eabbf8faa..7af98f630 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 56a95cc477558c1ccdf16d7abe962849ea970ba4 + 229645f3ad023a4aa2717d266cef5339dc3b5162 - + https://github.com/dotnet/arcade - 56a95cc477558c1ccdf16d7abe962849ea970ba4 + 229645f3ad023a4aa2717d266cef5339dc3b5162 diff --git a/eng/Versions.props b/eng/Versions.props index 8868d1af7..de3d2682d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20419.21 + 5.0.0-beta.20424.23 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 67ee6d28d..94a91c081 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -23,6 +23,8 @@ Param( [switch][Alias('nobl')]$excludeCIBinarylog, [switch] $ci, [switch] $prepareMachine, + [string] $runtimeSourceFeed = '', + [string] $runtimeSourceFeedKey = '', [switch] $help, [Parameter(ValueFromRemainingArguments=$true)][String[]]$properties ) diff --git a/eng/common/build.sh b/eng/common/build.sh index 6d7c5a1f6..252b63604 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -76,9 +76,10 @@ projects='' configuration='Debug' prepare_machine=false verbosity='minimal' +runtime_source_feed='' +runtime_source_feed_key='' properties='' - while [[ $# > 0 ]]; do opt="$(echo "${1/#--/-}" | awk '{print tolower($0)}')" case "$opt" in @@ -151,6 +152,14 @@ while [[ $# > 0 ]]; do node_reuse=$2 shift ;; + -runtimesourcefeed) + runtime_source_feed=$2 + shift + ;; + -runtimesourcefeedkey) + runtime_source_feed_key=$2 + shift + ;; *) properties="$properties $1" ;; diff --git a/eng/common/cross/armel/tizen-build-rootfs.sh b/eng/common/cross/armel/tizen-build-rootfs.sh index 25a0efa0b..9a4438af6 100755 --- a/eng/common/cross/armel/tizen-build-rootfs.sh +++ b/eng/common/cross/armel/tizen-build-rootfs.sh @@ -30,8 +30,6 @@ rm -rf $TIZEN_TMP_DIR # Configure Tizen rootfs echo ">>Start configuring Tizen rootfs" -rm ./usr/lib/libunwind.so -ln -s libunwind.so.8 ./usr/lib/libunwind.so ln -sfn asm-arm ./usr/include/asm patch -p1 < $__TIZEN_CROSSDIR/tizen.patch echo "< - --corerun %HELIX_CORRELATION_PAYLOAD%\dotnet-mono\shared\Microsoft.NETCore.App\5.0.0\corerun.exe + --corerun %HELIX_CORRELATION_PAYLOAD%\dotnet-mono\shared\Microsoft.NETCore.App\6.0.0\corerun.exe - --corerun $(BaseDirectory)/dotnet-mono/shared/Microsoft.NETCore.App/5.0.0/corerun + --corerun $(BaseDirectory)/dotnet-mono/shared/Microsoft.NETCore.App/6.0.0/corerun diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 65a9d8fc6..b5dc8e1e7 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -194,17 +194,18 @@ if [[ "$internal" == true ]]; then fi fi -if [[ "$mono_dotnet" != "" ]]; then +if [[ "$mono_dotnet" != "" ]] && [[ "$monointerpreter" == "false" ]]; then configurations="$configurations LLVM=$llvm MonoInterpreter=$monointerpreter MonoAOT=$monoaot" + extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoMono" fi if [[ "$wasm_runtime_loc" != "" ]]; then configurations="CompilationMode=wasm RunKind=micro" - extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter NoWASM" + extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter NoWASM NoMono" fi -if [[ "$monointerpreter" == "true" ]]; then - extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter" +if [[ "$mono_dotnet" != "" ]] && [[ "$monointerpreter" == "true" ]]; then + extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter NoMono" fi common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture" diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 6f8bc4111..408a3cdee 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -57,6 +57,11 @@ set-strictmode -version 2.0 $ErrorActionPreference = 'Stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 +# If specifies, provides an alternate path for getting .NET Core SDKs and Runtimes. This script will still try public sources first. +[string]$runtimeSourceFeed = if (Test-Path variable:runtimeSourceFeed) { $runtimeSourceFeed } else { $null } +# Base-64 encoded SAS token that has permission to storage container described by $runtimeSourceFeed +[string]$runtimeSourceFeedKey = if (Test-Path variable:runtimeSourceFeedKey) { $runtimeSourceFeedKey } else { $null } + function Create-Directory ([string[]] $path) { New-Item -Path $path -Force -ItemType 'Directory' | Out-Null } @@ -223,7 +228,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { } function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $architecture = '') { - InstallDotNet $dotnetRoot $version $architecture + InstallDotNet $dotnetRoot $version $architecture '' $false $runtimeSourceFeed $runtimeSourceFeedKey } function InstallDotNet([string] $dotnetRoot, @@ -248,10 +253,8 @@ function InstallDotNet([string] $dotnetRoot, & $installScript @installParameters } catch { - Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet runtime '$runtime' from public location." - - # Only the runtime can be installed from a custom [private] location. - if ($runtime -and ($runtimeSourceFeed -or $runtimeSourceFeedKey)) { + if ($runtimeSourceFeed -or $runtimeSourceFeedKey) { + Write-Host "Failed to install dotnet from public location. Trying from '$runtimeSourceFeed'" if ($runtimeSourceFeed) { $installParameters.AzureFeed = $runtimeSourceFeed } if ($runtimeSourceFeedKey) { @@ -264,10 +267,11 @@ function InstallDotNet([string] $dotnetRoot, & $installScript @installParameters } catch { - Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet from custom location '$runtimeSourceFeed'." ExitWithExitCode 1 } } else { + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet from public location." ExitWithExitCode 1 } } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index e94fce22e..a0650dda1 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -64,6 +64,10 @@ else use_global_nuget_cache=${use_global_nuget_cache:-true} fi +# Used when restoring .NET SDK from alternative feeds +runtime_source_feed=${runtime_source_feed:-''} +runtime_source_feed_key=${runtime_source_feed_key:-''} + # Resolve any symlinks in the given path. function ResolvePath { local path=$1 @@ -170,11 +174,11 @@ function InitializeDotNetCli { function InstallDotNetSdk { local root=$1 local version=$2 - local architecture="" - if [[ $# == 3 ]]; then + local architecture="unset" + if [[ $# -ge 3 ]]; then architecture=$3 fi - InstallDotNet "$root" "$version" $architecture + InstallDotNet "$root" "$version" $architecture 'sdk' 'false' $runtime_source_feed $runtime_source_feed_key } function InstallDotNet { @@ -185,50 +189,50 @@ function InstallDotNet { local install_script=$_GetDotNetInstallScript local archArg='' - if [[ -n "${3:-}" ]]; then + if [[ -n "${3:-}" ]] && [ "$3" != 'unset' ]; then archArg="--architecture $3" fi local runtimeArg='' - if [[ -n "${4:-}" ]]; then + if [[ -n "${4:-}" ]] && [ "$4" != 'sdk' ]; then runtimeArg="--runtime $4" fi - local skipNonVersionedFilesArg="" - if [[ "$#" -ge "5" ]]; then + if [[ "$#" -ge "5" ]] && [[ "$5" != 'false' ]]; then skipNonVersionedFilesArg="--skip-non-versioned-files" fi bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg || { local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from public location (exit code '$exit_code')." + echo "Failed to install dotnet SDK from public location (exit code '$exit_code')." - if [[ -n "$runtimeArg" ]]; then - local runtimeSourceFeed='' - if [[ -n "${6:-}" ]]; then - runtimeSourceFeed="--azure-feed $6" + local runtimeSourceFeed='' + if [[ -n "${6:-}" ]]; then + runtimeSourceFeed="--azure-feed $6" + fi + + local runtimeSourceFeedKey='' + if [[ -n "${7:-}" ]]; then + # The 'base64' binary on alpine uses '-d' and doesn't support '--decode' + # '-d'. To work around this, do a simple detection and switch the parameter + # accordingly. + decodeArg="--decode" + if base64 --help 2>&1 | grep -q "BusyBox"; then + decodeArg="-d" fi + decodedFeedKey=`echo $7 | base64 $decodeArg` + runtimeSourceFeedKey="--feed-credential $decodedFeedKey" + fi - local runtimeSourceFeedKey='' - if [[ -n "${7:-}" ]]; then - # The 'base64' binary on alpine uses '-d' and doesn't support '--decode' - # '-d'. To work around this, do a simple detection and switch the parameter - # accordingly. - decodeArg="--decode" - if base64 --help 2>&1 | grep -q "BusyBox"; then - decodeArg="-d" - fi - decodedFeedKey=`echo $7 | base64 $decodeArg` - runtimeSourceFeedKey="--feed-credential $decodedFeedKey" - fi - - if [[ -n "$runtimeSourceFeed" || -n "$runtimeSourceFeedKey" ]]; then - bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg $runtimeSourceFeed $runtimeSourceFeedKey || { - local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from custom location '$runtimeSourceFeed' (exit code '$exit_code')." - ExitWithExitCode $exit_code - } - else + if [[ -n "$runtimeSourceFeed" || -n "$runtimeSourceFeedKey" ]]; then + bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg $runtimeSourceFeed $runtimeSourceFeedKey || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from custom location '$runtimeSourceFeed' (exit code '$exit_code')." ExitWithExitCode $exit_code + } + else + if [[ $exit_code != 0 ]]; then + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from public location (exit code '$exit_code')." fi + ExitWithExitCode $exit_code fi } } diff --git a/global.json b/global.json index f72a0afe8..30897e348 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20419.21" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20424.23" } } From 32a43fb700adf73a6f20ca5bfae1a3f84fea82b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 13:03:01 +0000 Subject: [PATCH 005/375] Update dependencies from https://github.com/dotnet/arcade build 20200826.1 (#8311) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20424.23 to 5.0.0-beta.20426.1 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20424.23 to 5.0.0-beta.20426.1 --- eng/Version.Details.xml | 8 +- eng/Versions.props | 2 +- eng/common/performance/blazor_perf.proj | 30 +++++ eng/common/performance/crossgen_perf.proj | 118 +++++++++----------- eng/common/performance/performance-setup.sh | 23 ++-- global.json | 2 +- 6 files changed, 104 insertions(+), 79 deletions(-) create mode 100644 eng/common/performance/blazor_perf.proj diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7af98f630..6585eaadc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 229645f3ad023a4aa2717d266cef5339dc3b5162 + 3b720900ac55e9cc3675584c41da6460d6193f37 - + https://github.com/dotnet/arcade - 229645f3ad023a4aa2717d266cef5339dc3b5162 + 3b720900ac55e9cc3675584c41da6460d6193f37 diff --git a/eng/Versions.props b/eng/Versions.props index de3d2682d..fc1bf817e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20424.23 + 5.0.0-beta.20426.1 diff --git a/eng/common/performance/blazor_perf.proj b/eng/common/performance/blazor_perf.proj new file mode 100644 index 000000000..3b25359c4 --- /dev/null +++ b/eng/common/performance/blazor_perf.proj @@ -0,0 +1,30 @@ + + + python3 + $(HelixPreCommands);chmod +x $HELIX_WORKITEM_PAYLOAD/SOD/SizeOnDisk + + + + + %(Identity) + + + + + %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\ + $(ScenarioDirectory)blazor\ + + + $HELIX_CORRELATION_PAYLOAD/performance/src/scenarios/ + $(ScenarioDirectory)blazor/ + + + + + $(WorkItemDirectory) + cd $(BlazorDirectory);$(Python) pre.py publish --msbuild %27/p:_TrimmerDumpDependencies=true%27 --msbuild-static AdditionalMonoLinkerOptions=%27"%24(AdditionalMonoLinkerOptions) --dump-dependencies"%27 --binlog %27./traces/blazor_publish.binlog%27 + $(Python) test.py sod --scenario-name "%(Identity)" + $(Python) post.py + + + \ No newline at end of file diff --git a/eng/common/performance/crossgen_perf.proj b/eng/common/performance/crossgen_perf.proj index 3c8c33d70..426492038 100644 --- a/eng/common/performance/crossgen_perf.proj +++ b/eng/common/performance/crossgen_perf.proj @@ -1,80 +1,68 @@ - - py -3 - $(HelixPreCommands);call %HELIX_CORRELATION_PAYLOAD%\performance\tools\machine-setup.cmd;set PYTHONPATH=%HELIX_WORKITEM_PAYLOAD%\scripts%3B%HELIX_WORKITEM_PAYLOAD% - %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts - $HELIX_CORRELATION_PAYLOAD - $(BaseDirectory)/performance - - - - $(PerformanceDirectory)/scripts/benchmarks_ci.py --csproj $(PerformanceDirectory)/$(TargetCsproj) - --dotnet-versions $DOTNET_VERSION --cli-source-info args --cli-branch $PERFLAB_BRANCH --cli-commit-sha $PERFLAB_HASH --cli-repository https://github.com/$PERFLAB_REPO --cli-source-timestamp $PERFLAB_BUILDTIMESTAMP - python3 - $(BaseDirectory)/Core_Root/corerun - $(HelixPreCommands);chmod +x $(PerformanceDirectory)/tools/machine-setup.sh;. $(PerformanceDirectory)/tools/machine-setup.sh - $(BaseDirectory)/artifacts/BenchmarkDotNet.Artifacts - $(BaseDirectory)/artifacts/BenchmarkDotNet.Artifacts_Baseline - $(PerformanceDirectory)/src/tools/ResultsComparer/ResultsComparer.csproj - $(PerformanceDirectory)/tools/dotnet/$(Architecture)/dotnet - %25 - $HELIX_WORKITEM_ROOT/testResults.xml - - %(Identity) - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name System.Private.Xml.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name System.Linq.Expressions.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name Microsoft.CodeAnalysis.VisualBasic.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name Microsoft.CodeAnalysis.CSharp.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name System.Private.CoreLib.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - + + + py -3 + $(HelixPreCommands) + %HELIX_CORRELATION_PAYLOAD%\Core_Root + %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\ + $(ScenarioDirectory)crossgen\ + $(ScenarioDirectory)crossgen2\ + + + python3 + $(HelixPreCommands);chmod +x $HELIX_WORKITEM_PAYLOAD/startup/Startup;chmod +x $HELIX_WORKITEM_PAYLOAD/startup/perfcollect;sudo apt update + $HELIX_CORRELATION_PAYLOAD/Core_Root + $HELIX_CORRELATION_PAYLOAD/performance/src/scenarios/ + $(ScenarioDirectory)crossgen/ + $(ScenarioDirectory)crossgen2/ + + + + + + + + + + + - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --single System.Private.Xml.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + $(WorkItemDirectory) + $(Python) $(CrossgenDirectory)test.py crossgen --core-root $(CoreRoot) --test-name %(Identity) + + + + + + $(WorkItemDirectory) + $(Python) $(Crossgen2Directory)test.py crossgen2 --core-root $(CoreRoot) --single %(Identity) + + + + + + + 4:00 - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --single System.Linq.Expressions.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + 4:00 - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --single Microsoft.CodeAnalysis.VisualBasic.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --single Microsoft.CodeAnalysis.CSharp.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --single System.Private.CoreLib.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root - - - $(WorkItemDirectory)\ScenarioCorrelation - $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --composite %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\framework-r2r.dll.rsp --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + $(WorkItemDirectory) + $(Python) $(Crossgen2Directory)test.py crossgen2 --core-root $(CoreRoot) --composite $(Crossgen2Directory)framework-r2r.dll.rsp 1:00 diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index b5dc8e1e7..806e56c61 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -26,6 +26,7 @@ use_baseline_core_run=true using_mono=false wasm_runtime_loc= using_wasm=false +use_latest_dotnet=false while (($# > 0)); do lowerI="$(echo $1 | awk '{print tolower($0)}')" @@ -115,7 +116,11 @@ while (($# > 0)); do configurations=$2 shift 2 ;; - --help) + --latestdotnet) + use_latest_dotnet=true + shift 1 + ;; + *) echo "Common settings:" echo " --corerootdirectory Directory where Core_Root exists, if running perf testing with --corerun" echo " --architecture Architecture of the testing being run" @@ -137,6 +142,7 @@ while (($# > 0)); do echo " --internal If the benchmarks are running as an official job." echo " --monodotnet Pass the path to the mono dotnet for mono performance testing." echo " --wasm Path to the unpacked wasm runtime pack." + echo " --latestdotnet --dotnet-versions will not be specified. --dotnet-versions defaults to LKG version in global.json " echo "" exit 0 ;; @@ -200,7 +206,7 @@ if [[ "$mono_dotnet" != "" ]] && [[ "$monointerpreter" == "false" ]]; then fi if [[ "$wasm_runtime_loc" != "" ]]; then - configurations="CompilationMode=wasm RunKind=micro" + configurations="CompilationMode=wasm RunKind=$kind" extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter NoWASM NoMono" fi @@ -212,11 +218,12 @@ common_setup_arguments="--channel master --queue $queue --build-number $build_nu setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments" -# Get the tools section from the global.json. -# This grabs the LKG version number of dotnet and passes it to our scripts -dotnet_version=`cat global.json | python3 -c 'import json,sys;obj=json.load(sys.stdin);print(obj["tools"]["dotnet"])'` -setup_arguments="--dotnet-versions $dotnet_version $setup_arguments" - +if [[ "$use_latest_dotnet" = false ]]; then + # Get the tools section from the global.json. + # This grabs the LKG version number of dotnet and passes it to our scripts + dotnet_version=`cat global.json | python3 -c 'import json,sys;obj=json.load(sys.stdin);print(obj["tools"]["dotnet"])'` + setup_arguments="--dotnet-versions $dotnet_version $setup_arguments" +fi if [[ "$run_from_perf_repo" = true ]]; then payload_directory= @@ -267,7 +274,7 @@ Write-PipelineSetVariable -name "PerformanceDirectory" -value "$performance_dire Write-PipelineSetVariable -name "WorkItemDirectory" -value "$workitem_directory" -is_multi_job_variable false Write-PipelineSetVariable -name "Queue" -value "$queue" -is_multi_job_variable false Write-PipelineSetVariable -name "SetupArguments" -value "$setup_arguments" -is_multi_job_variable false -Write-PipelineSetVariable -name "Python" -value "$python3" -is_multi_job_variable false +Write-PipelineSetVariable -name "Python" -value "python3" -is_multi_job_variable false Write-PipelineSetVariable -name "PerfLabArguments" -value "$perflab_arguments" -is_multi_job_variable false Write-PipelineSetVariable -name "ExtraBenchmarkDotNetArguments" -value "$extra_benchmark_dotnet_arguments" -is_multi_job_variable false Write-PipelineSetVariable -name "BDNCategories" -value "$run_categories" -is_multi_job_variable false diff --git a/global.json b/global.json index 30897e348..d0f598f2d 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20424.23" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20426.1" } } From 760cb429185324f40e4d60ad55c4cc045276586d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 13:26:33 +0000 Subject: [PATCH 006/375] Update dependencies from https://github.com/dotnet/arcade build 20200826.6 (#8330) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20426.1 to 5.0.0-beta.20426.6 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20426.1 to 5.0.0-beta.20426.6 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6585eaadc..a765a8184 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 3b720900ac55e9cc3675584c41da6460d6193f37 + 1d0daed1e3abd70fba67840b1e1cc60ce0c97b1e - + https://github.com/dotnet/arcade - 3b720900ac55e9cc3675584c41da6460d6193f37 + 1d0daed1e3abd70fba67840b1e1cc60ce0c97b1e diff --git a/eng/Versions.props b/eng/Versions.props index fc1bf817e..0aede0af2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20426.1 + 5.0.0-beta.20426.6 diff --git a/global.json b/global.json index d0f598f2d..6388bb484 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20426.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20426.6" } } From 6b9318285e27cb10c3a6fa53e01039e34bc19f24 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2020 12:56:54 +0000 Subject: [PATCH 007/375] Update dependencies from https://github.com/dotnet/arcade build 20200827.5 (#8344) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20426.6 to 5.0.0-beta.20427.5 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20426.6 to 5.0.0-beta.20427.5 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- .../templates/post-build/post-build.yml | 19 ++++++++++++++++++- eng/common/tools.ps1 | 4 ---- eng/common/tools.sh | 4 ---- global.json | 2 +- 6 files changed, 24 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a765a8184..2a594877a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 1d0daed1e3abd70fba67840b1e1cc60ce0c97b1e + f2b7fe854a0b1f78c04dfc065164d6d61040f5b8 - + https://github.com/dotnet/arcade - 1d0daed1e3abd70fba67840b1e1cc60ce0c97b1e + f2b7fe854a0b1f78c04dfc065164d6d61040f5b8 diff --git a/eng/Versions.props b/eng/Versions.props index 0aede0af2..05e72b34c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20426.6 + 5.0.0-beta.20427.5 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 030808632..630a99d4d 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -56,6 +56,7 @@ parameters: NetEngServicesProdChannelId: 679 Net5Preview8ChannelId: 1155 Net5RC1ChannelId: 1157 + Net5RC2ChannelId: 1329 NetCoreSDK313xxChannelId: 759 NetCoreSDK313xxInternalChannelId: 760 NetCoreSDK314xxChannelId: 921 @@ -91,7 +92,7 @@ stages: inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 arguments: -PromoteToChannels "$(TargetChannels)" - -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} + -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.Net5RC2ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} - job: displayName: NuGet Validation @@ -329,6 +330,22 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' + - template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'Net5_RC2_Publish' + channelName: '.NET 5 RC 2' + akaMSChannelName: 'net5/rc2' + channelId: ${{ parameters.Net5RC2ChannelId }} + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' + - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: BARBuildId: ${{ parameters.BARBuildId }} diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 408a3cdee..c2e575c97 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -606,11 +606,7 @@ function MSBuild() { if ($pipelinesLog) { $buildTool = InitializeBuildTool - # Work around issues with Azure Artifacts credential provider - # https://github.com/dotnet/arcade/issues/3932 if ($ci -and $buildTool.Tool -eq 'dotnet') { - dotnet nuget locals http-cache -c - $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 $env:NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS = 20 Write-PipelineSetVariable -Name 'NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS' -Value '20' diff --git a/eng/common/tools.sh b/eng/common/tools.sh index a0650dda1..2be5cba30 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -395,11 +395,7 @@ function MSBuild { InitializeBuildTool InitializeToolset - # Work around issues with Azure Artifacts credential provider - # https://github.com/dotnet/arcade/issues/3932 if [[ "$ci" == true ]]; then - "$_InitializeBuildTool" nuget locals http-cache -c - export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" diff --git a/global.json b/global.json index 6388bb484..133b66d4b 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20426.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20427.5" } } From a316c7636484fa34fc0e763a29302a82e4895399 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 31 Aug 2020 09:59:20 -0700 Subject: [PATCH 008/375] Update generatemsi.ps1 --- src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 index 6939eb990..8e3f2b965 100644 --- a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 +++ b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 @@ -25,7 +25,7 @@ function RunHeat Write-Information "Running heat.." - # -t $StableFileIdForApphostTransform to avoid sign check baseline apphost.exe name changes every build. Sign check uses File Id in MSI as whitelist name. + # -t $StableFileIdForApphostTransform to avoid sign check baseline apphost.exe name changes every build. Sign check uses File Id in MSI as exception list name. # Template apphost.exe get a new "File Id" in msi different every time (since File Id is generated according to file # path, and file path has version number) # use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time. From 415c4e00ced280b9376921ce65db6c0aa3b8cf3e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 13:00:44 +0000 Subject: [PATCH 009/375] Update dependencies from https://github.com/dotnet/arcade build 20200831.1 (#8375) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.1 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.1 --- eng/Version.Details.xml | 8 +- eng/Versions.props | 2 +- eng/common/build.ps1 | 2 + eng/common/build.sh | 9 +- .../dotnet-install-scripts/dotnet-install.ps1 | 774 +++++++++++ .../dotnet-install-scripts/dotnet-install.sh | 1133 +++++++++++++++++ .../templates/job/publish-build-assets.yml | 12 +- eng/common/templates/steps/publish-logs.yml | 29 +- eng/common/tools.ps1 | 65 +- eng/common/tools.sh | 37 +- global.json | 2 +- 11 files changed, 2004 insertions(+), 69 deletions(-) create mode 100644 eng/common/dotnet-install-scripts/dotnet-install.ps1 create mode 100644 eng/common/dotnet-install-scripts/dotnet-install.sh diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a594877a..2d802e9ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - f2b7fe854a0b1f78c04dfc065164d6d61040f5b8 + 4be47e467013f8a07a1ed7b6e49e39c8150bde54 - + https://github.com/dotnet/arcade - f2b7fe854a0b1f78c04dfc065164d6d61040f5b8 + 4be47e467013f8a07a1ed7b6e49e39c8150bde54 diff --git a/eng/Versions.props b/eng/Versions.props index 05e72b34c..da828b876 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20427.5 + 5.0.0-beta.20431.1 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 94a91c081..1fd7f686f 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -7,6 +7,7 @@ Param( [string] $msbuildEngine = $null, [bool] $warnAsError = $true, [bool] $nodeReuse = $true, + [bool] $useDefaultDotnetInstall = $false, [switch][Alias('r')]$restore, [switch] $deployDeps, [switch][Alias('b')]$build, @@ -65,6 +66,7 @@ function Print-Usage() { Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build" Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." + Write-Host " -useDefaultDotnetInstall Use dotnet-install.* scripts from public location as opposed to from eng common folder" Write-Host "" Write-Host "Command line arguments not listed above are passed thru to msbuild." diff --git a/eng/common/build.sh b/eng/common/build.sh index 252b63604..19849adbe 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -36,6 +36,8 @@ usage() echo " --prepareMachine Prepare machine for CI run, clean up processes after build" echo " --nodeReuse Sets nodereuse msbuild parameter ('true' or 'false')" echo " --warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" + echo " --useDefaultDotnetInstall Use dotnet-install.* scripts from public location as opposed to from eng common folder" + echo "" echo "Command line arguments not listed above are passed thru to msbuild." echo "Arguments can also be passed in with a single hyphen." @@ -78,6 +80,7 @@ prepare_machine=false verbosity='minimal' runtime_source_feed='' runtime_source_feed_key='' +use_default_dotnet_install=false properties='' while [[ $# > 0 ]]; do @@ -156,10 +159,14 @@ while [[ $# > 0 ]]; do runtime_source_feed=$2 shift ;; - -runtimesourcefeedkey) + -runtimesourcefeedkey) runtime_source_feed_key=$2 shift ;; + -usedefaultdotnetinstall) + use_default_dotnet_install=$2 + shift + ;; *) properties="$properties $1" ;; diff --git a/eng/common/dotnet-install-scripts/dotnet-install.ps1 b/eng/common/dotnet-install-scripts/dotnet-install.ps1 new file mode 100644 index 000000000..f63b533f2 --- /dev/null +++ b/eng/common/dotnet-install-scripts/dotnet-install.ps1 @@ -0,0 +1,774 @@ +# +# Copyright (c) .NET Foundation and contributors. All rights reserved. +# Licensed under the MIT license. See LICENSE file in the project root for full license information. +# + +# Copied from https://dot.net/v1/dotnet-install.ps1 on 8/26/2020 + +<# +.SYNOPSIS + Installs dotnet cli +.DESCRIPTION + Installs dotnet cli. If dotnet installation already exists in the given directory + it will update it only if the requested version differs from the one already installed. +.PARAMETER Channel + Default: LTS + Download from the Channel specified. Possible values: + - Current - most current release + - LTS - most current supported release + - 2-part version in a format A.B - represents a specific release + examples: 2.0, 1.0 + - Branch name + examples: release/2.0.0, Master + Note: The version parameter overrides the channel parameter. +.PARAMETER Version + Default: latest + Represents a build version on specific channel. Possible values: + - latest - most latest build on specific channel + - coherent - most latest coherent build on specific channel + coherent applies only to SDK downloads + - 3-part version in a format A.B.C - represents specific version of build + examples: 2.0.0-preview2-006120, 1.1.0 +.PARAMETER InstallDir + Default: %LocalAppData%\Microsoft\dotnet + Path to where to install dotnet. Note that binaries will be placed directly in a given directory. +.PARAMETER Architecture + Default: - this value represents currently running OS architecture + Architecture of dotnet binaries to be installed. + Possible values are: , amd64, x64, x86, arm64, arm +.PARAMETER SharedRuntime + This parameter is obsolete and may be removed in a future version of this script. + The recommended alternative is '-Runtime dotnet'. + Installs just the shared runtime bits, not the entire SDK. +.PARAMETER Runtime + Installs just a shared runtime, not the entire SDK. + Possible values: + - dotnet - the Microsoft.NETCore.App shared runtime + - aspnetcore - the Microsoft.AspNetCore.App shared runtime + - windowsdesktop - the Microsoft.WindowsDesktop.App shared runtime +.PARAMETER DryRun + If set it will not perform installation but instead display what command line to use to consistently install + currently requested version of dotnet cli. In example if you specify version 'latest' it will display a link + with specific version so that this command can be used deterministicly in a build script. + It also displays binaries location if you prefer to install or download it yourself. +.PARAMETER NoPath + By default this script will set environment variable PATH for the current process to the binaries folder inside installation folder. + If set it will display binaries location but not set any environment variable. +.PARAMETER Verbose + Displays diagnostics information. +.PARAMETER AzureFeed + Default: https://dotnetcli.azureedge.net/dotnet + This parameter typically is not changed by the user. + It allows changing the URL for the Azure feed used by this installer. +.PARAMETER UncachedFeed + This parameter typically is not changed by the user. + It allows changing the URL for the Uncached feed used by this installer. +.PARAMETER FeedCredential + Used as a query string to append to the Azure feed. + It allows changing the URL to use non-public blob storage accounts. +.PARAMETER ProxyAddress + If set, the installer will use the proxy when making web requests +.PARAMETER ProxyUseDefaultCredentials + Default: false + Use default credentials, when using proxy address. +.PARAMETER ProxyBypassList + If set with ProxyAddress, will provide the list of comma separated urls that will bypass the proxy +.PARAMETER SkipNonVersionedFiles + Default: false + Skips installing non-versioned files if they already exist, such as dotnet.exe. +.PARAMETER NoCdn + Disable downloading from the Azure CDN, and use the uncached feed directly. +.PARAMETER JSonFile + Determines the SDK version from a user specified global.json file + Note: global.json must have a value for 'SDK:Version' +#> +[cmdletbinding()] +param( + [string]$Channel="LTS", + [string]$Version="Latest", + [string]$JSonFile, + [string]$InstallDir="", + [string]$Architecture="", + [ValidateSet("dotnet", "aspnetcore", "windowsdesktop", IgnoreCase = $false)] + [string]$Runtime, + [Obsolete("This parameter may be removed in a future version of this script. The recommended alternative is '-Runtime dotnet'.")] + [switch]$SharedRuntime, + [switch]$DryRun, + [switch]$NoPath, + [string]$AzureFeed="https://dotnetcli.azureedge.net/dotnet", + [string]$UncachedFeed="https://dotnetcli.blob.core.windows.net/dotnet", + [string]$FeedCredential, + [string]$ProxyAddress, + [switch]$ProxyUseDefaultCredentials, + [string[]]$ProxyBypassList=@(), + [switch]$SkipNonVersionedFiles, + [switch]$NoCdn +) + +Set-StrictMode -Version Latest +$ErrorActionPreference="Stop" +$ProgressPreference="SilentlyContinue" + +if ($NoCdn) { + $AzureFeed = $UncachedFeed +} + +$BinFolderRelativePath="" + +if ($SharedRuntime -and (-not $Runtime)) { + $Runtime = "dotnet" +} + +# example path with regex: shared/1.0.0-beta-12345/somepath +$VersionRegEx="/\d+\.\d+[^/]+/" +$OverrideNonVersionedFiles = !$SkipNonVersionedFiles + +function Say($str) { + try + { + Write-Host "dotnet-install: $str" + } + catch + { + # Some platforms cannot utilize Write-Host (Azure Functions, for instance). Fall back to Write-Output + Write-Output "dotnet-install: $str" + } +} + +function Say-Verbose($str) { + try + { + Write-Verbose "dotnet-install: $str" + } + catch + { + # Some platforms cannot utilize Write-Verbose (Azure Functions, for instance). Fall back to Write-Output + Write-Output "dotnet-install: $str" + } +} + +function Say-Invocation($Invocation) { + $command = $Invocation.MyCommand; + $args = (($Invocation.BoundParameters.Keys | foreach { "-$_ `"$($Invocation.BoundParameters[$_])`"" }) -join " ") + Say-Verbose "$command $args" +} + +function Invoke-With-Retry([ScriptBlock]$ScriptBlock, [int]$MaxAttempts = 3, [int]$SecondsBetweenAttempts = 1) { + $Attempts = 0 + + while ($true) { + try { + return $ScriptBlock.Invoke() + } + catch { + $Attempts++ + if ($Attempts -lt $MaxAttempts) { + Start-Sleep $SecondsBetweenAttempts + } + else { + throw + } + } + } +} + +function Get-Machine-Architecture() { + Say-Invocation $MyInvocation + + # On PS x86, PROCESSOR_ARCHITECTURE reports x86 even on x64 systems. + # To get the correct architecture, we need to use PROCESSOR_ARCHITEW6432. + # PS x64 doesn't define this, so we fall back to PROCESSOR_ARCHITECTURE. + # Possible values: amd64, x64, x86, arm64, arm + + if( $ENV:PROCESSOR_ARCHITEW6432 -ne $null ) + { + return $ENV:PROCESSOR_ARCHITEW6432 + } + + return $ENV:PROCESSOR_ARCHITECTURE +} + +function Get-CLIArchitecture-From-Architecture([string]$Architecture) { + Say-Invocation $MyInvocation + + switch ($Architecture.ToLower()) { + { $_ -eq "" } { return Get-CLIArchitecture-From-Architecture $(Get-Machine-Architecture) } + { ($_ -eq "amd64") -or ($_ -eq "x64") } { return "x64" } + { $_ -eq "x86" } { return "x86" } + { $_ -eq "arm" } { return "arm" } + { $_ -eq "arm64" } { return "arm64" } + default { throw "Architecture not supported. If you think this is a bug, report it at https://github.com/dotnet/sdk/issues" } + } +} + +# The version text returned from the feeds is a 1-line or 2-line string: +# For the SDK and the dotnet runtime (2 lines): +# Line 1: # commit_hash +# Line 2: # 4-part version +# For the aspnetcore runtime (1 line): +# Line 1: # 4-part version +function Get-Version-Info-From-Version-Text([string]$VersionText) { + Say-Invocation $MyInvocation + + $Data = -split $VersionText + + $VersionInfo = @{ + CommitHash = $(if ($Data.Count -gt 1) { $Data[0] }) + Version = $Data[-1] # last line is always the version number. + } + return $VersionInfo +} + +function Load-Assembly([string] $Assembly) { + try { + Add-Type -Assembly $Assembly | Out-Null + } + catch { + # On Nano Server, Powershell Core Edition is used. Add-Type is unable to resolve base class assemblies because they are not GAC'd. + # Loading the base class assemblies is not unnecessary as the types will automatically get resolved. + } +} + +function GetHTTPResponse([Uri] $Uri) +{ + Invoke-With-Retry( + { + + $HttpClient = $null + + try { + # HttpClient is used vs Invoke-WebRequest in order to support Nano Server which doesn't support the Invoke-WebRequest cmdlet. + Load-Assembly -Assembly System.Net.Http + + if(-not $ProxyAddress) { + try { + # Despite no proxy being explicitly specified, we may still be behind a default proxy + $DefaultProxy = [System.Net.WebRequest]::DefaultWebProxy; + if($DefaultProxy -and (-not $DefaultProxy.IsBypassed($Uri))) { + $ProxyAddress = $DefaultProxy.GetProxy($Uri).OriginalString + $ProxyUseDefaultCredentials = $true + } + } catch { + # Eat the exception and move forward as the above code is an attempt + # at resolving the DefaultProxy that may not have been a problem. + $ProxyAddress = $null + Say-Verbose("Exception ignored: $_.Exception.Message - moving forward...") + } + } + + if($ProxyAddress) { + $HttpClientHandler = New-Object System.Net.Http.HttpClientHandler + $HttpClientHandler.Proxy = New-Object System.Net.WebProxy -Property @{ + Address=$ProxyAddress; + UseDefaultCredentials=$ProxyUseDefaultCredentials; + BypassList = $ProxyBypassList; + } + $HttpClient = New-Object System.Net.Http.HttpClient -ArgumentList $HttpClientHandler + } + else { + + $HttpClient = New-Object System.Net.Http.HttpClient + } + # Default timeout for HttpClient is 100s. For a 50 MB download this assumes 500 KB/s average, any less will time out + # 20 minutes allows it to work over much slower connections. + $HttpClient.Timeout = New-TimeSpan -Minutes 20 + $Response = $HttpClient.GetAsync("${Uri}${FeedCredential}").Result + if (($Response -eq $null) -or (-not ($Response.IsSuccessStatusCode))) { + # The feed credential is potentially sensitive info. Do not log FeedCredential to console output. + $ErrorMsg = "Failed to download $Uri." + if ($Response -ne $null) { + $ErrorMsg += " $Response" + } + + throw $ErrorMsg + } + + return $Response + } + finally { + if ($HttpClient -ne $null) { + $HttpClient.Dispose() + } + } + }) +} + +function Get-Latest-Version-Info([string]$AzureFeed, [string]$Channel, [bool]$Coherent) { + Say-Invocation $MyInvocation + + $VersionFileUrl = $null + if ($Runtime -eq "dotnet") { + $VersionFileUrl = "$UncachedFeed/Runtime/$Channel/latest.version" + } + elseif ($Runtime -eq "aspnetcore") { + $VersionFileUrl = "$UncachedFeed/aspnetcore/Runtime/$Channel/latest.version" + } + # Currently, the WindowsDesktop runtime is manufactured with the .Net core runtime + elseif ($Runtime -eq "windowsdesktop") { + $VersionFileUrl = "$UncachedFeed/Runtime/$Channel/latest.version" + } + elseif (-not $Runtime) { + if ($Coherent) { + $VersionFileUrl = "$UncachedFeed/Sdk/$Channel/latest.coherent.version" + } + else { + $VersionFileUrl = "$UncachedFeed/Sdk/$Channel/latest.version" + } + } + else { + throw "Invalid value for `$Runtime" + } + try { + $Response = GetHTTPResponse -Uri $VersionFileUrl + } + catch { + throw "Could not resolve version information." + } + $StringContent = $Response.Content.ReadAsStringAsync().Result + + switch ($Response.Content.Headers.ContentType) { + { ($_ -eq "application/octet-stream") } { $VersionText = $StringContent } + { ($_ -eq "text/plain") } { $VersionText = $StringContent } + { ($_ -eq "text/plain; charset=UTF-8") } { $VersionText = $StringContent } + default { throw "``$Response.Content.Headers.ContentType`` is an unknown .version file content type." } + } + + $VersionInfo = Get-Version-Info-From-Version-Text $VersionText + + return $VersionInfo +} + +function Parse-Jsonfile-For-Version([string]$JSonFile) { + Say-Invocation $MyInvocation + + If (-Not (Test-Path $JSonFile)) { + throw "Unable to find '$JSonFile'" + } + try { + $JSonContent = Get-Content($JSonFile) -Raw | ConvertFrom-Json | Select-Object -expand "sdk" -ErrorAction SilentlyContinue + } + catch { + throw "Json file unreadable: '$JSonFile'" + } + if ($JSonContent) { + try { + $JSonContent.PSObject.Properties | ForEach-Object { + $PropertyName = $_.Name + if ($PropertyName -eq "version") { + $Version = $_.Value + Say-Verbose "Version = $Version" + } + } + } + catch { + throw "Unable to parse the SDK node in '$JSonFile'" + } + } + else { + throw "Unable to find the SDK node in '$JSonFile'" + } + If ($Version -eq $null) { + throw "Unable to find the SDK:version node in '$JSonFile'" + } + return $Version +} + +function Get-Specific-Version-From-Version([string]$AzureFeed, [string]$Channel, [string]$Version, [string]$JSonFile) { + Say-Invocation $MyInvocation + + if (-not $JSonFile) { + switch ($Version.ToLower()) { + { $_ -eq "latest" } { + $LatestVersionInfo = Get-Latest-Version-Info -AzureFeed $AzureFeed -Channel $Channel -Coherent $False + return $LatestVersionInfo.Version + } + { $_ -eq "coherent" } { + $LatestVersionInfo = Get-Latest-Version-Info -AzureFeed $AzureFeed -Channel $Channel -Coherent $True + return $LatestVersionInfo.Version + } + default { return $Version } + } + } + else { + return Parse-Jsonfile-For-Version $JSonFile + } +} + +function Get-Download-Link([string]$AzureFeed, [string]$SpecificVersion, [string]$CLIArchitecture) { + Say-Invocation $MyInvocation + + # If anything fails in this lookup it will default to $SpecificVersion + $SpecificProductVersion = Get-Product-Version -AzureFeed $AzureFeed -SpecificVersion $SpecificVersion + + if ($Runtime -eq "dotnet") { + $PayloadURL = "$AzureFeed/Runtime/$SpecificVersion/dotnet-runtime-$SpecificProductVersion-win-$CLIArchitecture.zip" + } + elseif ($Runtime -eq "aspnetcore") { + $PayloadURL = "$AzureFeed/aspnetcore/Runtime/$SpecificVersion/aspnetcore-runtime-$SpecificProductVersion-win-$CLIArchitecture.zip" + } + elseif ($Runtime -eq "windowsdesktop") { + $PayloadURL = "$AzureFeed/Runtime/$SpecificVersion/windowsdesktop-runtime-$SpecificProductVersion-win-$CLIArchitecture.zip" + } + elseif (-not $Runtime) { + $PayloadURL = "$AzureFeed/Sdk/$SpecificVersion/dotnet-sdk-$SpecificProductVersion-win-$CLIArchitecture.zip" + } + else { + throw "Invalid value for `$Runtime" + } + + Say-Verbose "Constructed primary named payload URL: $PayloadURL" + + return $PayloadURL, $SpecificProductVersion +} + +function Get-LegacyDownload-Link([string]$AzureFeed, [string]$SpecificVersion, [string]$CLIArchitecture) { + Say-Invocation $MyInvocation + + if (-not $Runtime) { + $PayloadURL = "$AzureFeed/Sdk/$SpecificVersion/dotnet-dev-win-$CLIArchitecture.$SpecificVersion.zip" + } + elseif ($Runtime -eq "dotnet") { + $PayloadURL = "$AzureFeed/Runtime/$SpecificVersion/dotnet-win-$CLIArchitecture.$SpecificVersion.zip" + } + else { + return $null + } + + Say-Verbose "Constructed legacy named payload URL: $PayloadURL" + + return $PayloadURL +} + +function Get-Product-Version([string]$AzureFeed, [string]$SpecificVersion) { + Say-Invocation $MyInvocation + + if ($Runtime -eq "dotnet") { + $ProductVersionTxtURL = "$AzureFeed/Runtime/$SpecificVersion/productVersion.txt" + } + elseif ($Runtime -eq "aspnetcore") { + $ProductVersionTxtURL = "$AzureFeed/aspnetcore/Runtime/$SpecificVersion/productVersion.txt" + } + elseif ($Runtime -eq "windowsdesktop") { + $ProductVersionTxtURL = "$AzureFeed/Runtime/$SpecificVersion/productVersion.txt" + } + elseif (-not $Runtime) { + $ProductVersionTxtURL = "$AzureFeed/Sdk/$SpecificVersion/productVersion.txt" + } + else { + throw "Invalid value specified for `$Runtime" + } + + Say-Verbose "Checking for existence of $ProductVersionTxtURL" + + try { + $productVersionResponse = GetHTTPResponse($productVersionTxtUrl) + + if ($productVersionResponse.StatusCode -eq 200) { + $productVersion = $productVersionResponse.Content.ReadAsStringAsync().Result.Trim() + if ($productVersion -ne $SpecificVersion) + { + Say "Using alternate version $productVersion found in $ProductVersionTxtURL" + } + + return $productVersion + } + else { + Say-Verbose "Got StatusCode $($productVersionResponse.StatusCode) trying to get productVersion.txt at $productVersionTxtUrl, so using default value of $SpecificVersion" + $productVersion = $SpecificVersion + } + } catch { + Say-Verbose "Could not read productVersion.txt at $productVersionTxtUrl, so using default value of $SpecificVersion" + $productVersion = $SpecificVersion + } + + return $productVersion +} + +function Get-User-Share-Path() { + Say-Invocation $MyInvocation + + $InstallRoot = $env:DOTNET_INSTALL_DIR + if (!$InstallRoot) { + $InstallRoot = "$env:LocalAppData\Microsoft\dotnet" + } + return $InstallRoot +} + +function Resolve-Installation-Path([string]$InstallDir) { + Say-Invocation $MyInvocation + + if ($InstallDir -eq "") { + return Get-User-Share-Path + } + return $InstallDir +} + +function Is-Dotnet-Package-Installed([string]$InstallRoot, [string]$RelativePathToPackage, [string]$SpecificVersion) { + Say-Invocation $MyInvocation + + $DotnetPackagePath = Join-Path -Path $InstallRoot -ChildPath $RelativePathToPackage | Join-Path -ChildPath $SpecificVersion + Say-Verbose "Is-Dotnet-Package-Installed: DotnetPackagePath=$DotnetPackagePath" + return Test-Path $DotnetPackagePath -PathType Container +} + +function Get-Absolute-Path([string]$RelativeOrAbsolutePath) { + # Too much spam + # Say-Invocation $MyInvocation + + return $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($RelativeOrAbsolutePath) +} + +function Get-Path-Prefix-With-Version($path) { + $match = [regex]::match($path, $VersionRegEx) + if ($match.Success) { + return $entry.FullName.Substring(0, $match.Index + $match.Length) + } + + return $null +} + +function Get-List-Of-Directories-And-Versions-To-Unpack-From-Dotnet-Package([System.IO.Compression.ZipArchive]$Zip, [string]$OutPath) { + Say-Invocation $MyInvocation + + $ret = @() + foreach ($entry in $Zip.Entries) { + $dir = Get-Path-Prefix-With-Version $entry.FullName + if ($dir -ne $null) { + $path = Get-Absolute-Path $(Join-Path -Path $OutPath -ChildPath $dir) + if (-Not (Test-Path $path -PathType Container)) { + $ret += $dir + } + } + } + + $ret = $ret | Sort-Object | Get-Unique + + $values = ($ret | foreach { "$_" }) -join ";" + Say-Verbose "Directories to unpack: $values" + + return $ret +} + +# Example zip content and extraction algorithm: +# Rule: files if extracted are always being extracted to the same relative path locally +# .\ +# a.exe # file does not exist locally, extract +# b.dll # file exists locally, override only if $OverrideFiles set +# aaa\ # same rules as for files +# ... +# abc\1.0.0\ # directory contains version and exists locally +# ... # do not extract content under versioned part +# abc\asd\ # same rules as for files +# ... +# def\ghi\1.0.1\ # directory contains version and does not exist locally +# ... # extract content +function Extract-Dotnet-Package([string]$ZipPath, [string]$OutPath) { + Say-Invocation $MyInvocation + + Load-Assembly -Assembly System.IO.Compression.FileSystem + Set-Variable -Name Zip + try { + $Zip = [System.IO.Compression.ZipFile]::OpenRead($ZipPath) + + $DirectoriesToUnpack = Get-List-Of-Directories-And-Versions-To-Unpack-From-Dotnet-Package -Zip $Zip -OutPath $OutPath + + foreach ($entry in $Zip.Entries) { + $PathWithVersion = Get-Path-Prefix-With-Version $entry.FullName + if (($PathWithVersion -eq $null) -Or ($DirectoriesToUnpack -contains $PathWithVersion)) { + $DestinationPath = Get-Absolute-Path $(Join-Path -Path $OutPath -ChildPath $entry.FullName) + $DestinationDir = Split-Path -Parent $DestinationPath + $OverrideFiles=$OverrideNonVersionedFiles -Or (-Not (Test-Path $DestinationPath)) + if ((-Not $DestinationPath.EndsWith("\")) -And $OverrideFiles) { + New-Item -ItemType Directory -Force -Path $DestinationDir | Out-Null + [System.IO.Compression.ZipFileExtensions]::ExtractToFile($entry, $DestinationPath, $OverrideNonVersionedFiles) + } + } + } + } + finally { + if ($Zip -ne $null) { + $Zip.Dispose() + } + } +} + +function DownloadFile($Source, [string]$OutPath) { + if ($Source -notlike "http*") { + # Using System.IO.Path.GetFullPath to get the current directory + # does not work in this context - $pwd gives the current directory + if (![System.IO.Path]::IsPathRooted($Source)) { + $Source = $(Join-Path -Path $pwd -ChildPath $Source) + } + $Source = Get-Absolute-Path $Source + Say "Copying file from $Source to $OutPath" + Copy-Item $Source $OutPath + return + } + + $Stream = $null + + try { + $Response = GetHTTPResponse -Uri $Source + $Stream = $Response.Content.ReadAsStreamAsync().Result + $File = [System.IO.File]::Create($OutPath) + $Stream.CopyTo($File) + $File.Close() + } + finally { + if ($Stream -ne $null) { + $Stream.Dispose() + } + } +} + +function Prepend-Sdk-InstallRoot-To-Path([string]$InstallRoot, [string]$BinFolderRelativePath) { + $BinPath = Get-Absolute-Path $(Join-Path -Path $InstallRoot -ChildPath $BinFolderRelativePath) + if (-Not $NoPath) { + $SuffixedBinPath = "$BinPath;" + if (-Not $env:path.Contains($SuffixedBinPath)) { + Say "Adding to current process PATH: `"$BinPath`". Note: This change will not be visible if PowerShell was run as a child process." + $env:path = $SuffixedBinPath + $env:path + } else { + Say-Verbose "Current process PATH already contains `"$BinPath`"" + } + } + else { + Say "Binaries of dotnet can be found in $BinPath" + } +} + +$CLIArchitecture = Get-CLIArchitecture-From-Architecture $Architecture +$SpecificVersion = Get-Specific-Version-From-Version -AzureFeed $AzureFeed -Channel $Channel -Version $Version -JSonFile $JSonFile +$DownloadLink, $EffectiveVersion = Get-Download-Link -AzureFeed $AzureFeed -SpecificVersion $SpecificVersion -CLIArchitecture $CLIArchitecture +$LegacyDownloadLink = Get-LegacyDownload-Link -AzureFeed $AzureFeed -SpecificVersion $SpecificVersion -CLIArchitecture $CLIArchitecture + +$InstallRoot = Resolve-Installation-Path $InstallDir +Say-Verbose "InstallRoot: $InstallRoot" +$ScriptName = $MyInvocation.MyCommand.Name + +if ($DryRun) { + Say "Payload URLs:" + Say "Primary named payload URL: $DownloadLink" + if ($LegacyDownloadLink) { + Say "Legacy named payload URL: $LegacyDownloadLink" + } + $RepeatableCommand = ".\$ScriptName -Version `"$SpecificVersion`" -InstallDir `"$InstallRoot`" -Architecture `"$CLIArchitecture`"" + if ($Runtime -eq "dotnet") { + $RepeatableCommand+=" -Runtime `"dotnet`"" + } + elseif ($Runtime -eq "aspnetcore") { + $RepeatableCommand+=" -Runtime `"aspnetcore`"" + } + foreach ($key in $MyInvocation.BoundParameters.Keys) { + if (-not (@("Architecture","Channel","DryRun","InstallDir","Runtime","SharedRuntime","Version") -contains $key)) { + $RepeatableCommand+=" -$key `"$($MyInvocation.BoundParameters[$key])`"" + } + } + Say "Repeatable invocation: $RepeatableCommand" + exit 0 +} + +if ($Runtime -eq "dotnet") { + $assetName = ".NET Core Runtime" + $dotnetPackageRelativePath = "shared\Microsoft.NETCore.App" +} +elseif ($Runtime -eq "aspnetcore") { + $assetName = "ASP.NET Core Runtime" + $dotnetPackageRelativePath = "shared\Microsoft.AspNetCore.App" +} +elseif ($Runtime -eq "windowsdesktop") { + $assetName = ".NET Core Windows Desktop Runtime" + $dotnetPackageRelativePath = "shared\Microsoft.WindowsDesktop.App" +} +elseif (-not $Runtime) { + $assetName = ".NET Core SDK" + $dotnetPackageRelativePath = "sdk" +} +else { + throw "Invalid value for `$Runtime" +} + +if ($SpecificVersion -ne $EffectiveVersion) +{ + Say "Performing installation checks for effective version: $EffectiveVersion" + $SpecificVersion = $EffectiveVersion +} + +# Check if the SDK version is already installed. +$isAssetInstalled = Is-Dotnet-Package-Installed -InstallRoot $InstallRoot -RelativePathToPackage $dotnetPackageRelativePath -SpecificVersion $SpecificVersion +if ($isAssetInstalled) { + Say "$assetName version $SpecificVersion is already installed." + Prepend-Sdk-InstallRoot-To-Path -InstallRoot $InstallRoot -BinFolderRelativePath $BinFolderRelativePath + exit 0 +} + +New-Item -ItemType Directory -Force -Path $InstallRoot | Out-Null + +$installDrive = $((Get-Item $InstallRoot).PSDrive.Name); +$diskInfo = Get-PSDrive -Name $installDrive +if ($diskInfo.Free / 1MB -le 100) { + Say "There is not enough disk space on drive ${installDrive}:" + exit 0 +} + +$ZipPath = [System.IO.Path]::combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName()) +Say-Verbose "Zip path: $ZipPath" + +$DownloadFailed = $false +Say "Downloading link: $DownloadLink" +try { + DownloadFile -Source $DownloadLink -OutPath $ZipPath +} +catch { + Say "Cannot download: $DownloadLink" + if ($LegacyDownloadLink) { + $DownloadLink = $LegacyDownloadLink + $ZipPath = [System.IO.Path]::combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName()) + Say-Verbose "Legacy zip path: $ZipPath" + Say "Downloading legacy link: $DownloadLink" + try { + DownloadFile -Source $DownloadLink -OutPath $ZipPath + } + catch { + Say "Cannot download: $DownloadLink" + $DownloadFailed = $true + } + } + else { + $DownloadFailed = $true + } +} + +if ($DownloadFailed) { + throw "Could not find/download: `"$assetName`" with version = $SpecificVersion`nRefer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support" +} + +Say "Extracting zip from $DownloadLink" +Extract-Dotnet-Package -ZipPath $ZipPath -OutPath $InstallRoot + +# Check if the SDK version is installed; if not, fail the installation. +$isAssetInstalled = $false + +# if the version contains "RTM" or "servicing"; check if a 'release-type' SDK version is installed. +if ($SpecificVersion -Match "rtm" -or $SpecificVersion -Match "servicing") { + $ReleaseVersion = $SpecificVersion.Split("-")[0] + Say-Verbose "Checking installation: version = $ReleaseVersion" + $isAssetInstalled = Is-Dotnet-Package-Installed -InstallRoot $InstallRoot -RelativePathToPackage $dotnetPackageRelativePath -SpecificVersion $ReleaseVersion +} + +# Check if the SDK version is installed. +if (!$isAssetInstalled) { + Say-Verbose "Checking installation: version = $SpecificVersion" + $isAssetInstalled = Is-Dotnet-Package-Installed -InstallRoot $InstallRoot -RelativePathToPackage $dotnetPackageRelativePath -SpecificVersion $SpecificVersion +} + +if (!$isAssetInstalled) { + throw "`"$assetName`" with version = $SpecificVersion failed to install with an unknown error." +} + +Remove-Item $ZipPath + +Prepend-Sdk-InstallRoot-To-Path -InstallRoot $InstallRoot -BinFolderRelativePath $BinFolderRelativePath + +Say "Installation finished" +exit 0 \ No newline at end of file diff --git a/eng/common/dotnet-install-scripts/dotnet-install.sh b/eng/common/dotnet-install-scripts/dotnet-install.sh new file mode 100644 index 000000000..92161141f --- /dev/null +++ b/eng/common/dotnet-install-scripts/dotnet-install.sh @@ -0,0 +1,1133 @@ +#!/usr/bin/env bash +# Copyright (c) .NET Foundation and contributors. All rights reserved. +# Licensed under the MIT license. See LICENSE file in the project root for full license information. +# + +# Stop script on NZEC +set -e +# Stop script if unbound variable found (use ${var:-} if intentional) +set -u +# By default cmd1 | cmd2 returns exit code of cmd2 regardless of cmd1 success +# This is causing it to fail +set -o pipefail + +# Use in the the functions: eval $invocation +invocation='say_verbose "Calling: ${yellow:-}${FUNCNAME[0]} ${green:-}$*${normal:-}"' + +# standard output may be used as a return value in the functions +# we need a way to write text on the screen in the functions so that +# it won't interfere with the return value. +# Exposing stream 3 as a pipe to standard output of the script itself +exec 3>&1 + +# Setup some colors to use. These need to work in fairly limited shells, like the Ubuntu Docker container where there are only 8 colors. +# See if stdout is a terminal +if [ -t 1 ] && command -v tput > /dev/null; then + # see if it supports colors + ncolors=$(tput colors) + if [ -n "$ncolors" ] && [ $ncolors -ge 8 ]; then + bold="$(tput bold || echo)" + normal="$(tput sgr0 || echo)" + black="$(tput setaf 0 || echo)" + red="$(tput setaf 1 || echo)" + green="$(tput setaf 2 || echo)" + yellow="$(tput setaf 3 || echo)" + blue="$(tput setaf 4 || echo)" + magenta="$(tput setaf 5 || echo)" + cyan="$(tput setaf 6 || echo)" + white="$(tput setaf 7 || echo)" + fi +fi + +say_warning() { + printf "%b\n" "${yellow:-}dotnet_install: Warning: $1${normal:-}" +} + +say_err() { + printf "%b\n" "${red:-}dotnet_install: Error: $1${normal:-}" >&2 +} + +say() { + # using stream 3 (defined in the beginning) to not interfere with stdout of functions + # which may be used as return value + printf "%b\n" "${cyan:-}dotnet-install:${normal:-} $1" >&3 +} + +say_verbose() { + if [ "$verbose" = true ]; then + say "$1" + fi +} + +# This platform list is finite - if the SDK/Runtime has supported Linux distribution-specific assets, +# then and only then should the Linux distribution appear in this list. +# Adding a Linux distribution to this list does not imply distribution-specific support. +get_legacy_os_name_from_platform() { + eval $invocation + + platform="$1" + case "$platform" in + "centos.7") + echo "centos" + return 0 + ;; + "debian.8") + echo "debian" + return 0 + ;; + "debian.9") + echo "debian.9" + return 0 + ;; + "fedora.23") + echo "fedora.23" + return 0 + ;; + "fedora.24") + echo "fedora.24" + return 0 + ;; + "fedora.27") + echo "fedora.27" + return 0 + ;; + "fedora.28") + echo "fedora.28" + return 0 + ;; + "opensuse.13.2") + echo "opensuse.13.2" + return 0 + ;; + "opensuse.42.1") + echo "opensuse.42.1" + return 0 + ;; + "opensuse.42.3") + echo "opensuse.42.3" + return 0 + ;; + "rhel.7"*) + echo "rhel" + return 0 + ;; + "ubuntu.14.04") + echo "ubuntu" + return 0 + ;; + "ubuntu.16.04") + echo "ubuntu.16.04" + return 0 + ;; + "ubuntu.16.10") + echo "ubuntu.16.10" + return 0 + ;; + "ubuntu.18.04") + echo "ubuntu.18.04" + return 0 + ;; + "alpine.3.4.3") + echo "alpine" + return 0 + ;; + esac + return 1 +} + +get_linux_platform_name() { + eval $invocation + + if [ -n "$runtime_id" ]; then + echo "${runtime_id%-*}" + return 0 + else + if [ -e /etc/os-release ]; then + . /etc/os-release + echo "$ID${VERSION_ID:+.${VERSION_ID}}" + return 0 + elif [ -e /etc/redhat-release ]; then + local redhatRelease=$(&1 || true) | grep -q musl +} + +get_current_os_name() { + eval $invocation + + local uname=$(uname) + if [ "$uname" = "Darwin" ]; then + echo "osx" + return 0 + elif [ "$uname" = "FreeBSD" ]; then + echo "freebsd" + return 0 + elif [ "$uname" = "Linux" ]; then + local linux_platform_name + linux_platform_name="$(get_linux_platform_name)" || { echo "linux" && return 0 ; } + + if [ "$linux_platform_name" = "rhel.6" ]; then + echo $linux_platform_name + return 0 + elif is_musl_based_distro; then + echo "linux-musl" + return 0 + else + echo "linux" + return 0 + fi + fi + + say_err "OS name could not be detected: UName = $uname" + return 1 +} + +get_legacy_os_name() { + eval $invocation + + local uname=$(uname) + if [ "$uname" = "Darwin" ]; then + echo "osx" + return 0 + elif [ -n "$runtime_id" ]; then + echo $(get_legacy_os_name_from_platform "${runtime_id%-*}" || echo "${runtime_id%-*}") + return 0 + else + if [ -e /etc/os-release ]; then + . /etc/os-release + os=$(get_legacy_os_name_from_platform "$ID${VERSION_ID:+.${VERSION_ID}}" || echo "") + if [ -n "$os" ]; then + echo "$os" + return 0 + fi + fi + fi + + say_verbose "Distribution specific OS name and version could not be detected: UName = $uname" + return 1 +} + +machine_has() { + eval $invocation + + hash "$1" > /dev/null 2>&1 + return $? +} + + +check_min_reqs() { + local hasMinimum=false + if machine_has "curl"; then + hasMinimum=true + elif machine_has "wget"; then + hasMinimum=true + fi + + if [ "$hasMinimum" = "false" ]; then + say_err "curl (recommended) or wget are required to download dotnet. Install missing prerequisite to proceed." + return 1 + fi + return 0 +} + +check_pre_reqs() { + eval $invocation + + if [ "${DOTNET_INSTALL_SKIP_PREREQS:-}" = "1" ]; then + return 0 + fi + + if [ "$(uname)" = "Linux" ]; then + if is_musl_based_distro; then + if ! command -v scanelf > /dev/null; then + say_warning "scanelf not found, please install pax-utils package." + return 0 + fi + LDCONFIG_COMMAND="scanelf --ldpath -BF '%f'" + [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep libintl)" ] && say_warning "Unable to locate libintl. Probable prerequisite missing; install libintl (or gettext)." + else + if [ ! -x "$(command -v ldconfig)" ]; then + say_verbose "ldconfig is not in PATH, trying /sbin/ldconfig." + LDCONFIG_COMMAND="/sbin/ldconfig" + else + LDCONFIG_COMMAND="ldconfig" + fi + local librarypath=${LD_LIBRARY_PATH:-} + LDCONFIG_COMMAND="$LDCONFIG_COMMAND -NXv ${librarypath//:/ }" + fi + + [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep zlib)" ] && say_warning "Unable to locate zlib. Probable prerequisite missing; install zlib." + [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep ssl)" ] && say_warning "Unable to locate libssl. Probable prerequisite missing; install libssl." + [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep libicu)" ] && say_warning "Unable to locate libicu. Probable prerequisite missing; install libicu." + [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep lttng)" ] && say_warning "Unable to locate liblttng. Probable prerequisite missing; install libcurl." + [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep libcurl)" ] && say_warning "Unable to locate libcurl. Probable prerequisite missing; install libcurl." + fi + + return 0 +} + +# args: +# input - $1 +to_lowercase() { + #eval $invocation + + echo "$1" | tr '[:upper:]' '[:lower:]' + return 0 +} + +# args: +# input - $1 +remove_trailing_slash() { + #eval $invocation + + local input="${1:-}" + echo "${input%/}" + return 0 +} + +# args: +# input - $1 +remove_beginning_slash() { + #eval $invocation + + local input="${1:-}" + echo "${input#/}" + return 0 +} + +# args: +# root_path - $1 +# child_path - $2 - this parameter can be empty +combine_paths() { + eval $invocation + + # TODO: Consider making it work with any number of paths. For now: + if [ ! -z "${3:-}" ]; then + say_err "combine_paths: Function takes two parameters." + return 1 + fi + + local root_path="$(remove_trailing_slash "$1")" + local child_path="$(remove_beginning_slash "${2:-}")" + say_verbose "combine_paths: root_path=$root_path" + say_verbose "combine_paths: child_path=$child_path" + echo "$root_path/$child_path" + return 0 +} + +get_machine_architecture() { + eval $invocation + + if command -v uname > /dev/null; then + CPUName=$(uname -m) + case $CPUName in + armv7l) + echo "arm" + return 0 + ;; + aarch64) + echo "arm64" + return 0 + ;; + esac + fi + + # Always default to 'x64' + echo "x64" + return 0 +} + +# args: +# architecture - $1 +get_normalized_architecture_from_architecture() { + eval $invocation + + local architecture="$(to_lowercase "$1")" + case "$architecture" in + \) + echo "$(get_normalized_architecture_from_architecture "$(get_machine_architecture)")" + return 0 + ;; + amd64|x64) + echo "x64" + return 0 + ;; + arm) + echo "arm" + return 0 + ;; + arm64) + echo "arm64" + return 0 + ;; + esac + + say_err "Architecture \`$architecture\` not supported. If you think this is a bug, report it at https://github.com/dotnet/sdk/issues" + return 1 +} + +# The version text returned from the feeds is a 1-line or 2-line string: +# For the SDK and the dotnet runtime (2 lines): +# Line 1: # commit_hash +# Line 2: # 4-part version +# For the aspnetcore runtime (1 line): +# Line 1: # 4-part version + +# args: +# version_text - stdin +get_version_from_version_info() { + eval $invocation + + cat | tail -n 1 | sed 's/\r$//' + return 0 +} + +# args: +# install_root - $1 +# relative_path_to_package - $2 +# specific_version - $3 +is_dotnet_package_installed() { + eval $invocation + + local install_root="$1" + local relative_path_to_package="$2" + local specific_version="${3//[$'\t\r\n']}" + + local dotnet_package_path="$(combine_paths "$(combine_paths "$install_root" "$relative_path_to_package")" "$specific_version")" + say_verbose "is_dotnet_package_installed: dotnet_package_path=$dotnet_package_path" + + if [ -d "$dotnet_package_path" ]; then + return 0 + else + return 1 + fi +} + +# args: +# azure_feed - $1 +# channel - $2 +# normalized_architecture - $3 +# coherent - $4 +get_latest_version_info() { + eval $invocation + + local azure_feed="$1" + local channel="$2" + local normalized_architecture="$3" + local coherent="$4" + + local version_file_url=null + if [[ "$runtime" == "dotnet" ]]; then + version_file_url="$uncached_feed/Runtime/$channel/latest.version" + elif [[ "$runtime" == "aspnetcore" ]]; then + version_file_url="$uncached_feed/aspnetcore/Runtime/$channel/latest.version" + elif [ -z "$runtime" ]; then + if [ "$coherent" = true ]; then + version_file_url="$uncached_feed/Sdk/$channel/latest.coherent.version" + else + version_file_url="$uncached_feed/Sdk/$channel/latest.version" + fi + else + say_err "Invalid value for \$runtime" + return 1 + fi + say_verbose "get_latest_version_info: latest url: $version_file_url" + + download "$version_file_url" + return $? +} + +# args: +# json_file - $1 +parse_jsonfile_for_version() { + eval $invocation + + local json_file="$1" + if [ ! -f "$json_file" ]; then + say_err "Unable to find \`$json_file\`" + return 1 + fi + + sdk_section=$(cat $json_file | awk '/"sdk"/,/}/') + if [ -z "$sdk_section" ]; then + say_err "Unable to parse the SDK node in \`$json_file\`" + return 1 + fi + + sdk_list=$(echo $sdk_section | awk -F"[{}]" '{print $2}') + sdk_list=${sdk_list//[\" ]/} + sdk_list=${sdk_list//,/$'\n'} + sdk_list="$(echo -e "${sdk_list}" | tr -d '[[:space:]]')" + + local version_info="" + while read -r line; do + IFS=: + while read -r key value; do + if [[ "$key" == "version" ]]; then + version_info=$value + fi + done <<< "$line" + done <<< "$sdk_list" + if [ -z "$version_info" ]; then + say_err "Unable to find the SDK:version node in \`$json_file\`" + return 1 + fi + + unset IFS; + echo "$version_info" + return 0 +} + +# args: +# azure_feed - $1 +# channel - $2 +# normalized_architecture - $3 +# version - $4 +# json_file - $5 +get_specific_version_from_version() { + eval $invocation + + local azure_feed="$1" + local channel="$2" + local normalized_architecture="$3" + local version="$(to_lowercase "$4")" + local json_file="$5" + + if [ -z "$json_file" ]; then + case "$version" in + latest) + local version_info + version_info="$(get_latest_version_info "$azure_feed" "$channel" "$normalized_architecture" false)" || return 1 + say_verbose "get_specific_version_from_version: version_info=$version_info" + echo "$version_info" | get_version_from_version_info + return 0 + ;; + coherent) + local version_info + version_info="$(get_latest_version_info "$azure_feed" "$channel" "$normalized_architecture" true)" || return 1 + say_verbose "get_specific_version_from_version: version_info=$version_info" + echo "$version_info" | get_version_from_version_info + return 0 + ;; + *) + echo "$version" + return 0 + ;; + esac + else + local version_info + version_info="$(parse_jsonfile_for_version "$json_file")" || return 1 + echo "$version_info" + return 0 + fi +} + +# args: +# azure_feed - $1 +# channel - $2 +# normalized_architecture - $3 +# specific_version - $4 +construct_download_link() { + eval $invocation + + local azure_feed="$1" + local channel="$2" + local normalized_architecture="$3" + local specific_version="${4//[$'\t\r\n']}" + local specific_product_version="$(get_specific_product_version "$1" "$4")" + + local osname + osname="$(get_current_os_name)" || return 1 + + local download_link=null + if [[ "$runtime" == "dotnet" ]]; then + download_link="$azure_feed/Runtime/$specific_version/dotnet-runtime-$specific_product_version-$osname-$normalized_architecture.tar.gz" + elif [[ "$runtime" == "aspnetcore" ]]; then + download_link="$azure_feed/aspnetcore/Runtime/$specific_version/aspnetcore-runtime-$specific_product_version-$osname-$normalized_architecture.tar.gz" + elif [ -z "$runtime" ]; then + download_link="$azure_feed/Sdk/$specific_version/dotnet-sdk-$specific_product_version-$osname-$normalized_architecture.tar.gz" + else + return 1 + fi + + echo "$download_link" + return 0 +} + +# args: +# azure_feed - $1 +# specific_version - $2 +get_specific_product_version() { + # If we find a 'productVersion.txt' at the root of any folder, we'll use its contents + # to resolve the version of what's in the folder, superseding the specified version. + eval $invocation + + local azure_feed="$1" + local specific_version="${2//[$'\t\r\n']}" + local specific_product_version=$specific_version + + local download_link=null + if [[ "$runtime" == "dotnet" ]]; then + download_link="$azure_feed/Runtime/$specific_version/productVersion.txt${feed_credential}" + elif [[ "$runtime" == "aspnetcore" ]]; then + download_link="$azure_feed/aspnetcore/Runtime/$specific_version/productVersion.txt${feed_credential}" + elif [ -z "$runtime" ]; then + download_link="$azure_feed/Sdk/$specific_version/productVersion.txt${feed_credential}" + else + return 1 + fi + + specific_product_version=$(curl -s --fail "$download_link") + if [ $? -ne 0 ] + then + specific_product_version=$(wget -qO- "$download_link") + if [ $? -ne 0 ] + then + specific_product_version=$specific_version + fi + fi + specific_product_version="${specific_product_version//[$'\t\r\n']}" + + echo "$specific_product_version" + return 0 +} + +# args: +# azure_feed - $1 +# channel - $2 +# normalized_architecture - $3 +# specific_version - $4 +construct_legacy_download_link() { + eval $invocation + + local azure_feed="$1" + local channel="$2" + local normalized_architecture="$3" + local specific_version="${4//[$'\t\r\n']}" + + local distro_specific_osname + distro_specific_osname="$(get_legacy_os_name)" || return 1 + + local legacy_download_link=null + if [[ "$runtime" == "dotnet" ]]; then + legacy_download_link="$azure_feed/Runtime/$specific_version/dotnet-$distro_specific_osname-$normalized_architecture.$specific_version.tar.gz" + elif [ -z "$runtime" ]; then + legacy_download_link="$azure_feed/Sdk/$specific_version/dotnet-dev-$distro_specific_osname-$normalized_architecture.$specific_version.tar.gz" + else + return 1 + fi + + echo "$legacy_download_link" + return 0 +} + +get_user_install_path() { + eval $invocation + + if [ ! -z "${DOTNET_INSTALL_DIR:-}" ]; then + echo "$DOTNET_INSTALL_DIR" + else + echo "$HOME/.dotnet" + fi + return 0 +} + +# args: +# install_dir - $1 +resolve_installation_path() { + eval $invocation + + local install_dir=$1 + if [ "$install_dir" = "" ]; then + local user_install_path="$(get_user_install_path)" + say_verbose "resolve_installation_path: user_install_path=$user_install_path" + echo "$user_install_path" + return 0 + fi + + echo "$install_dir" + return 0 +} + +# args: +# relative_or_absolute_path - $1 +get_absolute_path() { + eval $invocation + + local relative_or_absolute_path=$1 + echo "$(cd "$(dirname "$1")" && pwd -P)/$(basename "$1")" + return 0 +} + +# args: +# input_files - stdin +# root_path - $1 +# out_path - $2 +# override - $3 +copy_files_or_dirs_from_list() { + eval $invocation + + local root_path="$(remove_trailing_slash "$1")" + local out_path="$(remove_trailing_slash "$2")" + local override="$3" + local osname="$(get_current_os_name)" + local override_switch=$( + if [ "$override" = false ]; then + if [ "$osname" = "linux-musl" ]; then + printf -- "-u"; + else + printf -- "-n"; + fi + fi) + + cat | uniq | while read -r file_path; do + local path="$(remove_beginning_slash "${file_path#$root_path}")" + local target="$out_path/$path" + if [ "$override" = true ] || (! ([ -d "$target" ] || [ -e "$target" ])); then + mkdir -p "$out_path/$(dirname "$path")" + if [ -d "$target" ]; then + rm -rf "$target" + fi + cp -R $override_switch "$root_path/$path" "$target" + fi + done +} + +# args: +# zip_path - $1 +# out_path - $2 +extract_dotnet_package() { + eval $invocation + + local zip_path="$1" + local out_path="$2" + + local temp_out_path="$(mktemp -d "$temporary_file_template")" + + local failed=false + tar -xzf "$zip_path" -C "$temp_out_path" > /dev/null || failed=true + + local folders_with_version_regex='^.*/[0-9]+\.[0-9]+[^/]+/' + find "$temp_out_path" -type f | grep -Eo "$folders_with_version_regex" | sort | copy_files_or_dirs_from_list "$temp_out_path" "$out_path" false + find "$temp_out_path" -type f | grep -Ev "$folders_with_version_regex" | copy_files_or_dirs_from_list "$temp_out_path" "$out_path" "$override_non_versioned_files" + + rm -rf "$temp_out_path" + + if [ "$failed" = true ]; then + say_err "Extraction failed" + return 1 + fi +} + +# args: +# remote_path - $1 +# [out_path] - $2 - stdout if not provided +download() { + eval $invocation + + local remote_path="$1" + local out_path="${2:-}" + + if [[ "$remote_path" != "http"* ]]; then + cp "$remote_path" "$out_path" + return $? + fi + + local failed=false + if machine_has "curl"; then + downloadcurl "$remote_path" "$out_path" || failed=true + elif machine_has "wget"; then + downloadwget "$remote_path" "$out_path" || failed=true + else + failed=true + fi + if [ "$failed" = true ]; then + say_verbose "Download failed: $remote_path" + return 1 + fi + return 0 +} + +downloadcurl() { + eval $invocation + local remote_path="$1" + local out_path="${2:-}" + + # Append feed_credential as late as possible before calling curl to avoid logging feed_credential + remote_path="${remote_path}${feed_credential}" + + local curl_options="--retry 20 --retry-delay 2 --connect-timeout 15 -sSL -f --create-dirs " + local failed=false + if [ -z "$out_path" ]; then + curl $curl_options "$remote_path" || failed=true + else + curl $curl_options -o "$out_path" "$remote_path" || failed=true + fi + if [ "$failed" = true ]; then + say_verbose "Curl download failed" + return 1 + fi + return 0 +} + +downloadwget() { + eval $invocation + local remote_path="$1" + local out_path="${2:-}" + + # Append feed_credential as late as possible before calling wget to avoid logging feed_credential + remote_path="${remote_path}${feed_credential}" + local wget_options="--tries 20 --waitretry 2 --connect-timeout 15 " + local failed=false + if [ -z "$out_path" ]; then + wget -q $wget_options -O - "$remote_path" || failed=true + else + wget $wget_options -O "$out_path" "$remote_path" || failed=true + fi + if [ "$failed" = true ]; then + say_verbose "Wget download failed" + return 1 + fi + return 0 +} + +calculate_vars() { + eval $invocation + valid_legacy_download_link=true + + normalized_architecture="$(get_normalized_architecture_from_architecture "$architecture")" + say_verbose "normalized_architecture=$normalized_architecture" + + specific_version="$(get_specific_version_from_version "$azure_feed" "$channel" "$normalized_architecture" "$version" "$json_file")" + specific_product_version="$(get_specific_product_version "$azure_feed" "$specific_version")" + say_verbose "specific_version=$specific_version" + if [ -z "$specific_version" ]; then + say_err "Could not resolve version information." + return 1 + fi + + download_link="$(construct_download_link "$azure_feed" "$channel" "$normalized_architecture" "$specific_version")" + say_verbose "Constructed primary named payload URL: $download_link" + + legacy_download_link="$(construct_legacy_download_link "$azure_feed" "$channel" "$normalized_architecture" "$specific_version")" || valid_legacy_download_link=false + + if [ "$valid_legacy_download_link" = true ]; then + say_verbose "Constructed legacy named payload URL: $legacy_download_link" + else + say_verbose "Cound not construct a legacy_download_link; omitting..." + fi + + install_root="$(resolve_installation_path "$install_dir")" + say_verbose "InstallRoot: $install_root" +} + +install_dotnet() { + eval $invocation + local download_failed=false + local asset_name='' + local asset_relative_path='' + + if [[ "$runtime" == "dotnet" ]]; then + asset_relative_path="shared/Microsoft.NETCore.App" + asset_name=".NET Core Runtime" + elif [[ "$runtime" == "aspnetcore" ]]; then + asset_relative_path="shared/Microsoft.AspNetCore.App" + asset_name="ASP.NET Core Runtime" + elif [ -z "$runtime" ]; then + asset_relative_path="sdk" + asset_name=".NET Core SDK" + else + say_err "Invalid value for \$runtime" + return 1 + fi + + # Check if the SDK version is already installed. + if is_dotnet_package_installed "$install_root" "$asset_relative_path" "$specific_version"; then + say "$asset_name version $specific_version is already installed." + return 0 + fi + + mkdir -p "$install_root" + zip_path="$(mktemp "$temporary_file_template")" + say_verbose "Zip path: $zip_path" + + say "Downloading link: $download_link" + + # Failures are normal in the non-legacy case for ultimately legacy downloads. + # Do not output to stderr, since output to stderr is considered an error. + download "$download_link" "$zip_path" 2>&1 || download_failed=true + + # if the download fails, download the legacy_download_link + if [ "$download_failed" = true ]; then + say "Cannot download: $download_link" + + if [ "$valid_legacy_download_link" = true ]; then + download_failed=false + download_link="$legacy_download_link" + zip_path="$(mktemp "$temporary_file_template")" + say_verbose "Legacy zip path: $zip_path" + say "Downloading legacy link: $download_link" + download "$download_link" "$zip_path" 2>&1 || download_failed=true + + if [ "$download_failed" = true ]; then + say "Cannot download: $download_link" + fi + fi + fi + + if [ "$download_failed" = true ]; then + say_err "Could not find/download: \`$asset_name\` with version = $specific_version" + say_err "Refer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support" + return 1 + fi + + say "Extracting zip from $download_link" + extract_dotnet_package "$zip_path" "$install_root" + + # Check if the SDK version is installed; if not, fail the installation. + # if the version contains "RTM" or "servicing"; check if a 'release-type' SDK version is installed. + if [[ $specific_version == *"rtm"* || $specific_version == *"servicing"* ]]; then + IFS='-' + read -ra verArr <<< "$specific_version" + release_version="${verArr[0]}" + unset IFS; + say_verbose "Checking installation: version = $release_version" + if is_dotnet_package_installed "$install_root" "$asset_relative_path" "$release_version"; then + return 0 + fi + fi + + # Check if the standard SDK version is installed. + say_verbose "Checking installation: version = $specific_product_version" + if is_dotnet_package_installed "$install_root" "$asset_relative_path" "$specific_product_version"; then + return 0 + fi + + say_err "\`$asset_name\` with version = $specific_product_version failed to install with an unknown error." + return 1 +} + +args=("$@") + +local_version_file_relative_path="/.version" +bin_folder_relative_path="" +temporary_file_template="${TMPDIR:-/tmp}/dotnet.XXXXXXXXX" + +channel="LTS" +version="Latest" +json_file="" +install_dir="" +architecture="" +dry_run=false +no_path=false +no_cdn=false +azure_feed="https://dotnetcli.azureedge.net/dotnet" +uncached_feed="https://dotnetcli.blob.core.windows.net/dotnet" +feed_credential="" +verbose=false +runtime="" +runtime_id="" +override_non_versioned_files=true +non_dynamic_parameters="" + +while [ $# -ne 0 ] +do + name="$1" + case "$name" in + -c|--channel|-[Cc]hannel) + shift + channel="$1" + ;; + -v|--version|-[Vv]ersion) + shift + version="$1" + ;; + -i|--install-dir|-[Ii]nstall[Dd]ir) + shift + install_dir="$1" + ;; + --arch|--architecture|-[Aa]rch|-[Aa]rchitecture) + shift + architecture="$1" + ;; + --shared-runtime|-[Ss]hared[Rr]untime) + say_warning "The --shared-runtime flag is obsolete and may be removed in a future version of this script. The recommended usage is to specify '--runtime dotnet'." + if [ -z "$runtime" ]; then + runtime="dotnet" + fi + ;; + --runtime|-[Rr]untime) + shift + runtime="$1" + if [[ "$runtime" != "dotnet" ]] && [[ "$runtime" != "aspnetcore" ]]; then + say_err "Unsupported value for --runtime: '$1'. Valid values are 'dotnet' and 'aspnetcore'." + if [[ "$runtime" == "windowsdesktop" ]]; then + say_err "WindowsDesktop archives are manufactured for Windows platforms only." + fi + exit 1 + fi + ;; + --dry-run|-[Dd]ry[Rr]un) + dry_run=true + ;; + --no-path|-[Nn]o[Pp]ath) + no_path=true + non_dynamic_parameters+=" $name" + ;; + --verbose|-[Vv]erbose) + verbose=true + non_dynamic_parameters+=" $name" + ;; + --no-cdn|-[Nn]o[Cc]dn) + no_cdn=true + non_dynamic_parameters+=" $name" + ;; + --azure-feed|-[Aa]zure[Ff]eed) + shift + azure_feed="$1" + non_dynamic_parameters+=" $name "\""$1"\""" + ;; + --uncached-feed|-[Uu]ncached[Ff]eed) + shift + uncached_feed="$1" + non_dynamic_parameters+=" $name "\""$1"\""" + ;; + --feed-credential|-[Ff]eed[Cc]redential) + shift + feed_credential="$1" + non_dynamic_parameters+=" $name "\""$1"\""" + ;; + --runtime-id|-[Rr]untime[Ii]d) + shift + runtime_id="$1" + non_dynamic_parameters+=" $name "\""$1"\""" + ;; + --jsonfile|-[Jj][Ss]on[Ff]ile) + shift + json_file="$1" + ;; + --skip-non-versioned-files|-[Ss]kip[Nn]on[Vv]ersioned[Ff]iles) + override_non_versioned_files=false + non_dynamic_parameters+=" $name" + ;; + -?|--?|-h|--help|-[Hh]elp) + script_name="$(basename "$0")" + echo ".NET Tools Installer" + echo "Usage: $script_name [-c|--channel ] [-v|--version ] [-p|--prefix ]" + echo " $script_name -h|-?|--help" + echo "" + echo "$script_name is a simple command line interface for obtaining dotnet cli." + echo "" + echo "Options:" + echo " -c,--channel Download from the channel specified, Defaults to \`$channel\`." + echo " -Channel" + echo " Possible values:" + echo " - Current - most current release" + echo " - LTS - most current supported release" + echo " - 2-part version in a format A.B - represents a specific release" + echo " examples: 2.0; 1.0" + echo " - Branch name" + echo " examples: release/2.0.0; Master" + echo " Note: The version parameter overrides the channel parameter." + echo " -v,--version Use specific VERSION, Defaults to \`$version\`." + echo " -Version" + echo " Possible values:" + echo " - latest - most latest build on specific channel" + echo " - coherent - most latest coherent build on specific channel" + echo " coherent applies only to SDK downloads" + echo " - 3-part version in a format A.B.C - represents specific version of build" + echo " examples: 2.0.0-preview2-006120; 1.1.0" + echo " -i,--install-dir Install under specified location (see Install Location below)" + echo " -InstallDir" + echo " --architecture Architecture of dotnet binaries to be installed, Defaults to \`$architecture\`." + echo " --arch,-Architecture,-Arch" + echo " Possible values: x64, arm, and arm64" + echo " --runtime Installs a shared runtime only, without the SDK." + echo " -Runtime" + echo " Possible values:" + echo " - dotnet - the Microsoft.NETCore.App shared runtime" + echo " - aspnetcore - the Microsoft.AspNetCore.App shared runtime" + echo " --dry-run,-DryRun Do not perform installation. Display download link." + echo " --no-path, -NoPath Do not set PATH for the current process." + echo " --verbose,-Verbose Display diagnostics information." + echo " --azure-feed,-AzureFeed Azure feed location. Defaults to $azure_feed, This parameter typically is not changed by the user." + echo " --uncached-feed,-UncachedFeed Uncached feed location. This parameter typically is not changed by the user." + echo " --feed-credential,-FeedCredential Azure feed shared access token. This parameter typically is not specified." + echo " --skip-non-versioned-files Skips non-versioned files if they already exist, such as the dotnet executable." + echo " -SkipNonVersionedFiles" + echo " --no-cdn,-NoCdn Disable downloading from the Azure CDN, and use the uncached feed directly." + echo " --jsonfile Determines the SDK version from a user specified global.json file." + echo " Note: global.json must have a value for 'SDK:Version'" + echo " --runtime-id Installs the .NET Tools for the given platform (use linux-x64 for portable linux)." + echo " -RuntimeId" + echo " -?,--?,-h,--help,-Help Shows this help message" + echo "" + echo "Obsolete parameters:" + echo " --shared-runtime The recommended alternative is '--runtime dotnet'." + echo " This parameter is obsolete and may be removed in a future version of this script." + echo " Installs just the shared runtime bits, not the entire SDK." + echo "" + echo "Install Location:" + echo " Location is chosen in following order:" + echo " - --install-dir option" + echo " - Environmental variable DOTNET_INSTALL_DIR" + echo " - $HOME/.dotnet" + exit 0 + ;; + *) + say_err "Unknown argument \`$name\`" + exit 1 + ;; + esac + + shift +done + +if [ "$no_cdn" = true ]; then + azure_feed="$uncached_feed" +fi + +check_min_reqs +calculate_vars +script_name=$(basename "$0") + +if [ "$dry_run" = true ]; then + say "Payload URLs:" + say "Primary named payload URL: $download_link" + if [ "$valid_legacy_download_link" = true ]; then + say "Legacy named payload URL: $legacy_download_link" + fi + repeatable_command="./$script_name --version "\""$specific_version"\"" --install-dir "\""$install_root"\"" --architecture "\""$normalized_architecture"\""" + if [[ "$runtime" == "dotnet" ]]; then + repeatable_command+=" --runtime "\""dotnet"\""" + elif [[ "$runtime" == "aspnetcore" ]]; then + repeatable_command+=" --runtime "\""aspnetcore"\""" + fi + repeatable_command+="$non_dynamic_parameters" + say "Repeatable invocation: $repeatable_command" + exit 0 +fi + +check_pre_reqs +install_dotnet + +bin_path="$(get_absolute_path "$(combine_paths "$install_root" "$bin_folder_relative_path")")" +if [ "$no_path" = false ]; then + say "Adding to current process PATH: \`$bin_path\`. Note: This change will be visible only when sourcing script." + export PATH="$bin_path":"$PATH" +else + say "Binaries of dotnet can be found in $bin_path" +fi + +say "Installation finished successfully." diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index 055304ad8..d0c3cc2b3 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -67,6 +67,7 @@ jobs: /p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com /p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }} /p:Configuration=$(_BuildConfig) + /p:OfficialBuildId=$(Build.BuildNumber) condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} @@ -87,11 +88,6 @@ jobs: ArtifactName: ReleaseConfigs - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: - - task: PublishBuildArtifacts@1 - displayName: Publish Logs to VSTS - inputs: - PathtoPublish: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)' - PublishLocation: Container - ArtifactName: $(Agent.Os)_PublishBuildAssets - continueOnError: true - condition: always() + - template: /eng/common/templates/steps/publish-logs.yml + parameters: + JobLabel: 'Publish_Artifacts_Logs' diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml index f91751fe7..428026d2e 100644 --- a/eng/common/templates/steps/publish-logs.yml +++ b/eng/common/templates/steps/publish-logs.yml @@ -3,21 +3,20 @@ parameters: JobLabel: '' steps: -- task: Powershell@2 - displayName: Prepare Binlogs to Upload +- task: CopyFiles@2 + displayName: Copy Logs to $(Build.StagingDirectory)\BuildLogs inputs: - targetType: inline - script: | - New-Item -ItemType Directory $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ - Move-Item -Path $(Build.SourcesDirectory)/artifacts/log/Debug/* $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ + SourceFolder: $(Build.SourcesDirectory)\artifacts + Contents: | + **/*.log + **/*.binlog + TargetFolder: '$(Build.StagingDirectory)\BuildLogs' continueOnError: true - condition: always() - -- task: PublishBuildArtifacts@1 - displayName: Publish Logs + condition: succeededOrFailed() + +- task: PublishPipelineArtifact@1 + displayName: Publish BuildLogs inputs: - PathtoPublish: '$(Build.SourcesDirectory)/PostBuildLogs' - PublishLocation: Container - ArtifactName: PostBuildLogs - continueOnError: true - condition: always() + targetPath: '$(Build.StagingDirectory)\BuildLogs' + artifactName: ${{ parameters.JobLabel }} + condition: succeededOrFailed() diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index c2e575c97..1bf215525 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -57,11 +57,15 @@ set-strictmode -version 2.0 $ErrorActionPreference = 'Stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -# If specifies, provides an alternate path for getting .NET Core SDKs and Runtimes. This script will still try public sources first. +# If specified, provides an alternate path for getting .NET Core SDKs and Runtimes. This script will still try public sources first. [string]$runtimeSourceFeed = if (Test-Path variable:runtimeSourceFeed) { $runtimeSourceFeed } else { $null } # Base-64 encoded SAS token that has permission to storage container described by $runtimeSourceFeed [string]$runtimeSourceFeedKey = if (Test-Path variable:runtimeSourceFeedKey) { $runtimeSourceFeedKey } else { $null } +# If false, use copy of dotnet-install from /eng/common/dotnet-install-scripts (for custom behaviors). +# otherwise will fetch from public location. +[bool]$useDefaultDotnetInstall = if (Test-Path variable:useDefaultDotnetInstall) { $useDefaultDotnetInstall } else { $false } + function Create-Directory ([string[]] $path) { New-Item -Path $path -Force -ItemType 'Directory' | Out-Null } @@ -193,37 +197,46 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { function GetDotNetInstallScript([string] $dotnetRoot) { $installScript = Join-Path $dotnetRoot 'dotnet-install.ps1' if (!(Test-Path $installScript)) { - Create-Directory $dotnetRoot - $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit + create-directory $dotnetroot - $maxRetries = 5 - $retries = 1 + if ($useDefaultDotnetInstall) + { + $progresspreference = 'silentlycontinue' # don't display the console progress ui - it's a huge perf hit - $uri = "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" + $maxretries = 5 + $retries = 1 - while($true) { - try { - Write-Host "GET $uri" - Invoke-WebRequest $uri -OutFile $installScript - break + $uri = "https://dot.net/$dotnetinstallscriptversion/dotnet-install.ps1" + + while($true) { + try { + write-host "get $uri" + invoke-webrequest $uri -outfile $installscript + break + } + catch { + write-host "failed to download '$uri'" + write-error $_.exception.message -erroraction continue + } + + if (++$retries -le $maxretries) { + $delayinseconds = [math]::pow(2, $retries) - 1 # exponential backoff + write-host "retrying. waiting for $delayinseconds seconds before next attempt ($retries of $maxretries)." + start-sleep -seconds $delayinseconds + } + else { + throw "unable to download file in $maxretries attempts." + } } - catch { - Write-Host "Failed to download '$uri'" - Write-Error $_.Exception.Message -ErrorAction Continue - } - - if (++$retries -le $maxRetries) { - $delayInSeconds = [math]::Pow(2, $retries) - 1 # Exponential backoff - Write-Host "Retrying. Waiting for $delayInSeconds seconds before next attempt ($retries of $maxRetries)." - Start-Sleep -Seconds $delayInSeconds - } - else { - throw "Unable to download file in $maxRetries attempts." - } - + } + else + { + # Use a special version of the script from eng/common that understands the existence of a "productVersion.txt" in a dotnet path. + # See https://github.com/dotnet/arcade/issues/6047 for details + $engCommonCopy = Resolve-Path (Join-Path $PSScriptRoot 'dotnet-install-scripts\dotnet-install.ps1') + Copy-Item $engCommonCopy -Destination $installScript -Force } } - return $installScript } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 2be5cba30..c722a0585 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -68,6 +68,10 @@ fi runtime_source_feed=${runtime_source_feed:-''} runtime_source_feed_key=${runtime_source_feed_key:-''} +# Determines if dotnet-install.sh comes from the eng/common folder or the internet +# (default = public version) +use_default_dotnet_install=${use_default_dotnet_install:-false} + # Resolve any symlinks in the given path. function ResolvePath { local path=$1 @@ -267,23 +271,30 @@ function GetDotNetInstallScript { if [[ ! -a "$install_script" ]]; then mkdir -p "$root" - echo "Downloading '$install_script_url'" + if [[ "$use_default_dotnet_install" == true ]]; then + echo "Downloading '$install_script_url'" - # Use curl if available, otherwise use wget - if command -v curl > /dev/null; then - with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { - local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." - ExitWithExitCode $exit_code - } + # Use curl if available, otherwise use wget + if command -v curl > /dev/null; then + with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } + else + with_retries wget -v -O "$install_script" "$install_script_url" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } + fi else - with_retries wget -v -O "$install_script" "$install_script_url" || { - local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." - ExitWithExitCode $exit_code - } + # Use a special version of the script from eng/common that understands the existence of a "productVersion.txt" in a dotnet path. + # See https://github.com/dotnet/arcade/issues/6047 for details + cp $repo_root/eng/common/dotnet-install-scripts/dotnet-install.sh $install_script fi fi + # return value _GetDotNetInstallScript="$install_script" } diff --git a/global.json b/global.json index 133b66d4b..1e7b0e89c 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20427.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20431.1" } } From a3e8d05abe3c12969b2e19d68e2782d99181b851 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 06:12:34 +0000 Subject: [PATCH 010/375] Update dependencies from https://github.com/dotnet/arcade build 20200831.4 (#8381) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20431.1 to 5.0.0-beta.20431.4 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20431.1 to 5.0.0-beta.20431.4 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/post-build/publish-using-darc.ps1 | 1 + global.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d802e9ea..526aad239 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 4be47e467013f8a07a1ed7b6e49e39c8150bde54 + 6baa6d3c20effeee3631eb33e9e08bcf698a799c - + https://github.com/dotnet/arcade - 4be47e467013f8a07a1ed7b6e49e39c8150bde54 + 6baa6d3c20effeee3631eb33e9e08bcf698a799c diff --git a/eng/Versions.props b/eng/Versions.props index da828b876..9d4f58495 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20431.1 + 5.0.0-beta.20431.4 diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index f044afe8f..95b113b33 100644 --- a/eng/common/post-build/publish-using-darc.ps1 +++ b/eng/common/post-build/publish-using-darc.ps1 @@ -55,6 +55,7 @@ try { --publishing-infra-version $PublishingInfraVersion ` --default-channels ` --source-branch master ` + --publish-installers-and-checksums ` --azdev-pat $AzdoToken ` --bar-uri $MaestroApiEndPoint ` --password $MaestroToken ` diff --git a/global.json b/global.json index 1e7b0e89c..5afd35b0c 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20431.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20431.4" } } From 39b8b3f0a4781cae2a6bd58423c1341801444f14 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 13:08:49 +0000 Subject: [PATCH 011/375] Update dependencies from https://github.com/dotnet/arcade build 20200901.5 (#8396) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20431.4 to 5.0.0-beta.20451.5 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20431.4 to 5.0.0-beta.20451.5 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/tools.ps1 | 8 +++++--- global.json | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 526aad239..5e21b1f06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 6baa6d3c20effeee3631eb33e9e08bcf698a799c + 663ead2cbcbc7ee3d5cb792a30209ad58d6ee971 - + https://github.com/dotnet/arcade - 6baa6d3c20effeee3631eb33e9e08bcf698a799c + 663ead2cbcbc7ee3d5cb792a30209ad58d6ee971 diff --git a/eng/Versions.props b/eng/Versions.props index 9d4f58495..58b57a1d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20431.4 + 5.0.0-beta.20451.5 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 1bf215525..daca90c0b 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -240,8 +240,8 @@ function GetDotNetInstallScript([string] $dotnetRoot) { return $installScript } -function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $architecture = '') { - InstallDotNet $dotnetRoot $version $architecture '' $false $runtimeSourceFeed $runtimeSourceFeedKey +function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $architecture = '', [switch] $noPath) { + InstallDotNet $dotnetRoot $version $architecture '' $false $runtimeSourceFeed $runtimeSourceFeedKey -noPath:$noPath } function InstallDotNet([string] $dotnetRoot, @@ -250,7 +250,8 @@ function InstallDotNet([string] $dotnetRoot, [string] $runtime = '', [bool] $skipNonVersionedFiles = $false, [string] $runtimeSourceFeed = '', - [string] $runtimeSourceFeedKey = '') { + [string] $runtimeSourceFeedKey = '', + [switch] $noPath) { $installScript = GetDotNetInstallScript $dotnetRoot $installParameters = @{ @@ -261,6 +262,7 @@ function InstallDotNet([string] $dotnetRoot, if ($architecture) { $installParameters.Architecture = $architecture } if ($runtime) { $installParameters.Runtime = $runtime } if ($skipNonVersionedFiles) { $installParameters.SkipNonVersionedFiles = $skipNonVersionedFiles } + if ($noPath) { $installParameters.NoPath = $True } try { & $installScript @installParameters diff --git a/global.json b/global.json index 5afd35b0c..9bcc79cea 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20431.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20451.5" } } From c675789b98c638f19d84341071aceca5d2254d1c Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Thu, 3 Sep 2020 22:27:33 -0700 Subject: [PATCH 012/375] Update README.md (#8357) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9da360ba7..95c1684a7 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,11 @@ 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? +----------------------------------- + +Sources for dotnet-install.sh and dotnet-install.ps1 are in the [install-scripts repo](https://github.com/dotnet/install-scripts). + Questions & Comments -------------------- From 1e276b11aefb941257e01147f67282822f40fcab Mon Sep 17 00:00:00 2001 From: Tlakaelel Axayakatl Ceja Date: Thu, 3 Sep 2020 22:29:34 -0700 Subject: [PATCH 013/375] Add link for configuring NuGet.config file (#8400) The documentation explains how to configure your nuget feeds by changing your NuGet.config file but doesn't explain where the file is located. Added a link to microsoft docs Configuring NuGet behavior to the readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c1684a7..9f6fb98f0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (z **Note:** Be aware that the following installers are the **latest bits**. If you want to install the latest released versions, check out the [preceding section](#looking-for-v2-of-the-net-core-tooling). -With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. +With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes. > Example: **For .NET 6 builds** From 61537a6f99e075e4075950df3715aa072c9a7e2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 15:32:57 +0000 Subject: [PATCH 014/375] Update dependencies from https://github.com/dotnet/arcade build 20200902.19 (#8406) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20451.5 to 5.0.0-beta.20452.19 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20451.5 to 5.0.0-beta.20452.19 --- eng/Version.Details.xml | 8 +++--- eng/Versions.props | 2 +- eng/common/templates/steps/publish-logs.yml | 27 +++++++++++---------- global.json | 2 +- 4 files changed, 20 insertions(+), 19 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5e21b1f06..4bf8ad019 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 663ead2cbcbc7ee3d5cb792a30209ad58d6ee971 + fd104228e5b97494a4ab0896a979b69928257ef9 - + https://github.com/dotnet/arcade - 663ead2cbcbc7ee3d5cb792a30209ad58d6ee971 + fd104228e5b97494a4ab0896a979b69928257ef9 diff --git a/eng/Versions.props b/eng/Versions.props index 58b57a1d8..ce606f139 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20451.5 + 5.0.0-beta.20452.19 diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml index 428026d2e..88f238f36 100644 --- a/eng/common/templates/steps/publish-logs.yml +++ b/eng/common/templates/steps/publish-logs.yml @@ -3,20 +3,21 @@ parameters: JobLabel: '' steps: -- task: CopyFiles@2 - displayName: Copy Logs to $(Build.StagingDirectory)\BuildLogs +- task: Powershell@2 + displayName: Prepare Binlogs to Upload inputs: - SourceFolder: $(Build.SourcesDirectory)\artifacts - Contents: | - **/*.log - **/*.binlog - TargetFolder: '$(Build.StagingDirectory)\BuildLogs' + targetType: inline + script: | + New-Item -ItemType Directory $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ + Move-Item -Path $(Build.SourcesDirectory)/artifacts/log/Debug/* $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ continueOnError: true - condition: succeededOrFailed() + condition: always() -- task: PublishPipelineArtifact@1 - displayName: Publish BuildLogs +- task: PublishBuildArtifacts@1 + displayName: Publish Logs inputs: - targetPath: '$(Build.StagingDirectory)\BuildLogs' - artifactName: ${{ parameters.JobLabel }} - condition: succeededOrFailed() + PathtoPublish: '$(Build.SourcesDirectory)/PostBuildLogs' + PublishLocation: Container + ArtifactName: PostBuildLogs + continueOnError: true + condition: always() diff --git a/global.json b/global.json index 9bcc79cea..b84fd42c3 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20451.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20452.19" } } From 1a86c899e3b830684edb0ec50035e4bca10d227f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:28:24 +0000 Subject: [PATCH 015/375] [master] Update dependencies from dotnet/sdk (#8235) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.1.20419.1 to 6.0.0-alpha.1.20454.5 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20420.8 to 6.0.100-alpha.1.20454.15 - Microsoft.NET.Sdk: from 5.0.100-rc.1.20420.8 to 6.0.100-alpha.1.20454.15 - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - dotnet-dev-certs: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - dotnet-user-secrets: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - dotnet-watch: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.1.20419.1 to 6.0.0-alpha.1.20454.5 - Update NuGet.config - Updates for 6.0 runtime - Reenabling test - Fixup toolset base url --- NuGet.config | 11 +--- eng/Version.Details.xml | 60 +++++++++---------- eng/Versions.props | 30 +++++----- src/redist/targets/GenerateLayout.targets | 2 +- test/EndToEnd/GivenFrameworkDependentApps.cs | 4 +- ...venUsingDefaultRuntimeFrameworkVersions.cs | 26 ++++---- test/EndToEnd/SupportedNetCoreAppVersions.cs | 3 +- 7 files changed, 67 insertions(+), 69 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9e48ae7d9..7ea20a294 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,8 +5,6 @@ - - @@ -17,12 +15,9 @@ + + - - - - - - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4bf8ad019..5e097b961 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 907f7da59b40c80941b02ac2a46650adf3f606bc + 09c9d10db3ee63a3719870b5433191b9466fbad5 - + https://github.com/dotnet/runtime - 907f7da59b40c80941b02ac2a46650adf3f606bc + 09c9d10db3ee63a3719870b5433191b9466fbad5 - + https://github.com/dotnet/runtime - 907f7da59b40c80941b02ac2a46650adf3f606bc + 09c9d10db3ee63a3719870b5433191b9466fbad5 - + https://github.com/dotnet/runtime - 907f7da59b40c80941b02ac2a46650adf3f606bc + 09c9d10db3ee63a3719870b5433191b9466fbad5 - + https://github.com/dotnet/runtime - 907f7da59b40c80941b02ac2a46650adf3f606bc + 09c9d10db3ee63a3719870b5433191b9466fbad5 @@ -39,33 +39,33 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 907f7da59b40c80941b02ac2a46650adf3f606bc + 09c9d10db3ee63a3719870b5433191b9466fbad5 - + https://github.com/dotnet/aspnetcore - f490dd24c924e32acb46d0dee6b838237172d5e8 + 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 - + https://github.com/dotnet/aspnetcore - f490dd24c924e32acb46d0dee6b838237172d5e8 + 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 - + https://github.com/dotnet/aspnetcore - f490dd24c924e32acb46d0dee6b838237172d5e8 + 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 - + https://github.com/dotnet/aspnetcore - f490dd24c924e32acb46d0dee6b838237172d5e8 + 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 - + https://github.com/dotnet/aspnetcore - f490dd24c924e32acb46d0dee6b838237172d5e8 + 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 - + https://github.com/dotnet/aspnetcore - f490dd24c924e32acb46d0dee6b838237172d5e8 + 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 https://github.com/dotnet/test-templates @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 6a10ce799f42102bee8f8bec9a52c42cca6ed272 + a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - 4bc03d190c8bb5acfac9043f8af1f5a953a2e894 + c4f0b91ff5c65aa398cd021bd64fc1b0fa7ac4e9 - + https://github.com/dotnet/sdk - 4bc03d190c8bb5acfac9043f8af1f5a953a2e894 + c4f0b91ff5c65aa398cd021bd64fc1b0fa7ac4e9 diff --git a/eng/Versions.props b/eng/Versions.props index ce606f139..f6874a155 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-rc.1.20419.1 + 6.0.0-alpha.1.20454.5 @@ -41,34 +41,34 @@ - 5.0.0-rc.1.20419.22 - 5.0.0-rc.1.20419.22 - 5.0.0-rc.1.20419.22 - 5.0.0-rc.1.20419.22 - 5.0.0-rc.1.20419.22 - 5.0.0-rc.1.20419.22 + 5.0.0-rc.2.20454.3 + 5.0.0-rc.2.20454.3 + 5.0.0-rc.2.20454.3 + 5.0.0-rc.2.20454.3 + 5.0.0-rc.2.20454.3 + 5.0.0-rc.2.20454.3 0.2.0 - 5.0.100-rc.1.20420.8 - 5.0.100-rc.1.20420.8 + 6.0.100-alpha.1.20454.15 + 6.0.100-alpha.1.20454.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rc.1.20417.14 + 6.0.0-alpha.1.20453.28 - 5.0.0-rc.1.20417.14 - 5.0.0-rc.1.20417.14 - 5.0.0-rc.1.20417.14 - 5.0.0-rc.1.20417.14 - 5.0.0-rc.1.20417.14 + 6.0.0-alpha.1.20453.28 + 6.0.0-alpha.1.20453.28 + 6.0.0-alpha.1.20453.28 + 6.0.0-alpha.1.20453.28 + 6.0.0-alpha.1.20453.28 2.1.0 diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 8efb0277d..ed6f08ec6 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -31,7 +31,7 @@ https://dotnetcli.blob.core.windows.net/dotnet/ https://dotnetcli.blob.core.windows.net/dotnet/ - https://dotnetfeed.blob.core.windows.net/dotnet-core/ + https://dotnetcli.blob.core.windows.net/dotnet/ $(HostRid) $(OSName)-$(Architecture) diff --git a/test/EndToEnd/GivenFrameworkDependentApps.cs b/test/EndToEnd/GivenFrameworkDependentApps.cs index 19cbdf47f..9e9b6c420 100644 --- a/test/EndToEnd/GivenFrameworkDependentApps.cs +++ b/test/EndToEnd/GivenFrameworkDependentApps.cs @@ -18,7 +18,7 @@ namespace EndToEnd [ClassData(typeof(SupportedNetCoreAppVersions))] public void ItDoesNotRollForwardToTheLatestVersionOfNetCore(string minorVersion) { - if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0") + if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0" || minorVersion == "6.0") { // https://github.com/dotnet/core-sdk/issues/621 return; @@ -30,7 +30,7 @@ namespace EndToEnd [ClassData(typeof(SupportedAspNetCoreVersions))] public void ItDoesNotRollForwardToTheLatestVersionOfAspNetCoreApp(string minorVersion) { - if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0") + if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0" || minorVersion == "6.0") { // https://github.com/dotnet/core-sdk/issues/621 return; diff --git a/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs b/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs index c115ec918..de7655b86 100644 --- a/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs +++ b/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs @@ -65,19 +65,21 @@ namespace EndToEnd foreach (var version in versions) { var frameworkVersionLine = resolvedVersionsFile.Where(line => line.Contains(framework) && line.Contains(version)).FirstOrDefault(); - frameworkVersionLine.Should().NotBeNullOrEmpty(); - var defaultVersion = NuGetVersion.Parse(frameworkVersionLine.Split(" ")[1]); - var latestVersion = NuGetVersion.Parse(frameworkVersionLine.Split(" ")[2]); + if (!string.IsNullOrEmpty(frameworkVersionLine)) + { + var defaultVersion = NuGetVersion.Parse(frameworkVersionLine.Split(" ")[1]); + var latestVersion = NuGetVersion.Parse(frameworkVersionLine.Split(" ")[2]); - if (latestVersion.Patch == 0 && latestVersion.IsPrerelease) - { - defaultVersion.Should().Be(latestVersion, - $"the DefaultRuntimeFrameworkVersion for { framework } { version } in Microsoft.NETCoreSdk.BundledVersions.props does not match latest prerelease version { latestVersion }"); - } - else - { - defaultVersion.Should().Be(new NuGetVersion(latestVersion.Major, latestVersion.Minor, 0), - $"the DefaultRuntimeFrameworkVersion for { framework } { version } in Microsoft.NETCoreSdk.BundledVersions.props needs to be updated to { version }.0"); + if (latestVersion.Patch == 0 && latestVersion.IsPrerelease) + { + defaultVersion.Should().Be(latestVersion, + $"the DefaultRuntimeFrameworkVersion for { framework } { version } in Microsoft.NETCoreSdk.BundledVersions.props does not match latest prerelease version { latestVersion }"); + } + else + { + defaultVersion.Should().Be(new NuGetVersion(latestVersion.Major, latestVersion.Minor, 0), + $"the DefaultRuntimeFrameworkVersion for { framework } { version } in Microsoft.NETCoreSdk.BundledVersions.props needs to be updated to { version }.0"); + } } } } diff --git a/test/EndToEnd/SupportedNetCoreAppVersions.cs b/test/EndToEnd/SupportedNetCoreAppVersions.cs index 3eacfcf4c..75862eed3 100644 --- a/test/EndToEnd/SupportedNetCoreAppVersions.cs +++ b/test/EndToEnd/SupportedNetCoreAppVersions.cs @@ -28,7 +28,8 @@ namespace EndToEnd "2.2", "3.0", "3.1", - "5.0" + "5.0", + "6.0" }; public static IEnumerable TargetFrameworkShortFolderVersion From 14df8b81719f6f3b799acf048afafff084e39712 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 00:48:08 +0000 Subject: [PATCH 016/375] Update dependencies from https://github.com/dotnet/sdk build 20200904.18 (#8409) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20454.15 to 6.0.100-alpha.1.20454.18 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20454.15 to 6.0.100-alpha.1.20454.18 --- 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 5e097b961..8d42cb082 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - c4f0b91ff5c65aa398cd021bd64fc1b0fa7ac4e9 + e8156aab88afbf522dcfd65efda8215fc900a4e9 - + https://github.com/dotnet/sdk - c4f0b91ff5c65aa398cd021bd64fc1b0fa7ac4e9 + e8156aab88afbf522dcfd65efda8215fc900a4e9 diff --git a/eng/Versions.props b/eng/Versions.props index f6874a155..274625686 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20454.15 - 6.0.100-alpha.1.20454.15 + 6.0.100-alpha.1.20454.18 + 6.0.100-alpha.1.20454.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4c115bdae73e6a495a8db7febda58bce71163699 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 07:53:19 +0000 Subject: [PATCH 017/375] [master] Update dependencies from dotnet/sdk (#8410) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20454.18 to 6.0.100-alpha.1.20454.23 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20454.18 to 6.0.100-alpha.1.20454.23 - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 - dotnet-dev-certs: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 - dotnet-user-secrets: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 - dotnet-watch: from 5.0.0-rc.2.20454.3 to 5.0.0-rc.2.20454.9 --- 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 8d42cb082..e433cab49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 09c9d10db3ee63a3719870b5433191b9466fbad5 - + https://github.com/dotnet/aspnetcore - 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 + a190fd34854542266956b1af980c19afacb95feb - + https://github.com/dotnet/aspnetcore - 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 + a190fd34854542266956b1af980c19afacb95feb - + https://github.com/dotnet/aspnetcore - 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 + a190fd34854542266956b1af980c19afacb95feb - + https://github.com/dotnet/aspnetcore - 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 + a190fd34854542266956b1af980c19afacb95feb - + https://github.com/dotnet/aspnetcore - 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 + a190fd34854542266956b1af980c19afacb95feb - + https://github.com/dotnet/aspnetcore - 54f732e29a3bc7847551dfa74f4c6db9be29a2c6 + a190fd34854542266956b1af980c19afacb95feb https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - e8156aab88afbf522dcfd65efda8215fc900a4e9 + 8115d8cd2fa0a9413c9f55eada86a1e8472076ee - + https://github.com/dotnet/sdk - e8156aab88afbf522dcfd65efda8215fc900a4e9 + 8115d8cd2fa0a9413c9f55eada86a1e8472076ee diff --git a/eng/Versions.props b/eng/Versions.props index 274625686..274746f03 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20454.3 - 5.0.0-rc.2.20454.3 - 5.0.0-rc.2.20454.3 - 5.0.0-rc.2.20454.3 - 5.0.0-rc.2.20454.3 - 5.0.0-rc.2.20454.3 + 5.0.0-rc.2.20454.9 + 5.0.0-rc.2.20454.9 + 5.0.0-rc.2.20454.9 + 5.0.0-rc.2.20454.9 + 5.0.0-rc.2.20454.9 + 5.0.0-rc.2.20454.9 0.2.0 - 6.0.100-alpha.1.20454.18 - 6.0.100-alpha.1.20454.18 + 6.0.100-alpha.1.20454.23 + 6.0.100-alpha.1.20454.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e689411ae1ba1d1366494025e6b1f6fc2b672d11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 12:49:59 +0000 Subject: [PATCH 018/375] Update dependencies from https://github.com/dotnet/arcade build 20200903.7 (#8411) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20452.19 to 5.0.0-beta.20453.7 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20452.19 to 5.0.0-beta.20453.7 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/internal/Directory.Build.props | 2 +- eng/common/post-build/publish-using-darc.ps1 | 9 ++++----- .../post-build/channels/generic-internal-channel.yml | 4 ++-- .../post-build/channels/generic-public-channel.yml | 2 +- eng/common/templates/post-build/post-build.yml | 2 +- eng/common/tools.ps1 | 10 ++++++++++ global.json | 2 +- 9 files changed, 25 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e433cab49..07b2670fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - fd104228e5b97494a4ab0896a979b69928257ef9 + 16b71a2f216c3c5be5860977c4cb03a95ee2f0e3 - + https://github.com/dotnet/arcade - fd104228e5b97494a4ab0896a979b69928257ef9 + 16b71a2f216c3c5be5860977c4cb03a95ee2f0e3 diff --git a/eng/Versions.props b/eng/Versions.props index 274746f03..6ccfbb209 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20452.19 + 5.0.0-beta.20453.7 diff --git a/eng/common/internal/Directory.Build.props b/eng/common/internal/Directory.Build.props index e33179ef3..dbf99d82a 100644 --- a/eng/common/internal/Directory.Build.props +++ b/eng/common/internal/Directory.Build.props @@ -1,4 +1,4 @@ - + diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index 95b113b33..650b13b08 100644 --- a/eng/common/post-build/publish-using-darc.ps1 +++ b/eng/common/post-build/publish-using-darc.ps1 @@ -8,7 +8,7 @@ param( [Parameter(Mandatory=$false)][string] $EnableSourceLinkValidation, [Parameter(Mandatory=$false)][string] $EnableSigningValidation, [Parameter(Mandatory=$false)][string] $EnableNugetValidation, - [Parameter(Mandatory=$true)][string] $PublishInstallersAndChecksums, + [Parameter(Mandatory=$false)][string] $PublishInstallersAndChecksums, [Parameter(Mandatory=$false)][string] $ArtifactsPublishingAdditionalParameters, [Parameter(Mandatory=$false)][string] $SigningValidationAdditionalParameters ) @@ -16,7 +16,7 @@ param( try { . $PSScriptRoot\post-build-utils.ps1 # Hard coding darc version till the next arcade-services roll out, cos this version has required API changes for darc add-build-to-channel - . $PSScriptRoot\..\darc-init.ps1 -darcVersion "1.1.0-beta.20418.1" + $darc = Get-Darc "1.1.0-beta.20418.1" $optionalParams = [System.Collections.ArrayList]::new() @@ -29,7 +29,7 @@ try { $optionalParams.Add("--no-wait") | Out-Null } - if ("true" -eq $PublishInstallersAndChecksums) { + if ("false" -ne $PublishInstallersAndChecksums) { $optionalParams.Add("--publish-installers-and-checksums") | Out-Null } @@ -50,12 +50,11 @@ try { } } - & darc add-build-to-channel ` + & $darc add-build-to-channel ` --id $buildId ` --publishing-infra-version $PublishingInfraVersion ` --default-channels ` --source-branch master ` - --publish-installers-and-checksums ` --azdev-pat $AzdoToken ` --bar-uri $MaestroApiEndPoint ` --password $MaestroToken ` diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 59eb93a40..7ae525592 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -4,7 +4,7 @@ parameters: artifactsPublishingAdditionalParameters: '' dependsOn: - Validate - publishInstallersAndChecksums: false + publishInstallersAndChecksums: true symbolPublishingAdditionalParameters: '' stageName: '' channelName: '' @@ -158,7 +158,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release - /p:PublishInstallersAndChecksums=true + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:ChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(InternalChecksumsBlobFeedKey) /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index 7e80a621a..6cf39dbb2 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -4,7 +4,7 @@ parameters: artifactsPublishingAdditionalParameters: '' dependsOn: - Validate - publishInstallersAndChecksums: false + publishInstallersAndChecksums: true symbolPublishingAdditionalParameters: '' stageName: '' channelName: '' diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 630a99d4d..df06f5371 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -19,7 +19,7 @@ parameters: enableSigningValidation: true enableSymbolValidation: false enableNugetValidation: true - publishInstallersAndChecksums: false + publishInstallersAndChecksums: true SDLValidationParameters: enable: false continueOnError: false diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index daca90c0b..37a3a3d68 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -718,6 +718,16 @@ function IsWindowsPlatform() { return [environment]::OSVersion.Platform -eq [PlatformID]::Win32NT } +function Get-Darc($version) { + $darcPath = "$TempDir\darc\$(New-Guid)" + if ($version -ne $null) { + & $PSScriptRoot\darc-init.ps1 -toolpath $darcPath -darcVersion $version | Out-Host + } else { + & $PSScriptRoot\darc-init.ps1 -toolpath $darcPath | Out-Host + } + return "$darcPath\darc.exe" +} + . $PSScriptRoot\pipeline-logging-functions.ps1 $RepoRoot = Resolve-Path (Join-Path $PSScriptRoot '..\..') diff --git a/global.json b/global.json index b84fd42c3..fb1bc517c 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20452.19" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20453.7" } } From cd4ecd2b05e4f85b5e2e606b07a31393f7997939 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 15:43:12 +0000 Subject: [PATCH 019/375] Update dependencies from https://github.com/dotnet/sdk build 20200905.2 (#8412) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20454.23 to 6.0.100-alpha.1.20455.2 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20454.23 to 6.0.100-alpha.1.20455.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07b2670fd..a556dc22e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - 8115d8cd2fa0a9413c9f55eada86a1e8472076ee + d00c41cf76aee4b2487dd7ec00721462587f56cb - + https://github.com/dotnet/sdk - 8115d8cd2fa0a9413c9f55eada86a1e8472076ee + d00c41cf76aee4b2487dd7ec00721462587f56cb diff --git a/eng/Versions.props b/eng/Versions.props index 6ccfbb209..c299dda7e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20454.23 - 6.0.100-alpha.1.20454.23 + 6.0.100-alpha.1.20455.2 + 6.0.100-alpha.1.20455.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ba02b5f8b69701881706fbe7181901da59b5ca29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 00:03:17 +0000 Subject: [PATCH 020/375] Update dependencies from https://github.com/dotnet/sdk build 20200905.3 (#8413) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20455.2 to 6.0.100-alpha.1.20455.3 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20455.2 to 6.0.100-alpha.1.20455.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a556dc22e..9e0f2395e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - d00c41cf76aee4b2487dd7ec00721462587f56cb + e102cb30bbbd6e3c51d47b7696cb42705c0dbec8 - + https://github.com/dotnet/sdk - d00c41cf76aee4b2487dd7ec00721462587f56cb + e102cb30bbbd6e3c51d47b7696cb42705c0dbec8 diff --git a/eng/Versions.props b/eng/Versions.props index c299dda7e..4b7e56db3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20455.2 - 6.0.100-alpha.1.20455.2 + 6.0.100-alpha.1.20455.3 + 6.0.100-alpha.1.20455.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7f11a2f07a22dcb1a5213fd01d90f80deec3b69d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 06:42:06 +0000 Subject: [PATCH 021/375] Update dependencies from https://github.com/dotnet/sdk build 20200906.4 (#8414) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20455.3 to 6.0.100-alpha.1.20456.4 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20455.3 to 6.0.100-alpha.1.20456.4 --- 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 9e0f2395e..fe0b7e7cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - e102cb30bbbd6e3c51d47b7696cb42705c0dbec8 + 1214cb9f0259eaa487d17f5b301b6954813456f2 - + https://github.com/dotnet/sdk - e102cb30bbbd6e3c51d47b7696cb42705c0dbec8 + 1214cb9f0259eaa487d17f5b301b6954813456f2 diff --git a/eng/Versions.props b/eng/Versions.props index 4b7e56db3..0772c3ba4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20455.3 - 6.0.100-alpha.1.20455.3 + 6.0.100-alpha.1.20456.4 + 6.0.100-alpha.1.20456.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 74a95ab53e582d1b373b086c62b8af64e0bba2c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 07:34:44 +0000 Subject: [PATCH 022/375] Update dependencies from https://github.com/dotnet/sdk build 20200906.5 (#8415) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20456.4 to 6.0.100-alpha.1.20456.5 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20456.4 to 6.0.100-alpha.1.20456.5 --- 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 fe0b7e7cc..759594690 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - 1214cb9f0259eaa487d17f5b301b6954813456f2 + 1d7312783de313d9ddcc8cf24f66ddea70c8d99d - + https://github.com/dotnet/sdk - 1214cb9f0259eaa487d17f5b301b6954813456f2 + 1d7312783de313d9ddcc8cf24f66ddea70c8d99d diff --git a/eng/Versions.props b/eng/Versions.props index 0772c3ba4..f111ef7ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20456.4 - 6.0.100-alpha.1.20456.4 + 6.0.100-alpha.1.20456.5 + 6.0.100-alpha.1.20456.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 33e5e2da7a4b1259053a51b9cc73a262da467f46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 16:40:47 +0000 Subject: [PATCH 023/375] Update dependencies from https://github.com/dotnet/sdk build 20200907.3 (#8416) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20456.5 to 6.0.100-alpha.1.20457.3 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20456.5 to 6.0.100-alpha.1.20457.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 759594690..80cdabe4f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating a5633f030dd77065f5656387f3a6113e0ad4833f - + https://github.com/dotnet/sdk - 1d7312783de313d9ddcc8cf24f66ddea70c8d99d + 6255b28fdf8d481e64219bcd96db126b7e25cc04 - + https://github.com/dotnet/sdk - 1d7312783de313d9ddcc8cf24f66ddea70c8d99d + 6255b28fdf8d481e64219bcd96db126b7e25cc04 diff --git a/eng/Versions.props b/eng/Versions.props index f111ef7ec..1f12c636e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20456.5 - 6.0.100-alpha.1.20456.5 + 6.0.100-alpha.1.20457.3 + 6.0.100-alpha.1.20457.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 55b4da79fa129a2366bf08a36f6ca703d38e8046 Mon Sep 17 00:00:00 2001 From: Sawrav Chowdhury <43489196+sawravchy@users.noreply.github.com> Date: Tue, 8 Sep 2020 00:50:30 +0600 Subject: [PATCH 024/375] Update README.md - [x] Added New Badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9f6fb98f0..f5df6d4de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # .NET Core SDK [![Join the chat at https://gitter.im/dotnet/cli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![GitHub release](https://img.shields.io/github/release/dotnet/installer.svg)](https://GitHub.com/dotnet/installer/releases/) +[![GitHub repo size](https://img.shields.io/github/repo-size/dotnet/installer)](https://github.com/dotnet/installer) +[![GitHub issues-closed](https://img.shields.io/github/issues-closed/dotnet/installer.svg)](https://GitHub.com/dotnet/installer/issues?q=is%3Aissue+is%3Aclosed) +[![GitHub contributors](https://img.shields.io/github/contributors/dotnet/installer.svg)](https://GitHub.com/dotnet/installer/graphs/contributors/) + This repo contains the source code for the cross-platform [.NET Core](http://github.com/dotnet/core) SDK. It aggregates the .NET Toolchain, the .NET Core runtime, the templates, and the .NET Core Windows Desktop runtime. It produces zip, tarballs, and native packages for various supported platforms. From 3d7b88c72120e6c30015ce9ac7d94a213c66226f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 18:56:16 +0000 Subject: [PATCH 025/375] Update dependencies from https://github.com/dotnet/sdk build 20200907.4 (#8417) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20454.5 to 6.0.0-alpha.1.20457.1 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20457.3 to 6.0.100-alpha.1.20457.4 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20457.3 to 6.0.100-alpha.1.20457.4 - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20454.5 to 6.0.0-alpha.1.20457.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 80cdabe4f..27854c4f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - a5633f030dd77065f5656387f3a6113e0ad4833f + 1a90dbbe9131e1fb7315d08657ef0dbb71c88783 - + https://github.com/dotnet/sdk - 6255b28fdf8d481e64219bcd96db126b7e25cc04 + a7bc78f9463d311fa9783b6a60063f4ff7908a35 - + https://github.com/dotnet/sdk - 6255b28fdf8d481e64219bcd96db126b7e25cc04 + a7bc78f9463d311fa9783b6a60063f4ff7908a35 diff --git a/eng/Versions.props b/eng/Versions.props index 1f12c636e..108c09567 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20454.5 + 6.0.0-alpha.1.20457.1 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20457.3 - 6.0.100-alpha.1.20457.3 + 6.0.100-alpha.1.20457.4 + 6.0.100-alpha.1.20457.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 18a957d640436cd0d85d74e226a05934acda4704 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 05:30:01 +0000 Subject: [PATCH 026/375] Update dependencies from https://github.com/dotnet/sdk build 20200907.5 (#8419) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20457.4 to 6.0.100-alpha.1.20457.5 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20457.4 to 6.0.100-alpha.1.20457.5 - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20453.28 to 6.0.0-alpha.1.20454.24 --- 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 27854c4f5..27409bc71 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 09c9d10db3ee63a3719870b5433191b9466fbad5 + 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 - + https://github.com/dotnet/runtime - 09c9d10db3ee63a3719870b5433191b9466fbad5 + 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 - + https://github.com/dotnet/runtime - 09c9d10db3ee63a3719870b5433191b9466fbad5 + 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 - + https://github.com/dotnet/runtime - 09c9d10db3ee63a3719870b5433191b9466fbad5 + 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 - + https://github.com/dotnet/runtime - 09c9d10db3ee63a3719870b5433191b9466fbad5 + 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 09c9d10db3ee63a3719870b5433191b9466fbad5 + 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 https://github.com/dotnet/aspnetcore @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1a90dbbe9131e1fb7315d08657ef0dbb71c88783 - + https://github.com/dotnet/sdk - a7bc78f9463d311fa9783b6a60063f4ff7908a35 + d52133e138344a9d5e89d54ffea68e008c8c050a - + https://github.com/dotnet/sdk - a7bc78f9463d311fa9783b6a60063f4ff7908a35 + d52133e138344a9d5e89d54ffea68e008c8c050a diff --git a/eng/Versions.props b/eng/Versions.props index 108c09567..d2ed338f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 6.0.100-alpha.1.20457.4 - 6.0.100-alpha.1.20457.4 + 6.0.100-alpha.1.20457.5 + 6.0.100-alpha.1.20457.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20453.28 + 6.0.0-alpha.1.20454.24 - 6.0.0-alpha.1.20453.28 - 6.0.0-alpha.1.20453.28 - 6.0.0-alpha.1.20453.28 - 6.0.0-alpha.1.20453.28 - 6.0.0-alpha.1.20453.28 + 6.0.0-alpha.1.20454.24 + 6.0.0-alpha.1.20454.24 + 6.0.0-alpha.1.20454.24 + 6.0.0-alpha.1.20454.24 + 6.0.0-alpha.1.20454.24 2.1.0 From ab5889d3294b480ddb316f22259a63e3d4f6d60b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 12:36:04 +0000 Subject: [PATCH 027/375] Update dependencies from https://github.com/dotnet/sdk build 20200908.2 (#8420) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20457.5 to 6.0.100-alpha.1.20458.2 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20457.5 to 6.0.100-alpha.1.20458.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27409bc71..37a18384f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1a90dbbe9131e1fb7315d08657ef0dbb71c88783 - + https://github.com/dotnet/sdk - d52133e138344a9d5e89d54ffea68e008c8c050a + 7d267abebfb4ff8b970158e38cd30045da85bd05 - + https://github.com/dotnet/sdk - d52133e138344a9d5e89d54ffea68e008c8c050a + 7d267abebfb4ff8b970158e38cd30045da85bd05 diff --git a/eng/Versions.props b/eng/Versions.props index d2ed338f2..ed97b5c7b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20457.5 - 6.0.100-alpha.1.20457.5 + 6.0.100-alpha.1.20458.2 + 6.0.100-alpha.1.20458.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2e1e556fb286e578c1d788e84b79603f112e050d Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 4 Sep 2020 08:22:25 -0700 Subject: [PATCH 028/375] Pass through BUILD_REPOSITORY_NAME to docker containers (#8407) Needed for manifest generation. Previously we used the uri for the name of the build, but the name is also used for generating the names of the stable package feeds. Co-authored-by: dotnet-bot --- eng/dockerrun.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/dockerrun.sh b/eng/dockerrun.sh index f2ef9f914..63d75b53c 100755 --- a/eng/dockerrun.sh +++ b/eng/dockerrun.sh @@ -160,6 +160,7 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \ -e _PACKAGEVERSIONPROPSURL \ -e EXTERNALRESTORESOURCES \ -e BUILD_REPOSITORY_URI \ + -e BUILD_REPOSITORY_NAME \ -e BUILD_SOURCEBRANCH \ -e BUILD_BUILDNUMBER \ -e BUILD_BUILDID \ From 6febc304a315486719998a54a6e3433a60e38dce Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 8 Sep 2020 10:31:59 -0700 Subject: [PATCH 029/375] Update table for RC2 builds (#8403) Co-authored-by: dotnet-bot --- README.md | 140 +++++++++++++++++++++++++++--------------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/README.md b/README.md index 9f6fb98f0..cbaa9521c 100644 --- a/README.md +++ b/README.md @@ -62,18 +62,18 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(6.0.x Runtime) | 5.0.100 RC 1
(5.0 Runtime) | 5.0.100 Preview 7
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.3XX
(3.1.x Runtime) | Release/3.1.2XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | +| Platform | Master
(6.0.x Runtime) | 5.0.100 RC 2
(5.0 Runtime) | 5.0.100 RC 1
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.3XX
(3.1.x Runtime) | Release/3.1.2XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rc1]][win-x64-version-5.0.1XX-rc1]
[Installer][win-x64-installer-5.0.1XX-rc1] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc1]
[zip][win-x64-zip-5.0.1XX-rc1] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc1] | [![][win-x64-badge-5.0.1XX-preview7]][win-x64-version-5.0.1XX-preview7]
[Installer][win-x64-installer-5.0.1XX-preview7] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview7]
[zip][win-x64-zip-5.0.1XX-preview7] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview7] | [![][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] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
[Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
[zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
[Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
[zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
[Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
[zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rc1]][win-x86-version-5.0.1XX-rc1]
[Installer][win-x86-installer-5.0.1XX-rc1] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc1]
[zip][win-x86-zip-5.0.1XX-rc1] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc1] | [![][win-x86-badge-5.0.1XX-preview7]][win-x86-version-5.0.1XX-preview7]
[Installer][win-x86-installer-5.0.1XX-preview7] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview7]
[zip][win-x86-zip-5.0.1XX-preview7] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview7] | [![][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] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
[Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
[zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
[Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
[zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
[Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
[zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rc1]][osx-version-5.0.1XX-rc1]
[Installer][osx-installer-5.0.1XX-rc1] - [Checksum][osx-installer-checksum-5.0.1XX-rc1]
[tar.gz][osx-targz-5.0.1XX-rc1] - [Checksum][osx-targz-checksum-5.0.1XX-rc1] | [![][osx-badge-5.0.1XX-preview7]][osx-version-5.0.1XX-preview7]
[Installer][osx-installer-5.0.1XX-preview7] - [Checksum][osx-installer-checksum-5.0.1XX-preview7]
[tar.gz][osx-targz-5.0.1XX-preview7] - [Checksum][osx-targz-checksum-5.0.1XX-preview7] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
[Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
[tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
[Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
[tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
[Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
[tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rc1]][linux-version-5.0.1XX-rc1]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc1]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc1]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc1] - [Checksum][linux-targz-checksum-5.0.1XX-rc1] | [![][linux-badge-5.0.1XX-preview7]][linux-version-5.0.1XX-preview7]
[DEB Installer][linux-DEB-installer-5.0.1XX-preview7] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview7]
[RPM Installer][linux-RPM-installer-5.0.1XX-preview7] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview7]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-preview7] - [Checksum][linux-targz-checksum-5.0.1XX-preview7] | [![][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-badge-3.1.3XX]][linux-version-3.1.3XX]
[DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
[RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
[DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
[RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
[DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
[RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rc1]][linux-arm-version-5.0.1XX-rc1]
[tar.gz][linux-arm-targz-5.0.1XX-rc1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc1] | [![][linux-arm-badge-5.0.1XX-preview7]][linux-arm-version-5.0.1XX-preview7]
[tar.gz][linux-arm-targz-5.0.1XX-preview7] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview7] | [![][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-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
[tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
[tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
[tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rc1]][linux-arm64-version-5.0.1XX-rc1]
[tar.gz][linux-arm64-targz-5.0.1XX-rc1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc1] | [![][linux-arm64-badge-5.0.1XX-preview7]][linux-arm64-version-5.0.1XX-preview7]
[tar.gz][linux-arm64-targz-5.0.1XX-preview7] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview7] | [![][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-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
[tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
[tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
[tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rc2]][win-x64-version-5.0.1XX-rc2]
[Installer][win-x64-installer-5.0.1XX-rc2] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc2]
[zip][win-x64-zip-5.0.1XX-rc2] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc2] | [![][win-x64-badge-5.0.1XX-rc1]][win-x64-version-5.0.1XX-rc1]
[Installer][win-x64-installer-5.0.1XX-rc1] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc1]
[zip][win-x64-zip-5.0.1XX-rc1] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc1] | [![][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] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
[Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
[zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
[Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
[zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
[Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
[zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rc2]][win-x86-version-5.0.1XX-rc2]
[Installer][win-x86-installer-5.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc2]
[zip][win-x86-zip-5.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc2] | [![][win-x86-badge-5.0.1XX-rc1]][win-x86-version-5.0.1XX-rc1]
[Installer][win-x86-installer-5.0.1XX-rc1] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc1]
[zip][win-x86-zip-5.0.1XX-rc1] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc1] | [![][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] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
[Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
[zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
[Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
[zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
[Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
[zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rc2]][osx-version-5.0.1XX-rc2]
[Installer][osx-installer-5.0.1XX-rc2] - [Checksum][osx-installer-checksum-5.0.1XX-rc2]
[tar.gz][osx-targz-5.0.1XX-rc2] - [Checksum][osx-targz-checksum-5.0.1XX-rc2] | [![][osx-badge-5.0.1XX-rc1]][osx-version-5.0.1XX-rc1]
[Installer][osx-installer-5.0.1XX-rc1] - [Checksum][osx-installer-checksum-5.0.1XX-rc1]
[tar.gz][osx-targz-5.0.1XX-rc1] - [Checksum][osx-targz-checksum-5.0.1XX-rc1] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
[Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
[tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
[Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
[tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
[Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
[tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rc2]][linux-version-5.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc2] - [Checksum][linux-targz-checksum-5.0.1XX-rc2] | [![][linux-badge-5.0.1XX-rc1]][linux-version-5.0.1XX-rc1]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc1]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc1]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc1] - [Checksum][linux-targz-checksum-5.0.1XX-rc1] | [![][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-badge-3.1.3XX]][linux-version-3.1.3XX]
[DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
[RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
[DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
[RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
[DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
[RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rc2]][linux-arm-version-5.0.1XX-rc2]
[tar.gz][linux-arm-targz-5.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc2] | [![][linux-arm-badge-5.0.1XX-rc1]][linux-arm-version-5.0.1XX-rc1]
[tar.gz][linux-arm-targz-5.0.1XX-rc1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc1] | [![][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-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
[tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
[tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
[tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rc2]][linux-arm64-version-5.0.1XX-rc2]
[tar.gz][linux-arm64-targz-5.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc2] | [![][linux-arm64-badge-5.0.1XX-rc1]][linux-arm64-version-5.0.1XX-rc1]
[tar.gz][linux-arm64-targz-5.0.1XX-rc1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc1] | [![][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-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
[tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
[tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
[tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
[tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
[tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
[tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc1]][linux-musl-version-5.0.1XX-rc1]
[tar.gz][linux-musl-targz-5.0.1XX-rc1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc1] | [![][linux-musl-badge-5.0.1XX-preview7]][linux-musl-version-5.0.1XX-preview7]
[tar.gz][linux-musl-targz-5.0.1XX-preview7] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview7] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
[tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
[tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
[tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-rc1]][win-arm-version-5.0.1XX-rc1]
[zip][win-arm-zip-5.0.1XX-rc1] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc1] | [![][win-arm-badge-5.0.1XX-preview7]][win-arm-version-5.0.1XX-preview7]
[zip][win-arm-zip-5.0.1XX-preview7] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview7] | [![][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] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
[zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
[zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
[zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc1]][win-arm64-version-5.0.1XX-rc1]
[zip][win-arm64-zip-5.0.1XX-rc1] | [![][win-arm64-badge-5.0.1XX-preview7]][win-arm64-version-5.0.1XX-preview7]
[zip][win-arm64-zip-5.0.1XX-preview7] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc2]][linux-musl-version-5.0.1XX-rc2]
[tar.gz][linux-musl-targz-5.0.1XX-rc2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc2] | [![][linux-musl-badge-5.0.1XX-rc1]][linux-musl-version-5.0.1XX-rc1]
[tar.gz][linux-musl-targz-5.0.1XX-rc1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc1] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
[tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
[tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
[tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-rc2]][win-arm-version-5.0.1XX-rc2]
[zip][win-arm-zip-5.0.1XX-rc2] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc2] | [![][win-arm-badge-5.0.1XX-rc1]][win-arm-version-5.0.1XX-rc1]
[zip][win-arm-zip-5.0.1XX-rc1] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc1] | [![][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] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
[zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
[zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
[zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | [![][win-arm64-badge-5.0.1XX-rc1]][win-arm64-version-5.0.1XX-rc1]
[zip][win-arm64-zip-5.0.1XX-rc1] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | | **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | Reference notes: @@ -90,6 +90,13 @@ Reference notes: [win-x64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip.sha + [win-x64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_x64_Release_version_badge.svg [win-x64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-x64.txt [win-x64-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.exe @@ -97,13 +104,6 @@ Reference notes: [win-x64-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-x64.txt -[win-x64-installer-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x64.zip.sha - [win-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-x64-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.exe @@ -146,6 +146,13 @@ Reference notes: [win-x86-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip.sha + [win-x86-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_x86_Release_version_badge.svg [win-x86-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-x86.txt [win-x86-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.exe @@ -153,13 +160,6 @@ Reference notes: [win-x86-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-x86.txt -[win-x86-installer-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-x86.zip.sha - [win-x86-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-x86-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.exe @@ -202,6 +202,13 @@ Reference notes: [osx-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + [osx-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/osx_x64_Release_version_badge.svg [osx-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-osx-x64.txt [osx-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg @@ -209,13 +216,6 @@ Reference notes: [osx-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha - [osx-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg [osx-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [osx-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg @@ -260,6 +260,15 @@ Reference notes: [linux-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + [linux-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_x64_Release_version_badge.svg [linux-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-x64.txt [linux-DEB-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.deb @@ -269,15 +278,6 @@ Reference notes: [linux-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-x64.tar.gz.sha - [linux-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_x64_Release_version_badge.svg [linux-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-DEB-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-x64.deb @@ -328,16 +328,16 @@ Reference notes: [linux-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + [linux-arm-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_arm_Release_version_badge.svg [linux-arm-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-arm.txt [linux-arm-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm.tar.gz.sha - [linux-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm.tar.gz @@ -368,16 +368,16 @@ Reference notes: [linux-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + [linux-arm64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_arm64_Release_version_badge.svg [linux-arm64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-arm64.txt [linux-arm64-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha - [linux-arm64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm64.tar.gz @@ -408,16 +408,16 @@ Reference notes: [rhel-6-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + [rhel-6-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/rhel.6_x64_Release_version_badge.svg [rhel-6-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-rhel.6-x64.txt [rhel-6-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha - [rhel-6-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [rhel-6-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-rhel.6-x64.tar.gz @@ -448,16 +448,16 @@ Reference notes: [linux-musl-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + [linux-musl-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_musl_x64_Release_version_badge.svg [linux-musl-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-musl-x64.txt [linux-musl-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha - [linux-musl-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-musl-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz @@ -488,16 +488,16 @@ Reference notes: [win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip.sha + [win-arm-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_arm_Release_version_badge.svg [win-arm-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-arm.txt [win-arm-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-arm.txt -[win-arm-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm.zip.sha - [win-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-arm-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-arm.zip @@ -528,16 +528,16 @@ Reference notes: [win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm64.txt +[win-arm64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip.sha + [win-arm64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-arm64.txt [win-arm64-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/productCommit-win-arm64.txt -[win-arm64-zip-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-5.0.1XX-preview7]: https://aka.ms/dotnet/net5/preview7/Sdk/dotnet-sdk-win-arm64.zip.sha - [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories Looking for dotnet-install sources? From 6e8039365eb38f77c1b5ad90df978c8ffa6965a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 17:51:15 +0000 Subject: [PATCH 030/375] [master] Update dependencies from dotnet/sdk (#8421) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20457.1 to 6.0.0-alpha.1.20458.1 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20458.2 to 6.0.100-alpha.1.20458.6 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20458.2 to 6.0.100-alpha.1.20458.6 - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20457.1 to 6.0.0-alpha.1.20458.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 37a18384f..c8f8e8f9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67
- + https://github.com/dotnet/templating - 1a90dbbe9131e1fb7315d08657ef0dbb71c88783 + be6c3d33afa9dd2e50f7414f0ff80316781506c0 - + https://github.com/dotnet/sdk - 7d267abebfb4ff8b970158e38cd30045da85bd05 + 67810d0c75231525327123da48129ec91a75bebb - + https://github.com/dotnet/sdk - 7d267abebfb4ff8b970158e38cd30045da85bd05 + 67810d0c75231525327123da48129ec91a75bebb diff --git a/eng/Versions.props b/eng/Versions.props index ed97b5c7b..04437ed34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20457.1 + 6.0.0-alpha.1.20458.1 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20458.2 - 6.0.100-alpha.1.20458.2 + 6.0.100-alpha.1.20458.6 + 6.0.100-alpha.1.20458.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3ff5966c9ebe8712e6886ef1131555684f48e1b8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 00:24:25 +0000 Subject: [PATCH 031/375] Update dependencies from https://github.com/dotnet/sdk build 20200908.8 (#8431) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20458.6 to 6.0.100-alpha.1.20458.8 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20458.6 to 6.0.100-alpha.1.20458.8 --- 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 c8f8e8f9c..197017b9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating be6c3d33afa9dd2e50f7414f0ff80316781506c0 - + https://github.com/dotnet/sdk - 67810d0c75231525327123da48129ec91a75bebb + 64cd4e4b28e2bcde4f13faab59d3b79147ef4578 - + https://github.com/dotnet/sdk - 67810d0c75231525327123da48129ec91a75bebb + 64cd4e4b28e2bcde4f13faab59d3b79147ef4578 diff --git a/eng/Versions.props b/eng/Versions.props index 04437ed34..db3d45b69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20458.6 - 6.0.100-alpha.1.20458.6 + 6.0.100-alpha.1.20458.8 + 6.0.100-alpha.1.20458.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fbae7ca46b53900e54d5b46f11756de7a2d2e44b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 02:33:12 +0000 Subject: [PATCH 032/375] Update dependencies from https://github.com/dotnet/sdk build 20200908.10 (#8434) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20458.8 to 6.0.100-alpha.1.20458.10 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20458.8 to 6.0.100-alpha.1.20458.10 --- 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 197017b9f..d06188ab7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating be6c3d33afa9dd2e50f7414f0ff80316781506c0 - + https://github.com/dotnet/sdk - 64cd4e4b28e2bcde4f13faab59d3b79147ef4578 + c43785736edc8d4bc927df3b557c1609d028cd93 - + https://github.com/dotnet/sdk - 64cd4e4b28e2bcde4f13faab59d3b79147ef4578 + c43785736edc8d4bc927df3b557c1609d028cd93 diff --git a/eng/Versions.props b/eng/Versions.props index db3d45b69..81018ec50 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20458.8 - 6.0.100-alpha.1.20458.8 + 6.0.100-alpha.1.20458.10 + 6.0.100-alpha.1.20458.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1511a9bbf152d695452e80b9946ed3eb5b9ee4e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 05:07:36 +0000 Subject: [PATCH 033/375] Update dependencies from https://github.com/dotnet/sdk build 20200908.13 (#8439) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20458.1 to 6.0.0-alpha.1.20458.2 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20458.10 to 6.0.100-alpha.1.20458.13 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20458.10 to 6.0.100-alpha.1.20458.13 - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20458.1 to 6.0.0-alpha.1.20458.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d06188ab7..41480758c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - be6c3d33afa9dd2e50f7414f0ff80316781506c0 + 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - c43785736edc8d4bc927df3b557c1609d028cd93 + b0cee5c48f109791c9ca33b903bc4a162e4c8edf - + https://github.com/dotnet/sdk - c43785736edc8d4bc927df3b557c1609d028cd93 + b0cee5c48f109791c9ca33b903bc4a162e4c8edf diff --git a/eng/Versions.props b/eng/Versions.props index 81018ec50..19d1b8d55 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20458.1 + 6.0.0-alpha.1.20458.2 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20458.10 - 6.0.100-alpha.1.20458.10 + 6.0.100-alpha.1.20458.13 + 6.0.100-alpha.1.20458.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0d56d90ef4f62e57fcf14de1feb0eeb7f78343dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 05:53:09 +0000 Subject: [PATCH 034/375] Update dependencies from https://github.com/dotnet/sdk build 20200908.14 (#8440) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20458.13 to 6.0.100-alpha.1.20458.14 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20458.13 to 6.0.100-alpha.1.20458.14 - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 - dotnet-dev-certs: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 - dotnet-user-secrets: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 - dotnet-watch: from 5.0.0-rc.2.20454.9 to 5.0.0-rc.2.20458.3 --- 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 41480758c..15636b06d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 - + https://github.com/dotnet/aspnetcore - a190fd34854542266956b1af980c19afacb95feb + 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 - + https://github.com/dotnet/aspnetcore - a190fd34854542266956b1af980c19afacb95feb + 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 - + https://github.com/dotnet/aspnetcore - a190fd34854542266956b1af980c19afacb95feb + 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 - + https://github.com/dotnet/aspnetcore - a190fd34854542266956b1af980c19afacb95feb + 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 - + https://github.com/dotnet/aspnetcore - a190fd34854542266956b1af980c19afacb95feb + 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 - + https://github.com/dotnet/aspnetcore - a190fd34854542266956b1af980c19afacb95feb + 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - b0cee5c48f109791c9ca33b903bc4a162e4c8edf + 647c2fe26456a3eea3b3d372fa82426b68561755 - + https://github.com/dotnet/sdk - b0cee5c48f109791c9ca33b903bc4a162e4c8edf + 647c2fe26456a3eea3b3d372fa82426b68561755 diff --git a/eng/Versions.props b/eng/Versions.props index 19d1b8d55..438f66daa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20454.9 - 5.0.0-rc.2.20454.9 - 5.0.0-rc.2.20454.9 - 5.0.0-rc.2.20454.9 - 5.0.0-rc.2.20454.9 - 5.0.0-rc.2.20454.9 + 5.0.0-rc.2.20458.3 + 5.0.0-rc.2.20458.3 + 5.0.0-rc.2.20458.3 + 5.0.0-rc.2.20458.3 + 5.0.0-rc.2.20458.3 + 5.0.0-rc.2.20458.3 0.2.0 - 6.0.100-alpha.1.20458.13 - 6.0.100-alpha.1.20458.13 + 6.0.100-alpha.1.20458.14 + 6.0.100-alpha.1.20458.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c08b0a9e53e8d845e56fade6dc6d5d610a58411b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 21:53:55 +0000 Subject: [PATCH 035/375] Update dependencies from https://github.com/dotnet/sdk build 20200909.5 (#8452) [master] Update dependencies from dotnet/sdk - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 6.0.100-alpha.1.20458.14 to 6.0.100-alpha.1.20459.5 - Microsoft.NET.Sdk: from 6.0.100-alpha.1.20458.14 to 6.0.100-alpha.1.20459.5 --- 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 15636b06d..d9c8d7a5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - 647c2fe26456a3eea3b3d372fa82426b68561755 + ce83e4a0c2ed1b9764560212d0bd18aa4d678cb0 - + https://github.com/dotnet/sdk - 647c2fe26456a3eea3b3d372fa82426b68561755 + ce83e4a0c2ed1b9764560212d0bd18aa4d678cb0 diff --git a/eng/Versions.props b/eng/Versions.props index 438f66daa..8e9a8b0ac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20458.14 - 6.0.100-alpha.1.20458.14 + 6.0.100-alpha.1.20459.5 + 6.0.100-alpha.1.20459.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0f9b0504e66c7fdef2747332c265bad930bc7b8f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 03:19:47 +0000 Subject: [PATCH 036/375] Update dependencies from https://github.com/dotnet/sdk build 20200909.11 (#8464) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20458.3 to 5.0.0-rc.2.20459.10 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20458.3 to 5.0.0-rc.2.20459.10 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20458.3 to 5.0.0-rc.2.20459.10 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20458.3 to 5.0.0-rc.2.20459.10 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20458.3 to 5.0.0-rc.2.20459.10 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20458.3 to 5.0.0-rc.2.20459.10 (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 d9c8d7a5d..a6e889078 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 - + https://github.com/dotnet/aspnetcore - 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 + 8e299232e39b7b656c1d224d2d29805c905c96e3 - + https://github.com/dotnet/aspnetcore - 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 + 8e299232e39b7b656c1d224d2d29805c905c96e3 - + https://github.com/dotnet/aspnetcore - 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 + 8e299232e39b7b656c1d224d2d29805c905c96e3 - + https://github.com/dotnet/aspnetcore - 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 + 8e299232e39b7b656c1d224d2d29805c905c96e3 - + https://github.com/dotnet/aspnetcore - 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 + 8e299232e39b7b656c1d224d2d29805c905c96e3 - + https://github.com/dotnet/aspnetcore - 3d042ac9aaf6df4cfd1d2bd4a984a86a45629285 + 8e299232e39b7b656c1d224d2d29805c905c96e3 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - ce83e4a0c2ed1b9764560212d0bd18aa4d678cb0 + f2a42badb2d422666925544efcbbee149e97c83b - + https://github.com/dotnet/sdk - ce83e4a0c2ed1b9764560212d0bd18aa4d678cb0 + f2a42badb2d422666925544efcbbee149e97c83b diff --git a/eng/Versions.props b/eng/Versions.props index 8e9a8b0ac..88753c9ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20458.3 - 5.0.0-rc.2.20458.3 - 5.0.0-rc.2.20458.3 - 5.0.0-rc.2.20458.3 - 5.0.0-rc.2.20458.3 - 5.0.0-rc.2.20458.3 + 5.0.0-rc.2.20459.10 + 5.0.0-rc.2.20459.10 + 5.0.0-rc.2.20459.10 + 5.0.0-rc.2.20459.10 + 5.0.0-rc.2.20459.10 + 5.0.0-rc.2.20459.10 0.2.0 - 6.0.100-alpha.1.20459.5 - 6.0.100-alpha.1.20459.5 + 6.0.100-alpha.1.20459.11 + 6.0.100-alpha.1.20459.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 41cb3ac185c128e2e06494254a25ab4ecf30ac51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 04:07:39 +0000 Subject: [PATCH 037/375] Update dependencies from https://github.com/dotnet/sdk build 20200909.13 (#8466) [master] 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 a6e889078..a03ce9699 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - f2a42badb2d422666925544efcbbee149e97c83b + 06e060476a5c04012addab2a7d069f5ba0af7149 - + https://github.com/dotnet/sdk - f2a42badb2d422666925544efcbbee149e97c83b + 06e060476a5c04012addab2a7d069f5ba0af7149 diff --git a/eng/Versions.props b/eng/Versions.props index 88753c9ee..5b4475b2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20459.11 - 6.0.100-alpha.1.20459.11 + 6.0.100-alpha.1.20459.13 + 6.0.100-alpha.1.20459.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d533e55c24f5383feb4928226d29eb3b8b6117a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 04:50:09 +0000 Subject: [PATCH 038/375] Update dependencies from https://github.com/dotnet/sdk build 20200909.14 (#8467) [master] 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 a03ce9699..ba40bbd74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - 06e060476a5c04012addab2a7d069f5ba0af7149 + 5f20e65a49cd010429b1d05eea087f157110744d - + https://github.com/dotnet/sdk - 06e060476a5c04012addab2a7d069f5ba0af7149 + 5f20e65a49cd010429b1d05eea087f157110744d diff --git a/eng/Versions.props b/eng/Versions.props index 5b4475b2b..6ad91a7d5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20459.13 - 6.0.100-alpha.1.20459.13 + 6.0.100-alpha.1.20459.14 + 6.0.100-alpha.1.20459.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1a044328d11f5f72866662781622806a1f974058 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 11:55:18 +0000 Subject: [PATCH 039/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.2 (#8472) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20459.10 to 5.0.0-rc.2.20459.19 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20459.10 to 5.0.0-rc.2.20459.19 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20459.10 to 5.0.0-rc.2.20459.19 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20459.10 to 5.0.0-rc.2.20459.19 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20459.10 to 5.0.0-rc.2.20459.19 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20459.10 to 5.0.0-rc.2.20459.19 (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 ba40bbd74..2bd1322ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 - + https://github.com/dotnet/aspnetcore - 8e299232e39b7b656c1d224d2d29805c905c96e3 + d7c1d51b4a67df1ff8a141ca7040864ae86feb4d - + https://github.com/dotnet/aspnetcore - 8e299232e39b7b656c1d224d2d29805c905c96e3 + d7c1d51b4a67df1ff8a141ca7040864ae86feb4d - + https://github.com/dotnet/aspnetcore - 8e299232e39b7b656c1d224d2d29805c905c96e3 + d7c1d51b4a67df1ff8a141ca7040864ae86feb4d - + https://github.com/dotnet/aspnetcore - 8e299232e39b7b656c1d224d2d29805c905c96e3 + d7c1d51b4a67df1ff8a141ca7040864ae86feb4d - + https://github.com/dotnet/aspnetcore - 8e299232e39b7b656c1d224d2d29805c905c96e3 + d7c1d51b4a67df1ff8a141ca7040864ae86feb4d - + https://github.com/dotnet/aspnetcore - 8e299232e39b7b656c1d224d2d29805c905c96e3 + d7c1d51b4a67df1ff8a141ca7040864ae86feb4d https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - 5f20e65a49cd010429b1d05eea087f157110744d + aef0b42430cb450d443389f2d8f97e607a633b6f - + https://github.com/dotnet/sdk - 5f20e65a49cd010429b1d05eea087f157110744d + aef0b42430cb450d443389f2d8f97e607a633b6f diff --git a/eng/Versions.props b/eng/Versions.props index 6ad91a7d5..960da0d5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20459.10 - 5.0.0-rc.2.20459.10 - 5.0.0-rc.2.20459.10 - 5.0.0-rc.2.20459.10 - 5.0.0-rc.2.20459.10 - 5.0.0-rc.2.20459.10 + 5.0.0-rc.2.20459.19 + 5.0.0-rc.2.20459.19 + 5.0.0-rc.2.20459.19 + 5.0.0-rc.2.20459.19 + 5.0.0-rc.2.20459.19 + 5.0.0-rc.2.20459.19 0.2.0 - 6.0.100-alpha.1.20459.14 - 6.0.100-alpha.1.20459.14 + 6.0.100-alpha.1.20460.2 + 6.0.100-alpha.1.20460.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2ecf8a84a30fd8fe5923728aa049a909e8007fbc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 12:41:04 +0000 Subject: [PATCH 040/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.3 (#8473) [master] 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 2bd1322ea..957d15206 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - aef0b42430cb450d443389f2d8f97e607a633b6f + 59b3086a240e3b609a34d6d3a1ab71c7a5c1f7aa - + https://github.com/dotnet/sdk - aef0b42430cb450d443389f2d8f97e607a633b6f + 59b3086a240e3b609a34d6d3a1ab71c7a5c1f7aa diff --git a/eng/Versions.props b/eng/Versions.props index 960da0d5d..130964821 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20460.2 - 6.0.100-alpha.1.20460.2 + 6.0.100-alpha.1.20460.3 + 6.0.100-alpha.1.20460.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ac1acf87cc40fcc139aa5a332e6345041c94b237 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 13:26:29 +0000 Subject: [PATCH 041/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.5 (#8475) [master] 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 957d15206..13d8f204e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 20ea899f372ebaaa221cd8e433068d04c86c2033 - + https://github.com/dotnet/sdk - 59b3086a240e3b609a34d6d3a1ab71c7a5c1f7aa + 02815f1b290752d328c10ae1b467024c84ab916f - + https://github.com/dotnet/sdk - 59b3086a240e3b609a34d6d3a1ab71c7a5c1f7aa + 02815f1b290752d328c10ae1b467024c84ab916f diff --git a/eng/Versions.props b/eng/Versions.props index 130964821..6ac11a87a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20460.3 - 6.0.100-alpha.1.20460.3 + 6.0.100-alpha.1.20460.5 + 6.0.100-alpha.1.20460.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dc6f43e141654784180219d7f3eae7cc515bdb44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 14:04:05 +0000 Subject: [PATCH 042/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.7 (#8477) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20458.2 to 6.0.0-alpha.1.20460.1 (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 13d8f204e..6c4a6d599 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 20ea899f372ebaaa221cd8e433068d04c86c2033 + c6b1023ecf26cdf3ade5ebbb6a1840709f164aa0 - + https://github.com/dotnet/sdk - 02815f1b290752d328c10ae1b467024c84ab916f + feae865a0614026d72ed9a9558d0111e5fcd5765 - + https://github.com/dotnet/sdk - 02815f1b290752d328c10ae1b467024c84ab916f + feae865a0614026d72ed9a9558d0111e5fcd5765 diff --git a/eng/Versions.props b/eng/Versions.props index 6ac11a87a..14391efa5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20458.2 + 6.0.0-alpha.1.20460.1 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20460.5 - 6.0.100-alpha.1.20460.5 + 6.0.100-alpha.1.20460.7 + 6.0.100-alpha.1.20460.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b32fe2635c729be84d788c896e6264b9d61e8674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:43:49 +0000 Subject: [PATCH 043/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.9 (#8480) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20460.1 to 6.0.0-alpha.1.20460.2 (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 6c4a6d599..168530dcf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - c6b1023ecf26cdf3ade5ebbb6a1840709f164aa0 + 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - feae865a0614026d72ed9a9558d0111e5fcd5765 + b3f8992743b3fd3946dcd817335bf1f7403d6979 - + https://github.com/dotnet/sdk - feae865a0614026d72ed9a9558d0111e5fcd5765 + b3f8992743b3fd3946dcd817335bf1f7403d6979 diff --git a/eng/Versions.props b/eng/Versions.props index 14391efa5..071eb4610 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20460.1 + 6.0.0-alpha.1.20460.2 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20460.7 - 6.0.100-alpha.1.20460.7 + 6.0.100-alpha.1.20460.9 + 6.0.100-alpha.1.20460.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b39433126162fed4bb6394126a8087bd85df1df1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 16:37:13 +0000 Subject: [PATCH 044/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.10 (#8481) [master] 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 168530dcf..cca02c6b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - b3f8992743b3fd3946dcd817335bf1f7403d6979 + 22c3f89d6eddc0da07e0933b29d74caacb55e3ab - + https://github.com/dotnet/sdk - b3f8992743b3fd3946dcd817335bf1f7403d6979 + 22c3f89d6eddc0da07e0933b29d74caacb55e3ab diff --git a/eng/Versions.props b/eng/Versions.props index 071eb4610..5c142f4d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20460.9 - 6.0.100-alpha.1.20460.9 + 6.0.100-alpha.1.20460.10 + 6.0.100-alpha.1.20460.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 40573c6325a15963de2b79e8777f69dbc642bbbc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 21:56:09 +0000 Subject: [PATCH 045/375] [master] Update dependencies from dotnet/sdk (#8482) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20454.24 to 6.0.0-alpha.1.20459.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20454.24 to 6.0.0-alpha.1.20459.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20454.24 to 6.0.0-alpha.1.20459.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20454.24 to 6.0.0-alpha.1.20459.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20454.24 to 6.0.0-alpha.1.20459.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20454.24 to 6.0.0-alpha.1.20459.5 (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 cca02c6b1..312c97be4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 + 3ac170acc89adde016b1297f7c29232cda61c102 - + https://github.com/dotnet/runtime - 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 + 3ac170acc89adde016b1297f7c29232cda61c102 - + https://github.com/dotnet/runtime - 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 + 3ac170acc89adde016b1297f7c29232cda61c102 - + https://github.com/dotnet/runtime - 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 + 3ac170acc89adde016b1297f7c29232cda61c102 - + https://github.com/dotnet/runtime - 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 + 3ac170acc89adde016b1297f7c29232cda61c102 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4fd87bc4ce9f90bcaf82de3fc5fed18486d54ea6 + 3ac170acc89adde016b1297f7c29232cda61c102 https://github.com/dotnet/aspnetcore @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 22c3f89d6eddc0da07e0933b29d74caacb55e3ab + 029c729603a1bf14875187f6a461830d4f3b8da0 - + https://github.com/dotnet/sdk - 22c3f89d6eddc0da07e0933b29d74caacb55e3ab + 029c729603a1bf14875187f6a461830d4f3b8da0 diff --git a/eng/Versions.props b/eng/Versions.props index 5c142f4d8..609c7b2a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 6.0.100-alpha.1.20460.10 - 6.0.100-alpha.1.20460.10 + 6.0.100-alpha.1.20460.15 + 6.0.100-alpha.1.20460.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20454.24 + 6.0.0-alpha.1.20459.5 - 6.0.0-alpha.1.20454.24 - 6.0.0-alpha.1.20454.24 - 6.0.0-alpha.1.20454.24 - 6.0.0-alpha.1.20454.24 - 6.0.0-alpha.1.20454.24 + 6.0.0-alpha.1.20459.5 + 6.0.0-alpha.1.20459.5 + 6.0.0-alpha.1.20459.5 + 6.0.0-alpha.1.20459.5 + 6.0.0-alpha.1.20459.5 2.1.0 From 4cf120ee6f3425a0f1bcc740739dc659fc3cea62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 23:57:57 +0000 Subject: [PATCH 046/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.19 (#8493) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20459.5 to 6.0.0-alpha.1.20459.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20459.5 to 6.0.0-alpha.1.20459.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20459.5 to 6.0.0-alpha.1.20459.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20459.5 to 6.0.0-alpha.1.20459.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20459.5 to 6.0.0-alpha.1.20459.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20459.5 to 6.0.0-alpha.1.20459.20 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20459.19 to 5.0.0-rc.2.20460.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20459.19 to 5.0.0-rc.2.20460.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20459.19 to 5.0.0-rc.2.20460.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20459.19 to 5.0.0-rc.2.20460.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20459.19 to 5.0.0-rc.2.20460.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20459.19 to 5.0.0-rc.2.20460.3 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 56 ++++++++++++++++++++--------------------- eng/Versions.props | 28 ++++++++++----------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 312c97be4..f1a9d83d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 3ac170acc89adde016b1297f7c29232cda61c102 + 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 - + https://github.com/dotnet/runtime - 3ac170acc89adde016b1297f7c29232cda61c102 + 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 - + https://github.com/dotnet/runtime - 3ac170acc89adde016b1297f7c29232cda61c102 + 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 - + https://github.com/dotnet/runtime - 3ac170acc89adde016b1297f7c29232cda61c102 + 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 - + https://github.com/dotnet/runtime - 3ac170acc89adde016b1297f7c29232cda61c102 + 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 @@ -39,33 +39,33 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 3ac170acc89adde016b1297f7c29232cda61c102 + 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 - + https://github.com/dotnet/aspnetcore - d7c1d51b4a67df1ff8a141ca7040864ae86feb4d + ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b - + https://github.com/dotnet/aspnetcore - d7c1d51b4a67df1ff8a141ca7040864ae86feb4d + ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b - + https://github.com/dotnet/aspnetcore - d7c1d51b4a67df1ff8a141ca7040864ae86feb4d + ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b - + https://github.com/dotnet/aspnetcore - d7c1d51b4a67df1ff8a141ca7040864ae86feb4d + ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b - + https://github.com/dotnet/aspnetcore - d7c1d51b4a67df1ff8a141ca7040864ae86feb4d + ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b - + https://github.com/dotnet/aspnetcore - d7c1d51b4a67df1ff8a141ca7040864ae86feb4d + ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 029c729603a1bf14875187f6a461830d4f3b8da0 + 77198611677e7b8c01c00869754abd37e417620e - + https://github.com/dotnet/sdk - 029c729603a1bf14875187f6a461830d4f3b8da0 + 77198611677e7b8c01c00869754abd37e417620e diff --git a/eng/Versions.props b/eng/Versions.props index 609c7b2a8..687904159 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,34 +41,34 @@ - 5.0.0-rc.2.20459.19 - 5.0.0-rc.2.20459.19 - 5.0.0-rc.2.20459.19 - 5.0.0-rc.2.20459.19 - 5.0.0-rc.2.20459.19 - 5.0.0-rc.2.20459.19 + 5.0.0-rc.2.20460.3 + 5.0.0-rc.2.20460.3 + 5.0.0-rc.2.20460.3 + 5.0.0-rc.2.20460.3 + 5.0.0-rc.2.20460.3 + 5.0.0-rc.2.20460.3 0.2.0 - 6.0.100-alpha.1.20460.15 - 6.0.100-alpha.1.20460.15 + 6.0.100-alpha.1.20460.19 + 6.0.100-alpha.1.20460.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20459.5 + 6.0.0-alpha.1.20459.20 - 6.0.0-alpha.1.20459.5 - 6.0.0-alpha.1.20459.5 - 6.0.0-alpha.1.20459.5 - 6.0.0-alpha.1.20459.5 - 6.0.0-alpha.1.20459.5 + 6.0.0-alpha.1.20459.20 + 6.0.0-alpha.1.20459.20 + 6.0.0-alpha.1.20459.20 + 6.0.0-alpha.1.20459.20 + 6.0.0-alpha.1.20459.20 2.1.0 From e7df51fd510b20cc4e00d0534d9250e266da1b2d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 00:55:30 +0000 Subject: [PATCH 047/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.21 (#8495) [master] 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 f1a9d83d9..95b9845d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 77198611677e7b8c01c00869754abd37e417620e + 58f3be57281ada54671cfac842fef913daea4f6b - + https://github.com/dotnet/sdk - 77198611677e7b8c01c00869754abd37e417620e + 58f3be57281ada54671cfac842fef913daea4f6b diff --git a/eng/Versions.props b/eng/Versions.props index 687904159..866db80ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20460.19 - 6.0.100-alpha.1.20460.19 + 6.0.100-alpha.1.20460.21 + 6.0.100-alpha.1.20460.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a202706c7222afd6f223052d4f73a25b8ee489e4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 03:39:10 +0000 Subject: [PATCH 048/375] [master] Update dependencies from dotnet/sdk (#8497) [master] 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 95b9845d4..3d154ef2c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 58f3be57281ada54671cfac842fef913daea4f6b + 581b46e4beb2532f2c9f146fbd0d9ee71b167707 - + https://github.com/dotnet/sdk - 58f3be57281ada54671cfac842fef913daea4f6b + 581b46e4beb2532f2c9f146fbd0d9ee71b167707 diff --git a/eng/Versions.props b/eng/Versions.props index 866db80ba..70bdd47b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20460.21 - 6.0.100-alpha.1.20460.21 + 6.0.100-alpha.1.20460.25 + 6.0.100-alpha.1.20460.25 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ed531b7fa9ff022d101c816b631fe032059dcc45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 07:44:52 +0000 Subject: [PATCH 049/375] Update dependencies from https://github.com/dotnet/sdk build 20200910.32 (#8505) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20460.3 to 5.0.0-rc.2.20460.20 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20460.3 to 5.0.0-rc.2.20460.20 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20460.3 to 5.0.0-rc.2.20460.20 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20460.3 to 5.0.0-rc.2.20460.20 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20460.3 to 5.0.0-rc.2.20460.20 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20460.3 to 5.0.0-rc.2.20460.20 (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 3d154ef2c..4324a02c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 - + https://github.com/dotnet/aspnetcore - ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b + e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca - + https://github.com/dotnet/aspnetcore - ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b + e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca - + https://github.com/dotnet/aspnetcore - ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b + e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca - + https://github.com/dotnet/aspnetcore - ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b + e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca - + https://github.com/dotnet/aspnetcore - ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b + e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca - + https://github.com/dotnet/aspnetcore - ee765e7ea1dcb9e2ddd1aa774492c9449e34e51b + e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 581b46e4beb2532f2c9f146fbd0d9ee71b167707 + 219b99c25b070e95d843088261b4e89e087bb7ab - + https://github.com/dotnet/sdk - 581b46e4beb2532f2c9f146fbd0d9ee71b167707 + 219b99c25b070e95d843088261b4e89e087bb7ab diff --git a/eng/Versions.props b/eng/Versions.props index 70bdd47b9..69d358505 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20460.3 - 5.0.0-rc.2.20460.3 - 5.0.0-rc.2.20460.3 - 5.0.0-rc.2.20460.3 - 5.0.0-rc.2.20460.3 - 5.0.0-rc.2.20460.3 + 5.0.0-rc.2.20460.20 + 5.0.0-rc.2.20460.20 + 5.0.0-rc.2.20460.20 + 5.0.0-rc.2.20460.20 + 5.0.0-rc.2.20460.20 + 5.0.0-rc.2.20460.20 0.2.0 - 6.0.100-alpha.1.20460.25 - 6.0.100-alpha.1.20460.25 + 6.0.100-alpha.1.20460.32 + 6.0.100-alpha.1.20460.32 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f2012017d9a4045d64b1f453a92b05d4e2e5bba7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:16:34 +0000 Subject: [PATCH 050/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.3 (#8509) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20460.20 to 5.0.0-rc.2.20460.23 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20460.20 to 5.0.0-rc.2.20460.23 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20460.20 to 5.0.0-rc.2.20460.23 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20460.20 to 5.0.0-rc.2.20460.23 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20460.20 to 5.0.0-rc.2.20460.23 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20460.20 to 5.0.0-rc.2.20460.23 (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 4324a02c9..ca4cfe673 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 - + https://github.com/dotnet/aspnetcore - e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca + 360914cb0b2f467504a59b39464da642982c738f - + https://github.com/dotnet/aspnetcore - e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca + 360914cb0b2f467504a59b39464da642982c738f - + https://github.com/dotnet/aspnetcore - e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca + 360914cb0b2f467504a59b39464da642982c738f - + https://github.com/dotnet/aspnetcore - e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca + 360914cb0b2f467504a59b39464da642982c738f - + https://github.com/dotnet/aspnetcore - e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca + 360914cb0b2f467504a59b39464da642982c738f - + https://github.com/dotnet/aspnetcore - e8b8066dce2ba6f8c4ad73331d3dd8ab4cb49dca + 360914cb0b2f467504a59b39464da642982c738f https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 219b99c25b070e95d843088261b4e89e087bb7ab + 420344980771a6777f6f742eb3a085aab27c1a37 - + https://github.com/dotnet/sdk - 219b99c25b070e95d843088261b4e89e087bb7ab + 420344980771a6777f6f742eb3a085aab27c1a37 diff --git a/eng/Versions.props b/eng/Versions.props index 69d358505..73a82b62f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20460.20 - 5.0.0-rc.2.20460.20 - 5.0.0-rc.2.20460.20 - 5.0.0-rc.2.20460.20 - 5.0.0-rc.2.20460.20 - 5.0.0-rc.2.20460.20 + 5.0.0-rc.2.20460.23 + 5.0.0-rc.2.20460.23 + 5.0.0-rc.2.20460.23 + 5.0.0-rc.2.20460.23 + 5.0.0-rc.2.20460.23 + 5.0.0-rc.2.20460.23 0.2.0 - 6.0.100-alpha.1.20460.32 - 6.0.100-alpha.1.20460.32 + 6.0.100-alpha.1.20461.3 + 6.0.100-alpha.1.20461.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 741038a8c4589ea340e84e8a754513f7c6a3092a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 13:06:25 +0000 Subject: [PATCH 051/375] Update dependencies from https://github.com/dotnet/arcade build 20200909.8 (#8511) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca4cfe673..c7aff5d61 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 16b71a2f216c3c5be5860977c4cb03a95ee2f0e3 + 91470b0b14ba016c1fb78211b12775287c17b34e - + https://github.com/dotnet/arcade - 16b71a2f216c3c5be5860977c4cb03a95ee2f0e3 + 91470b0b14ba016c1fb78211b12775287c17b34e diff --git a/eng/Versions.props b/eng/Versions.props index 73a82b62f..5a04066d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20453.7 + 5.0.0-beta.20459.8 diff --git a/global.json b/global.json index fb1bc517c..e571d9905 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20453.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20459.8" } } From fdf7ed7b5aa2efb10b0b469033b520755d9c9418 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 15:56:01 +0000 Subject: [PATCH 052/375] [master] Update dependencies from dotnet/sdk (#8512) [master] 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 c7aff5d61..534adecb1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 420344980771a6777f6f742eb3a085aab27c1a37 + bd63be55c999db59d61b4f202523b1a234d26687 - + https://github.com/dotnet/sdk - 420344980771a6777f6f742eb3a085aab27c1a37 + bd63be55c999db59d61b4f202523b1a234d26687 diff --git a/eng/Versions.props b/eng/Versions.props index 5a04066d1..4bb6010fd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20461.3 - 6.0.100-alpha.1.20461.3 + 6.0.100-alpha.1.20461.8 + 6.0.100-alpha.1.20461.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0b5e2858cf3f0b107a8fc554543573fdf1230df1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 16:33:06 +0000 Subject: [PATCH 053/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.9 (#8513) [master] 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 534adecb1..371117e27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - bd63be55c999db59d61b4f202523b1a234d26687 + 3c1cd7093974a4df3262f1293378dfb7662c9331 - + https://github.com/dotnet/sdk - bd63be55c999db59d61b4f202523b1a234d26687 + 3c1cd7093974a4df3262f1293378dfb7662c9331 diff --git a/eng/Versions.props b/eng/Versions.props index 4bb6010fd..1417d1a8b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20461.8 - 6.0.100-alpha.1.20461.8 + 6.0.100-alpha.1.20461.9 + 6.0.100-alpha.1.20461.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 692917975be66f8eed875f9544dae85451c4d38a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 17:32:43 +0000 Subject: [PATCH 054/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.10 (#8514) [master] 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 371117e27..99bd76c96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 3c1cd7093974a4df3262f1293378dfb7662c9331 + bc6c8b20dae797c5aa6c7b28a11e35ce7d7c8d08 - + https://github.com/dotnet/sdk - 3c1cd7093974a4df3262f1293378dfb7662c9331 + bc6c8b20dae797c5aa6c7b28a11e35ce7d7c8d08 diff --git a/eng/Versions.props b/eng/Versions.props index 1417d1a8b..62c3d4e9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20461.9 - 6.0.100-alpha.1.20461.9 + 6.0.100-alpha.1.20461.10 + 6.0.100-alpha.1.20461.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 45ca33f96fcaf7be2f4ef050816a1566d73321ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 18:27:19 +0000 Subject: [PATCH 055/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.12 (#8516) [master] 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 99bd76c96..634801541 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - bc6c8b20dae797c5aa6c7b28a11e35ce7d7c8d08 + b34cf11e9347c5e32f5d661d3868bd0654a6cb2b - + https://github.com/dotnet/sdk - bc6c8b20dae797c5aa6c7b28a11e35ce7d7c8d08 + b34cf11e9347c5e32f5d661d3868bd0654a6cb2b diff --git a/eng/Versions.props b/eng/Versions.props index 62c3d4e9b..0a13a7592 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20461.10 - 6.0.100-alpha.1.20461.10 + 6.0.100-alpha.1.20461.12 + 6.0.100-alpha.1.20461.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 62ee3d97aec26ea4adf0abdc6b384d421b1befe7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 20:09:23 +0000 Subject: [PATCH 056/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.13 (#8518) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20459.20 to 6.0.0-alpha.1.20460.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20459.20 to 6.0.0-alpha.1.20460.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20459.20 to 6.0.0-alpha.1.20460.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20459.20 to 6.0.0-alpha.1.20460.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20459.20 to 6.0.0-alpha.1.20460.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20459.20 to 6.0.0-alpha.1.20460.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20460.23 to 5.0.0-rc.2.20461.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20460.23 to 5.0.0-rc.2.20461.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20460.23 to 5.0.0-rc.2.20461.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20460.23 to 5.0.0-rc.2.20461.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20460.23 to 5.0.0-rc.2.20461.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20460.23 to 5.0.0-rc.2.20461.4 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 56 ++++++++++++++++++++--------------------- eng/Versions.props | 28 ++++++++++----------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 634801541..8ed6de476 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 + bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/runtime - 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 + bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/runtime - 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 + bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/runtime - 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 + bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/runtime - 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 + bb921d6566feb3c06a65a149a01a779072808779 @@ -39,33 +39,33 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 1e09ff6d32c951b55bf9e01e6f3a3a846c0acc73 + bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/aspnetcore - 360914cb0b2f467504a59b39464da642982c738f + 793c1123b1cc279109032527297c8f5becc5be71 - + https://github.com/dotnet/aspnetcore - 360914cb0b2f467504a59b39464da642982c738f + 793c1123b1cc279109032527297c8f5becc5be71 - + https://github.com/dotnet/aspnetcore - 360914cb0b2f467504a59b39464da642982c738f + 793c1123b1cc279109032527297c8f5becc5be71 - + https://github.com/dotnet/aspnetcore - 360914cb0b2f467504a59b39464da642982c738f + 793c1123b1cc279109032527297c8f5becc5be71 - + https://github.com/dotnet/aspnetcore - 360914cb0b2f467504a59b39464da642982c738f + 793c1123b1cc279109032527297c8f5becc5be71 - + https://github.com/dotnet/aspnetcore - 360914cb0b2f467504a59b39464da642982c738f + 793c1123b1cc279109032527297c8f5becc5be71 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - b34cf11e9347c5e32f5d661d3868bd0654a6cb2b + 6924789288071724fa71d8c564bd6e418d5490b1 - + https://github.com/dotnet/sdk - b34cf11e9347c5e32f5d661d3868bd0654a6cb2b + 6924789288071724fa71d8c564bd6e418d5490b1 diff --git a/eng/Versions.props b/eng/Versions.props index 0a13a7592..682826d57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,34 +41,34 @@ - 5.0.0-rc.2.20460.23 - 5.0.0-rc.2.20460.23 - 5.0.0-rc.2.20460.23 - 5.0.0-rc.2.20460.23 - 5.0.0-rc.2.20460.23 - 5.0.0-rc.2.20460.23 + 5.0.0-rc.2.20461.4 + 5.0.0-rc.2.20461.4 + 5.0.0-rc.2.20461.4 + 5.0.0-rc.2.20461.4 + 5.0.0-rc.2.20461.4 + 5.0.0-rc.2.20461.4 0.2.0 - 6.0.100-alpha.1.20461.12 - 6.0.100-alpha.1.20461.12 + 6.0.100-alpha.1.20461.13 + 6.0.100-alpha.1.20461.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20459.20 + 6.0.0-alpha.1.20460.3 - 6.0.0-alpha.1.20459.20 - 6.0.0-alpha.1.20459.20 - 6.0.0-alpha.1.20459.20 - 6.0.0-alpha.1.20459.20 - 6.0.0-alpha.1.20459.20 + 6.0.0-alpha.1.20460.3 + 6.0.0-alpha.1.20460.3 + 6.0.0-alpha.1.20460.3 + 6.0.0-alpha.1.20460.3 + 6.0.0-alpha.1.20460.3 2.1.0 From 830fab12ddbd413770c5376fe5fa55d66264f107 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 20:51:22 +0000 Subject: [PATCH 057/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.15 (#8520) [master] 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 8ed6de476..006b9ae4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 6924789288071724fa71d8c564bd6e418d5490b1 + b6d9220370f1956c6d316f45d65877033ffd3f76 - + https://github.com/dotnet/sdk - 6924789288071724fa71d8c564bd6e418d5490b1 + b6d9220370f1956c6d316f45d65877033ffd3f76 diff --git a/eng/Versions.props b/eng/Versions.props index 682826d57..c23ef901f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20461.13 - 6.0.100-alpha.1.20461.13 + 6.0.100-alpha.1.20461.15 + 6.0.100-alpha.1.20461.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b6f40098534ed9497291fcd5ad64d6122f5522e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 21:43:42 +0000 Subject: [PATCH 058/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.17 (#8522) [master] 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 006b9ae4c..b91b4b9ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - b6d9220370f1956c6d316f45d65877033ffd3f76 + beaa6280254c227487302ac49244befffe808bdf - + https://github.com/dotnet/sdk - b6d9220370f1956c6d316f45d65877033ffd3f76 + beaa6280254c227487302ac49244befffe808bdf diff --git a/eng/Versions.props b/eng/Versions.props index c23ef901f..f3c8ee06c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20461.15 - 6.0.100-alpha.1.20461.15 + 6.0.100-alpha.1.20461.17 + 6.0.100-alpha.1.20461.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 43fc51f2191ba065ae42084b61e15635fc7b7844 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 23:48:45 +0000 Subject: [PATCH 059/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.18 (#8523) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20461.4 to 5.0.0-rc.2.20461.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20461.4 to 5.0.0-rc.2.20461.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20461.4 to 5.0.0-rc.2.20461.7 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20461.4 to 5.0.0-rc.2.20461.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20461.4 to 5.0.0-rc.2.20461.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20461.4 to 5.0.0-rc.2.20461.7 (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 b91b4b9ce..c42e94688 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/aspnetcore - 793c1123b1cc279109032527297c8f5becc5be71 + 42644a864d8e1a4396fca06d573bf5ffa66c6d2d - + https://github.com/dotnet/aspnetcore - 793c1123b1cc279109032527297c8f5becc5be71 + 42644a864d8e1a4396fca06d573bf5ffa66c6d2d - + https://github.com/dotnet/aspnetcore - 793c1123b1cc279109032527297c8f5becc5be71 + 42644a864d8e1a4396fca06d573bf5ffa66c6d2d - + https://github.com/dotnet/aspnetcore - 793c1123b1cc279109032527297c8f5becc5be71 + 42644a864d8e1a4396fca06d573bf5ffa66c6d2d - + https://github.com/dotnet/aspnetcore - 793c1123b1cc279109032527297c8f5becc5be71 + 42644a864d8e1a4396fca06d573bf5ffa66c6d2d - + https://github.com/dotnet/aspnetcore - 793c1123b1cc279109032527297c8f5becc5be71 + 42644a864d8e1a4396fca06d573bf5ffa66c6d2d https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - beaa6280254c227487302ac49244befffe808bdf + ea1f63b0a137b125a5506f012c18d62e3ed5feac - + https://github.com/dotnet/sdk - beaa6280254c227487302ac49244befffe808bdf + ea1f63b0a137b125a5506f012c18d62e3ed5feac diff --git a/eng/Versions.props b/eng/Versions.props index f3c8ee06c..a3e8028be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20461.4 - 5.0.0-rc.2.20461.4 - 5.0.0-rc.2.20461.4 - 5.0.0-rc.2.20461.4 - 5.0.0-rc.2.20461.4 - 5.0.0-rc.2.20461.4 + 5.0.0-rc.2.20461.7 + 5.0.0-rc.2.20461.7 + 5.0.0-rc.2.20461.7 + 5.0.0-rc.2.20461.7 + 5.0.0-rc.2.20461.7 + 5.0.0-rc.2.20461.7 0.2.0 - 6.0.100-alpha.1.20461.17 - 6.0.100-alpha.1.20461.17 + 6.0.100-alpha.1.20461.18 + 6.0.100-alpha.1.20461.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 958c92a3e108cbc2e3d6f3edfe2e044dae5fea0b Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 11 Sep 2020 16:41:09 -0700 Subject: [PATCH 060/375] Update the installer table to remove 3.1.2, 3.1.3, and 3.0.1. --- README.md | 290 ++++++++++++------------------------------------------ 1 file changed, 62 insertions(+), 228 deletions(-) diff --git a/README.md b/README.md index a3310ec51..178b87da7 100644 --- a/README.md +++ b/README.md @@ -67,19 +67,18 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(6.0.x Runtime) | 5.0.100 RC 2
(5.0 Runtime) | 5.0.100 RC 1
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.3XX
(3.1.x Runtime) | Release/3.1.2XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | -| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rc2]][win-x64-version-5.0.1XX-rc2]
[Installer][win-x64-installer-5.0.1XX-rc2] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc2]
[zip][win-x64-zip-5.0.1XX-rc2] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc2] | [![][win-x64-badge-5.0.1XX-rc1]][win-x64-version-5.0.1XX-rc1]
[Installer][win-x64-installer-5.0.1XX-rc1] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc1]
[zip][win-x64-zip-5.0.1XX-rc1] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc1] | [![][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] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
[Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
[zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
[Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
[zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
[Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
[zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rc2]][win-x86-version-5.0.1XX-rc2]
[Installer][win-x86-installer-5.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc2]
[zip][win-x86-zip-5.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc2] | [![][win-x86-badge-5.0.1XX-rc1]][win-x86-version-5.0.1XX-rc1]
[Installer][win-x86-installer-5.0.1XX-rc1] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc1]
[zip][win-x86-zip-5.0.1XX-rc1] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc1] | [![][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] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
[Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
[zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
[Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
[zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
[Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
[zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rc2]][osx-version-5.0.1XX-rc2]
[Installer][osx-installer-5.0.1XX-rc2] - [Checksum][osx-installer-checksum-5.0.1XX-rc2]
[tar.gz][osx-targz-5.0.1XX-rc2] - [Checksum][osx-targz-checksum-5.0.1XX-rc2] | [![][osx-badge-5.0.1XX-rc1]][osx-version-5.0.1XX-rc1]
[Installer][osx-installer-5.0.1XX-rc1] - [Checksum][osx-installer-checksum-5.0.1XX-rc1]
[tar.gz][osx-targz-5.0.1XX-rc1] - [Checksum][osx-targz-checksum-5.0.1XX-rc1] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
[Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
[tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
[Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
[tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
[Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
[tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rc2]][linux-version-5.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc2] - [Checksum][linux-targz-checksum-5.0.1XX-rc2] | [![][linux-badge-5.0.1XX-rc1]][linux-version-5.0.1XX-rc1]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc1]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc1]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc1] - [Checksum][linux-targz-checksum-5.0.1XX-rc1] | [![][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-badge-3.1.3XX]][linux-version-3.1.3XX]
[DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
[RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
[DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
[RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
[DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
[RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rc2]][linux-arm-version-5.0.1XX-rc2]
[tar.gz][linux-arm-targz-5.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc2] | [![][linux-arm-badge-5.0.1XX-rc1]][linux-arm-version-5.0.1XX-rc1]
[tar.gz][linux-arm-targz-5.0.1XX-rc1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc1] | [![][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-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
[tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
[tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
[tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rc2]][linux-arm64-version-5.0.1XX-rc2]
[tar.gz][linux-arm64-targz-5.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc2] | [![][linux-arm64-badge-5.0.1XX-rc1]][linux-arm64-version-5.0.1XX-rc1]
[tar.gz][linux-arm64-targz-5.0.1XX-rc1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc1] | [![][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-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
[tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
[tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
[tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | -| **RHEL 6** | **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] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
[tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
[tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
[tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc2]][linux-musl-version-5.0.1XX-rc2]
[tar.gz][linux-musl-targz-5.0.1XX-rc2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc2] | [![][linux-musl-badge-5.0.1XX-rc1]][linux-musl-version-5.0.1XX-rc1]
[tar.gz][linux-musl-targz-5.0.1XX-rc1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc1] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
[tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
[tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
[tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-rc2]][win-arm-version-5.0.1XX-rc2]
[zip][win-arm-zip-5.0.1XX-rc2] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc2] | [![][win-arm-badge-5.0.1XX-rc1]][win-arm-version-5.0.1XX-rc1]
[zip][win-arm-zip-5.0.1XX-rc1] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc1] | [![][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] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
[zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
[zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
[zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | [![][win-arm64-badge-5.0.1XX-rc1]][win-arm64-version-5.0.1XX-rc1]
[zip][win-arm64-zip-5.0.1XX-rc1] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | -| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | +| Platform | Master
(6.0.x Runtime) | 5.0.100 RC2
(5.0 Runtime) | 5.0.100 RC1
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | +| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rc2]][win-x64-version-5.0.1XX-rc2]
[Installer][win-x64-installer-5.0.1XX-rc2] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc2]
[zip][win-x64-zip-5.0.1XX-rc2] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc2] | [![][win-x64-badge-5.0.1XX]][win-x64-version-5.0.1XX]
[Installer][win-x64-installer-5.0.1XX] - [Checksum][win-x64-installer-checksum-5.0.1XX]
[zip][win-x64-zip-5.0.1XX] - [Checksum][win-x64-zip-checksum-5.0.1XX] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rc2]][win-x86-version-5.0.1XX-rc2]
[Installer][win-x86-installer-5.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc2]
[zip][win-x86-zip-5.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc2] | [![][win-x86-badge-5.0.1XX]][win-x86-version-5.0.1XX]
[Installer][win-x86-installer-5.0.1XX] - [Checksum][win-x86-installer-checksum-5.0.1XX]
[zip][win-x86-zip-5.0.1XX] - [Checksum][win-x86-zip-checksum-5.0.1XX] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rc2]][osx-version-5.0.1XX-rc2]
[Installer][osx-installer-5.0.1XX-rc2] - [Checksum][osx-installer-checksum-5.0.1XX-rc2]
[tar.gz][osx-targz-5.0.1XX-rc2] - [Checksum][osx-targz-checksum-5.0.1XX-rc2] | [![][osx-badge-5.0.1XX]][osx-version-5.0.1XX]
[Installer][osx-installer-5.0.1XX] - [Checksum][osx-installer-checksum-5.0.1XX]
[tar.gz][osx-targz-5.0.1XX] - [Checksum][osx-targz-checksum-5.0.1XX] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rc2]][linux-version-5.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc2] - [Checksum][linux-targz-checksum-5.0.1XX-rc2] | [![][linux-badge-5.0.1XX]][linux-version-5.0.1XX]
[DEB Installer][linux-DEB-installer-5.0.1XX] - [Checksum][linux-DEB-installer-checksum-5.0.1XX]
[RPM Installer][linux-RPM-installer-5.0.1XX] - [Checksum][linux-RPM-installer-checksum-5.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX] - [Checksum][linux-targz-checksum-5.0.1XX] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rc2]][linux-arm-version-5.0.1XX-rc2]
[tar.gz][linux-arm-targz-5.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc2] | [![][linux-arm-badge-5.0.1XX]][linux-arm-version-5.0.1XX]
[tar.gz][linux-arm-targz-5.0.1XX] - [Checksum][linux-arm-targz-checksum-5.0.1XX] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rc2]][linux-arm64-version-5.0.1XX-rc2]
[tar.gz][linux-arm64-targz-5.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc2] | [![][linux-arm64-badge-5.0.1XX]][linux-arm64-version-5.0.1XX]
[tar.gz][linux-arm64-targz-5.0.1XX] - [Checksum][linux-arm64-targz-checksum-5.0.1XX] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | +| **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc2]][linux-musl-version-5.0.1XX-rc2]
[tar.gz][linux-musl-targz-5.0.1XX-rc2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc2] | [![][linux-musl-badge-5.0.1XX]][linux-musl-version-5.0.1XX]
[tar.gz][linux-musl-targz-5.0.1XX] - [Checksum][linux-musl-targz-checksum-5.0.1XX] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-rc2]][win-arm-version-5.0.1XX-rc2]
[zip][win-arm-zip-5.0.1XX-rc2] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc2] | [![][win-arm-badge-5.0.1XX]][win-arm-version-5.0.1XX]
[zip][win-arm-zip-5.0.1XX] - [Checksum][win-arm-zip-checksum-5.0.1XX] | [![][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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | 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: @@ -102,12 +101,12 @@ Reference notes: [win-x64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-x64.txt -[win-x64-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.zip.sha [win-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -116,20 +115,6 @@ Reference notes: [win-x64-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.zip.sha -[win-x64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_x64_Release_version_badge.svg -[win-x64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[win-x64-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x64_Release_version_badge.svg -[win-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[win-x64-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.zip.sha - [win-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [win-x64-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.exe @@ -137,13 +122,6 @@ Reference notes: [win-x64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.zip.sha -[win-x64-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/win_x64_Release_version_badge.svg -[win-x64-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[win-x64-installer-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha - [win-x86-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_x86_Release_version_badge.svg [win-x86-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-x86.txt [win-x86-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.exe @@ -158,12 +136,12 @@ Reference notes: [win-x86-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-x86.txt -[win-x86-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.zip.sha [win-x86-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -172,20 +150,6 @@ Reference notes: [win-x86-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_x86_Release_version_badge.svg -[win-x86-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[win-x86-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x86_Release_version_badge.svg -[win-x86-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[win-x86-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.zip.sha - [win-x86-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [win-x86-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.exe @@ -193,13 +157,6 @@ Reference notes: [win-x86-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/win_x86_Release_version_badge.svg -[win-x86-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[win-x86-installer-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha - [osx-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/osx_x64_Release_version_badge.svg [osx-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-osx-x64.txt [osx-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg @@ -214,12 +171,12 @@ Reference notes: [osx-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha [osx-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg [osx-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -228,20 +185,6 @@ Reference notes: [osx-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz.sha -[osx-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/osx_x64_Release_version_badge.svg -[osx-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[osx-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - -[osx-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/osx_x64_Release_version_badge.svg -[osx-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[osx-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - [osx-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/osx_x64_Release_version_badge.svg [osx-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [osx-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg @@ -249,13 +192,6 @@ Reference notes: [osx-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha -[osx-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/osx_x64_Release_version_badge.svg -[osx-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[osx-installer-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - [linux-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_x64_Release_version_badge.svg [linux-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-x64.txt [linux-DEB-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.deb @@ -274,14 +210,14 @@ Reference notes: [linux-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-x64.tar.gz.sha [linux-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_x64_Release_version_badge.svg [linux-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -292,24 +228,6 @@ Reference notes: [linux-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_x64_Release_version_badge.svg -[linux-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[linux-DEB-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - -[linux-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_x64_Release_version_badge.svg -[linux-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[linux-DEB-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - [linux-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_x64_Release_version_badge.svg [linux-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-DEB-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.deb @@ -319,15 +237,6 @@ Reference notes: [linux-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/linux_x64_Release_version_badge.svg -[linux-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[linux-DEB-installer-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - [linux-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_arm_Release_version_badge.svg [linux-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-arm.txt [linux-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz @@ -338,36 +247,21 @@ Reference notes: [linux-arm-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm.tar.gz.sha [linux-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm.tar.gz.sha -[linux-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_arm_Release_version_badge.svg -[linux-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[linux-arm-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - -[linux-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm_Release_version_badge.svg -[linux-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[linux-arm-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - [linux-arm-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-arm-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha -[linux-arm-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/linux_arm_Release_version_badge.svg -[linux-arm-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[linux-arm-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - [linux-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_arm64_Release_version_badge.svg [linux-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-arm64.txt [linux-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz @@ -378,36 +272,21 @@ Reference notes: [linux-arm64-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha [linux-arm64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha -[linux-arm64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[linux-arm64-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - -[linux-arm64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[linux-arm64-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - [linux-arm64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-arm64-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha -[linux-arm64-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[linux-arm64-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - [rhel-6-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/rhel.6_x64_Release_version_badge.svg [rhel-6-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-rhel.6-x64.txt [rhel-6-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz @@ -418,36 +297,21 @@ Reference notes: [rhel-6-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha [rhel-6-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [rhel-6-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[rhel-6-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[rhel-6-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - -[rhel-6-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[rhel-6-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - [rhel-6-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [rhel-6-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[rhel-6-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[rhel-6-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - [linux-musl-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_x64_Release_version_badge.svg [linux-musl-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-x64.txt [linux-musl-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz @@ -458,36 +322,21 @@ Reference notes: [linux-musl-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha [linux-musl-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-musl-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[linux-musl-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[linux-musl-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - -[linux-musl-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[linux-musl-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - [linux-musl-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-musl-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[linux-musl-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[linux-musl-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - [win-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm_Release_version_badge.svg [win-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm.txt [win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip @@ -498,36 +347,21 @@ Reference notes: [win-arm-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-arm.txt -[win-arm-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm.zip.sha [win-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-arm-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-arm.zip.sha -[win-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_arm_Release_version_badge.svg -[win-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[win-arm-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm.zip.sha - -[win-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_arm_Release_version_badge.svg -[win-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[win-arm-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm.zip.sha - [win-arm-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [win-arm-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm.zip.sha -[win-arm-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/win_arm_Release_version_badge.svg -[win-arm-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[win-arm-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip.sha - [win-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm64.txt [win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip @@ -538,10 +372,10 @@ Reference notes: [win-arm64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/productCommit-win-arm64.txt -[win-arm64-zip-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-5.0.1XX-rc1]: https://aka.ms/dotnet/net5/rc1/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-arm64.txt +[win-arm64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.zip.sha [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories From 2cb9d7dd08ffe322b56f7b687dd320147c7775c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 02:28:33 +0000 Subject: [PATCH 061/375] [master] Update dependencies from dotnet/sdk (#8525) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20461.7 to 5.0.0-rc.2.20461.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20461.7 to 5.0.0-rc.2.20461.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20461.7 to 5.0.0-rc.2.20461.11 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20461.7 to 5.0.0-rc.2.20461.11 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20461.7 to 5.0.0-rc.2.20461.11 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20461.7 to 5.0.0-rc.2.20461.11 (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 c42e94688..b9322126c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bb921d6566feb3c06a65a149a01a779072808779
- + https://github.com/dotnet/aspnetcore - 42644a864d8e1a4396fca06d573bf5ffa66c6d2d + 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 - + https://github.com/dotnet/aspnetcore - 42644a864d8e1a4396fca06d573bf5ffa66c6d2d + 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 - + https://github.com/dotnet/aspnetcore - 42644a864d8e1a4396fca06d573bf5ffa66c6d2d + 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 - + https://github.com/dotnet/aspnetcore - 42644a864d8e1a4396fca06d573bf5ffa66c6d2d + 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 - + https://github.com/dotnet/aspnetcore - 42644a864d8e1a4396fca06d573bf5ffa66c6d2d + 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 - + https://github.com/dotnet/aspnetcore - 42644a864d8e1a4396fca06d573bf5ffa66c6d2d + 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - ea1f63b0a137b125a5506f012c18d62e3ed5feac + a904b7f2fe478f0c01a7edf31bf3c39efe64099e - + https://github.com/dotnet/sdk - ea1f63b0a137b125a5506f012c18d62e3ed5feac + a904b7f2fe478f0c01a7edf31bf3c39efe64099e diff --git a/eng/Versions.props b/eng/Versions.props index a3e8028be..3d5416e43 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20461.7 - 5.0.0-rc.2.20461.7 - 5.0.0-rc.2.20461.7 - 5.0.0-rc.2.20461.7 - 5.0.0-rc.2.20461.7 - 5.0.0-rc.2.20461.7 + 5.0.0-rc.2.20461.11 + 5.0.0-rc.2.20461.11 + 5.0.0-rc.2.20461.11 + 5.0.0-rc.2.20461.11 + 5.0.0-rc.2.20461.11 + 5.0.0-rc.2.20461.11 0.2.0 - 6.0.100-alpha.1.20461.18 - 6.0.100-alpha.1.20461.18 + 6.0.100-alpha.1.20461.21 + 6.0.100-alpha.1.20461.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 15836e4769a0221327400faa685d718e64bd61bb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 05:19:17 +0000 Subject: [PATCH 062/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.22 (#8527) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20461.11 to 5.0.0-rc.2.20461.15 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20461.11 to 5.0.0-rc.2.20461.15 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20461.11 to 5.0.0-rc.2.20461.15 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20461.11 to 5.0.0-rc.2.20461.15 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20461.11 to 5.0.0-rc.2.20461.15 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20461.11 to 5.0.0-rc.2.20461.15 (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 b9322126c..c9e9df5a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/aspnetcore - 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 + 451057692ba380b213460a9cdfe08441e6f09789 - + https://github.com/dotnet/aspnetcore - 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 + 451057692ba380b213460a9cdfe08441e6f09789 - + https://github.com/dotnet/aspnetcore - 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 + 451057692ba380b213460a9cdfe08441e6f09789 - + https://github.com/dotnet/aspnetcore - 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 + 451057692ba380b213460a9cdfe08441e6f09789 - + https://github.com/dotnet/aspnetcore - 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 + 451057692ba380b213460a9cdfe08441e6f09789 - + https://github.com/dotnet/aspnetcore - 8f6e83ada47cfa8fa3bde094ad336f4b5b650815 + 451057692ba380b213460a9cdfe08441e6f09789 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - a904b7f2fe478f0c01a7edf31bf3c39efe64099e + 8e0042ca19e89b479629249f909a331733fb7fb2 - + https://github.com/dotnet/sdk - a904b7f2fe478f0c01a7edf31bf3c39efe64099e + 8e0042ca19e89b479629249f909a331733fb7fb2 diff --git a/eng/Versions.props b/eng/Versions.props index 3d5416e43..92d9b0897 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20461.11 - 5.0.0-rc.2.20461.11 - 5.0.0-rc.2.20461.11 - 5.0.0-rc.2.20461.11 - 5.0.0-rc.2.20461.11 - 5.0.0-rc.2.20461.11 + 5.0.0-rc.2.20461.15 + 5.0.0-rc.2.20461.15 + 5.0.0-rc.2.20461.15 + 5.0.0-rc.2.20461.15 + 5.0.0-rc.2.20461.15 + 5.0.0-rc.2.20461.15 0.2.0 - 6.0.100-alpha.1.20461.21 - 6.0.100-alpha.1.20461.21 + 6.0.100-alpha.1.20461.22 + 6.0.100-alpha.1.20461.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4bcf38472da5740f36249a6afd7a2eee1bf020e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 06:49:30 +0000 Subject: [PATCH 063/375] Update dependencies from https://github.com/dotnet/sdk build 20200911.23 (#8528) [master] 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 c9e9df5a0..0c6c13f7b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 8e0042ca19e89b479629249f909a331733fb7fb2 + 372c0eca53bb0157d9da269b97c68e3047e821e7 - + https://github.com/dotnet/sdk - 8e0042ca19e89b479629249f909a331733fb7fb2 + 372c0eca53bb0157d9da269b97c68e3047e821e7 diff --git a/eng/Versions.props b/eng/Versions.props index 92d9b0897..98df5ad66 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20461.22 - 6.0.100-alpha.1.20461.22 + 6.0.100-alpha.1.20461.23 + 6.0.100-alpha.1.20461.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 59b4b126b33737e342d63d1186218056543ae884 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 10:08:06 +0000 Subject: [PATCH 064/375] [master] Update dependencies from dotnet/sdk (#8529) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20461.15 to 5.0.0-rc.2.20461.22 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20461.15 to 5.0.0-rc.2.20461.22 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20461.15 to 5.0.0-rc.2.20461.22 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20461.15 to 5.0.0-rc.2.20461.22 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20461.15 to 5.0.0-rc.2.20461.22 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20461.15 to 5.0.0-rc.2.20461.22 (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 0c6c13f7b..8d2a6c2e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bb921d6566feb3c06a65a149a01a779072808779 - + https://github.com/dotnet/aspnetcore - 451057692ba380b213460a9cdfe08441e6f09789 + 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 - + https://github.com/dotnet/aspnetcore - 451057692ba380b213460a9cdfe08441e6f09789 + 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 - + https://github.com/dotnet/aspnetcore - 451057692ba380b213460a9cdfe08441e6f09789 + 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 - + https://github.com/dotnet/aspnetcore - 451057692ba380b213460a9cdfe08441e6f09789 + 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 - + https://github.com/dotnet/aspnetcore - 451057692ba380b213460a9cdfe08441e6f09789 + 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 - + https://github.com/dotnet/aspnetcore - 451057692ba380b213460a9cdfe08441e6f09789 + 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 372c0eca53bb0157d9da269b97c68e3047e821e7 + 556951c2f8a2092a8b60a6c4f620793ccda671b7 - + https://github.com/dotnet/sdk - 372c0eca53bb0157d9da269b97c68e3047e821e7 + 556951c2f8a2092a8b60a6c4f620793ccda671b7 diff --git a/eng/Versions.props b/eng/Versions.props index 98df5ad66..248a266e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20461.15 - 5.0.0-rc.2.20461.15 - 5.0.0-rc.2.20461.15 - 5.0.0-rc.2.20461.15 - 5.0.0-rc.2.20461.15 - 5.0.0-rc.2.20461.15 + 5.0.0-rc.2.20461.22 + 5.0.0-rc.2.20461.22 + 5.0.0-rc.2.20461.22 + 5.0.0-rc.2.20461.22 + 5.0.0-rc.2.20461.22 + 5.0.0-rc.2.20461.22 0.2.0 - 6.0.100-alpha.1.20461.23 - 6.0.100-alpha.1.20461.23 + 6.0.100-alpha.1.20462.2 + 6.0.100-alpha.1.20462.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4e29f467d78724e4e7f044d1144364329b94bff2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 16:38:54 +0000 Subject: [PATCH 065/375] Update dependencies from https://github.com/dotnet/sdk build 20200912.3 (#8531) [master] 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 8d2a6c2e7..55280b5f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 556951c2f8a2092a8b60a6c4f620793ccda671b7 + 7da7de5039ddce7ee92d1fcc501e6b3a6bf2395d - + https://github.com/dotnet/sdk - 556951c2f8a2092a8b60a6c4f620793ccda671b7 + 7da7de5039ddce7ee92d1fcc501e6b3a6bf2395d diff --git a/eng/Versions.props b/eng/Versions.props index 248a266e6..c8148bbb7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20462.2 - 6.0.100-alpha.1.20462.2 + 6.0.100-alpha.1.20462.3 + 6.0.100-alpha.1.20462.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2699e9b380ed9218a152f52f12366b590617a0b8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 17:10:49 +0000 Subject: [PATCH 066/375] Update dependencies from https://github.com/dotnet/sdk build 20200912.4 (#8532) [master] 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 55280b5f0..75812068e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 7da7de5039ddce7ee92d1fcc501e6b3a6bf2395d + b73585f2e0b6585d8c5f3fb411e57527abca2a1c - + https://github.com/dotnet/sdk - 7da7de5039ddce7ee92d1fcc501e6b3a6bf2395d + b73585f2e0b6585d8c5f3fb411e57527abca2a1c diff --git a/eng/Versions.props b/eng/Versions.props index c8148bbb7..bf97f5865 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20462.3 - 6.0.100-alpha.1.20462.3 + 6.0.100-alpha.1.20462.4 + 6.0.100-alpha.1.20462.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 839cc2809b87eeab680fd1fe1080b172b9e1d57f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 06:58:43 +0000 Subject: [PATCH 067/375] Update dependencies from https://github.com/dotnet/sdk build 20200912.7 (#8535) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20460.3 to 6.0.0-alpha.1.20461.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20460.3 to 6.0.0-alpha.1.20461.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20460.3 to 6.0.0-alpha.1.20461.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20460.3 to 6.0.0-alpha.1.20461.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20460.3 to 6.0.0-alpha.1.20461.20 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20460.3 to 6.0.0-alpha.1.20461.20 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20461.22 to 5.0.0-rc.2.20462.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20461.22 to 5.0.0-rc.2.20462.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20461.22 to 5.0.0-rc.2.20462.8 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20461.22 to 5.0.0-rc.2.20462.8 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20461.22 to 5.0.0-rc.2.20462.8 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20461.22 to 5.0.0-rc.2.20462.8 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 56 ++++++++++++++++++++--------------------- eng/Versions.props | 28 ++++++++++----------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75812068e..4892bf9eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - bb921d6566feb3c06a65a149a01a779072808779 + f404c54084b6416ebae65267a92b156625f3e05c - + https://github.com/dotnet/runtime - bb921d6566feb3c06a65a149a01a779072808779 + f404c54084b6416ebae65267a92b156625f3e05c - + https://github.com/dotnet/runtime - bb921d6566feb3c06a65a149a01a779072808779 + f404c54084b6416ebae65267a92b156625f3e05c - + https://github.com/dotnet/runtime - bb921d6566feb3c06a65a149a01a779072808779 + f404c54084b6416ebae65267a92b156625f3e05c - + https://github.com/dotnet/runtime - bb921d6566feb3c06a65a149a01a779072808779 + f404c54084b6416ebae65267a92b156625f3e05c @@ -39,33 +39,33 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - bb921d6566feb3c06a65a149a01a779072808779 + f404c54084b6416ebae65267a92b156625f3e05c - + https://github.com/dotnet/aspnetcore - 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 + 222c71bee5386befb556e5279c15895da11d37d1 - + https://github.com/dotnet/aspnetcore - 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 + 222c71bee5386befb556e5279c15895da11d37d1 - + https://github.com/dotnet/aspnetcore - 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 + 222c71bee5386befb556e5279c15895da11d37d1 - + https://github.com/dotnet/aspnetcore - 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 + 222c71bee5386befb556e5279c15895da11d37d1 - + https://github.com/dotnet/aspnetcore - 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 + 222c71bee5386befb556e5279c15895da11d37d1 - + https://github.com/dotnet/aspnetcore - 8baaf3149ed28079aaf8d0c9bba60b2b69d05449 + 222c71bee5386befb556e5279c15895da11d37d1 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - b73585f2e0b6585d8c5f3fb411e57527abca2a1c + a9671d655bcb12aa44b876285b580012ecb65a12 - + https://github.com/dotnet/sdk - b73585f2e0b6585d8c5f3fb411e57527abca2a1c + a9671d655bcb12aa44b876285b580012ecb65a12 diff --git a/eng/Versions.props b/eng/Versions.props index bf97f5865..0f44418de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,34 +41,34 @@ - 5.0.0-rc.2.20461.22 - 5.0.0-rc.2.20461.22 - 5.0.0-rc.2.20461.22 - 5.0.0-rc.2.20461.22 - 5.0.0-rc.2.20461.22 - 5.0.0-rc.2.20461.22 + 5.0.0-rc.2.20462.8 + 5.0.0-rc.2.20462.8 + 5.0.0-rc.2.20462.8 + 5.0.0-rc.2.20462.8 + 5.0.0-rc.2.20462.8 + 5.0.0-rc.2.20462.8 0.2.0 - 6.0.100-alpha.1.20462.4 - 6.0.100-alpha.1.20462.4 + 6.0.100-alpha.1.20462.7 + 6.0.100-alpha.1.20462.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20460.3 + 6.0.0-alpha.1.20461.20 - 6.0.0-alpha.1.20460.3 - 6.0.0-alpha.1.20460.3 - 6.0.0-alpha.1.20460.3 - 6.0.0-alpha.1.20460.3 - 6.0.0-alpha.1.20460.3 + 6.0.0-alpha.1.20461.20 + 6.0.0-alpha.1.20461.20 + 6.0.0-alpha.1.20461.20 + 6.0.0-alpha.1.20461.20 + 6.0.0-alpha.1.20461.20 2.1.0 From e6f34ca060bbb11ec52307e29dbfa99172c1d3cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 15:51:56 +0000 Subject: [PATCH 068/375] Update dependencies from https://github.com/dotnet/sdk build 20200913.2 (#8537) [master] 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 4892bf9eb..485b8084b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - a9671d655bcb12aa44b876285b580012ecb65a12 + 86027ec8fef7b4bd1d3a4b118eb9a3dc69a4799b - + https://github.com/dotnet/sdk - a9671d655bcb12aa44b876285b580012ecb65a12 + 86027ec8fef7b4bd1d3a4b118eb9a3dc69a4799b diff --git a/eng/Versions.props b/eng/Versions.props index 0f44418de..5b2e17bed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20462.7 - 6.0.100-alpha.1.20462.7 + 6.0.100-alpha.1.20463.2 + 6.0.100-alpha.1.20463.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e523c6abba55f2222d6c7004a50f90bfc2b7673e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 19:06:15 +0000 Subject: [PATCH 069/375] Update dependencies from https://github.com/dotnet/sdk build 20200913.3 (#8538) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20461.20 to 6.0.0-alpha.1.20462.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20461.20 to 6.0.0-alpha.1.20462.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20461.20 to 6.0.0-alpha.1.20462.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20461.20 to 6.0.0-alpha.1.20462.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20461.20 to 6.0.0-alpha.1.20462.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20461.20 to 6.0.0-alpha.1.20462.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20462.8 to 5.0.0-rc.2.20463.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20462.8 to 5.0.0-rc.2.20463.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20462.8 to 5.0.0-rc.2.20463.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20462.8 to 5.0.0-rc.2.20463.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20462.8 to 5.0.0-rc.2.20463.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20462.8 to 5.0.0-rc.2.20463.3 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 56 ++++++++++++++++++++--------------------- eng/Versions.props | 28 ++++++++++----------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 485b8084b..82e67bca6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - f404c54084b6416ebae65267a92b156625f3e05c + b910310f066d57e5290d5c3a96d64f03dfdd63c6 - + https://github.com/dotnet/runtime - f404c54084b6416ebae65267a92b156625f3e05c + b910310f066d57e5290d5c3a96d64f03dfdd63c6 - + https://github.com/dotnet/runtime - f404c54084b6416ebae65267a92b156625f3e05c + b910310f066d57e5290d5c3a96d64f03dfdd63c6 - + https://github.com/dotnet/runtime - f404c54084b6416ebae65267a92b156625f3e05c + b910310f066d57e5290d5c3a96d64f03dfdd63c6 - + https://github.com/dotnet/runtime - f404c54084b6416ebae65267a92b156625f3e05c + b910310f066d57e5290d5c3a96d64f03dfdd63c6 @@ -39,33 +39,33 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - f404c54084b6416ebae65267a92b156625f3e05c + b910310f066d57e5290d5c3a96d64f03dfdd63c6 - + https://github.com/dotnet/aspnetcore - 222c71bee5386befb556e5279c15895da11d37d1 + bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd - + https://github.com/dotnet/aspnetcore - 222c71bee5386befb556e5279c15895da11d37d1 + bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd - + https://github.com/dotnet/aspnetcore - 222c71bee5386befb556e5279c15895da11d37d1 + bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd - + https://github.com/dotnet/aspnetcore - 222c71bee5386befb556e5279c15895da11d37d1 + bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd - + https://github.com/dotnet/aspnetcore - 222c71bee5386befb556e5279c15895da11d37d1 + bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd - + https://github.com/dotnet/aspnetcore - 222c71bee5386befb556e5279c15895da11d37d1 + bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - 86027ec8fef7b4bd1d3a4b118eb9a3dc69a4799b + bfb1c2fb7c20737768746f244cccb259d9e7028b - + https://github.com/dotnet/sdk - 86027ec8fef7b4bd1d3a4b118eb9a3dc69a4799b + bfb1c2fb7c20737768746f244cccb259d9e7028b diff --git a/eng/Versions.props b/eng/Versions.props index 5b2e17bed..b155edd72 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,34 +41,34 @@ - 5.0.0-rc.2.20462.8 - 5.0.0-rc.2.20462.8 - 5.0.0-rc.2.20462.8 - 5.0.0-rc.2.20462.8 - 5.0.0-rc.2.20462.8 - 5.0.0-rc.2.20462.8 + 5.0.0-rc.2.20463.3 + 5.0.0-rc.2.20463.3 + 5.0.0-rc.2.20463.3 + 5.0.0-rc.2.20463.3 + 5.0.0-rc.2.20463.3 + 5.0.0-rc.2.20463.3 0.2.0 - 6.0.100-alpha.1.20463.2 - 6.0.100-alpha.1.20463.2 + 6.0.100-alpha.1.20463.3 + 6.0.100-alpha.1.20463.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20461.20 + 6.0.0-alpha.1.20462.7 - 6.0.0-alpha.1.20461.20 - 6.0.0-alpha.1.20461.20 - 6.0.0-alpha.1.20461.20 - 6.0.0-alpha.1.20461.20 - 6.0.0-alpha.1.20461.20 + 6.0.0-alpha.1.20462.7 + 6.0.0-alpha.1.20462.7 + 6.0.0-alpha.1.20462.7 + 6.0.0-alpha.1.20462.7 + 6.0.0-alpha.1.20462.7 2.1.0 From d398880d0f75897a76c3eadcc6ab7c5943e144f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:53:08 +0000 Subject: [PATCH 070/375] Update dependencies from https://github.com/dotnet/sdk build 20200913.4 (#8540) [master] 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 82e67bca6..c205c5b38 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - bfb1c2fb7c20737768746f244cccb259d9e7028b + dddeec9099373eb6585f5d07921f9ea241fa3717 - + https://github.com/dotnet/sdk - bfb1c2fb7c20737768746f244cccb259d9e7028b + dddeec9099373eb6585f5d07921f9ea241fa3717 diff --git a/eng/Versions.props b/eng/Versions.props index b155edd72..10b2c531d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20463.3 - 6.0.100-alpha.1.20463.3 + 6.0.100-alpha.1.20463.4 + 6.0.100-alpha.1.20463.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dbe6a6cd5a64d0a11a979a3b825cf3e1fd9842d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 09:00:19 +0000 Subject: [PATCH 071/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.1 (#8542) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20463.3 to 5.0.0-rc.2.20463.10 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20463.3 to 5.0.0-rc.2.20463.10 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20463.3 to 5.0.0-rc.2.20463.10 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20463.3 to 5.0.0-rc.2.20463.10 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20463.3 to 5.0.0-rc.2.20463.10 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20463.3 to 5.0.0-rc.2.20463.10 (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 c205c5b38..ff661d1ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime b910310f066d57e5290d5c3a96d64f03dfdd63c6 - + https://github.com/dotnet/aspnetcore - bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd + a64ae0d0eb395635f0309be1e7333f4bb1e59e48 - + https://github.com/dotnet/aspnetcore - bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd + a64ae0d0eb395635f0309be1e7333f4bb1e59e48 - + https://github.com/dotnet/aspnetcore - bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd + a64ae0d0eb395635f0309be1e7333f4bb1e59e48 - + https://github.com/dotnet/aspnetcore - bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd + a64ae0d0eb395635f0309be1e7333f4bb1e59e48 - + https://github.com/dotnet/aspnetcore - bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd + a64ae0d0eb395635f0309be1e7333f4bb1e59e48 - + https://github.com/dotnet/aspnetcore - bb9ca375cdb91f6cce3f67eaa464d9e5e156e6dd + a64ae0d0eb395635f0309be1e7333f4bb1e59e48 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - dddeec9099373eb6585f5d07921f9ea241fa3717 + e2ca14203f8b4734258ebdc77130169ec096c3fa - + https://github.com/dotnet/sdk - dddeec9099373eb6585f5d07921f9ea241fa3717 + e2ca14203f8b4734258ebdc77130169ec096c3fa diff --git a/eng/Versions.props b/eng/Versions.props index 10b2c531d..3abd078d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20463.3 - 5.0.0-rc.2.20463.3 - 5.0.0-rc.2.20463.3 - 5.0.0-rc.2.20463.3 - 5.0.0-rc.2.20463.3 - 5.0.0-rc.2.20463.3 + 5.0.0-rc.2.20463.10 + 5.0.0-rc.2.20463.10 + 5.0.0-rc.2.20463.10 + 5.0.0-rc.2.20463.10 + 5.0.0-rc.2.20463.10 + 5.0.0-rc.2.20463.10 0.2.0 - 6.0.100-alpha.1.20463.4 - 6.0.100-alpha.1.20463.4 + 6.0.100-alpha.1.20464.1 + 6.0.100-alpha.1.20464.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 518c2749c427a093f868e77fdc2b37d0bd4d6a35 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 09:42:20 +0000 Subject: [PATCH 072/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.3 (#8544) [master] 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 ff661d1ee..f66459246 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 05b38a44b8ed32db9d243541eee918cef7a78253 - + https://github.com/dotnet/sdk - e2ca14203f8b4734258ebdc77130169ec096c3fa + 548cd97694f64911cf36189cf54694c2c890a608 - + https://github.com/dotnet/sdk - e2ca14203f8b4734258ebdc77130169ec096c3fa + 548cd97694f64911cf36189cf54694c2c890a608 diff --git a/eng/Versions.props b/eng/Versions.props index 3abd078d4..25c50e4d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20464.1 - 6.0.100-alpha.1.20464.1 + 6.0.100-alpha.1.20464.3 + 6.0.100-alpha.1.20464.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a1a167468f7ff7a9eef724e4378e878133bf2046 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:32:29 +0000 Subject: [PATCH 073/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.5 (#8546) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20460.2 to 6.0.0-alpha.1.20464.1 (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 f66459246..420dd0f77 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 05b38a44b8ed32db9d243541eee918cef7a78253 + f0ad059d939888af5f3b4f2fda269887c3e525d7 - + https://github.com/dotnet/sdk - 548cd97694f64911cf36189cf54694c2c890a608 + 175d288a26019d74ea7f4524cb5195a28135b0ee - + https://github.com/dotnet/sdk - 548cd97694f64911cf36189cf54694c2c890a608 + 175d288a26019d74ea7f4524cb5195a28135b0ee diff --git a/eng/Versions.props b/eng/Versions.props index 25c50e4d0..a178b6ff5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20460.2 + 6.0.0-alpha.1.20464.1 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20464.3 - 6.0.100-alpha.1.20464.3 + 6.0.100-alpha.1.20464.5 + 6.0.100-alpha.1.20464.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bf042dbc37d2e652b294239ca1883d4e70abf18b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 18:34:01 +0000 Subject: [PATCH 074/375] [master] Update dependencies from dotnet/sdk (#8549) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20462.7 to 6.0.0-alpha.1.20463.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20462.7 to 6.0.0-alpha.1.20463.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20462.7 to 6.0.0-alpha.1.20463.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20462.7 to 6.0.0-alpha.1.20463.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20462.7 to 6.0.0-alpha.1.20463.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20462.7 to 6.0.0-alpha.1.20463.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20464.1 to 6.0.0-alpha.1.20464.3 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 420dd0f77..87e950845 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - b910310f066d57e5290d5c3a96d64f03dfdd63c6 + dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/runtime - b910310f066d57e5290d5c3a96d64f03dfdd63c6 + dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/runtime - b910310f066d57e5290d5c3a96d64f03dfdd63c6 + dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/runtime - b910310f066d57e5290d5c3a96d64f03dfdd63c6 + dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/runtime - b910310f066d57e5290d5c3a96d64f03dfdd63c6 + dcbac854ca05fc0226cfd6ba3e0337e9d429d98e @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b910310f066d57e5290d5c3a96d64f03dfdd63c6 + dcbac854ca05fc0226cfd6ba3e0337e9d429d98e https://github.com/dotnet/aspnetcore @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - f0ad059d939888af5f3b4f2fda269887c3e525d7 + 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - 175d288a26019d74ea7f4524cb5195a28135b0ee + ea7bc4042a500f2a51d13d0d66c6ddb42bde12c2 - + https://github.com/dotnet/sdk - 175d288a26019d74ea7f4524cb5195a28135b0ee + ea7bc4042a500f2a51d13d0d66c6ddb42bde12c2 diff --git a/eng/Versions.props b/eng/Versions.props index a178b6ff5..8da64f8a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20464.1 + 6.0.0-alpha.1.20464.3 @@ -53,22 +53,22 @@ - 6.0.100-alpha.1.20464.5 - 6.0.100-alpha.1.20464.5 + 6.0.100-alpha.1.20464.9 + 6.0.100-alpha.1.20464.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20462.7 + 6.0.0-alpha.1.20463.3 - 6.0.0-alpha.1.20462.7 - 6.0.0-alpha.1.20462.7 - 6.0.0-alpha.1.20462.7 - 6.0.0-alpha.1.20462.7 - 6.0.0-alpha.1.20462.7 + 6.0.0-alpha.1.20463.3 + 6.0.0-alpha.1.20463.3 + 6.0.0-alpha.1.20463.3 + 6.0.0-alpha.1.20463.3 + 6.0.0-alpha.1.20463.3 2.1.0 From c3489ce6871a9730cfff07b72d41353e79945c04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 22:57:58 +0000 Subject: [PATCH 075/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.10 (#8551) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20463.10 to 5.0.0-rc.2.20464.13 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20463.10 to 5.0.0-rc.2.20464.13 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20463.10 to 5.0.0-rc.2.20464.13 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20463.10 to 5.0.0-rc.2.20464.13 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20463.10 to 5.0.0-rc.2.20464.13 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20463.10 to 5.0.0-rc.2.20464.13 (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 87e950845..1b6611be6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/aspnetcore - a64ae0d0eb395635f0309be1e7333f4bb1e59e48 + 36d887f250e4caad2dced1609ee2153d2100da48 - + https://github.com/dotnet/aspnetcore - a64ae0d0eb395635f0309be1e7333f4bb1e59e48 + 36d887f250e4caad2dced1609ee2153d2100da48 - + https://github.com/dotnet/aspnetcore - a64ae0d0eb395635f0309be1e7333f4bb1e59e48 + 36d887f250e4caad2dced1609ee2153d2100da48 - + https://github.com/dotnet/aspnetcore - a64ae0d0eb395635f0309be1e7333f4bb1e59e48 + 36d887f250e4caad2dced1609ee2153d2100da48 - + https://github.com/dotnet/aspnetcore - a64ae0d0eb395635f0309be1e7333f4bb1e59e48 + 36d887f250e4caad2dced1609ee2153d2100da48 - + https://github.com/dotnet/aspnetcore - a64ae0d0eb395635f0309be1e7333f4bb1e59e48 + 36d887f250e4caad2dced1609ee2153d2100da48 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - ea7bc4042a500f2a51d13d0d66c6ddb42bde12c2 + f9db3ed3768ce86fc5dcda503028329bcc5dec04 - + https://github.com/dotnet/sdk - ea7bc4042a500f2a51d13d0d66c6ddb42bde12c2 + f9db3ed3768ce86fc5dcda503028329bcc5dec04 diff --git a/eng/Versions.props b/eng/Versions.props index 8da64f8a6..6e5a6409d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20463.10 - 5.0.0-rc.2.20463.10 - 5.0.0-rc.2.20463.10 - 5.0.0-rc.2.20463.10 - 5.0.0-rc.2.20463.10 - 5.0.0-rc.2.20463.10 + 5.0.0-rc.2.20464.13 + 5.0.0-rc.2.20464.13 + 5.0.0-rc.2.20464.13 + 5.0.0-rc.2.20464.13 + 5.0.0-rc.2.20464.13 + 5.0.0-rc.2.20464.13 0.2.0 - 6.0.100-alpha.1.20464.9 - 6.0.100-alpha.1.20464.9 + 6.0.100-alpha.1.20464.10 + 6.0.100-alpha.1.20464.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0048e82d8e1fbb076f290797ee44e740fe072327 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 01:03:35 +0000 Subject: [PATCH 076/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.12 (#8554) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20464.13 to 5.0.0-rc.2.20464.15 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20464.13 to 5.0.0-rc.2.20464.15 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20464.13 to 5.0.0-rc.2.20464.15 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20464.13 to 5.0.0-rc.2.20464.15 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20464.13 to 5.0.0-rc.2.20464.15 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20464.13 to 5.0.0-rc.2.20464.15 (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 1b6611be6..b69e2ec42 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/aspnetcore - 36d887f250e4caad2dced1609ee2153d2100da48 + fa6ccfb59921ef60e4a300f44878f386b474b4ce - + https://github.com/dotnet/aspnetcore - 36d887f250e4caad2dced1609ee2153d2100da48 + fa6ccfb59921ef60e4a300f44878f386b474b4ce - + https://github.com/dotnet/aspnetcore - 36d887f250e4caad2dced1609ee2153d2100da48 + fa6ccfb59921ef60e4a300f44878f386b474b4ce - + https://github.com/dotnet/aspnetcore - 36d887f250e4caad2dced1609ee2153d2100da48 + fa6ccfb59921ef60e4a300f44878f386b474b4ce - + https://github.com/dotnet/aspnetcore - 36d887f250e4caad2dced1609ee2153d2100da48 + fa6ccfb59921ef60e4a300f44878f386b474b4ce - + https://github.com/dotnet/aspnetcore - 36d887f250e4caad2dced1609ee2153d2100da48 + fa6ccfb59921ef60e4a300f44878f386b474b4ce https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - f9db3ed3768ce86fc5dcda503028329bcc5dec04 + cd7213a27f049943d0b48f60ac7aa5a36b80d116 - + https://github.com/dotnet/sdk - f9db3ed3768ce86fc5dcda503028329bcc5dec04 + cd7213a27f049943d0b48f60ac7aa5a36b80d116 diff --git a/eng/Versions.props b/eng/Versions.props index 6e5a6409d..ab582ab5c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20464.13 - 5.0.0-rc.2.20464.13 - 5.0.0-rc.2.20464.13 - 5.0.0-rc.2.20464.13 - 5.0.0-rc.2.20464.13 - 5.0.0-rc.2.20464.13 + 5.0.0-rc.2.20464.15 + 5.0.0-rc.2.20464.15 + 5.0.0-rc.2.20464.15 + 5.0.0-rc.2.20464.15 + 5.0.0-rc.2.20464.15 + 5.0.0-rc.2.20464.15 0.2.0 - 6.0.100-alpha.1.20464.10 - 6.0.100-alpha.1.20464.10 + 6.0.100-alpha.1.20464.12 + 6.0.100-alpha.1.20464.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e9aa00e43d28b7b1f01cd6e2ee04534c246728a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 02:05:55 +0000 Subject: [PATCH 077/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.13 (#8556) [master] 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 b69e2ec42..611c816bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - cd7213a27f049943d0b48f60ac7aa5a36b80d116 + 1bd2cc105165233e277d85584feb8e9b62c149a5 - + https://github.com/dotnet/sdk - cd7213a27f049943d0b48f60ac7aa5a36b80d116 + 1bd2cc105165233e277d85584feb8e9b62c149a5 diff --git a/eng/Versions.props b/eng/Versions.props index ab582ab5c..fd465980f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20464.12 - 6.0.100-alpha.1.20464.12 + 6.0.100-alpha.1.20464.13 + 6.0.100-alpha.1.20464.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 971114687fc12f6a7c2dd255746e96412aca6585 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 02:53:27 +0000 Subject: [PATCH 078/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.15 (#8557) [master] 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 611c816bc..c7b63e0e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - 1bd2cc105165233e277d85584feb8e9b62c149a5 + 2250177e130570c565120afe9d0f5326ee512ea8 - + https://github.com/dotnet/sdk - 1bd2cc105165233e277d85584feb8e9b62c149a5 + 2250177e130570c565120afe9d0f5326ee512ea8 diff --git a/eng/Versions.props b/eng/Versions.props index fd465980f..afa974582 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20464.13 - 6.0.100-alpha.1.20464.13 + 6.0.100-alpha.1.20464.15 + 6.0.100-alpha.1.20464.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b78d6452344c76db3e7528e2f7ba4cd8f28ef770 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 03:35:11 +0000 Subject: [PATCH 079/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.17 (#8559) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20464.15 to 5.0.0-rc.2.20464.18 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20464.15 to 5.0.0-rc.2.20464.18 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20464.15 to 5.0.0-rc.2.20464.18 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20464.15 to 5.0.0-rc.2.20464.18 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20464.15 to 5.0.0-rc.2.20464.18 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20464.15 to 5.0.0-rc.2.20464.18 (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 c7b63e0e9..0ac4ea8c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/aspnetcore - fa6ccfb59921ef60e4a300f44878f386b474b4ce + 12f96f7154116633f4e535d8ee6bb2abc69fb520 - + https://github.com/dotnet/aspnetcore - fa6ccfb59921ef60e4a300f44878f386b474b4ce + 12f96f7154116633f4e535d8ee6bb2abc69fb520 - + https://github.com/dotnet/aspnetcore - fa6ccfb59921ef60e4a300f44878f386b474b4ce + 12f96f7154116633f4e535d8ee6bb2abc69fb520 - + https://github.com/dotnet/aspnetcore - fa6ccfb59921ef60e4a300f44878f386b474b4ce + 12f96f7154116633f4e535d8ee6bb2abc69fb520 - + https://github.com/dotnet/aspnetcore - fa6ccfb59921ef60e4a300f44878f386b474b4ce + 12f96f7154116633f4e535d8ee6bb2abc69fb520 - + https://github.com/dotnet/aspnetcore - fa6ccfb59921ef60e4a300f44878f386b474b4ce + 12f96f7154116633f4e535d8ee6bb2abc69fb520 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - 2250177e130570c565120afe9d0f5326ee512ea8 + 1c59346224dc92c6248b267a38cae0ebd089231a - + https://github.com/dotnet/sdk - 2250177e130570c565120afe9d0f5326ee512ea8 + 1c59346224dc92c6248b267a38cae0ebd089231a diff --git a/eng/Versions.props b/eng/Versions.props index afa974582..ad2e4820e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20464.15 - 5.0.0-rc.2.20464.15 - 5.0.0-rc.2.20464.15 - 5.0.0-rc.2.20464.15 - 5.0.0-rc.2.20464.15 - 5.0.0-rc.2.20464.15 + 5.0.0-rc.2.20464.18 + 5.0.0-rc.2.20464.18 + 5.0.0-rc.2.20464.18 + 5.0.0-rc.2.20464.18 + 5.0.0-rc.2.20464.18 + 5.0.0-rc.2.20464.18 0.2.0 - 6.0.100-alpha.1.20464.15 - 6.0.100-alpha.1.20464.15 + 6.0.100-alpha.1.20464.17 + 6.0.100-alpha.1.20464.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c8be252affe04df9b5150f0754162651740bca79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 05:57:56 +0000 Subject: [PATCH 080/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.19 (#8562) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20464.18 to 5.0.0-rc.2.20464.29 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20464.18 to 5.0.0-rc.2.20464.29 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20464.18 to 5.0.0-rc.2.20464.29 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20464.18 to 5.0.0-rc.2.20464.29 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20464.18 to 5.0.0-rc.2.20464.29 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20464.18 to 5.0.0-rc.2.20464.29 (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 0ac4ea8c4..55517d422 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/aspnetcore - 12f96f7154116633f4e535d8ee6bb2abc69fb520 + e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 - + https://github.com/dotnet/aspnetcore - 12f96f7154116633f4e535d8ee6bb2abc69fb520 + e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 - + https://github.com/dotnet/aspnetcore - 12f96f7154116633f4e535d8ee6bb2abc69fb520 + e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 - + https://github.com/dotnet/aspnetcore - 12f96f7154116633f4e535d8ee6bb2abc69fb520 + e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 - + https://github.com/dotnet/aspnetcore - 12f96f7154116633f4e535d8ee6bb2abc69fb520 + e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 - + https://github.com/dotnet/aspnetcore - 12f96f7154116633f4e535d8ee6bb2abc69fb520 + e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - 1c59346224dc92c6248b267a38cae0ebd089231a + 00a37b14525dce9b5a3ccd1c6d56fc8324a60761 - + https://github.com/dotnet/sdk - 1c59346224dc92c6248b267a38cae0ebd089231a + 00a37b14525dce9b5a3ccd1c6d56fc8324a60761 diff --git a/eng/Versions.props b/eng/Versions.props index ad2e4820e..d2ca6e35d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20464.18 - 5.0.0-rc.2.20464.18 - 5.0.0-rc.2.20464.18 - 5.0.0-rc.2.20464.18 - 5.0.0-rc.2.20464.18 - 5.0.0-rc.2.20464.18 + 5.0.0-rc.2.20464.29 + 5.0.0-rc.2.20464.29 + 5.0.0-rc.2.20464.29 + 5.0.0-rc.2.20464.29 + 5.0.0-rc.2.20464.29 + 5.0.0-rc.2.20464.29 0.2.0 - 6.0.100-alpha.1.20464.17 - 6.0.100-alpha.1.20464.17 + 6.0.100-alpha.1.20464.19 + 6.0.100-alpha.1.20464.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8075b5dc2f0625f8cc7f919ca34ac0a5891a6900 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 08:17:40 +0000 Subject: [PATCH 081/375] Update dependencies from https://github.com/dotnet/sdk build 20200914.22 (#8564) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20464.29 to 5.0.0-rc.2.20464.31 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20464.29 to 5.0.0-rc.2.20464.31 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20464.29 to 5.0.0-rc.2.20464.31 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20464.29 to 5.0.0-rc.2.20464.31 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20464.29 to 5.0.0-rc.2.20464.31 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20464.29 to 5.0.0-rc.2.20464.31 (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 55517d422..c8f4e3abc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime dcbac854ca05fc0226cfd6ba3e0337e9d429d98e - + https://github.com/dotnet/aspnetcore - e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 + fe1a56972e8ff247d8b000448ea4ccc0b17ec833 - + https://github.com/dotnet/aspnetcore - e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 + fe1a56972e8ff247d8b000448ea4ccc0b17ec833 - + https://github.com/dotnet/aspnetcore - e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 + fe1a56972e8ff247d8b000448ea4ccc0b17ec833 - + https://github.com/dotnet/aspnetcore - e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 + fe1a56972e8ff247d8b000448ea4ccc0b17ec833 - + https://github.com/dotnet/aspnetcore - e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 + fe1a56972e8ff247d8b000448ea4ccc0b17ec833 - + https://github.com/dotnet/aspnetcore - e9eebb3cc4ef8dffc78c7fb905840b6b18ed23e1 + fe1a56972e8ff247d8b000448ea4ccc0b17ec833 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - 00a37b14525dce9b5a3ccd1c6d56fc8324a60761 + d3b5fc65faf89a783991a72bcd1160dd510fb985 - + https://github.com/dotnet/sdk - 00a37b14525dce9b5a3ccd1c6d56fc8324a60761 + d3b5fc65faf89a783991a72bcd1160dd510fb985 diff --git a/eng/Versions.props b/eng/Versions.props index d2ca6e35d..3d9efb6bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20464.29 - 5.0.0-rc.2.20464.29 - 5.0.0-rc.2.20464.29 - 5.0.0-rc.2.20464.29 - 5.0.0-rc.2.20464.29 - 5.0.0-rc.2.20464.29 + 5.0.0-rc.2.20464.31 + 5.0.0-rc.2.20464.31 + 5.0.0-rc.2.20464.31 + 5.0.0-rc.2.20464.31 + 5.0.0-rc.2.20464.31 + 5.0.0-rc.2.20464.31 0.2.0 - 6.0.100-alpha.1.20464.19 - 6.0.100-alpha.1.20464.19 + 6.0.100-alpha.1.20464.22 + 6.0.100-alpha.1.20464.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b67c73a1d3de71ede147a76a7db7cb4b7e022c9b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 13:01:34 +0000 Subject: [PATCH 082/375] Update dependencies from https://github.com/dotnet/arcade build 20200911.7 (#8567) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c8f4e3abc..4ee6c992e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 91470b0b14ba016c1fb78211b12775287c17b34e + a81e6e87cf21837abfde2da6eb9b057bea9f49fc - + https://github.com/dotnet/arcade - 91470b0b14ba016c1fb78211b12775287c17b34e + a81e6e87cf21837abfde2da6eb9b057bea9f49fc diff --git a/eng/Versions.props b/eng/Versions.props index 3d9efb6bf..e6e616b09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20459.8 + 5.0.0-beta.20461.7 diff --git a/global.json b/global.json index e571d9905..f6e48ac30 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20459.8" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20461.7" } } From c094198b908deb3e1f9ba01dc336295db5792e82 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 15:57:29 +0000 Subject: [PATCH 083/375] Update dependencies from https://github.com/dotnet/sdk build 20200915.6 (#8568) [master] 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 4ee6c992e..8bc1a615b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7efaf6afab961484e729658ebcf038ef7f4194c8 - + https://github.com/dotnet/sdk - d3b5fc65faf89a783991a72bcd1160dd510fb985 + fd7fc33f24dcae712b812ac1abce90f226e2e34a - + https://github.com/dotnet/sdk - d3b5fc65faf89a783991a72bcd1160dd510fb985 + fd7fc33f24dcae712b812ac1abce90f226e2e34a diff --git a/eng/Versions.props b/eng/Versions.props index e6e616b09..083d55c90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20464.22 - 6.0.100-alpha.1.20464.22 + 6.0.100-alpha.1.20465.6 + 6.0.100-alpha.1.20465.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3b282cba458dd30281eb37eaf04e0bb6f44464b9 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 15 Sep 2020 09:39:14 -0700 Subject: [PATCH 084/375] Update the readme file to remove arm32 per our supported OS list for .net 5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 178b87da7..30429265f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( | **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rc2]][linux-arm64-version-5.0.1XX-rc2]
[tar.gz][linux-arm64-targz-5.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc2] | [![][linux-arm64-badge-5.0.1XX]][linux-arm64-version-5.0.1XX]
[tar.gz][linux-arm64-targz-5.0.1XX] - [Checksum][linux-arm64-targz-checksum-5.0.1XX] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | | **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc2]][linux-musl-version-5.0.1XX-rc2]
[tar.gz][linux-musl-targz-5.0.1XX-rc2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc2] | [![][linux-musl-badge-5.0.1XX]][linux-musl-version-5.0.1XX]
[tar.gz][linux-musl-targz-5.0.1XX] - [Checksum][linux-musl-targz-checksum-5.0.1XX] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-rc2]][win-arm-version-5.0.1XX-rc2]
[zip][win-arm-zip-5.0.1XX-rc2] - [Checksum][win-arm-zip-checksum-5.0.1XX-rc2] | [![][win-arm-badge-5.0.1XX]][win-arm-version-5.0.1XX]
[zip][win-arm-zip-5.0.1XX] - [Checksum][win-arm-zip-checksum-5.0.1XX] | [![][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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | +| **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | | **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | Reference notes: From aeaece4143f9178f3501d2c4ea4e3a1eb6d3d6f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 17:46:46 +0000 Subject: [PATCH 085/375] [master] Update dependencies from dotnet/sdk (#8569) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20463.3 to 6.0.0-alpha.1.20464.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20463.3 to 6.0.0-alpha.1.20464.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20463.3 to 6.0.0-alpha.1.20464.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20463.3 to 6.0.0-alpha.1.20464.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20463.3 to 6.0.0-alpha.1.20464.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20463.3 to 6.0.0-alpha.1.20464.10 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20464.3 to 6.0.0-alpha.1.20465.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bc1a615b..5f29ea602 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e
- + https://github.com/dotnet/runtime - dcbac854ca05fc0226cfd6ba3e0337e9d429d98e + e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/runtime - dcbac854ca05fc0226cfd6ba3e0337e9d429d98e + e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/runtime - dcbac854ca05fc0226cfd6ba3e0337e9d429d98e + e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/runtime - dcbac854ca05fc0226cfd6ba3e0337e9d429d98e + e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/runtime - dcbac854ca05fc0226cfd6ba3e0337e9d429d98e + e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - dcbac854ca05fc0226cfd6ba3e0337e9d429d98e + e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 https://github.com/dotnet/aspnetcore @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 7efaf6afab961484e729658ebcf038ef7f4194c8 + 7ee669e02feaea6ea9954445b5cd333e2dea1e13 - + https://github.com/dotnet/sdk - fd7fc33f24dcae712b812ac1abce90f226e2e34a + 350c7b017883fdd6255a18fc1b872509a0f717e0 - + https://github.com/dotnet/sdk - fd7fc33f24dcae712b812ac1abce90f226e2e34a + 350c7b017883fdd6255a18fc1b872509a0f717e0 diff --git a/eng/Versions.props b/eng/Versions.props index 083d55c90..249f1c2cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20464.3 + 6.0.0-alpha.1.20465.1 @@ -53,22 +53,22 @@ - 6.0.100-alpha.1.20465.6 - 6.0.100-alpha.1.20465.6 + 6.0.100-alpha.1.20465.10 + 6.0.100-alpha.1.20465.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20463.3 + 6.0.0-alpha.1.20464.10 - 6.0.0-alpha.1.20463.3 - 6.0.0-alpha.1.20463.3 - 6.0.0-alpha.1.20463.3 - 6.0.0-alpha.1.20463.3 - 6.0.0-alpha.1.20463.3 + 6.0.0-alpha.1.20464.10 + 6.0.0-alpha.1.20464.10 + 6.0.0-alpha.1.20464.10 + 6.0.0-alpha.1.20464.10 + 6.0.0-alpha.1.20464.10 2.1.0 From bb57e860cea3f19741435f8caee6eb4069fe5aa2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 19:42:51 +0000 Subject: [PATCH 086/375] Update dependencies from https://github.com/dotnet/sdk build 20200915.12 (#8573) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20464.31 to 5.0.0-rc.2.20465.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20464.31 to 5.0.0-rc.2.20465.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20464.31 to 5.0.0-rc.2.20465.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20464.31 to 5.0.0-rc.2.20465.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20464.31 to 5.0.0-rc.2.20465.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20464.31 to 5.0.0-rc.2.20465.3 (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 5f29ea602..925725241 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/aspnetcore - fe1a56972e8ff247d8b000448ea4ccc0b17ec833 + 897f42ce588a0d643c0be7d69dabbcf26d107632 - + https://github.com/dotnet/aspnetcore - fe1a56972e8ff247d8b000448ea4ccc0b17ec833 + 897f42ce588a0d643c0be7d69dabbcf26d107632 - + https://github.com/dotnet/aspnetcore - fe1a56972e8ff247d8b000448ea4ccc0b17ec833 + 897f42ce588a0d643c0be7d69dabbcf26d107632 - + https://github.com/dotnet/aspnetcore - fe1a56972e8ff247d8b000448ea4ccc0b17ec833 + 897f42ce588a0d643c0be7d69dabbcf26d107632 - + https://github.com/dotnet/aspnetcore - fe1a56972e8ff247d8b000448ea4ccc0b17ec833 + 897f42ce588a0d643c0be7d69dabbcf26d107632 - + https://github.com/dotnet/aspnetcore - fe1a56972e8ff247d8b000448ea4ccc0b17ec833 + 897f42ce588a0d643c0be7d69dabbcf26d107632 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7ee669e02feaea6ea9954445b5cd333e2dea1e13 - + https://github.com/dotnet/sdk - 350c7b017883fdd6255a18fc1b872509a0f717e0 + 7148787d4544804f5f53a01918bdaa12c6661e46 - + https://github.com/dotnet/sdk - 350c7b017883fdd6255a18fc1b872509a0f717e0 + 7148787d4544804f5f53a01918bdaa12c6661e46 diff --git a/eng/Versions.props b/eng/Versions.props index 249f1c2cc..710a40992 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20464.31 - 5.0.0-rc.2.20464.31 - 5.0.0-rc.2.20464.31 - 5.0.0-rc.2.20464.31 - 5.0.0-rc.2.20464.31 - 5.0.0-rc.2.20464.31 + 5.0.0-rc.2.20465.3 + 5.0.0-rc.2.20465.3 + 5.0.0-rc.2.20465.3 + 5.0.0-rc.2.20465.3 + 5.0.0-rc.2.20465.3 + 5.0.0-rc.2.20465.3 0.2.0 - 6.0.100-alpha.1.20465.10 - 6.0.100-alpha.1.20465.10 + 6.0.100-alpha.1.20465.12 + 6.0.100-alpha.1.20465.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a6e0e848016c5d7eb00a5673b6468717130d58af Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 20:46:41 +0000 Subject: [PATCH 087/375] Update dependencies from https://github.com/dotnet/sdk build 20200915.13 (#8575) [master] 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 925725241..59451dca8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7ee669e02feaea6ea9954445b5cd333e2dea1e13 - + https://github.com/dotnet/sdk - 7148787d4544804f5f53a01918bdaa12c6661e46 + 1e5bb3310a1db17a2535679daea8fd965aa247c5 - + https://github.com/dotnet/sdk - 7148787d4544804f5f53a01918bdaa12c6661e46 + 1e5bb3310a1db17a2535679daea8fd965aa247c5 diff --git a/eng/Versions.props b/eng/Versions.props index 710a40992..18274bf26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20465.12 - 6.0.100-alpha.1.20465.12 + 6.0.100-alpha.1.20465.13 + 6.0.100-alpha.1.20465.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a1578b2312bda680a1c0374ea4066d613ae08cf1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 00:13:08 +0000 Subject: [PATCH 088/375] Update dependencies from https://github.com/dotnet/sdk build 20200915.16 (#8581) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20465.3 to 5.0.0-rc.2.20465.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20465.3 to 5.0.0-rc.2.20465.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20465.3 to 5.0.0-rc.2.20465.7 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20465.3 to 5.0.0-rc.2.20465.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20465.3 to 5.0.0-rc.2.20465.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20465.3 to 5.0.0-rc.2.20465.7 (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 59451dca8..5cacc176e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/aspnetcore - 897f42ce588a0d643c0be7d69dabbcf26d107632 + 6109027c683e2cac62daf41fdab48128a5568993 - + https://github.com/dotnet/aspnetcore - 897f42ce588a0d643c0be7d69dabbcf26d107632 + 6109027c683e2cac62daf41fdab48128a5568993 - + https://github.com/dotnet/aspnetcore - 897f42ce588a0d643c0be7d69dabbcf26d107632 + 6109027c683e2cac62daf41fdab48128a5568993 - + https://github.com/dotnet/aspnetcore - 897f42ce588a0d643c0be7d69dabbcf26d107632 + 6109027c683e2cac62daf41fdab48128a5568993 - + https://github.com/dotnet/aspnetcore - 897f42ce588a0d643c0be7d69dabbcf26d107632 + 6109027c683e2cac62daf41fdab48128a5568993 - + https://github.com/dotnet/aspnetcore - 897f42ce588a0d643c0be7d69dabbcf26d107632 + 6109027c683e2cac62daf41fdab48128a5568993 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7ee669e02feaea6ea9954445b5cd333e2dea1e13 - + https://github.com/dotnet/sdk - 1e5bb3310a1db17a2535679daea8fd965aa247c5 + d9ca8cdceabd2a1edf644e2fc94c4b343b081dd8 - + https://github.com/dotnet/sdk - 1e5bb3310a1db17a2535679daea8fd965aa247c5 + d9ca8cdceabd2a1edf644e2fc94c4b343b081dd8 diff --git a/eng/Versions.props b/eng/Versions.props index 18274bf26..fc541cd29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20465.3 - 5.0.0-rc.2.20465.3 - 5.0.0-rc.2.20465.3 - 5.0.0-rc.2.20465.3 - 5.0.0-rc.2.20465.3 - 5.0.0-rc.2.20465.3 + 5.0.0-rc.2.20465.7 + 5.0.0-rc.2.20465.7 + 5.0.0-rc.2.20465.7 + 5.0.0-rc.2.20465.7 + 5.0.0-rc.2.20465.7 + 5.0.0-rc.2.20465.7 0.2.0 - 6.0.100-alpha.1.20465.13 - 6.0.100-alpha.1.20465.13 + 6.0.100-alpha.1.20465.16 + 6.0.100-alpha.1.20465.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6bbbf5326941ea356b5074f915d965b5ce1f106f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 02:41:57 +0000 Subject: [PATCH 089/375] Update dependencies from https://github.com/dotnet/sdk build 20200915.26 (#8583) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20465.7 to 5.0.0-rc.2.20465.12 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20465.7 to 5.0.0-rc.2.20465.12 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20465.7 to 5.0.0-rc.2.20465.12 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20465.7 to 5.0.0-rc.2.20465.12 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20465.7 to 5.0.0-rc.2.20465.12 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20465.7 to 5.0.0-rc.2.20465.12 (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 5cacc176e..55aabf670 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/aspnetcore - 6109027c683e2cac62daf41fdab48128a5568993 + bc56ee1e3c869d4c725290ddec6295cabc17efb8 - + https://github.com/dotnet/aspnetcore - 6109027c683e2cac62daf41fdab48128a5568993 + bc56ee1e3c869d4c725290ddec6295cabc17efb8 - + https://github.com/dotnet/aspnetcore - 6109027c683e2cac62daf41fdab48128a5568993 + bc56ee1e3c869d4c725290ddec6295cabc17efb8 - + https://github.com/dotnet/aspnetcore - 6109027c683e2cac62daf41fdab48128a5568993 + bc56ee1e3c869d4c725290ddec6295cabc17efb8 - + https://github.com/dotnet/aspnetcore - 6109027c683e2cac62daf41fdab48128a5568993 + bc56ee1e3c869d4c725290ddec6295cabc17efb8 - + https://github.com/dotnet/aspnetcore - 6109027c683e2cac62daf41fdab48128a5568993 + bc56ee1e3c869d4c725290ddec6295cabc17efb8 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7ee669e02feaea6ea9954445b5cd333e2dea1e13 - + https://github.com/dotnet/sdk - d9ca8cdceabd2a1edf644e2fc94c4b343b081dd8 + e0b070cb09fa769c25161105814c1b333bbf8c2a - + https://github.com/dotnet/sdk - d9ca8cdceabd2a1edf644e2fc94c4b343b081dd8 + e0b070cb09fa769c25161105814c1b333bbf8c2a diff --git a/eng/Versions.props b/eng/Versions.props index fc541cd29..28b389894 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20465.7 - 5.0.0-rc.2.20465.7 - 5.0.0-rc.2.20465.7 - 5.0.0-rc.2.20465.7 - 5.0.0-rc.2.20465.7 - 5.0.0-rc.2.20465.7 + 5.0.0-rc.2.20465.12 + 5.0.0-rc.2.20465.12 + 5.0.0-rc.2.20465.12 + 5.0.0-rc.2.20465.12 + 5.0.0-rc.2.20465.12 + 5.0.0-rc.2.20465.12 0.2.0 - 6.0.100-alpha.1.20465.16 - 6.0.100-alpha.1.20465.16 + 6.0.100-alpha.1.20465.26 + 6.0.100-alpha.1.20465.26 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e5dc1446117cabb49825a35e7b7ccdac2d98e81d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 09:57:31 +0000 Subject: [PATCH 090/375] [master] Update dependencies from dotnet/sdk (#8587) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20465.12 to 5.0.0-rc.2.20465.20 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20465.12 to 5.0.0-rc.2.20465.20 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20465.12 to 5.0.0-rc.2.20465.20 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20465.12 to 5.0.0-rc.2.20465.20 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20465.12 to 5.0.0-rc.2.20465.20 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20465.12 to 5.0.0-rc.2.20465.20 (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 55aabf670..1de7ede1a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 - + https://github.com/dotnet/aspnetcore - bc56ee1e3c869d4c725290ddec6295cabc17efb8 + 6be5f2072a4a77b654c15a3dcc432964a853b342 - + https://github.com/dotnet/aspnetcore - bc56ee1e3c869d4c725290ddec6295cabc17efb8 + 6be5f2072a4a77b654c15a3dcc432964a853b342 - + https://github.com/dotnet/aspnetcore - bc56ee1e3c869d4c725290ddec6295cabc17efb8 + 6be5f2072a4a77b654c15a3dcc432964a853b342 - + https://github.com/dotnet/aspnetcore - bc56ee1e3c869d4c725290ddec6295cabc17efb8 + 6be5f2072a4a77b654c15a3dcc432964a853b342 - + https://github.com/dotnet/aspnetcore - bc56ee1e3c869d4c725290ddec6295cabc17efb8 + 6be5f2072a4a77b654c15a3dcc432964a853b342 - + https://github.com/dotnet/aspnetcore - bc56ee1e3c869d4c725290ddec6295cabc17efb8 + 6be5f2072a4a77b654c15a3dcc432964a853b342 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 7ee669e02feaea6ea9954445b5cd333e2dea1e13 - + https://github.com/dotnet/sdk - e0b070cb09fa769c25161105814c1b333bbf8c2a + afe72f4eca6065e945705293cb6b33a31fa1dc50 - + https://github.com/dotnet/sdk - e0b070cb09fa769c25161105814c1b333bbf8c2a + afe72f4eca6065e945705293cb6b33a31fa1dc50 diff --git a/eng/Versions.props b/eng/Versions.props index 28b389894..0acb8df02 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20465.12 - 5.0.0-rc.2.20465.12 - 5.0.0-rc.2.20465.12 - 5.0.0-rc.2.20465.12 - 5.0.0-rc.2.20465.12 - 5.0.0-rc.2.20465.12 + 5.0.0-rc.2.20465.20 + 5.0.0-rc.2.20465.20 + 5.0.0-rc.2.20465.20 + 5.0.0-rc.2.20465.20 + 5.0.0-rc.2.20465.20 + 5.0.0-rc.2.20465.20 0.2.0 - 6.0.100-alpha.1.20465.26 - 6.0.100-alpha.1.20465.26 + 6.0.100-alpha.1.20466.2 + 6.0.100-alpha.1.20466.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5f0a0634c21b1685212f445f861e76dc1d91b1cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 15:12:52 +0000 Subject: [PATCH 091/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.6 (#8591) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20465.1 to 6.0.0-alpha.1.20466.1 (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 1de7ede1a..538c9ed82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 7ee669e02feaea6ea9954445b5cd333e2dea1e13 + 9c45f19adf4962bebbe6be39369764eeed4510db - + https://github.com/dotnet/sdk - afe72f4eca6065e945705293cb6b33a31fa1dc50 + fce3f54c8c4b67ad7b325af9e6c19cf2ce35e3f0 - + https://github.com/dotnet/sdk - afe72f4eca6065e945705293cb6b33a31fa1dc50 + fce3f54c8c4b67ad7b325af9e6c19cf2ce35e3f0 diff --git a/eng/Versions.props b/eng/Versions.props index 0acb8df02..42840062f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20465.1 + 6.0.0-alpha.1.20466.1 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20466.2 - 6.0.100-alpha.1.20466.2 + 6.0.100-alpha.1.20466.6 + 6.0.100-alpha.1.20466.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d0da656c8f6fc9aacf396154af668e3dc31e6322 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 16:01:24 +0000 Subject: [PATCH 092/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.7 (#8592) [master] 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 538c9ed82..e22866ed7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 9c45f19adf4962bebbe6be39369764eeed4510db - + https://github.com/dotnet/sdk - fce3f54c8c4b67ad7b325af9e6c19cf2ce35e3f0 + 8a301e7b82ed009ffd7d49a9f93d18e5e6d05a97 - + https://github.com/dotnet/sdk - fce3f54c8c4b67ad7b325af9e6c19cf2ce35e3f0 + 8a301e7b82ed009ffd7d49a9f93d18e5e6d05a97 diff --git a/eng/Versions.props b/eng/Versions.props index 42840062f..8d501f7b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20466.6 - 6.0.100-alpha.1.20466.6 + 6.0.100-alpha.1.20466.7 + 6.0.100-alpha.1.20466.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2c2086e1635b37bc9b37f2f535f9082531b4742c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 16:48:46 +0000 Subject: [PATCH 093/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.8 (#8593) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20464.10 to 6.0.0-alpha.1.20465.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20464.10 to 6.0.0-alpha.1.20465.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20464.10 to 6.0.0-alpha.1.20465.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20464.10 to 6.0.0-alpha.1.20465.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20464.10 to 6.0.0-alpha.1.20465.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20464.10 to 6.0.0-alpha.1.20465.10 (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 e22866ed7..59daf7f5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 + 92123a643f6dcb529a460aff248f59710ffc527e - + https://github.com/dotnet/runtime - e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 + 92123a643f6dcb529a460aff248f59710ffc527e - + https://github.com/dotnet/runtime - e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 + 92123a643f6dcb529a460aff248f59710ffc527e - + https://github.com/dotnet/runtime - e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 + 92123a643f6dcb529a460aff248f59710ffc527e - + https://github.com/dotnet/runtime - e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 + 92123a643f6dcb529a460aff248f59710ffc527e @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e13f72bfe26ef243fa96e67ec3ee5aa29c294c54 + 92123a643f6dcb529a460aff248f59710ffc527e https://github.com/dotnet/aspnetcore @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 9c45f19adf4962bebbe6be39369764eeed4510db - + https://github.com/dotnet/sdk - 8a301e7b82ed009ffd7d49a9f93d18e5e6d05a97 + d7ee9e27927f11c7e1b8ad1f48bcbffd2ac7a000 - + https://github.com/dotnet/sdk - 8a301e7b82ed009ffd7d49a9f93d18e5e6d05a97 + d7ee9e27927f11c7e1b8ad1f48bcbffd2ac7a000 diff --git a/eng/Versions.props b/eng/Versions.props index 8d501f7b3..c6fe6f344 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 6.0.100-alpha.1.20466.7 - 6.0.100-alpha.1.20466.7 + 6.0.100-alpha.1.20466.8 + 6.0.100-alpha.1.20466.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20464.10 + 6.0.0-alpha.1.20465.10 - 6.0.0-alpha.1.20464.10 - 6.0.0-alpha.1.20464.10 - 6.0.0-alpha.1.20464.10 - 6.0.0-alpha.1.20464.10 - 6.0.0-alpha.1.20464.10 + 6.0.0-alpha.1.20465.10 + 6.0.0-alpha.1.20465.10 + 6.0.0-alpha.1.20465.10 + 6.0.0-alpha.1.20465.10 + 6.0.0-alpha.1.20465.10 2.1.0 From 29d83f488127f5c6181d7786fb60a51bb2bd1f17 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 18:30:55 +0000 Subject: [PATCH 094/375] [master] Update dependencies from dotnet/arcade (#8589) [master] Update dependencies from dotnet/arcade - Updates for Arcade breaking change to CreateLightCommandPackageDrop --- eng/Version.Details.xml | 8 ++-- eng/Versions.props | 2 +- .../post-build/sourcelink-validation.ps1 | 26 ++++++++--- eng/common/post-build/symbols-validation.ps1 | 7 +-- global.json | 2 +- src/redist/targets/GenerateMSIs.targets | 44 +++++-------------- 6 files changed, 39 insertions(+), 50 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59daf7f5e..59ab5e449 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - a81e6e87cf21837abfde2da6eb9b057bea9f49fc + fa0486ddb04a76341d822903c8977fb9fa088d1e - + https://github.com/dotnet/arcade - a81e6e87cf21837abfde2da6eb9b057bea9f49fc + fa0486ddb04a76341d822903c8977fb9fa088d1e diff --git a/eng/Versions.props b/eng/Versions.props index c6fe6f344..d7c37f990 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20461.7 + 5.0.0-beta.20465.7 diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index cdd1bba4f..c7e7ae67d 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -144,11 +144,27 @@ $ValidatePackage = { if ($FailedFiles -eq 0) { Write-Host 'Passed.' - return 0 + return [pscustomobject]@{ + result = 0 + packagePath = $PackagePath + } } else { Write-PipelineTelemetryError -Category 'SourceLink' -Message "$PackagePath has broken SourceLink links." - return 1 + return [pscustomobject]@{ + result = 1 + packagePath = $PackagePath + } + } +} + +function CheckJobResult( + $result, + $packagePath, + [ref]$ValidationFailures) { + if ($jobResult.result -ne '0') { + Write-PipelineTelemetryError -Category 'SourceLink' -Message "$packagePath has broken SourceLink links." + $ValidationFailures.Value++ } } @@ -211,10 +227,8 @@ function ValidateSourceLinkLinks { } foreach ($Job in @(Get-Job -State 'Completed')) { - $jobResult = Receive-Job -Id $Job.Id - if ($jobResult -ne '0') { - $ValidationFailures++ - } + $jobResult = Wait-Job -Id $Job.Id | Receive-Job + CheckJobResult $jobResult.result $jobResult.packagePath ([ref]$ValidationFailures) Remove-Job -Id $Job.Id } } diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1 index a36fa6f26..fcc6019b4 100644 --- a/eng/common/post-build/symbols-validation.ps1 +++ b/eng/common/post-build/symbols-validation.ps1 @@ -141,11 +141,6 @@ $CountMissingSymbols = { if ($using:Clean) { Remove-Item $ExtractPath -Recurse -Force } - - if ($MissingSymbols -ne 0) - { - Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $MissingSymbols modules in the package $PackagePath" - } Pop-Location @@ -165,6 +160,7 @@ function CheckJobResult( $DupedSymbols.Value++ } elseif ($jobResult.result -ne '0') { + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $result modules in the package $packagePath" $TotalFailures.Value++ } } @@ -201,7 +197,6 @@ function CheckSymbolsAvailable { Start-Job -ScriptBlock $CountMissingSymbols -ArgumentList $FullName | Out-Null $NumJobs = @(Get-Job -State 'Running').Count - Write-Host $NumJobs while ($NumJobs -ge $MaxParallelJobs) { Write-Host "There are $NumJobs validation jobs running right now. Waiting $SecondsBetweenLoadChecks seconds to check again." diff --git a/global.json b/global.json index f6e48ac30..cf9977c7d 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20461.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20465.7" } } diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 307808e57..d627baa05 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -197,19 +197,14 @@ - + - - - - + - - - - + - - - @@ -379,20 +364,15 @@ - + - - - Date: Wed, 16 Sep 2020 19:53:11 +0000 Subject: [PATCH 095/375] [master] Update dependencies from dotnet/sdk (#8595) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20465.20 to 5.0.0-rc.2.20466.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20465.20 to 5.0.0-rc.2.20466.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20465.20 to 5.0.0-rc.2.20466.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20465.20 to 5.0.0-rc.2.20466.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20465.20 to 5.0.0-rc.2.20466.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20465.20 to 5.0.0-rc.2.20466.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20466.1 to 6.0.0-alpha.1.20466.2 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59ab5e449..d00b60987 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 92123a643f6dcb529a460aff248f59710ffc527e - + https://github.com/dotnet/aspnetcore - 6be5f2072a4a77b654c15a3dcc432964a853b342 + 50eb578c738bf007f0a37efcdc99ee72157b9dd1 - + https://github.com/dotnet/aspnetcore - 6be5f2072a4a77b654c15a3dcc432964a853b342 + 50eb578c738bf007f0a37efcdc99ee72157b9dd1 - + https://github.com/dotnet/aspnetcore - 6be5f2072a4a77b654c15a3dcc432964a853b342 + 50eb578c738bf007f0a37efcdc99ee72157b9dd1 - + https://github.com/dotnet/aspnetcore - 6be5f2072a4a77b654c15a3dcc432964a853b342 + 50eb578c738bf007f0a37efcdc99ee72157b9dd1 - + https://github.com/dotnet/aspnetcore - 6be5f2072a4a77b654c15a3dcc432964a853b342 + 50eb578c738bf007f0a37efcdc99ee72157b9dd1 - + https://github.com/dotnet/aspnetcore - 6be5f2072a4a77b654c15a3dcc432964a853b342 + 50eb578c738bf007f0a37efcdc99ee72157b9dd1 https://github.com/dotnet/test-templates @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 9c45f19adf4962bebbe6be39369764eeed4510db + 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - d7ee9e27927f11c7e1b8ad1f48bcbffd2ac7a000 + 0222a41ef060476c94dfcaeb5b0a5569620e124c - + https://github.com/dotnet/sdk - d7ee9e27927f11c7e1b8ad1f48bcbffd2ac7a000 + 0222a41ef060476c94dfcaeb5b0a5569620e124c diff --git a/eng/Versions.props b/eng/Versions.props index d7c37f990..d52a75eef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20466.1 + 6.0.0-alpha.1.20466.2 @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20465.20 - 5.0.0-rc.2.20465.20 - 5.0.0-rc.2.20465.20 - 5.0.0-rc.2.20465.20 - 5.0.0-rc.2.20465.20 - 5.0.0-rc.2.20465.20 + 5.0.0-rc.2.20466.3 + 5.0.0-rc.2.20466.3 + 5.0.0-rc.2.20466.3 + 5.0.0-rc.2.20466.3 + 5.0.0-rc.2.20466.3 + 5.0.0-rc.2.20466.3 0.2.0 - 6.0.100-alpha.1.20466.8 - 6.0.100-alpha.1.20466.8 + 6.0.100-alpha.1.20466.13 + 6.0.100-alpha.1.20466.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3d59a756bfafd0e32bda68b72b24666e325ccf02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 21:17:01 +0000 Subject: [PATCH 096/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.14 (#8597) [master] 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 d00b60987..730c62db7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - 0222a41ef060476c94dfcaeb5b0a5569620e124c + f3db406dcbb76903711c16755fbecd92b4e30ca9 - + https://github.com/dotnet/sdk - 0222a41ef060476c94dfcaeb5b0a5569620e124c + f3db406dcbb76903711c16755fbecd92b4e30ca9 diff --git a/eng/Versions.props b/eng/Versions.props index d52a75eef..c03af28f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20466.13 - 6.0.100-alpha.1.20466.13 + 6.0.100-alpha.1.20466.14 + 6.0.100-alpha.1.20466.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5778005464f3c09c9a8f15eec747e79ea086b935 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 22:14:13 +0000 Subject: [PATCH 097/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.15 (#8599) [master] 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 730c62db7..39f7c2f27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - f3db406dcbb76903711c16755fbecd92b4e30ca9 + dd138ea4ba9465e33af38671d03910fc5a2afe38 - + https://github.com/dotnet/sdk - f3db406dcbb76903711c16755fbecd92b4e30ca9 + dd138ea4ba9465e33af38671d03910fc5a2afe38 diff --git a/eng/Versions.props b/eng/Versions.props index c03af28f3..34a601299 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20466.14 - 6.0.100-alpha.1.20466.14 + 6.0.100-alpha.1.20466.15 + 6.0.100-alpha.1.20466.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b00d89006e24eb6658f44241d26748e6b05bbd50 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 23:13:43 +0000 Subject: [PATCH 098/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.16 (#8600) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20466.3 to 5.0.0-rc.2.20466.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20466.3 to 5.0.0-rc.2.20466.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20466.3 to 5.0.0-rc.2.20466.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20466.3 to 5.0.0-rc.2.20466.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20466.3 to 5.0.0-rc.2.20466.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20466.3 to 5.0.0-rc.2.20466.4 (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 39f7c2f27..b0f6fc4a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 92123a643f6dcb529a460aff248f59710ffc527e - + https://github.com/dotnet/aspnetcore - 50eb578c738bf007f0a37efcdc99ee72157b9dd1 + 495d3b2569ae92f57d98d0fe322f563f721cec83 - + https://github.com/dotnet/aspnetcore - 50eb578c738bf007f0a37efcdc99ee72157b9dd1 + 495d3b2569ae92f57d98d0fe322f563f721cec83 - + https://github.com/dotnet/aspnetcore - 50eb578c738bf007f0a37efcdc99ee72157b9dd1 + 495d3b2569ae92f57d98d0fe322f563f721cec83 - + https://github.com/dotnet/aspnetcore - 50eb578c738bf007f0a37efcdc99ee72157b9dd1 + 495d3b2569ae92f57d98d0fe322f563f721cec83 - + https://github.com/dotnet/aspnetcore - 50eb578c738bf007f0a37efcdc99ee72157b9dd1 + 495d3b2569ae92f57d98d0fe322f563f721cec83 - + https://github.com/dotnet/aspnetcore - 50eb578c738bf007f0a37efcdc99ee72157b9dd1 + 495d3b2569ae92f57d98d0fe322f563f721cec83 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - dd138ea4ba9465e33af38671d03910fc5a2afe38 + 17ddb1e88e2847b5876b4cd879f8856924320118 - + https://github.com/dotnet/sdk - dd138ea4ba9465e33af38671d03910fc5a2afe38 + 17ddb1e88e2847b5876b4cd879f8856924320118 diff --git a/eng/Versions.props b/eng/Versions.props index 34a601299..5d06dbb38 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20466.3 - 5.0.0-rc.2.20466.3 - 5.0.0-rc.2.20466.3 - 5.0.0-rc.2.20466.3 - 5.0.0-rc.2.20466.3 - 5.0.0-rc.2.20466.3 + 5.0.0-rc.2.20466.4 + 5.0.0-rc.2.20466.4 + 5.0.0-rc.2.20466.4 + 5.0.0-rc.2.20466.4 + 5.0.0-rc.2.20466.4 + 5.0.0-rc.2.20466.4 0.2.0 - 6.0.100-alpha.1.20466.15 - 6.0.100-alpha.1.20466.15 + 6.0.100-alpha.1.20466.16 + 6.0.100-alpha.1.20466.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1e95f0c2c7ecfa96efe7c36ed0354bfa6d239fd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 01:40:19 +0000 Subject: [PATCH 099/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.19 (#8601) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20466.4 to 5.0.0-rc.2.20466.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20466.4 to 5.0.0-rc.2.20466.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20466.4 to 5.0.0-rc.2.20466.8 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20466.4 to 5.0.0-rc.2.20466.8 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20466.4 to 5.0.0-rc.2.20466.8 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20466.4 to 5.0.0-rc.2.20466.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 b0f6fc4a3..b0e2cf2c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 92123a643f6dcb529a460aff248f59710ffc527e - + https://github.com/dotnet/aspnetcore - 495d3b2569ae92f57d98d0fe322f563f721cec83 + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 495d3b2569ae92f57d98d0fe322f563f721cec83 + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 495d3b2569ae92f57d98d0fe322f563f721cec83 + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 495d3b2569ae92f57d98d0fe322f563f721cec83 + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 495d3b2569ae92f57d98d0fe322f563f721cec83 + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 495d3b2569ae92f57d98d0fe322f563f721cec83 + b98b74a59c3a6b0466015bc3d00485ac83540d92 https://github.com/dotnet/test-templates @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - 17ddb1e88e2847b5876b4cd879f8856924320118 + dd7d77e02b85ce2c87eb565b746f7628d40b2edb - + https://github.com/dotnet/sdk - 17ddb1e88e2847b5876b4cd879f8856924320118 + dd7d77e02b85ce2c87eb565b746f7628d40b2edb diff --git a/eng/Versions.props b/eng/Versions.props index 5d06dbb38..0d88bb20d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,20 +41,20 @@ - 5.0.0-rc.2.20466.4 - 5.0.0-rc.2.20466.4 - 5.0.0-rc.2.20466.4 - 5.0.0-rc.2.20466.4 - 5.0.0-rc.2.20466.4 - 5.0.0-rc.2.20466.4 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 0.2.0 - 6.0.100-alpha.1.20466.16 - 6.0.100-alpha.1.20466.16 + 6.0.100-alpha.1.20466.19 + 6.0.100-alpha.1.20466.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f9f18f459ece19109a9800cb868b6750ec296dc6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 03:40:16 +0000 Subject: [PATCH 100/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.21 (#8602) [master] 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 b0e2cf2c5..f29a20bd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - dd7d77e02b85ce2c87eb565b746f7628d40b2edb + b08aaeb6b827eaa2c9dbf6dda7d2d57e2e353173 - + https://github.com/dotnet/sdk - dd7d77e02b85ce2c87eb565b746f7628d40b2edb + b08aaeb6b827eaa2c9dbf6dda7d2d57e2e353173 diff --git a/eng/Versions.props b/eng/Versions.props index 0d88bb20d..853748307 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20466.19 - 6.0.100-alpha.1.20466.19 + 6.0.100-alpha.1.20466.21 + 6.0.100-alpha.1.20466.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 666b326dac12410d44f42f73b7d1be023bd2600e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 06:13:19 +0000 Subject: [PATCH 101/375] Update dependencies from https://github.com/dotnet/sdk build 20200916.22 (#8603) [master] 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 f29a20bd9..501c00926 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - b08aaeb6b827eaa2c9dbf6dda7d2d57e2e353173 + c8eba23183e02dfc24902e082d8e03d2dbf34cbe - + https://github.com/dotnet/sdk - b08aaeb6b827eaa2c9dbf6dda7d2d57e2e353173 + c8eba23183e02dfc24902e082d8e03d2dbf34cbe diff --git a/eng/Versions.props b/eng/Versions.props index 853748307..0db59aa2e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20466.21 - 6.0.100-alpha.1.20466.21 + 6.0.100-alpha.1.20466.22 + 6.0.100-alpha.1.20466.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 830e5be2b4250c0c45affb4e5ae229bf5865beeb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 08:51:57 +0000 Subject: [PATCH 102/375] Update dependencies from https://github.com/dotnet/sdk build 20200917.1 (#8604) [master] 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 501c00926..dcccff10a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 02ec8abccba001837f0f62444936f99f96674acc - + https://github.com/dotnet/sdk - c8eba23183e02dfc24902e082d8e03d2dbf34cbe + cf3317208e176815828b9df6babc982ead06625b - + https://github.com/dotnet/sdk - c8eba23183e02dfc24902e082d8e03d2dbf34cbe + cf3317208e176815828b9df6babc982ead06625b diff --git a/eng/Versions.props b/eng/Versions.props index 0db59aa2e..2f64bf40f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20466.22 - 6.0.100-alpha.1.20466.22 + 6.0.100-alpha.1.20467.1 + 6.0.100-alpha.1.20467.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 45458ec23269bc9a1c5fdec0880dc72454a617d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:08:11 +0000 Subject: [PATCH 103/375] Update dependencies from https://github.com/dotnet/sdk build 20200917.5 (#8605) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20466.2 to 6.0.0-alpha.1.20467.1 (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 dcccff10a..4df6ec3fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 02ec8abccba001837f0f62444936f99f96674acc + 2b352748b357da6a3ca1eea247ebf27166758df1 - + https://github.com/dotnet/sdk - cf3317208e176815828b9df6babc982ead06625b + 577ae29d26f903ba521b1c3635cbf5c3c31e1b32 - + https://github.com/dotnet/sdk - cf3317208e176815828b9df6babc982ead06625b + 577ae29d26f903ba521b1c3635cbf5c3c31e1b32 diff --git a/eng/Versions.props b/eng/Versions.props index 2f64bf40f..a3999bd99 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20466.2 + 6.0.0-alpha.1.20467.1 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20467.1 - 6.0.100-alpha.1.20467.1 + 6.0.100-alpha.1.20467.5 + 6.0.100-alpha.1.20467.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 29bc9c271b2a4435842ace79b9bbadea27773aaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 15:29:37 +0000 Subject: [PATCH 104/375] Update dependencies from https://github.com/dotnet/sdk build 20200917.6 (#8606) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20467.1 to 6.0.0-alpha.1.20467.3 (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 4df6ec3fe..43834f335 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 2b352748b357da6a3ca1eea247ebf27166758df1 + 6ff6a9f1293b2b98a14b5e582148d26c1d895394 - + https://github.com/dotnet/sdk - 577ae29d26f903ba521b1c3635cbf5c3c31e1b32 + ba8641316aaf56a330c3c13f67c5e38987a1786f - + https://github.com/dotnet/sdk - 577ae29d26f903ba521b1c3635cbf5c3c31e1b32 + ba8641316aaf56a330c3c13f67c5e38987a1786f diff --git a/eng/Versions.props b/eng/Versions.props index a3999bd99..573f54584 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20467.1 + 6.0.0-alpha.1.20467.3 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20467.5 - 6.0.100-alpha.1.20467.5 + 6.0.100-alpha.1.20467.6 + 6.0.100-alpha.1.20467.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 07d03b90f1adc1889cfd9bd55e98376906be347c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 18:29:46 +0000 Subject: [PATCH 105/375] Update dependencies from https://github.com/dotnet/sdk build 20200917.8 (#8607) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20467.3 to 6.0.0-alpha.1.20467.4 (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 43834f335..088db6016 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 6ff6a9f1293b2b98a14b5e582148d26c1d895394 + bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - ba8641316aaf56a330c3c13f67c5e38987a1786f + c268858d24517599805004ff0eb269dbbcc5304e - + https://github.com/dotnet/sdk - ba8641316aaf56a330c3c13f67c5e38987a1786f + c268858d24517599805004ff0eb269dbbcc5304e diff --git a/eng/Versions.props b/eng/Versions.props index 573f54584..da6983823 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20467.3 + 6.0.0-alpha.1.20467.4 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20467.6 - 6.0.100-alpha.1.20467.6 + 6.0.100-alpha.1.20467.8 + 6.0.100-alpha.1.20467.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0070c42abc6357a1c0da6c1a1ad0076018e34263 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 07:16:24 +0000 Subject: [PATCH 106/375] Update dependencies from https://github.com/dotnet/sdk build 20200917.14 (#8612) [master] 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 088db6016..ed8603d08 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - c268858d24517599805004ff0eb269dbbcc5304e + 6d3834fc65d0b23d7c3b51bc31de3762dc3ca50f - + https://github.com/dotnet/sdk - c268858d24517599805004ff0eb269dbbcc5304e + 6d3834fc65d0b23d7c3b51bc31de3762dc3ca50f diff --git a/eng/Versions.props b/eng/Versions.props index da6983823..f46b79311 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20467.8 - 6.0.100-alpha.1.20467.8 + 6.0.100-alpha.1.20467.14 + 6.0.100-alpha.1.20467.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6157b5e5cb284dc5bf8f6489f8b8534177873aab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 15:53:25 +0000 Subject: [PATCH 107/375] Update dependencies from https://github.com/dotnet/sdk build 20200918.5 (#8616) [master] 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 ed8603d08..974b85689 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - 6d3834fc65d0b23d7c3b51bc31de3762dc3ca50f + b832ba39cfd5a968dd16259f5117ae51cb909b23 - + https://github.com/dotnet/sdk - 6d3834fc65d0b23d7c3b51bc31de3762dc3ca50f + b832ba39cfd5a968dd16259f5117ae51cb909b23 diff --git a/eng/Versions.props b/eng/Versions.props index f46b79311..9dc5b113f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20467.14 - 6.0.100-alpha.1.20467.14 + 6.0.100-alpha.1.20468.5 + 6.0.100-alpha.1.20468.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 03f32d9404444be7877bee057b6a999ee590779b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 16:48:45 +0000 Subject: [PATCH 108/375] Update dependencies from https://github.com/dotnet/sdk build 20200918.6 (#8618) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20465.10 to 6.0.0-alpha.1.20467.15 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20465.10 to 6.0.0-alpha.1.20467.15 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20465.10 to 6.0.0-alpha.1.20467.15 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20465.10 to 6.0.0-alpha.1.20467.15 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20465.10 to 6.0.0-alpha.1.20467.15 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20465.10 to 6.0.0-alpha.1.20467.15 (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 974b85689..4f135e1d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 92123a643f6dcb529a460aff248f59710ffc527e + 527f9ae88a0ee216b44d556f9bdc84037fe0ebda - + https://github.com/dotnet/runtime - 92123a643f6dcb529a460aff248f59710ffc527e + 527f9ae88a0ee216b44d556f9bdc84037fe0ebda - + https://github.com/dotnet/runtime - 92123a643f6dcb529a460aff248f59710ffc527e + 527f9ae88a0ee216b44d556f9bdc84037fe0ebda - + https://github.com/dotnet/runtime - 92123a643f6dcb529a460aff248f59710ffc527e + 527f9ae88a0ee216b44d556f9bdc84037fe0ebda - + https://github.com/dotnet/runtime - 92123a643f6dcb529a460aff248f59710ffc527e + 527f9ae88a0ee216b44d556f9bdc84037fe0ebda @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 92123a643f6dcb529a460aff248f59710ffc527e + 527f9ae88a0ee216b44d556f9bdc84037fe0ebda https://github.com/dotnet/aspnetcore @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - b832ba39cfd5a968dd16259f5117ae51cb909b23 + 9b207290ecc515502b10e46857ee47612f23dc89 - + https://github.com/dotnet/sdk - b832ba39cfd5a968dd16259f5117ae51cb909b23 + 9b207290ecc515502b10e46857ee47612f23dc89 diff --git a/eng/Versions.props b/eng/Versions.props index 9dc5b113f..6ae9a1485 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 6.0.100-alpha.1.20468.5 - 6.0.100-alpha.1.20468.5 + 6.0.100-alpha.1.20468.6 + 6.0.100-alpha.1.20468.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20465.10 + 6.0.0-alpha.1.20467.15 - 6.0.0-alpha.1.20465.10 - 6.0.0-alpha.1.20465.10 - 6.0.0-alpha.1.20465.10 - 6.0.0-alpha.1.20465.10 - 6.0.0-alpha.1.20465.10 + 6.0.0-alpha.1.20467.15 + 6.0.0-alpha.1.20467.15 + 6.0.0-alpha.1.20467.15 + 6.0.0-alpha.1.20467.15 + 6.0.0-alpha.1.20467.15 2.1.0 From ac98a89a434f8fb9aefe221c15243ddf19a0b9dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 17:56:07 +0000 Subject: [PATCH 109/375] Update dependencies from https://github.com/dotnet/sdk build 20200918.8 (#8620) [master] 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 4f135e1d7..4a492f6dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - 9b207290ecc515502b10e46857ee47612f23dc89 + 3302f0484264833bdaae505a6962a433f44fdfcb - + https://github.com/dotnet/sdk - 9b207290ecc515502b10e46857ee47612f23dc89 + 3302f0484264833bdaae505a6962a433f44fdfcb diff --git a/eng/Versions.props b/eng/Versions.props index 6ae9a1485..de575cc0f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20468.6 - 6.0.100-alpha.1.20468.6 + 6.0.100-alpha.1.20468.8 + 6.0.100-alpha.1.20468.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5d68ff83981a628a53145940fc30c47f5b0678cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 20:08:36 +0000 Subject: [PATCH 110/375] Update dependencies from https://github.com/dotnet/sdk build 20200918.9 (#8622) [master] 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 4a492f6dd..87944d51d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - 3302f0484264833bdaae505a6962a433f44fdfcb + 1a79e79d70c35902030421a261d354c877ab7a90 - + https://github.com/dotnet/sdk - 3302f0484264833bdaae505a6962a433f44fdfcb + 1a79e79d70c35902030421a261d354c877ab7a90 diff --git a/eng/Versions.props b/eng/Versions.props index de575cc0f..c515c789b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20468.8 - 6.0.100-alpha.1.20468.8 + 6.0.100-alpha.1.20468.9 + 6.0.100-alpha.1.20468.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d9d6aee2f0a57c947c69bafc14fdd3cff63896d8 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 18 Sep 2020 13:10:55 -0700 Subject: [PATCH 111/375] add the arm64 arm installer to the RC2 list (#8621) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30429265f..f52ecc1fd 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | | **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc2]][linux-musl-version-5.0.1XX-rc2]
[tar.gz][linux-musl-targz-5.0.1XX-rc2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc2] | [![][linux-musl-badge-5.0.1XX]][linux-musl-version-5.0.1XX]
[tar.gz][linux-musl-targz-5.0.1XX] - [Checksum][linux-musl-targz-checksum-5.0.1XX] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | | **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[Installer][win-arm64-installer-5.0.1XX-rc2] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | 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: @@ -364,16 +364,22 @@ Reference notes: [win-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.exe.sha [win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip.sha [win-arm64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe.sha [win-arm64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip.sha [win-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.exe.sha [win-arm64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.zip.sha From ef4d6bfd33f52b6bc35f8cd12cf97dd3631e7792 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 00:31:49 +0000 Subject: [PATCH 112/375] Update dependencies from https://github.com/dotnet/sdk build 20200918.14 (#8627) [master] 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 87944d51d..e896c2774 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d
- + https://github.com/dotnet/sdk - 1a79e79d70c35902030421a261d354c877ab7a90 + c6a9c945f6ac3db8ae2513d42eed36ee46d72010 - + https://github.com/dotnet/sdk - 1a79e79d70c35902030421a261d354c877ab7a90 + c6a9c945f6ac3db8ae2513d42eed36ee46d72010 diff --git a/eng/Versions.props b/eng/Versions.props index c515c789b..ad591d2f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20468.9 - 6.0.100-alpha.1.20468.9 + 6.0.100-alpha.1.20468.14 + 6.0.100-alpha.1.20468.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 29d4b7759ea1f1f8f89c55f28f3993a6dc6bfdd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 16:23:24 +0000 Subject: [PATCH 113/375] Update dependencies from https://github.com/dotnet/sdk build 20200919.3 (#8639) [master] 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 e896c2774..d801198c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - c6a9c945f6ac3db8ae2513d42eed36ee46d72010 + 51a3c5e9456e05653b89b5d989836d6b9df38599 - + https://github.com/dotnet/sdk - c6a9c945f6ac3db8ae2513d42eed36ee46d72010 + 51a3c5e9456e05653b89b5d989836d6b9df38599 diff --git a/eng/Versions.props b/eng/Versions.props index ad591d2f5..80f337b8a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20468.14 - 6.0.100-alpha.1.20468.14 + 6.0.100-alpha.1.20469.3 + 6.0.100-alpha.1.20469.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 59a744dfa39c5174e0165a377b1cf5e3957da364 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 17:10:41 +0000 Subject: [PATCH 114/375] Update dependencies from https://github.com/dotnet/sdk build 20200919.4 (#8640) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20467.15 to 6.0.0-alpha.1.20468.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20467.15 to 6.0.0-alpha.1.20468.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20467.15 to 6.0.0-alpha.1.20468.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20467.15 to 6.0.0-alpha.1.20468.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20467.15 to 6.0.0-alpha.1.20468.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20467.15 to 6.0.0-alpha.1.20468.7 (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 d801198c5..4c05d10df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 527f9ae88a0ee216b44d556f9bdc84037fe0ebda + a820ca1c4f9cb5892331e2624d3999c39161fe2a - + https://github.com/dotnet/runtime - 527f9ae88a0ee216b44d556f9bdc84037fe0ebda + a820ca1c4f9cb5892331e2624d3999c39161fe2a - + https://github.com/dotnet/runtime - 527f9ae88a0ee216b44d556f9bdc84037fe0ebda + a820ca1c4f9cb5892331e2624d3999c39161fe2a - + https://github.com/dotnet/runtime - 527f9ae88a0ee216b44d556f9bdc84037fe0ebda + a820ca1c4f9cb5892331e2624d3999c39161fe2a - + https://github.com/dotnet/runtime - 527f9ae88a0ee216b44d556f9bdc84037fe0ebda + a820ca1c4f9cb5892331e2624d3999c39161fe2a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 527f9ae88a0ee216b44d556f9bdc84037fe0ebda + a820ca1c4f9cb5892331e2624d3999c39161fe2a https://github.com/dotnet/aspnetcore @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - 51a3c5e9456e05653b89b5d989836d6b9df38599 + ab88e68d944cd6a7abb785be7da1ba43f18e7afd - + https://github.com/dotnet/sdk - 51a3c5e9456e05653b89b5d989836d6b9df38599 + ab88e68d944cd6a7abb785be7da1ba43f18e7afd diff --git a/eng/Versions.props b/eng/Versions.props index 80f337b8a..f7bdbead0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 6.0.100-alpha.1.20469.3 - 6.0.100-alpha.1.20469.3 + 6.0.100-alpha.1.20469.4 + 6.0.100-alpha.1.20469.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20467.15 + 6.0.0-alpha.1.20468.7 - 6.0.0-alpha.1.20467.15 - 6.0.0-alpha.1.20467.15 - 6.0.0-alpha.1.20467.15 - 6.0.0-alpha.1.20467.15 - 6.0.0-alpha.1.20467.15 + 6.0.0-alpha.1.20468.7 + 6.0.0-alpha.1.20468.7 + 6.0.0-alpha.1.20468.7 + 6.0.0-alpha.1.20468.7 + 6.0.0-alpha.1.20468.7 2.1.0 From 0bd564e1eeac44e8bec6bb9d4aaa21099be46fe7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 09:01:54 +0000 Subject: [PATCH 115/375] Update dependencies from https://github.com/dotnet/sdk build 20200921.1 (#8642) [master] 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 4c05d10df..ad25945e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating bfaba139963bd958088e2ac1069a336b1fa3721d - + https://github.com/dotnet/sdk - ab88e68d944cd6a7abb785be7da1ba43f18e7afd + b1d515cc888600f7c772b83d74261e41608e254b - + https://github.com/dotnet/sdk - ab88e68d944cd6a7abb785be7da1ba43f18e7afd + b1d515cc888600f7c772b83d74261e41608e254b diff --git a/eng/Versions.props b/eng/Versions.props index f7bdbead0..8a111f193 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20469.4 - 6.0.100-alpha.1.20469.4 + 6.0.100-alpha.1.20471.1 + 6.0.100-alpha.1.20471.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 68e75744ecd5d50e5ae1e05994aed08720eec5e4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 16:22:30 +0000 Subject: [PATCH 116/375] [master] Update dependencies from dotnet/arcade (#8638) [master] Update dependencies from dotnet/arcade - Fixup task location --- eng/Version.Details.xml | 8 ++--- eng/Versions.props | 2 +- eng/common/sdk-task.ps1 | 2 +- .../templates/steps/perf-send-to-helix.yml | 36 +++++-------------- eng/common/tools.ps1 | 25 +++++++++---- global.json | 4 +-- src/redist/targets/GenerateMSIs.targets | 2 +- 7 files changed, 36 insertions(+), 43 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad25945e3..13ff15740 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - fa0486ddb04a76341d822903c8977fb9fa088d1e + b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8 - + https://github.com/dotnet/arcade - fa0486ddb04a76341d822903c8977fb9fa088d1e + b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8 diff --git a/eng/Versions.props b/eng/Versions.props index 8a111f193..d3f521774 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20465.7 + 5.0.0-beta.20467.6 diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index e159c6f18..f55c43c6f 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -64,7 +64,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "16.5.0-alpha" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "16.8.0-preview3" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/templates/steps/perf-send-to-helix.yml b/eng/common/templates/steps/perf-send-to-helix.yml index e003fe2ef..8427de59c 100644 --- a/eng/common/templates/steps/perf-send-to-helix.yml +++ b/eng/common/templates/steps/perf-send-to-helix.yml @@ -19,12 +19,18 @@ parameters: DisplayNamePrefix: 'Send job to Helix' # optional -- rename the beginning of the displayName of the steps in AzDO condition: succeeded() # optional -- condition for step to execute; defaults to succeeded() continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false + osGroup: '' # required -- operating system for the job steps: - - powershell: $(Build.SourcesDirectory)\eng\common\msbuild.ps1 $(Build.SourcesDirectory)\eng\common\performance\${{ parameters.ProjectFile }} /restore /t:Test /bl:$(Build.SourcesDirectory)\artifacts\log\$env:BuildConfig\SendToHelix.binlog - displayName: ${{ parameters.DisplayNamePrefix }} (Windows) - env: +- template: /eng/pipelines/common/templates/runtimes/send-to-helix-inner-step.yml + parameters: + osGroup: ${{ parameters.osGroup }} + sendParams: $(Build.SourcesDirectory)/eng/common/performance/${{ parameters.ProjectFile }} /restore /t:Test /bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog + displayName: ${{ parameters.DisplayNamePrefix }} + condition: ${{ parameters.condition }} + continueOnError: ${{ parameters.continueOnError }} + environment: BuildConfig: $(_BuildConfig) HelixSource: ${{ parameters.HelixSource }} HelixType: ${{ parameters.HelixType }} @@ -42,27 +48,3 @@ steps: WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }} Creator: ${{ parameters.Creator }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) - condition: and(${{ parameters.condition }}, eq(variables['Agent.Os'], 'Windows_NT')) - continueOnError: ${{ parameters.continueOnError }} - - script: $BUILD_SOURCESDIRECTORY/eng/common/msbuild.sh $BUILD_SOURCESDIRECTORY/eng/common/performance/${{ parameters.ProjectFile }} /restore /t:Test /bl:$BUILD_SOURCESDIRECTORY/artifacts/log/$BuildConfig/SendToHelix.binlog - displayName: ${{ parameters.DisplayNamePrefix }} (Unix) - env: - BuildConfig: $(_BuildConfig) - HelixSource: ${{ parameters.HelixSource }} - HelixType: ${{ parameters.HelixType }} - HelixBuild: ${{ parameters.HelixBuild }} - HelixTargetQueues: ${{ parameters.HelixTargetQueues }} - HelixAccessToken: ${{ parameters.HelixAccessToken }} - HelixPreCommands: ${{ parameters.HelixPreCommands }} - HelixPostCommands: ${{ parameters.HelixPostCommands }} - WorkItemDirectory: ${{ parameters.WorkItemDirectory }} - CorrelationPayloadDirectory: ${{ parameters.CorrelationPayloadDirectory }} - IncludeDotNetCli: ${{ parameters.IncludeDotNetCli }} - DotNetCliPackageType: ${{ parameters.DotNetCliPackageType }} - DotNetCliVersion: ${{ parameters.DotNetCliVersion }} - EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }} - WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }} - Creator: ${{ parameters.Creator }} - SYSTEM_ACCESSTOKEN: $(System.AccessToken) - condition: and(${{ parameters.condition }}, ne(variables['Agent.Os'], 'Windows_NT')) - continueOnError: ${{ parameters.continueOnError }} diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 37a3a3d68..60066083b 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -312,9 +312,15 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = return $global:_MSBuildExe } - $vsMinVersionReqdStr = '16.5' + # Minimum VS version to require. + $vsMinVersionReqdStr = '16.8' $vsMinVersionReqd = [Version]::new($vsMinVersionReqdStr) + # If the version of msbuild is going to be xcopied, + # use this version. Version matches a package here: + # https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=16.8.0-preview3&view=overview + $defaultXCopyMSBuildVersion = '16.8.0-preview3' + if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } $vsMinVersionStr = if ($vsRequirements.version) { $vsRequirements.version } else { $vsMinVersionReqdStr } $vsMinVersion = [Version]::new($vsMinVersionStr) @@ -349,23 +355,28 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = $xcopyMSBuildVersion = $GlobalJson.tools.'xcopy-msbuild' $vsMajorVersion = $xcopyMSBuildVersion.Split('.')[0] } else { - #if vs version provided in global.json is incompatible then use the default version for xcopy msbuild download + #if vs version provided in global.json is incompatible (too low) then use the default version for xcopy msbuild download if($vsMinVersion -lt $vsMinVersionReqd){ - Write-Host "Using xcopy-msbuild version of $vsMinVersionReqdStr.0-alpha since VS version $vsMinVersionStr provided in global.json is not compatible" - $vsMajorVersion = $vsMinVersionReqd.Major - $vsMinorVersion = $vsMinVersionReqd.Minor + Write-Host "Using xcopy-msbuild version of $defaultXCopyMSBuildVersion since VS version $vsMinVersionStr provided in global.json is not compatible" + $xcopyMSBuildVersion = $defaultXCopyMSBuildVersion } else{ + # If the VS version IS compatible, look for an xcopy msbuild package + # with a version matching VS. + # Note: If this version does not exist, then an explicit version of xcopy msbuild + # can be specified in global.json. This will be required for pre-release versions of msbuild. $vsMajorVersion = $vsMinVersion.Major $vsMinorVersion = $vsMinVersion.Minor + $xcopyMSBuildVersion = "$vsMajorVersion.$vsMinorVersion.0" } - - $xcopyMSBuildVersion = "$vsMajorVersion.$vsMinorVersion.0-alpha" } $vsInstallDir = $null if ($xcopyMSBuildVersion.Trim() -ine "none") { $vsInstallDir = InitializeXCopyMSBuild $xcopyMSBuildVersion $install + if ($vsInstallDir -eq $null) { + throw "Could not xcopy msbuild. Please check that package 'RoslynTools.MSBuild @ $xcopyMSBuildVersion' exists on feed 'dotnet-eng'." + } } if ($vsInstallDir -eq $null) { throw 'Unable to find Visual Studio that has required version and components installed' diff --git a/global.json b/global.json index cf9977c7d..45865275f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-preview.6.20310.4", + "dotnet": "5.0.100-rc.1.20452.10", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20465.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20467.6" } } diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index d627baa05..5831379ce 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -5,7 +5,7 @@ - $(NuGetPackageRoot)microsoft.dotnet.build.tasks.installers\$(MicrosoftDotNetBuildTasksInstallersPackageVersion)\tools\netcoreapp2.0\Microsoft.DotNet.Build.Tasks.Installers.dll + $(NuGetPackageRoot)microsoft.dotnet.build.tasks.installers\$(MicrosoftDotNetBuildTasksInstallersPackageVersion)\tools\netcoreapp2.1\Microsoft.DotNet.Build.Tasks.Installers.dll $(NuGetPackageRoot)microsoft.dotnet.build.tasks.installers\$(MicrosoftDotNetBuildTasksInstallersPackageVersion)\tools\net472\Microsoft.DotNet.Build.Tasks.Installers.dll From a42e2acc548e1fe7b926fe5e58bd138f0ceb9c04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 06:11:57 +0000 Subject: [PATCH 117/375] [master] Update dependencies from dotnet/sdk (#8646) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20467.4 to 6.0.0-alpha.1.20471.4 (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 13ff15740..747571e84 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - bfaba139963bd958088e2ac1069a336b1fa3721d + 3da37e1b7b5ecdbbfe49d0f7f1e8b9142c3c8e6b - + https://github.com/dotnet/sdk - b1d515cc888600f7c772b83d74261e41608e254b + dca8aadaf063ac18f8c19e038a973591d526fbf5 - + https://github.com/dotnet/sdk - b1d515cc888600f7c772b83d74261e41608e254b + dca8aadaf063ac18f8c19e038a973591d526fbf5 diff --git a/eng/Versions.props b/eng/Versions.props index d3f521774..fc8f5a99b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 6.0.0-alpha.1.20467.4 + 6.0.0-alpha.1.20471.4 @@ -53,8 +53,8 @@ - 6.0.100-alpha.1.20471.1 - 6.0.100-alpha.1.20471.1 + 6.0.100-alpha.1.20471.13 + 6.0.100-alpha.1.20471.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e55929c5a5396aa0d994060aade75ce3d3b9da55 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 18:35:52 +0000 Subject: [PATCH 118/375] Update dependencies from https://github.com/dotnet/arcade build 20200921.1 (#8666) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 747571e84..b882dc5d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8 + 0365488709f58e37de6c2180e7fb243203ca0a9c - + https://github.com/dotnet/arcade - b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8 + 0365488709f58e37de6c2180e7fb243203ca0a9c diff --git a/eng/Versions.props b/eng/Versions.props index fc8f5a99b..cda5e5402 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20467.6 + 5.0.0-beta.20471.1 diff --git a/global.json b/global.json index 45865275f..d4a907589 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20467.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20471.1" } } From 0b940dce993e369ebac36f04909ec62de75b12a4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 13:28:58 +0000 Subject: [PATCH 119/375] Update dependencies from https://github.com/dotnet/arcade build 20200922.36 (#8705) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 +-- eng/Versions.props | 2 +- eng/common/templates/job/source-build.yml | 49 +++++++++++++++ eng/common/templates/jobs/jobs.yml | 16 +++++ eng/common/templates/jobs/source-build.yml | 48 +++++++++++++++ eng/common/templates/steps/source-build.yml | 66 +++++++++++++++++++++ global.json | 2 +- 7 files changed, 185 insertions(+), 6 deletions(-) create mode 100644 eng/common/templates/job/source-build.yml create mode 100644 eng/common/templates/jobs/source-build.yml create mode 100644 eng/common/templates/steps/source-build.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b882dc5d0..1df953ad8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,13 +98,13 @@ - + https://github.com/dotnet/arcade - 0365488709f58e37de6c2180e7fb243203ca0a9c + 06ad7cf82dbf56b3facf8a7d3a00944f5116663d - + https://github.com/dotnet/arcade - 0365488709f58e37de6c2180e7fb243203ca0a9c + 06ad7cf82dbf56b3facf8a7d3a00944f5116663d diff --git a/eng/Versions.props b/eng/Versions.props index cda5e5402..f5b66826e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.0-beta.20471.1 + 5.0.0-beta.20472.36 diff --git a/eng/common/templates/job/source-build.yml b/eng/common/templates/job/source-build.yml new file mode 100644 index 000000000..9332f5ecc --- /dev/null +++ b/eng/common/templates/job/source-build.yml @@ -0,0 +1,49 @@ +parameters: + # This template adds arcade-powered source-build to CI. The template produces a server job with a + # default ID 'Source_Build_Complete' to put in a dependency list if necessary. + + # Specifies the prefix for source-build jobs added to pipeline. Use this if disambiguation needed. + jobNamePrefix: 'Source_Build' + + # Defines the platform on which to run the job. By default, a linux-x64 machine, suitable for + # managed-only repositories. This is an object with these properties: + # + # name: '' + # The name of the job. This is included in the job ID. + # targetRID: '' + # The name of the target RID to use, instead of the one auto-detected by Arcade. + # nonPortable: false + # Enables non-portable mode. This means a more specific RID (e.g. fedora.32-x64 rather than + # linux-x64), and compiling against distro-provided packages rather than portable ones. + # container: '' + # A container to use. Runs in docker. + # pool: {} + # A pool to use. Runs directly on an agent. + # buildScript: '' + # Specifies the build script to invoke to perform the build in the repo. The default + # './build.sh' should work for typical Arcade repositories, but this is customizable for + # difficult situations. + # jobProperties: {} + # A list of job properties to inject at the top level, for potential extensibility beyond + # container and pool. + platform: {} + +jobs: +- job: ${{ parameters.jobNamePrefix }}_${{ parameters.platform.name }} + displayName: Source-Build (${{ parameters.platform.name }}) + + ${{ each property in parameters.platform.jobProperties }}: + ${{ property.key }}: ${{ property.value }} + + ${{ if ne(parameters.platform.container, '') }}: + container: ${{ parameters.platform.container }} + ${{ if ne(parameters.platform.pool, '') }}: + pool: ${{ parameters.platform.pool }} + + workspace: + clean: all + + steps: + - template: /eng/common/templates/steps/source-build.yml + parameters: + platform: ${{ parameters.platform }} diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml index c08225a9a..08845950f 100644 --- a/eng/common/templates/jobs/jobs.yml +++ b/eng/common/templates/jobs/jobs.yml @@ -24,6 +24,13 @@ parameters: # if 'true', the build won't run any of the internal only steps, even if it is running in non-public projects. runAsPublic: false + # Optional: Enable running the source-build jobs to build repo from source + runSourceBuild: false + + # Optional: Parameters for source-build template. + # See /eng/common/templates/jobs/source-build.yml for options + sourceBuildParameters: [] + # Internal resources (telemetry, microbuild) can only be accessed from non-public projects, # and some (Microbuild) should only be applied to non-PR cases for internal builds. @@ -43,6 +50,13 @@ jobs: name: ${{ job.job }} +- ${{ if eq(parameters.runSourceBuild, true) }}: + - template: /eng/common/templates/jobs/source-build.yml + parameters: + allCompletedJobId: Source_Build_Complete + ${{ each parameter in parameters.sourceBuildParameters }}: + ${{ parameter.key }}: ${{ parameter.value }} + - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - ${{ if or(eq(parameters.enablePublishBuildAssets, true), eq(parameters.artifacts.publish.manifests, 'true'), ne(parameters.artifacts.publish.manifests, '')) }}: - template: ../job/publish-build-assets.yml @@ -55,6 +69,8 @@ jobs: - ${{ if eq(parameters.publishBuildAssetsDependsOn, '') }}: - ${{ each job in parameters.jobs }}: - ${{ job.job }} + - ${{ if eq(parameters.runSourceBuild, true) }}: + - Source_Build_Complete pool: vmImage: vs2017-win2016 runAsPublic: ${{ parameters.runAsPublic }} diff --git a/eng/common/templates/jobs/source-build.yml b/eng/common/templates/jobs/source-build.yml new file mode 100644 index 000000000..f463011e7 --- /dev/null +++ b/eng/common/templates/jobs/source-build.yml @@ -0,0 +1,48 @@ +parameters: + # This template adds arcade-powered source-build to CI. A job is created for each platform, as + # well as an optional server job that completes when all platform jobs complete. + + # The name of the "join" job for all source-build platforms. If set to empty string, the job is + # not included. Existing repo pipelines can use this job depend on all source-build jobs + # completing without maintaining a separate list of every single job ID: just depend on this one + # server job. By default, not included. Recommended name if used: 'Source_Build_Complete'. + allCompletedJobId: '' + + # See /eng/common/templates/job/source-build.yml + jobNamePrefix: 'Source_Build' + + # If changed to true, causes this template to include the default platform for a managed-only + # repo. The exact Docker image used for this build will be provided by Arcade. This has some risk, + # but since the repo is supposed to be managed-only, the risk should be very low. + includeDefaultManagedPlatform: false + defaultManagedPlatform: + name: 'Managed' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343' + + # Defines the platforms on which to run build jobs. One job is created for each platform, and the + # object in this array is sent to the job template as 'platform'. + platforms: [] + +jobs: + +- ${{ if ne(parameters.allCompletedJobId, '') }}: + - job: ${{ parameters.allCompletedJobId }} + displayName: Source-Build Complete + pool: server + dependsOn: + - ${{ each platform in parameters.platforms }}: + - ${{ parameters.jobNamePrefix }}_${{ platform.name }} + - ${{ if eq(parameters.includeDefaultManagedPlatform, true) }}: + - ${{ parameters.jobNamePrefix }}_${{ parameters.defaultManagedPlatform.name }} + +- ${{ each platform in parameters.platforms }}: + - template: /eng/common/templates/job/source-build.yml + parameters: + jobNamePrefix: ${{ parameters.jobNamePrefix }} + platform: ${{ platform }} + +- ${{ if eq(parameters.includeDefaultManagedPlatform, true) }}: + - template: /eng/common/templates/job/source-build.yml + parameters: + jobNamePrefix: ${{ parameters.jobNamePrefix }} + platform: ${{ parameters.defaultManagedPlatform }} diff --git a/eng/common/templates/steps/source-build.yml b/eng/common/templates/steps/source-build.yml new file mode 100644 index 000000000..8e336b7d1 --- /dev/null +++ b/eng/common/templates/steps/source-build.yml @@ -0,0 +1,66 @@ +parameters: + # This template adds arcade-powered source-build to CI. + + # This is a 'steps' template, and is intended for advanced scenarios where the existing build + # infra has a careful build methodology that must be followed. For example, a repo + # (dotnet/runtime) might choose to clone the GitHub repo only once and store it as a pipeline + # artifact for all subsequent jobs to use, to reduce dependence on a strong network connection to + # GitHub. Using this steps template leaves room for that infra to be included. + + # Defines the platform on which to run the steps. See 'eng/common/templates/job/source-build.yml' + # for details. The entire object is described in the 'job' template for simplicity, even though + # the usage of the properties on this object is split between the 'job' and 'steps' templates. + platform: {} + +steps: +# Build. Keep it self-contained for simple reusability. (No source-build-specific job variables.) +- script: | + set -x + df -h + + buildConfig=Release + # Check if AzDO substitutes in a build config from a variable, and use it if so. + if [ '$(_BuildConfig)' != '$''(_BuildConfig)' ]; then + buildConfig='$(_BuildConfig)' + fi + + officialBuildArgs= + if [ '${{ and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}' = 'True' ]; then + officialBuildArgs='/p:DotNetPublishUsingPipelines=true /p:OfficialBuildId=$(BUILD.BUILDNUMBER)' + fi + + targetRidArgs= + if [ '${{ parameters.platform.targetRID }}' != '' ]; then + targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}' + fi + + ${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \ + --configuration $buildConfig \ + --restore --build --pack --publish \ + $officialBuildArgs \ + $targetRidArgs \ + /p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \ + /p:ArcadeBuildFromSource=true + displayName: Build + +# Upload build logs for diagnosis. +- task: CopyFiles@2 + displayName: Prepare BuildLogs staging directory + inputs: + SourceFolder: '$(Build.SourcesDirectory)' + Contents: | + **/*.log + **/*.binlog + artifacts/source-build/self/prebuilt-report/** + TargetFolder: '$(Build.StagingDirectory)/BuildLogs' + CleanTargetFolder: true + continueOnError: true + condition: succeededOrFailed() + +- task: PublishPipelineArtifact@1 + displayName: Publish BuildLogs + inputs: + targetPath: '$(Build.StagingDirectory)/BuildLogs' + artifactName: BuildLogs_SourceBuild_${{ parameters.platform.name }}_Attempt$(System.JobAttempt) + continueOnError: true + condition: succeededOrFailed() diff --git a/global.json b/global.json index d4a907589..de0bc32ff 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20471.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20472.36" } } From 36bb48f119db9581ede2b6fb9c3fc73fecfbdf1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 22:55:05 +0000 Subject: [PATCH 120/375] [release/5.0.1xx-rc2] Update dependencies from dotnet/sdk (#8710) [release/5.0.1xx-rc2] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20473.12 to 5.0.0-rc.2.20473.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rc.2.20473.12 to 5.0.0-rc.2.20473.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20473.12 to 5.0.0-rc.2.20473.14 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20473.12 to 5.0.0-rc.2.20473.14 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20473.12 to 5.0.0-rc.2.20473.14 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20473.12 to 5.0.0-rc.2.20473.14 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20473.12 to 5.0.0-rc.2.20473.14 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ff38de08..e16d7f6e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 467647115ce628504762ee3555d4439ae2da6582 - + https://github.com/dotnet/aspnetcore - 82fea485edc9654cdd2ceac914399657d006c8b9 + 230daab5b609895b0353b28c4211a5701dd614ad - + https://github.com/dotnet/aspnetcore - 82fea485edc9654cdd2ceac914399657d006c8b9 + 230daab5b609895b0353b28c4211a5701dd614ad - + https://github.com/dotnet/aspnetcore - 82fea485edc9654cdd2ceac914399657d006c8b9 + 230daab5b609895b0353b28c4211a5701dd614ad - + https://github.com/dotnet/aspnetcore - 82fea485edc9654cdd2ceac914399657d006c8b9 + 230daab5b609895b0353b28c4211a5701dd614ad - + https://github.com/dotnet/aspnetcore - 82fea485edc9654cdd2ceac914399657d006c8b9 + 230daab5b609895b0353b28c4211a5701dd614ad - + https://github.com/dotnet/aspnetcore - 82fea485edc9654cdd2ceac914399657d006c8b9 + 230daab5b609895b0353b28c4211a5701dd614ad - + https://github.com/dotnet/aspnetcore - 82fea485edc9654cdd2ceac914399657d006c8b9 + 230daab5b609895b0353b28c4211a5701dd614ad https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 545ef30a75ffd18beaba07430bc04c6991ddfdda - + https://github.com/dotnet/sdk - 0551cfeeadee9779fe94b2da6c74871af938d35a + fc5d1610a6e2412340844bbf41b429160e027b3a - + https://github.com/dotnet/sdk - 0551cfeeadee9779fe94b2da6c74871af938d35a + fc5d1610a6e2412340844bbf41b429160e027b3a diff --git a/eng/Versions.props b/eng/Versions.props index 026111ca7..a625fff97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rc.2.20473.12 - 5.0.0-rc.2.20473.12 - 5.0.0-rc.2.20473.12 - 5.0.0-rc.2.20473.12 - 5.0.0-rc.2.20473.12 - 5.0.0-rc.2.20473.12 - 5.0.0-rc.2.20473.12 + 5.0.0-rc.2.20473.14 + 5.0.0-rc.2.20473.14 + 5.0.0-rc.2.20473.14 + 5.0.0-rc.2.20473.14 + 5.0.0-rc.2.20473.14 + 5.0.0-rc.2.20473.14 + 5.0.0-rc.2.20473.14 0.2.0 - 5.0.100-rc.2.20474.10 - 5.0.100-rc.2.20474.10 + 5.0.100-rc.2.20474.12 + 5.0.100-rc.2.20474.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 943e20916f656da1c0ab99fa77154ecb1a35089e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 00:25:37 +0000 Subject: [PATCH 121/375] Update dependencies from https://github.com/dotnet/sdk build 20200924.14 (#8713) [release/5.0.1xx-rc2] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.FSharp.Compiler: from 11.0.0-beta.20471.4 to 11.0.0-beta.20471.5 (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 e16d7f6e7..89b66218c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c71e13f80b7e7c62d81dde989c206df42c5924e2 - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + 16ad84f77ed8e936e554fafbe452cf59246c93ea - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + 16ad84f77ed8e936e554fafbe452cf59246c93ea - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + 16ad84f77ed8e936e554fafbe452cf59246c93ea - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + 16ad84f77ed8e936e554fafbe452cf59246c93ea - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + 16ad84f77ed8e936e554fafbe452cf59246c93ea @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + 16ad84f77ed8e936e554fafbe452cf59246c93ea https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 545ef30a75ffd18beaba07430bc04c6991ddfdda - + https://github.com/dotnet/sdk - fc5d1610a6e2412340844bbf41b429160e027b3a + ed81595266e5596df7667aa39da7b08b44802d6a - + https://github.com/dotnet/sdk - fc5d1610a6e2412340844bbf41b429160e027b3a + ed81595266e5596df7667aa39da7b08b44802d6a @@ -100,9 +100,9 @@ https://github.com/dotnet/wpf ff605be0f60b590c657e2bc6ad84a5442ce7ca5b - + https://github.com/dotnet/fsharp - 53e58f4b5814540bf037567a8b01f777066b4961 + 03283e07f6bd5717797acb288cf6044cedca2202 https://github.com/microsoft/vstest diff --git a/eng/Versions.props b/eng/Versions.props index a625fff97..31d62c977 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 5.0.100-rc.2.20474.12 - 5.0.100-rc.2.20474.12 + 5.0.100-rc.2.20474.14 + 5.0.100-rc.2.20474.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rc.2.20473.9 + 5.0.0-rc.2.20474.5 - 5.0.0-rc.2.20473.9 - 5.0.0-rc.2.20473.9 - 5.0.0-rc.2.20473.9 - 5.0.0-rc.2.20473.9 - 5.0.0-rc.2.20473.9 + 5.0.0-rc.2.20474.5 + 5.0.0-rc.2.20474.5 + 5.0.0-rc.2.20474.5 + 5.0.0-rc.2.20474.5 + 5.0.0-rc.2.20474.5 2.1.0 From 86ddc1ec3546ac739f5c1e89888aff4da5a8f217 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 01:43:34 +0000 Subject: [PATCH 122/375] Update dependencies from https://github.com/dotnet/sdk build 20200924.15 (#8714) [release/5.0.1xx-rc2] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.2.20471.2 to 5.0.0-rc.2.20474.2 (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 89b66218c..4df07f4b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 545ef30a75ffd18beaba07430bc04c6991ddfdda + c3b15eb9cc3f133c1960690ef3ea86a97220194b - + https://github.com/dotnet/sdk - ed81595266e5596df7667aa39da7b08b44802d6a + 9bc5915398e0b1d09a06c81d6ef18562c70c49cc - + https://github.com/dotnet/sdk - ed81595266e5596df7667aa39da7b08b44802d6a + 9bc5915398e0b1d09a06c81d6ef18562c70c49cc diff --git a/eng/Versions.props b/eng/Versions.props index 31d62c977..aac223a6d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 5.0.0-rc.2.20471.2 + 5.0.0-rc.2.20474.2 @@ -57,8 +57,8 @@ - 5.0.100-rc.2.20474.14 - 5.0.100-rc.2.20474.14 + 5.0.100-rc.2.20474.15 + 5.0.100-rc.2.20474.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d0e7799a9137f4af2c9aa55d728c86b988e9dbd7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 04:32:27 +0000 Subject: [PATCH 123/375] [release/5.0.1xx-rc2] Update dependencies from dotnet/sdk (#8715) [release/5.0.1xx-rc2] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rc.2.20473.6 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rc.2.20473.6 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20473.14 to 5.0.0-rc.2.20474.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rc.2.20473.14 to 5.0.0-rc.2.20474.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20473.14 to 5.0.0-rc.2.20474.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20473.14 to 5.0.0-rc.2.20474.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20473.14 to 5.0.0-rc.2.20474.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20473.14 to 5.0.0-rc.2.20474.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20473.14 to 5.0.0-rc.2.20474.4 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rc.2.20473.7 to 5.0.0-rc.2.20473.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rc.2.20473.6 to 5.0.0-rc.2.20474.5 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rc.2.20473.5 to 5.0.0-rc.2.20474.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20474.4 to 3.8.0-4.20474.7 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 60 ++++++++++++++++++++--------------------- eng/Versions.props | 28 +++++++++---------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4df07f4b8..c0cffa6a2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c71e13f80b7e7c62d81dde989c206df42c5924e2 + bc1c3f252a60f9887bd55b67a2c585e8cf83300e - + https://github.com/dotnet/windowsdesktop - c71e13f80b7e7c62d81dde989c206df42c5924e2 + bc1c3f252a60f9887bd55b67a2c585e8cf83300e - + https://github.com/dotnet/windowsdesktop - c71e13f80b7e7c62d81dde989c206df42c5924e2 + bc1c3f252a60f9887bd55b67a2c585e8cf83300e https://github.com/dotnet/runtime @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 16ad84f77ed8e936e554fafbe452cf59246c93ea - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 8d8d293b192d38a4cc8d2e13d944936402d20e7f - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 8d8d293b192d38a4cc8d2e13d944936402d20e7f - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 8d8d293b192d38a4cc8d2e13d944936402d20e7f - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 8d8d293b192d38a4cc8d2e13d944936402d20e7f - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 8d8d293b192d38a4cc8d2e13d944936402d20e7f - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 8d8d293b192d38a4cc8d2e13d944936402d20e7f - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 8d8d293b192d38a4cc8d2e13d944936402d20e7f https://github.com/dotnet/test-templates @@ -83,22 +83,22 @@ https://github.com/dotnet/templating c3b15eb9cc3f133c1960690ef3ea86a97220194b - + https://github.com/dotnet/sdk - 9bc5915398e0b1d09a06c81d6ef18562c70c49cc + 96787ef2fabfd291ddbb745c11ea4170bd75a649 - + https://github.com/dotnet/sdk - 9bc5915398e0b1d09a06c81d6ef18562c70c49cc + 96787ef2fabfd291ddbb745c11ea4170bd75a649 - + https://github.com/dotnet/winforms - 9d2bbfc661d724bd33869203dc5453910f1bf944 + 5e62c5676f7370ae1d682cf44cf285cf781610fb - + https://github.com/dotnet/wpf - ff605be0f60b590c657e2bc6ad84a5442ce7ca5b + b2f9f821159d07d87a6ff0b7f488d1927d2f0fff https://github.com/dotnet/fsharp @@ -113,9 +113,9 @@ 6d26f7ac409c5723bca669385e65582e69b4da75 linker - + https://github.com/dotnet/roslyn - cec38d8c307bb51596c35b6517f45607d8ea9cc8 + 6791eb21f5219b7e2c5e938044ef841abc1de553 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index aac223a6d..e1cf19fc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 5.0.0-rc.2.20473.7 + 5.0.0-rc.2.20473.8 - 5.0.0-rc.2.20473.5 + 5.0.0-rc.2.20474.1 @@ -44,21 +44,21 @@ - 5.0.0-rc.2.20473.14 - 5.0.0-rc.2.20473.14 - 5.0.0-rc.2.20473.14 - 5.0.0-rc.2.20473.14 - 5.0.0-rc.2.20473.14 - 5.0.0-rc.2.20473.14 - 5.0.0-rc.2.20473.14 + 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20474.4 0.2.0 - 5.0.100-rc.2.20474.15 - 5.0.100-rc.2.20474.15 + 5.0.100-rc.2.20474.17 + 5.0.100-rc.2.20474.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -78,9 +78,9 @@ - 5.0.0-rc.2.20473.6 - 5.0.0-rc.2.20473.6 - 5.0.0-rc.2.20473.6 + 5.0.0-rc.2.20474.5 + 5.0.0-rc.2.20474.5 + 5.0.0-rc.2.20474.5 From fa7d06e044e62c0927d83ec34d79fea849065172 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 25 Sep 2020 20:28:56 +0000 Subject: [PATCH 124/375] Update dependencies from https://github.com/dotnet/sdk build 20200925.10 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20475.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 100 ++++++++++++++++++++-------------------- eng/Versions.props | 44 +++++++++--------- 2 files changed, 72 insertions(+), 72 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97037f297..8b8468550 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - bc1c3f252a60f9887bd55b67a2c585e8cf83300e + 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/windowsdesktop - bc1c3f252a60f9887bd55b67a2c585e8cf83300e + 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/windowsdesktop - bc1c3f252a60f9887bd55b67a2c585e8cf83300e + 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - a820ca1c4f9cb5892331e2624d3999c39161fe2a + 5130c6d71818e5ee336480f46059780051daaa79 - + https://github.com/dotnet/runtime - a820ca1c4f9cb5892331e2624d3999c39161fe2a + 5130c6d71818e5ee336480f46059780051daaa79 - + https://github.com/dotnet/runtime - a820ca1c4f9cb5892331e2624d3999c39161fe2a + 5130c6d71818e5ee336480f46059780051daaa79 - + https://github.com/dotnet/runtime - a820ca1c4f9cb5892331e2624d3999c39161fe2a + 5130c6d71818e5ee336480f46059780051daaa79 - + https://github.com/dotnet/runtime - a820ca1c4f9cb5892331e2624d3999c39161fe2a + 5130c6d71818e5ee336480f46059780051daaa79 @@ -39,37 +39,37 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a820ca1c4f9cb5892331e2624d3999c39161fe2a + 5130c6d71818e5ee336480f46059780051daaa79 - + https://github.com/dotnet/aspnetcore - 8d8d293b192d38a4cc8d2e13d944936402d20e7f + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 8d8d293b192d38a4cc8d2e13d944936402d20e7f + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 8d8d293b192d38a4cc8d2e13d944936402d20e7f + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 8d8d293b192d38a4cc8d2e13d944936402d20e7f + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 8d8d293b192d38a4cc8d2e13d944936402d20e7f + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 8d8d293b192d38a4cc8d2e13d944936402d20e7f + b98b74a59c3a6b0466015bc3d00485ac83540d92 - + https://github.com/dotnet/aspnetcore - 8d8d293b192d38a4cc8d2e13d944936402d20e7f + b98b74a59c3a6b0466015bc3d00485ac83540d92 https://github.com/dotnet/test-templates @@ -79,47 +79,47 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 3da37e1b7b5ecdbbfe49d0f7f1e8b9142c3c8e6b + b95d7789f173ee60831000ab782cf6be950ff040 - + https://github.com/dotnet/sdk - dca8aadaf063ac18f8c19e038a973591d526fbf5 + ec7ba6596158e1982e4ebca82f15b5db04b8e8b2 - + https://github.com/dotnet/sdk - dca8aadaf063ac18f8c19e038a973591d526fbf5 + ec7ba6596158e1982e4ebca82f15b5db04b8e8b2 - + https://github.com/dotnet/winforms - 5e62c5676f7370ae1d682cf44cf285cf781610fb + b014c89fafff342c92c27968f8231b5032b12954 - + https://github.com/dotnet/wpf - b2f9f821159d07d87a6ff0b7f488d1927d2f0fff + b91ba697c48bc7825580e3c7fa09c5c3781c3788 https://github.com/dotnet/fsharp 03283e07f6bd5717797acb288cf6044cedca2202 - + https://github.com/microsoft/vstest - 2418d9ec492e93245e1ce8699d6ae9cd7b86649b + 70a599d905c8033982e34dfb3b00290bf9df1961 - + https://github.com/mono/linker - 6d26f7ac409c5723bca669385e65582e69b4da75 + ed3d420110e3a3136cf9679b1651fcc8224490f5 linker - + https://github.com/dotnet/roslyn - 6791eb21f5219b7e2c5e938044ef841abc1de553 + 5cbd52bee82398e25e0e37704dcad4974b71237a - + https://github.com/dotnet/msbuild - 250161603c003af239d6e276c4fc6357586ba301 + 013697753c2b0cb8b8d503f8c728d370fa13158b https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index e688ee443..d934b447a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,15 +24,15 @@ - 5.0.0-rc.2.20473.8 + 5.0.0-rc.1.20417.1 - 5.0.0-rc.2.20474.1 + 5.0.0-rc.1.20417.3 - 5.0.0-rc.2.20474.2 + 6.0.0-alpha.1.20474.1 @@ -44,43 +44,43 @@ - 5.0.0-rc.2.20474.4 - 5.0.0-rc.2.20474.4 - 5.0.0-rc.2.20474.4 - 5.0.0-rc.2.20474.4 - 5.0.0-rc.2.20474.4 - 5.0.0-rc.2.20474.4 - 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.8 0.2.0 - 5.0.100-rc.2.20474.17 - 5.0.100-rc.2.20474.17 + 6.0.100-alpha.1.20475.10 + 6.0.100-alpha.1.20475.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rc.2.20474.5 + 6.0.0-alpha.1.20474.12 - 5.0.0-rc.2.20474.5 - 5.0.0-rc.2.20474.5 - 5.0.0-rc.2.20474.5 - 5.0.0-rc.2.20474.5 - 5.0.0-rc.2.20474.5 + 6.0.0-alpha.1.20474.12 + 6.0.0-alpha.1.20474.12 + 6.0.0-alpha.1.20474.12 + 6.0.0-alpha.1.20474.12 + 6.0.0-alpha.1.20474.12 2.1.0 - 5.0.0-rc.2.20474.5 - 5.0.0-rc.2.20474.5 - 5.0.0-rc.2.20474.5 + 5.0.0-rc.1.20417.4 + 5.0.0-rc.1.20417.4 + 5.0.0-rc.1.20417.4 @@ -130,7 +130,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.8.0-release-20200924-01 + 16.8.0-release-20200921-02 From bdd43d7869a0de7891ca8dd5973d6e87dbca4e1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 26 Sep 2020 03:25:45 +0000 Subject: [PATCH 125/375] Update dependencies from https://github.com/dotnet/sdk build 20200925.15 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20475.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 8b8468550..82a6f5f54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating b95d7789f173ee60831000ab782cf6be950ff040 - + https://github.com/dotnet/sdk - ec7ba6596158e1982e4ebca82f15b5db04b8e8b2 + cb90e543f61e7c31f793cc6d11f5f226dac304a7 - + https://github.com/dotnet/sdk - ec7ba6596158e1982e4ebca82f15b5db04b8e8b2 + cb90e543f61e7c31f793cc6d11f5f226dac304a7 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 70a599d905c8033982e34dfb3b00290bf9df1961 - + https://github.com/mono/linker - ed3d420110e3a3136cf9679b1651fcc8224490f5 + 9cfe9cd2feb24b001267fc4c273c3f2335108559 linker diff --git a/eng/Versions.props b/eng/Versions.props index d934b447a..284870b0a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20475.10 - 6.0.100-alpha.1.20475.10 + 6.0.100-alpha.1.20475.15 + 6.0.100-alpha.1.20475.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3a65b8107f7e3c2bca0d9aa633cd7baca8b6684b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 26 Sep 2020 15:49:11 +0000 Subject: [PATCH 126/375] Update dependencies from https://github.com/dotnet/sdk build 20200926.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20476.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 82a6f5f54..fbdcf16d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 5130c6d71818e5ee336480f46059780051daaa79 + 62462b38d79c1cd8bb888a5afab86ea8275fa789 - + https://github.com/dotnet/runtime - 5130c6d71818e5ee336480f46059780051daaa79 + 62462b38d79c1cd8bb888a5afab86ea8275fa789 - + https://github.com/dotnet/runtime - 5130c6d71818e5ee336480f46059780051daaa79 + 62462b38d79c1cd8bb888a5afab86ea8275fa789 - + https://github.com/dotnet/runtime - 5130c6d71818e5ee336480f46059780051daaa79 + 62462b38d79c1cd8bb888a5afab86ea8275fa789 - + https://github.com/dotnet/runtime - 5130c6d71818e5ee336480f46059780051daaa79 + 62462b38d79c1cd8bb888a5afab86ea8275fa789 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5130c6d71818e5ee336480f46059780051daaa79 + 62462b38d79c1cd8bb888a5afab86ea8275fa789 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating b95d7789f173ee60831000ab782cf6be950ff040 - + https://github.com/dotnet/sdk - cb90e543f61e7c31f793cc6d11f5f226dac304a7 + 8441ea243a67f55f5bcf874f64f1df496a6ab906 - + https://github.com/dotnet/sdk - cb90e543f61e7c31f793cc6d11f5f226dac304a7 + 8441ea243a67f55f5bcf874f64f1df496a6ab906 diff --git a/eng/Versions.props b/eng/Versions.props index 284870b0a..ca3ef50b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20475.15 - 6.0.100-alpha.1.20475.15 + 6.0.100-alpha.1.20476.4 + 6.0.100-alpha.1.20476.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20474.12 + 6.0.0-alpha.1.20475.7 - 6.0.0-alpha.1.20474.12 - 6.0.0-alpha.1.20474.12 - 6.0.0-alpha.1.20474.12 - 6.0.0-alpha.1.20474.12 - 6.0.0-alpha.1.20474.12 + 6.0.0-alpha.1.20475.7 + 6.0.0-alpha.1.20475.7 + 6.0.0-alpha.1.20475.7 + 6.0.0-alpha.1.20475.7 + 6.0.0-alpha.1.20475.7 2.1.0 From ba15c5ed63724261f70ee98dcdf73a99f28656ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 27 Sep 2020 08:22:26 +0000 Subject: [PATCH 127/375] Update dependencies from https://github.com/dotnet/sdk build 20200927.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20477.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 fbdcf16d3..2d331cb6a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - b95d7789f173ee60831000ab782cf6be950ff040 + 0c061c5377743ad528955fb789c85751571d435f - + https://github.com/dotnet/sdk - 8441ea243a67f55f5bcf874f64f1df496a6ab906 + b1285554e100dd3cf7bb9a2649ee85ebefcb3a62 - + https://github.com/dotnet/sdk - 8441ea243a67f55f5bcf874f64f1df496a6ab906 + b1285554e100dd3cf7bb9a2649ee85ebefcb3a62 diff --git a/eng/Versions.props b/eng/Versions.props index ca3ef50b2..ceeda8af5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20474.1 + 6.0.0-alpha.1.20475.1 @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20476.4 - 6.0.100-alpha.1.20476.4 + 6.0.100-alpha.1.20477.1 + 6.0.100-alpha.1.20477.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c4cf13466582badc4689b83444802d337d7c53b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 27 Sep 2020 09:28:44 +0000 Subject: [PATCH 128/375] Update dependencies from https://github.com/dotnet/sdk build 20200927.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20477.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 2d331cb6a..5f1897074 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0c061c5377743ad528955fb789c85751571d435f - + https://github.com/dotnet/sdk - b1285554e100dd3cf7bb9a2649ee85ebefcb3a62 + 52da90a1b88b77f851507f2da5049b2d5457d48b - + https://github.com/dotnet/sdk - b1285554e100dd3cf7bb9a2649ee85ebefcb3a62 + 52da90a1b88b77f851507f2da5049b2d5457d48b @@ -117,9 +117,9 @@ https://github.com/dotnet/roslyn 5cbd52bee82398e25e0e37704dcad4974b71237a - + https://github.com/dotnet/msbuild - 013697753c2b0cb8b8d503f8c728d370fa13158b + aed5e7ed0b7e031d3e486c63b206902bf825b128 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index ceeda8af5..a37dd9018 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20477.1 - 6.0.100-alpha.1.20477.1 + 6.0.100-alpha.1.20477.3 + 6.0.100-alpha.1.20477.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a1582a91d43c1301991055c7fb4ec33aad761d31 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 27 Sep 2020 10:04:42 +0000 Subject: [PATCH 129/375] Update dependencies from https://github.com/dotnet/sdk build 20200927.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20477.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 5f1897074..6093ff0d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0c061c5377743ad528955fb789c85751571d435f - + https://github.com/dotnet/sdk - 52da90a1b88b77f851507f2da5049b2d5457d48b + 5dd7723efda34c964ba159a911b1cc4f941f6330 - + https://github.com/dotnet/sdk - 52da90a1b88b77f851507f2da5049b2d5457d48b + 5dd7723efda34c964ba159a911b1cc4f941f6330 diff --git a/eng/Versions.props b/eng/Versions.props index a37dd9018..831b13c83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20477.3 - 6.0.100-alpha.1.20477.3 + 6.0.100-alpha.1.20477.4 + 6.0.100-alpha.1.20477.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2b1c13d7713d579b4158ceac0553f5bada0eebe7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 27 Sep 2020 11:28:54 +0000 Subject: [PATCH 130/375] Update dependencies from https://github.com/dotnet/sdk build 20200927.5 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20477.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 6093ff0d9..064ca9b06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0c061c5377743ad528955fb789c85751571d435f - + https://github.com/dotnet/sdk - 5dd7723efda34c964ba159a911b1cc4f941f6330 + b1f3637bbd29aa1d307e928ce2d7dcb1ab84762e - + https://github.com/dotnet/sdk - 5dd7723efda34c964ba159a911b1cc4f941f6330 + b1f3637bbd29aa1d307e928ce2d7dcb1ab84762e diff --git a/eng/Versions.props b/eng/Versions.props index 831b13c83..8aa5a034e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20477.4 - 6.0.100-alpha.1.20477.4 + 6.0.100-alpha.1.20477.5 + 6.0.100-alpha.1.20477.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8ed3e817e22f7d126edfe938691c3d7c04e73227 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 27 Sep 2020 16:07:27 +0000 Subject: [PATCH 131/375] Update dependencies from https://github.com/dotnet/sdk build 20200927.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20477.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 064ca9b06..813eff8cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 62462b38d79c1cd8bb888a5afab86ea8275fa789 + a8b793c9e3d0096a8486a178e9409d95543a8caa - + https://github.com/dotnet/runtime - 62462b38d79c1cd8bb888a5afab86ea8275fa789 + a8b793c9e3d0096a8486a178e9409d95543a8caa - + https://github.com/dotnet/runtime - 62462b38d79c1cd8bb888a5afab86ea8275fa789 + a8b793c9e3d0096a8486a178e9409d95543a8caa - + https://github.com/dotnet/runtime - 62462b38d79c1cd8bb888a5afab86ea8275fa789 + a8b793c9e3d0096a8486a178e9409d95543a8caa - + https://github.com/dotnet/runtime - 62462b38d79c1cd8bb888a5afab86ea8275fa789 + a8b793c9e3d0096a8486a178e9409d95543a8caa @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 62462b38d79c1cd8bb888a5afab86ea8275fa789 + a8b793c9e3d0096a8486a178e9409d95543a8caa https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0c061c5377743ad528955fb789c85751571d435f - + https://github.com/dotnet/sdk - b1f3637bbd29aa1d307e928ce2d7dcb1ab84762e + 1c37a0a9546509f8c4a33a733d70bdcfb18ba199 - + https://github.com/dotnet/sdk - b1f3637bbd29aa1d307e928ce2d7dcb1ab84762e + 1c37a0a9546509f8c4a33a733d70bdcfb18ba199 diff --git a/eng/Versions.props b/eng/Versions.props index 8aa5a034e..d53c22130 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20477.5 - 6.0.100-alpha.1.20477.5 + 6.0.100-alpha.1.20477.6 + 6.0.100-alpha.1.20477.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20475.7 + 6.0.0-alpha.1.20476.4 - 6.0.0-alpha.1.20475.7 - 6.0.0-alpha.1.20475.7 - 6.0.0-alpha.1.20475.7 - 6.0.0-alpha.1.20475.7 - 6.0.0-alpha.1.20475.7 + 6.0.0-alpha.1.20476.4 + 6.0.0-alpha.1.20476.4 + 6.0.0-alpha.1.20476.4 + 6.0.0-alpha.1.20476.4 + 6.0.0-alpha.1.20476.4 2.1.0 From cb364c0a0a30cf3e8eeefc7bef70b6b6a6d5b454 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 28 Sep 2020 06:06:45 +0000 Subject: [PATCH 132/375] Update dependencies from https://github.com/dotnet/sdk build 20200927.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20477.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 813eff8cf..31ea74f18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0c061c5377743ad528955fb789c85751571d435f - + https://github.com/dotnet/sdk - 1c37a0a9546509f8c4a33a733d70bdcfb18ba199 + ca2c41c944723fffc35067af7b885f862bee936d - + https://github.com/dotnet/sdk - 1c37a0a9546509f8c4a33a733d70bdcfb18ba199 + ca2c41c944723fffc35067af7b885f862bee936d @@ -121,9 +121,9 @@ https://github.com/dotnet/msbuild aed5e7ed0b7e031d3e486c63b206902bf825b128 - + https://github.com/NuGet/NuGet.Client - 0e5413751caebf168e7d363c88b9c22a3560fe60 + 2582e3e232c7f8b0834509d39b8e0cca2bc57e21 https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index d53c22130..e7ce8b3e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20477.6 - 6.0.100-alpha.1.20477.6 + 6.0.100-alpha.1.20477.8 + 6.0.100-alpha.1.20477.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 50759b66914706a61f058b79927e15aeb5b77751 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 28 Sep 2020 15:43:05 +0000 Subject: [PATCH 133/375] Update dependencies from https://github.com/dotnet/sdk build 20200928.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20478.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 31ea74f18..134510b0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - a8b793c9e3d0096a8486a178e9409d95543a8caa + ae1b1be2ba3147758345062f9e78afb8cc2ff39b - + https://github.com/dotnet/runtime - a8b793c9e3d0096a8486a178e9409d95543a8caa + ae1b1be2ba3147758345062f9e78afb8cc2ff39b - + https://github.com/dotnet/runtime - a8b793c9e3d0096a8486a178e9409d95543a8caa + ae1b1be2ba3147758345062f9e78afb8cc2ff39b - + https://github.com/dotnet/runtime - a8b793c9e3d0096a8486a178e9409d95543a8caa + ae1b1be2ba3147758345062f9e78afb8cc2ff39b - + https://github.com/dotnet/runtime - a8b793c9e3d0096a8486a178e9409d95543a8caa + ae1b1be2ba3147758345062f9e78afb8cc2ff39b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a8b793c9e3d0096a8486a178e9409d95543a8caa + ae1b1be2ba3147758345062f9e78afb8cc2ff39b https://github.com/dotnet/aspnetcore @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 0c061c5377743ad528955fb789c85751571d435f + 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - ca2c41c944723fffc35067af7b885f862bee936d + edef5931744a2ab89acfab8140ecbdee42c91267 - + https://github.com/dotnet/sdk - ca2c41c944723fffc35067af7b885f862bee936d + edef5931744a2ab89acfab8140ecbdee42c91267 diff --git a/eng/Versions.props b/eng/Versions.props index e7ce8b3e3..66b9902e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20475.1 + 6.0.0-alpha.1.20478.2 @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20477.8 - 6.0.100-alpha.1.20477.8 + 6.0.100-alpha.1.20478.3 + 6.0.100-alpha.1.20478.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20476.4 + 6.0.0-alpha.1.20477.5 - 6.0.0-alpha.1.20476.4 - 6.0.0-alpha.1.20476.4 - 6.0.0-alpha.1.20476.4 - 6.0.0-alpha.1.20476.4 - 6.0.0-alpha.1.20476.4 + 6.0.0-alpha.1.20477.5 + 6.0.0-alpha.1.20477.5 + 6.0.0-alpha.1.20477.5 + 6.0.0-alpha.1.20477.5 + 6.0.0-alpha.1.20477.5 2.1.0 From f1917dda990fad7ab4a2472023cd976c8f2523d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 28 Sep 2020 16:45:43 +0000 Subject: [PATCH 134/375] Update dependencies from https://github.com/dotnet/sdk build 20200928.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20478.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 134510b0a..e1452ed93 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - edef5931744a2ab89acfab8140ecbdee42c91267 + 0c8356f33afcc77348391a96f776b45546bad4ad - + https://github.com/dotnet/sdk - edef5931744a2ab89acfab8140ecbdee42c91267 + 0c8356f33afcc77348391a96f776b45546bad4ad @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 70a599d905c8033982e34dfb3b00290bf9df1961 - + https://github.com/mono/linker - 9cfe9cd2feb24b001267fc4c273c3f2335108559 + 5c87b343a8370485fee8c268533e92af896b6580 linker diff --git a/eng/Versions.props b/eng/Versions.props index 66b9902e1..abced7e8a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20478.3 - 6.0.100-alpha.1.20478.3 + 6.0.100-alpha.1.20478.4 + 6.0.100-alpha.1.20478.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0565cd28317e90c887723c4a450541dd6d1ea4b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 28 Sep 2020 20:10:27 +0000 Subject: [PATCH 135/375] Update dependencies from https://github.com/dotnet/sdk build 20200928.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20478.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 e1452ed93..749f1d344 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - 0c8356f33afcc77348391a96f776b45546bad4ad + 7a94b861abf3a63abdfea44fa186a7f3a2e01228 - + https://github.com/dotnet/sdk - 0c8356f33afcc77348391a96f776b45546bad4ad + 7a94b861abf3a63abdfea44fa186a7f3a2e01228 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 70a599d905c8033982e34dfb3b00290bf9df1961 - + https://github.com/mono/linker - 5c87b343a8370485fee8c268533e92af896b6580 + 337f0c5c704c52fcd570fab3c69d7fc83c82e6e0 linker diff --git a/eng/Versions.props b/eng/Versions.props index abced7e8a..171b2f7b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20478.4 - 6.0.100-alpha.1.20478.4 + 6.0.100-alpha.1.20478.7 + 6.0.100-alpha.1.20478.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ba96be35975d59a2b14368b1e81d6d348210ce98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 28 Sep 2020 20:59:44 +0000 Subject: [PATCH 136/375] Update dependencies from https://github.com/dotnet/sdk build 20200928.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20478.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 749f1d344..b36b4fb54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime ae1b1be2ba3147758345062f9e78afb8cc2ff39b - + https://github.com/dotnet/aspnetcore - b98b74a59c3a6b0466015bc3d00485ac83540d92 + 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 - + https://github.com/dotnet/aspnetcore - b98b74a59c3a6b0466015bc3d00485ac83540d92 + 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 - + https://github.com/dotnet/aspnetcore - b98b74a59c3a6b0466015bc3d00485ac83540d92 + 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 - + https://github.com/dotnet/aspnetcore - b98b74a59c3a6b0466015bc3d00485ac83540d92 + 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 - + https://github.com/dotnet/aspnetcore - b98b74a59c3a6b0466015bc3d00485ac83540d92 + 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 - + https://github.com/dotnet/aspnetcore - b98b74a59c3a6b0466015bc3d00485ac83540d92 + 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 - + https://github.com/dotnet/aspnetcore - b98b74a59c3a6b0466015bc3d00485ac83540d92 + 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - 7a94b861abf3a63abdfea44fa186a7f3a2e01228 + beb0aca64832d99ac6deeb097451964a34c24bae - + https://github.com/dotnet/sdk - 7a94b861abf3a63abdfea44fa186a7f3a2e01228 + beb0aca64832d99ac6deeb097451964a34c24bae diff --git a/eng/Versions.props b/eng/Versions.props index 171b2f7b4..66f86e411 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rc.2.20466.8 - 5.0.0-rc.2.20466.8 - 5.0.0-rc.2.20466.8 - 5.0.0-rc.2.20466.8 - 5.0.0-rc.2.20466.8 - 5.0.0-rc.2.20466.8 - 5.0.0-rc.2.20466.8 + 5.0.0-rc.2.20466.9 + 5.0.0-rc.2.20466.9 + 5.0.0-rc.2.20466.9 + 5.0.0-rc.2.20466.9 + 5.0.0-rc.2.20466.9 + 5.0.0-rc.2.20466.9 + 5.0.0-rc.2.20466.9 0.2.0 - 6.0.100-alpha.1.20478.7 - 6.0.100-alpha.1.20478.7 + 6.0.100-alpha.1.20478.8 + 6.0.100-alpha.1.20478.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 76d89ea0c0ab7530cbf1d8f07028170cacfd8018 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 28 Sep 2020 15:48:57 -0700 Subject: [PATCH 137/375] Fixup stage dependencies (#8739) --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index ba1891246..9fe9d0738 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -287,7 +287,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev6_Publish + - publish_using_darc jobs: - job: Copy_SDK_To_Latest pool: From 5b620f9b6a5d2db0b8a79cfac976eef7bc6cd894 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 29 Sep 2020 00:03:46 +0000 Subject: [PATCH 138/375] Update dependencies from https://github.com/dotnet/sdk build 20200928.13 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20478.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b36b4fb54..135818863 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime ae1b1be2ba3147758345062f9e78afb8cc2ff39b - + https://github.com/dotnet/aspnetcore - 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 + 3892b4ea82b64aa7abe0a87c4277449c26b47c9c - + https://github.com/dotnet/aspnetcore - 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 + 3892b4ea82b64aa7abe0a87c4277449c26b47c9c - + https://github.com/dotnet/aspnetcore - 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 + 3892b4ea82b64aa7abe0a87c4277449c26b47c9c - + https://github.com/dotnet/aspnetcore - 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 + 3892b4ea82b64aa7abe0a87c4277449c26b47c9c - + https://github.com/dotnet/aspnetcore - 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 + 3892b4ea82b64aa7abe0a87c4277449c26b47c9c - + https://github.com/dotnet/aspnetcore - 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 + 3892b4ea82b64aa7abe0a87c4277449c26b47c9c - + https://github.com/dotnet/aspnetcore - 0250c22b9a8d7739ce4e2c75dd3e9d4c74e74f80 + 3892b4ea82b64aa7abe0a87c4277449c26b47c9c https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - beb0aca64832d99ac6deeb097451964a34c24bae + 15d516f31e3b95ad864feaf65a3c3e4729735cb7 - + https://github.com/dotnet/sdk - beb0aca64832d99ac6deeb097451964a34c24bae + 15d516f31e3b95ad864feaf65a3c3e4729735cb7 @@ -113,9 +113,9 @@ 337f0c5c704c52fcd570fab3c69d7fc83c82e6e0 linker - + https://github.com/dotnet/roslyn - 5cbd52bee82398e25e0e37704dcad4974b71237a + f1a29d004314b99af8ab07d2334cbd1bf9e716c5 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 66f86e411..b3954d5c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rc.2.20466.9 - 5.0.0-rc.2.20466.9 - 5.0.0-rc.2.20466.9 - 5.0.0-rc.2.20466.9 - 5.0.0-rc.2.20466.9 - 5.0.0-rc.2.20466.9 - 5.0.0-rc.2.20466.9 + 5.0.0-rc.2.20478.2 + 5.0.0-rc.2.20478.2 + 5.0.0-rc.2.20478.2 + 5.0.0-rc.2.20478.2 + 5.0.0-rc.2.20478.2 + 5.0.0-rc.2.20478.2 + 5.0.0-rc.2.20478.2 0.2.0 - 6.0.100-alpha.1.20478.8 - 6.0.100-alpha.1.20478.8 + 6.0.100-alpha.1.20478.13 + 6.0.100-alpha.1.20478.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9e6e52d1bde740e8435dc47e48ea1dd535ebc67c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 29 Sep 2020 15:41:38 +0000 Subject: [PATCH 139/375] Update dependencies from https://github.com/dotnet/sdk build 20200929.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20479.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 135818863..2136c18c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - 15d516f31e3b95ad864feaf65a3c3e4729735cb7 + 60c8eb4aa422f3fdeafb328ec8f3f2610c236a59 - + https://github.com/dotnet/sdk - 15d516f31e3b95ad864feaf65a3c3e4729735cb7 + 60c8eb4aa422f3fdeafb328ec8f3f2610c236a59 @@ -100,9 +100,9 @@ https://github.com/dotnet/wpf b91ba697c48bc7825580e3c7fa09c5c3781c3788 - + https://github.com/dotnet/fsharp - 03283e07f6bd5717797acb288cf6044cedca2202 + f394b34045020afb92a4510a98c8c4bde9ac33f4 https://github.com/microsoft/vstest diff --git a/eng/Versions.props b/eng/Versions.props index b3954d5c7..115292cf0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20478.13 - 6.0.100-alpha.1.20478.13 + 6.0.100-alpha.1.20479.4 + 6.0.100-alpha.1.20479.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f637247261948ade21d008b445098abfb1e670c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 00:19:00 +0000 Subject: [PATCH 140/375] Update dependencies from https://github.com/dotnet/sdk build 20200929.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20479.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 60 ++++++++++++++++++++--------------------- eng/Versions.props | 30 ++++++++++----------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2136c18c9..106200f15 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - ae1b1be2ba3147758345062f9e78afb8cc2ff39b + 855e2961ba70d3ed8b094d230aaf655adac2b76e - + https://github.com/dotnet/runtime - ae1b1be2ba3147758345062f9e78afb8cc2ff39b + 855e2961ba70d3ed8b094d230aaf655adac2b76e - + https://github.com/dotnet/runtime - ae1b1be2ba3147758345062f9e78afb8cc2ff39b + 855e2961ba70d3ed8b094d230aaf655adac2b76e - + https://github.com/dotnet/runtime - ae1b1be2ba3147758345062f9e78afb8cc2ff39b + 855e2961ba70d3ed8b094d230aaf655adac2b76e - + https://github.com/dotnet/runtime - ae1b1be2ba3147758345062f9e78afb8cc2ff39b + 855e2961ba70d3ed8b094d230aaf655adac2b76e @@ -39,37 +39,37 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - ae1b1be2ba3147758345062f9e78afb8cc2ff39b + 855e2961ba70d3ed8b094d230aaf655adac2b76e - + https://github.com/dotnet/aspnetcore - 3892b4ea82b64aa7abe0a87c4277449c26b47c9c + 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b - + https://github.com/dotnet/aspnetcore - 3892b4ea82b64aa7abe0a87c4277449c26b47c9c + 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b - + https://github.com/dotnet/aspnetcore - 3892b4ea82b64aa7abe0a87c4277449c26b47c9c + 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b - + https://github.com/dotnet/aspnetcore - 3892b4ea82b64aa7abe0a87c4277449c26b47c9c + 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b - + https://github.com/dotnet/aspnetcore - 3892b4ea82b64aa7abe0a87c4277449c26b47c9c + 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b - + https://github.com/dotnet/aspnetcore - 3892b4ea82b64aa7abe0a87c4277449c26b47c9c + 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b - + https://github.com/dotnet/aspnetcore - 3892b4ea82b64aa7abe0a87c4277449c26b47c9c + 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - 60c8eb4aa422f3fdeafb328ec8f3f2610c236a59 + b91b88aec2684e3d2988df8d838d3aa3c6240a35 - + https://github.com/dotnet/sdk - 60c8eb4aa422f3fdeafb328ec8f3f2610c236a59 + b91b88aec2684e3d2988df8d838d3aa3c6240a35 diff --git a/eng/Versions.props b/eng/Versions.props index 115292cf0..93574d3dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,36 +44,36 @@ - 5.0.0-rc.2.20478.2 - 5.0.0-rc.2.20478.2 - 5.0.0-rc.2.20478.2 - 5.0.0-rc.2.20478.2 - 5.0.0-rc.2.20478.2 - 5.0.0-rc.2.20478.2 - 5.0.0-rc.2.20478.2 + 5.0.0-rtm.20479.8 + 5.0.0-rtm.20479.8 + 5.0.0-rtm.20479.8 + 5.0.0-rtm.20479.8 + 5.0.0-rtm.20479.8 + 5.0.0-rtm.20479.8 + 5.0.0-rtm.20479.8 0.2.0 - 6.0.100-alpha.1.20479.4 - 6.0.100-alpha.1.20479.4 + 6.0.100-alpha.1.20479.6 + 6.0.100-alpha.1.20479.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20477.5 + 6.0.0-alpha.1.20479.1 - 6.0.0-alpha.1.20477.5 - 6.0.0-alpha.1.20477.5 - 6.0.0-alpha.1.20477.5 - 6.0.0-alpha.1.20477.5 - 6.0.0-alpha.1.20477.5 + 6.0.0-alpha.1.20479.1 + 6.0.0-alpha.1.20479.1 + 6.0.0-alpha.1.20479.1 + 6.0.0-alpha.1.20479.1 + 6.0.0-alpha.1.20479.1 2.1.0 From 7322fc8cf9390ad9c857fde5fcd6db2a37529726 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 02:51:25 +0000 Subject: [PATCH 141/375] Update dependencies from https://github.com/dotnet/sdk build 20200929.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20479.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 106200f15..13c492008 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - b91b88aec2684e3d2988df8d838d3aa3c6240a35 + 6266c6480990132c6a45c893f4ee77686303f958 - + https://github.com/dotnet/sdk - b91b88aec2684e3d2988df8d838d3aa3c6240a35 + 6266c6480990132c6a45c893f4ee77686303f958 @@ -104,9 +104,9 @@ https://github.com/dotnet/fsharp f394b34045020afb92a4510a98c8c4bde9ac33f4 - + https://github.com/microsoft/vstest - 70a599d905c8033982e34dfb3b00290bf9df1961 + 6a774215a898bb38184e1115e2fb4801185fb0db https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 93574d3dc..a7f4f9356 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20479.6 - 6.0.100-alpha.1.20479.6 + 6.0.100-alpha.1.20479.8 + 6.0.100-alpha.1.20479.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -130,7 +130,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.8.0-release-20200921-02 + 16.9.0-preview-20200929-01 From ae835d8c7d9e34e18e1d4728d7e1c24b8890da6c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 04:34:02 +0000 Subject: [PATCH 142/375] Update dependencies from https://github.com/dotnet/sdk build 20200929.9 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20479.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 13c492008..491f9fcae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - 6266c6480990132c6a45c893f4ee77686303f958 + 7471c0b89dbd692e62a6b2b1de39044860db5773 - + https://github.com/dotnet/sdk - 6266c6480990132c6a45c893f4ee77686303f958 + 7471c0b89dbd692e62a6b2b1de39044860db5773 diff --git a/eng/Versions.props b/eng/Versions.props index a7f4f9356..91ad30fd4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20479.8 - 6.0.100-alpha.1.20479.8 + 6.0.100-alpha.1.20479.9 + 6.0.100-alpha.1.20479.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d08976972b6da7c93b71a79908b8f525ba44dbfc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 15:03:02 +0000 Subject: [PATCH 143/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 491f9fcae..f5a917a97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - 7471c0b89dbd692e62a6b2b1de39044860db5773 + bd8cc43832a6f547cbfdf141592c7e8c1263ee13 - + https://github.com/dotnet/sdk - 7471c0b89dbd692e62a6b2b1de39044860db5773 + bd8cc43832a6f547cbfdf141592c7e8c1263ee13 diff --git a/eng/Versions.props b/eng/Versions.props index 91ad30fd4..2b2f363eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20479.9 - 6.0.100-alpha.1.20479.9 + 6.0.100-alpha.1.20480.6 + 6.0.100-alpha.1.20480.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 559374ab705a74b43ddec05afdcfc32f63a25c41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 15:57:07 +0000 Subject: [PATCH 144/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 f5a917a97..eae7c9c7b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 855e2961ba70d3ed8b094d230aaf655adac2b76e + f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/runtime - 855e2961ba70d3ed8b094d230aaf655adac2b76e + f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/runtime - 855e2961ba70d3ed8b094d230aaf655adac2b76e + f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/runtime - 855e2961ba70d3ed8b094d230aaf655adac2b76e + f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/runtime - 855e2961ba70d3ed8b094d230aaf655adac2b76e + f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 855e2961ba70d3ed8b094d230aaf655adac2b76e + f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - bd8cc43832a6f547cbfdf141592c7e8c1263ee13 + 8f99682a3adc3692e1146fa28a1707130d5e3a23 - + https://github.com/dotnet/sdk - bd8cc43832a6f547cbfdf141592c7e8c1263ee13 + 8f99682a3adc3692e1146fa28a1707130d5e3a23 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 6a774215a898bb38184e1115e2fb4801185fb0db - + https://github.com/mono/linker - 337f0c5c704c52fcd570fab3c69d7fc83c82e6e0 + 5a7ba98ca52a111f92d8a9fdbc6557d37b7614b0 linker diff --git a/eng/Versions.props b/eng/Versions.props index 2b2f363eb..c76247ee7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20480.6 - 6.0.100-alpha.1.20480.6 + 6.0.100-alpha.1.20480.8 + 6.0.100-alpha.1.20480.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20479.1 + 6.0.0-alpha.1.20479.10 - 6.0.0-alpha.1.20479.1 - 6.0.0-alpha.1.20479.1 - 6.0.0-alpha.1.20479.1 - 6.0.0-alpha.1.20479.1 - 6.0.0-alpha.1.20479.1 + 6.0.0-alpha.1.20479.10 + 6.0.0-alpha.1.20479.10 + 6.0.0-alpha.1.20479.10 + 6.0.0-alpha.1.20479.10 + 6.0.0-alpha.1.20479.10 2.1.0 From 2bec26ff3e568c21399928298119b29696f4965e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 17:24:18 +0000 Subject: [PATCH 145/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.9 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 eae7c9c7b..7b57d20b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 - + https://github.com/dotnet/sdk - 8f99682a3adc3692e1146fa28a1707130d5e3a23 + 10511ed64134a89a436abaab4387ef35f120d897 - + https://github.com/dotnet/sdk - 8f99682a3adc3692e1146fa28a1707130d5e3a23 + 10511ed64134a89a436abaab4387ef35f120d897 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 6a774215a898bb38184e1115e2fb4801185fb0db - + https://github.com/mono/linker - 5a7ba98ca52a111f92d8a9fdbc6557d37b7614b0 + 0b1f76bd7bc2d9f4647e682a04f704c762019367 linker diff --git a/eng/Versions.props b/eng/Versions.props index c76247ee7..76732f4e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20480.8 - 6.0.100-alpha.1.20480.8 + 6.0.100-alpha.1.20480.9 + 6.0.100-alpha.1.20480.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6df2ae97440ca1d114c068feba92e1e07bfe1971 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 18:39:12 +0000 Subject: [PATCH 146/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.10 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 7b57d20b7..882d10df8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 + 658d65928347d9e914593fda5e74160a63c0a616 - + https://github.com/dotnet/sdk - 10511ed64134a89a436abaab4387ef35f120d897 + 1107c99e6e1ac698a82c59a0d05f5a2fe5acd497 - + https://github.com/dotnet/sdk - 10511ed64134a89a436abaab4387ef35f120d897 + 1107c99e6e1ac698a82c59a0d05f5a2fe5acd497 diff --git a/eng/Versions.props b/eng/Versions.props index 76732f4e3..e6d0be503 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20478.2 + 6.0.0-alpha.1.20480.1 @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20480.9 - 6.0.100-alpha.1.20480.9 + 6.0.100-alpha.1.20480.10 + 6.0.100-alpha.1.20480.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From da4e29a749e7b370ba3b7f950f65e776d07a2964 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 20:09:07 +0000 Subject: [PATCH 147/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.13 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 882d10df8..7abc04823 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 658d65928347d9e914593fda5e74160a63c0a616 - + https://github.com/dotnet/sdk - 1107c99e6e1ac698a82c59a0d05f5a2fe5acd497 + 102668caeb58e65dd1442a4b14eb05aa270f65ad - + https://github.com/dotnet/sdk - 1107c99e6e1ac698a82c59a0d05f5a2fe5acd497 + 102668caeb58e65dd1442a4b14eb05aa270f65ad @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 6a774215a898bb38184e1115e2fb4801185fb0db - + https://github.com/mono/linker - 0b1f76bd7bc2d9f4647e682a04f704c762019367 + f67f4e0fe117455b9504966bec8712cfc6fe644e linker diff --git a/eng/Versions.props b/eng/Versions.props index e6d0be503..31b89007a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20480.10 - 6.0.100-alpha.1.20480.10 + 6.0.100-alpha.1.20480.13 + 6.0.100-alpha.1.20480.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2765dd4485643c023c0ddadd1aee282d88512632 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 20:50:05 +0000 Subject: [PATCH 148/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.14 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.14 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 7abc04823..ee6462244 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 658d65928347d9e914593fda5e74160a63c0a616 + 139e639026f5e1abdd6fd87ed5ba1ba87fd57de1 - + https://github.com/dotnet/sdk - 102668caeb58e65dd1442a4b14eb05aa270f65ad + ceb23abb4f05e62bb5a5c1a234d0aac08ccdbfc6 - + https://github.com/dotnet/sdk - 102668caeb58e65dd1442a4b14eb05aa270f65ad + ceb23abb4f05e62bb5a5c1a234d0aac08ccdbfc6 diff --git a/eng/Versions.props b/eng/Versions.props index 31b89007a..2c5702d1a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20480.1 + 6.0.0-alpha.1.20480.2 @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20480.13 - 6.0.100-alpha.1.20480.13 + 6.0.100-alpha.1.20480.14 + 6.0.100-alpha.1.20480.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f3a6fa8f43da5affb5b696820abe0a249c23641d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 21:53:26 +0000 Subject: [PATCH 149/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.16 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 ee6462244..6e67e89e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 139e639026f5e1abdd6fd87ed5ba1ba87fd57de1 - + https://github.com/dotnet/sdk - ceb23abb4f05e62bb5a5c1a234d0aac08ccdbfc6 + ade7398d666e1c48812f4f209b418b4d1f580753 - + https://github.com/dotnet/sdk - ceb23abb4f05e62bb5a5c1a234d0aac08ccdbfc6 + ade7398d666e1c48812f4f209b418b4d1f580753 diff --git a/eng/Versions.props b/eng/Versions.props index 2c5702d1a..17d3dd864 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20480.14 - 6.0.100-alpha.1.20480.14 + 6.0.100-alpha.1.20480.16 + 6.0.100-alpha.1.20480.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c2ef6f74bcdb36d119840796b5bfe0ff099cac54 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 30 Sep 2020 23:22:01 +0000 Subject: [PATCH 150/375] Update dependencies from https://github.com/dotnet/sdk build 20200930.18 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20480.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 6e67e89e3..e9f3f0e04 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 139e639026f5e1abdd6fd87ed5ba1ba87fd57de1 - + https://github.com/dotnet/sdk - ade7398d666e1c48812f4f209b418b4d1f580753 + 89a7175e75cf11c47d6f74278597f69082f72508 - + https://github.com/dotnet/sdk - ade7398d666e1c48812f4f209b418b4d1f580753 + 89a7175e75cf11c47d6f74278597f69082f72508 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 6a774215a898bb38184e1115e2fb4801185fb0db - + https://github.com/mono/linker - f67f4e0fe117455b9504966bec8712cfc6fe644e + 8da366656b4224a6b7483df2800dad13947cac06 linker diff --git a/eng/Versions.props b/eng/Versions.props index 17d3dd864..0b3a92e57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20480.16 - 6.0.100-alpha.1.20480.16 + 6.0.100-alpha.1.20480.18 + 6.0.100-alpha.1.20480.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 24aaddb582df1c936a486890380a45faae5f154a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Oct 2020 18:42:05 +0000 Subject: [PATCH 151/375] Update dependencies from https://github.com/dotnet/sdk build 20201001.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20501.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 e9f3f0e04..69a45f2cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 139e639026f5e1abdd6fd87ed5ba1ba87fd57de1 + 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 89a7175e75cf11c47d6f74278597f69082f72508 + 66ae83f896a765baaad29a7c7402686c33aed422 - + https://github.com/dotnet/sdk - 89a7175e75cf11c47d6f74278597f69082f72508 + 66ae83f896a765baaad29a7c7402686c33aed422 diff --git a/eng/Versions.props b/eng/Versions.props index 0b3a92e57..e86b4d4e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20480.2 + 6.0.0-alpha.1.20501.1 @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20480.18 - 6.0.100-alpha.1.20480.18 + 6.0.100-alpha.1.20501.4 + 6.0.100-alpha.1.20501.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1f5fc035c49d4a0bdfe93409f6290667bdf2ef68 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 1 Oct 2020 11:52:12 -0700 Subject: [PATCH 152/375] Fix github.io links. #8478 --- src/redist/targets/packaging/deb/dotnet-debian_config.json | 2 +- src/redist/targets/packaging/windows/clisdk/bundle.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/packaging/deb/dotnet-debian_config.json b/src/redist/targets/packaging/deb/dotnet-debian_config.json index 077fcd95f..5c0c1e6db 100644 --- a/src/redist/targets/packaging/deb/dotnet-debian_config.json +++ b/src/redist/targets/packaging/deb/dotnet-debian_config.json @@ -7,7 +7,7 @@ "short_description": "%CLI_SDK_BRAND_NAME%", "long_description": ".NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", - "homepage": "https://dotnet.github.io/core", + "homepage": "https://github.com/dotnet/core", "release":{ "package_version":"0.0.0.0", diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.wxs b/src/redist/targets/packaging/windows/clisdk/bundle.wxs index e22f99c6f..84d0675ac 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.wxs +++ b/src/redist/targets/packaging/windows/clisdk/bundle.wxs @@ -7,7 +7,7 @@ From e564e3e9804f2ae22494366689ddb50b0270196b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Oct 2020 19:57:40 +0000 Subject: [PATCH 153/375] Update dependencies from https://github.com/dotnet/sdk build 20201001.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20501.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 69a45f2cf..4777ff1df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/aspnetcore - 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b + dd7d7772a608c78d44a5cce09627f132f8dad306 - + https://github.com/dotnet/aspnetcore - 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b + dd7d7772a608c78d44a5cce09627f132f8dad306 - + https://github.com/dotnet/aspnetcore - 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b + dd7d7772a608c78d44a5cce09627f132f8dad306 - + https://github.com/dotnet/aspnetcore - 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b + dd7d7772a608c78d44a5cce09627f132f8dad306 - + https://github.com/dotnet/aspnetcore - 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b + dd7d7772a608c78d44a5cce09627f132f8dad306 - + https://github.com/dotnet/aspnetcore - 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b + dd7d7772a608c78d44a5cce09627f132f8dad306 - + https://github.com/dotnet/aspnetcore - 9f4d4746483fcc2cbfe9c473d0abbc76d2b54a4b + dd7d7772a608c78d44a5cce09627f132f8dad306 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 66ae83f896a765baaad29a7c7402686c33aed422 + ea5601c12d4e9bcc5cba42ab15039918b46d68da - + https://github.com/dotnet/sdk - 66ae83f896a765baaad29a7c7402686c33aed422 + ea5601c12d4e9bcc5cba42ab15039918b46d68da diff --git a/eng/Versions.props b/eng/Versions.props index e86b4d4e6..15cd7dc25 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20479.8 - 5.0.0-rtm.20479.8 - 5.0.0-rtm.20479.8 - 5.0.0-rtm.20479.8 - 5.0.0-rtm.20479.8 - 5.0.0-rtm.20479.8 - 5.0.0-rtm.20479.8 + 5.0.0-rtm.20480.7 + 5.0.0-rtm.20480.7 + 5.0.0-rtm.20480.7 + 5.0.0-rtm.20480.7 + 5.0.0-rtm.20480.7 + 5.0.0-rtm.20480.7 + 5.0.0-rtm.20480.7 0.2.0 - 6.0.100-alpha.1.20501.4 - 6.0.100-alpha.1.20501.4 + 6.0.100-alpha.1.20501.6 + 6.0.100-alpha.1.20501.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 655ad727ca63e590c21147fcf334cc3854a9d2ea Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Oct 2020 21:10:11 +0000 Subject: [PATCH 154/375] Update dependencies from https://github.com/dotnet/sdk build 20201001.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20501.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 4777ff1df..73c662d9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - ea5601c12d4e9bcc5cba42ab15039918b46d68da + 551d66996909931839cae13eb7bdbd852a7c1819 - + https://github.com/dotnet/sdk - ea5601c12d4e9bcc5cba42ab15039918b46d68da + 551d66996909931839cae13eb7bdbd852a7c1819 diff --git a/eng/Versions.props b/eng/Versions.props index 15cd7dc25..c9a280beb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20501.6 - 6.0.100-alpha.1.20501.6 + 6.0.100-alpha.1.20501.7 + 6.0.100-alpha.1.20501.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 907ffa0e81e9021967bfa6db7786d610c333af34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Oct 2020 23:30:49 +0000 Subject: [PATCH 155/375] Update dependencies from https://github.com/dotnet/sdk build 20201001.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20501.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73c662d9c..28aa382a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/aspnetcore - dd7d7772a608c78d44a5cce09627f132f8dad306 + 3e9ae8e5eee2930da0096ab4ca4976f5938df648 - + https://github.com/dotnet/aspnetcore - dd7d7772a608c78d44a5cce09627f132f8dad306 + 3e9ae8e5eee2930da0096ab4ca4976f5938df648 - + https://github.com/dotnet/aspnetcore - dd7d7772a608c78d44a5cce09627f132f8dad306 + 3e9ae8e5eee2930da0096ab4ca4976f5938df648 - + https://github.com/dotnet/aspnetcore - dd7d7772a608c78d44a5cce09627f132f8dad306 + 3e9ae8e5eee2930da0096ab4ca4976f5938df648 - + https://github.com/dotnet/aspnetcore - dd7d7772a608c78d44a5cce09627f132f8dad306 + 3e9ae8e5eee2930da0096ab4ca4976f5938df648 - + https://github.com/dotnet/aspnetcore - dd7d7772a608c78d44a5cce09627f132f8dad306 + 3e9ae8e5eee2930da0096ab4ca4976f5938df648 - + https://github.com/dotnet/aspnetcore - dd7d7772a608c78d44a5cce09627f132f8dad306 + 3e9ae8e5eee2930da0096ab4ca4976f5938df648 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 551d66996909931839cae13eb7bdbd852a7c1819 + 1faa5d2178311b2733b523775ee19cf68a6258ba - + https://github.com/dotnet/sdk - 551d66996909931839cae13eb7bdbd852a7c1819 + 1faa5d2178311b2733b523775ee19cf68a6258ba diff --git a/eng/Versions.props b/eng/Versions.props index c9a280beb..113d22ecb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20480.7 - 5.0.0-rtm.20480.7 - 5.0.0-rtm.20480.7 - 5.0.0-rtm.20480.7 - 5.0.0-rtm.20480.7 - 5.0.0-rtm.20480.7 - 5.0.0-rtm.20480.7 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 0.2.0 - 6.0.100-alpha.1.20501.7 - 6.0.100-alpha.1.20501.7 + 6.0.100-alpha.1.20501.8 + 6.0.100-alpha.1.20501.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 77855a16b64d387d3ff2563112515960bb90e9a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 2 Oct 2020 02:08:16 +0000 Subject: [PATCH 156/375] Update dependencies from https://github.com/dotnet/sdk build 20201001.10 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20501.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28aa382a0..41af0b962 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/aspnetcore - 3e9ae8e5eee2930da0096ab4ca4976f5938df648 + 619a992fc38921ea0fedd8e0fad4c593be30fed8 - + https://github.com/dotnet/aspnetcore - 3e9ae8e5eee2930da0096ab4ca4976f5938df648 + 619a992fc38921ea0fedd8e0fad4c593be30fed8 - + https://github.com/dotnet/aspnetcore - 3e9ae8e5eee2930da0096ab4ca4976f5938df648 + 619a992fc38921ea0fedd8e0fad4c593be30fed8 - + https://github.com/dotnet/aspnetcore - 3e9ae8e5eee2930da0096ab4ca4976f5938df648 + 619a992fc38921ea0fedd8e0fad4c593be30fed8 - + https://github.com/dotnet/aspnetcore - 3e9ae8e5eee2930da0096ab4ca4976f5938df648 + 619a992fc38921ea0fedd8e0fad4c593be30fed8 - + https://github.com/dotnet/aspnetcore - 3e9ae8e5eee2930da0096ab4ca4976f5938df648 + 619a992fc38921ea0fedd8e0fad4c593be30fed8 - + https://github.com/dotnet/aspnetcore - 3e9ae8e5eee2930da0096ab4ca4976f5938df648 + 619a992fc38921ea0fedd8e0fad4c593be30fed8 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 1faa5d2178311b2733b523775ee19cf68a6258ba + 9e77ead294b3529cbbe6107cf2e7e285e251d965 - + https://github.com/dotnet/sdk - 1faa5d2178311b2733b523775ee19cf68a6258ba + 9e77ead294b3529cbbe6107cf2e7e285e251d965 diff --git a/eng/Versions.props b/eng/Versions.props index 113d22ecb..fd7c98643 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.10 + 5.0.0-rtm.20501.10 + 5.0.0-rtm.20501.10 + 5.0.0-rtm.20501.10 + 5.0.0-rtm.20501.10 + 5.0.0-rtm.20501.10 + 5.0.0-rtm.20501.10 0.2.0 - 6.0.100-alpha.1.20501.8 - 6.0.100-alpha.1.20501.8 + 6.0.100-alpha.1.20501.10 + 6.0.100-alpha.1.20501.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 055fa8eee58f58633c9bbcc5708a17cee9fa58c5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 2 Oct 2020 16:40:00 +0000 Subject: [PATCH 157/375] Update dependencies from https://github.com/dotnet/sdk build 20201002.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20502.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 41af0b962..09fa7a87b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 9e77ead294b3529cbbe6107cf2e7e285e251d965 + cc90fd6430d27e535a6341ee309afa783fb4f62d - + https://github.com/dotnet/sdk - 9e77ead294b3529cbbe6107cf2e7e285e251d965 + cc90fd6430d27e535a6341ee309afa783fb4f62d @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 6a774215a898bb38184e1115e2fb4801185fb0db - + https://github.com/mono/linker - 8da366656b4224a6b7483df2800dad13947cac06 + b89cb90abdfdc4e1ccd0822b62d367fa35d30f00 linker diff --git a/eng/Versions.props b/eng/Versions.props index fd7c98643..e7baad31f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20501.10 - 6.0.100-alpha.1.20501.10 + 6.0.100-alpha.1.20502.4 + 6.0.100-alpha.1.20502.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 99bd29e847f0a8393a83c3f5bf8855468a15298d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Oct 2020 00:14:08 +0000 Subject: [PATCH 158/375] Update dependencies from https://github.com/dotnet/sdk build 20201002.9 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20502.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09fa7a87b..bf7beebd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/aspnetcore - 619a992fc38921ea0fedd8e0fad4c593be30fed8 + 336e05577cd8bec2000ffcada926189199e4cef0 - + https://github.com/dotnet/aspnetcore - 619a992fc38921ea0fedd8e0fad4c593be30fed8 + 336e05577cd8bec2000ffcada926189199e4cef0 - + https://github.com/dotnet/aspnetcore - 619a992fc38921ea0fedd8e0fad4c593be30fed8 + 336e05577cd8bec2000ffcada926189199e4cef0 - + https://github.com/dotnet/aspnetcore - 619a992fc38921ea0fedd8e0fad4c593be30fed8 + 336e05577cd8bec2000ffcada926189199e4cef0 - + https://github.com/dotnet/aspnetcore - 619a992fc38921ea0fedd8e0fad4c593be30fed8 + 336e05577cd8bec2000ffcada926189199e4cef0 - + https://github.com/dotnet/aspnetcore - 619a992fc38921ea0fedd8e0fad4c593be30fed8 + 336e05577cd8bec2000ffcada926189199e4cef0 - + https://github.com/dotnet/aspnetcore - 619a992fc38921ea0fedd8e0fad4c593be30fed8 + 336e05577cd8bec2000ffcada926189199e4cef0 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - cc90fd6430d27e535a6341ee309afa783fb4f62d + 61af970c8058d815b0570c5ced5c46f22755f91a - + https://github.com/dotnet/sdk - cc90fd6430d27e535a6341ee309afa783fb4f62d + 61af970c8058d815b0570c5ced5c46f22755f91a diff --git a/eng/Versions.props b/eng/Versions.props index e7baad31f..28d674f00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20501.10 - 5.0.0-rtm.20501.10 - 5.0.0-rtm.20501.10 - 5.0.0-rtm.20501.10 - 5.0.0-rtm.20501.10 - 5.0.0-rtm.20501.10 - 5.0.0-rtm.20501.10 + 5.0.0-rtm.20502.7 + 5.0.0-rtm.20502.7 + 5.0.0-rtm.20502.7 + 5.0.0-rtm.20502.7 + 5.0.0-rtm.20502.7 + 5.0.0-rtm.20502.7 + 5.0.0-rtm.20502.7 0.2.0 - 6.0.100-alpha.1.20502.4 - 6.0.100-alpha.1.20502.4 + 6.0.100-alpha.1.20502.9 + 6.0.100-alpha.1.20502.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e44beb3fa05a4e71126e37c19297a5ade239ed15 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Oct 2020 00:54:18 +0000 Subject: [PATCH 159/375] Update dependencies from https://github.com/dotnet/sdk build 20201002.11 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20502.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 bf7beebd0..93f1a2fe6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 61af970c8058d815b0570c5ced5c46f22755f91a + 54dca82b90706e8bad26cb4795228443cb413079 - + https://github.com/dotnet/sdk - 61af970c8058d815b0570c5ced5c46f22755f91a + 54dca82b90706e8bad26cb4795228443cb413079 @@ -117,9 +117,9 @@ https://github.com/dotnet/roslyn f1a29d004314b99af8ab07d2334cbd1bf9e716c5 - + https://github.com/dotnet/msbuild - aed5e7ed0b7e031d3e486c63b206902bf825b128 + ca44138662e3aa90eb9305dd31d906ef02e962cb https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 28d674f00..38218a05c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20502.9 - 6.0.100-alpha.1.20502.9 + 6.0.100-alpha.1.20502.11 + 6.0.100-alpha.1.20502.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d3eeaaeca61b0f572dde765ac0cea5309dcb6e1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Oct 2020 02:57:26 +0000 Subject: [PATCH 160/375] Update dependencies from https://github.com/dotnet/sdk build 20201002.12 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20502.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93f1a2fe6..78ed0766c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/aspnetcore - 336e05577cd8bec2000ffcada926189199e4cef0 + 8c8cb4dce235b099d1e419b6a039217eb56a77e6 - + https://github.com/dotnet/aspnetcore - 336e05577cd8bec2000ffcada926189199e4cef0 + 8c8cb4dce235b099d1e419b6a039217eb56a77e6 - + https://github.com/dotnet/aspnetcore - 336e05577cd8bec2000ffcada926189199e4cef0 + 8c8cb4dce235b099d1e419b6a039217eb56a77e6 - + https://github.com/dotnet/aspnetcore - 336e05577cd8bec2000ffcada926189199e4cef0 + 8c8cb4dce235b099d1e419b6a039217eb56a77e6 - + https://github.com/dotnet/aspnetcore - 336e05577cd8bec2000ffcada926189199e4cef0 + 8c8cb4dce235b099d1e419b6a039217eb56a77e6 - + https://github.com/dotnet/aspnetcore - 336e05577cd8bec2000ffcada926189199e4cef0 + 8c8cb4dce235b099d1e419b6a039217eb56a77e6 - + https://github.com/dotnet/aspnetcore - 336e05577cd8bec2000ffcada926189199e4cef0 + 8c8cb4dce235b099d1e419b6a039217eb56a77e6 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 54dca82b90706e8bad26cb4795228443cb413079 + 13c735b62443ef70ec017ec2bb690f57d79e9914 - + https://github.com/dotnet/sdk - 54dca82b90706e8bad26cb4795228443cb413079 + 13c735b62443ef70ec017ec2bb690f57d79e9914 diff --git a/eng/Versions.props b/eng/Versions.props index 38218a05c..88aa9f50e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20502.7 - 5.0.0-rtm.20502.7 - 5.0.0-rtm.20502.7 - 5.0.0-rtm.20502.7 - 5.0.0-rtm.20502.7 - 5.0.0-rtm.20502.7 - 5.0.0-rtm.20502.7 + 5.0.0-rtm.20502.10 + 5.0.0-rtm.20502.10 + 5.0.0-rtm.20502.10 + 5.0.0-rtm.20502.10 + 5.0.0-rtm.20502.10 + 5.0.0-rtm.20502.10 + 5.0.0-rtm.20502.10 0.2.0 - 6.0.100-alpha.1.20502.11 - 6.0.100-alpha.1.20502.11 + 6.0.100-alpha.1.20502.12 + 6.0.100-alpha.1.20502.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9553666b5707003c4faf1aa0e7c117581b5e7590 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Oct 2020 05:27:57 +0000 Subject: [PATCH 161/375] Update dependencies from https://github.com/dotnet/sdk build 20201002.16 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20502.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78ed0766c..f6b7ff5c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac - + https://github.com/dotnet/aspnetcore - 8c8cb4dce235b099d1e419b6a039217eb56a77e6 + ca1f9f532f540f16732e8d8b4990fbae1578786b - + https://github.com/dotnet/aspnetcore - 8c8cb4dce235b099d1e419b6a039217eb56a77e6 + ca1f9f532f540f16732e8d8b4990fbae1578786b - + https://github.com/dotnet/aspnetcore - 8c8cb4dce235b099d1e419b6a039217eb56a77e6 + ca1f9f532f540f16732e8d8b4990fbae1578786b - + https://github.com/dotnet/aspnetcore - 8c8cb4dce235b099d1e419b6a039217eb56a77e6 + ca1f9f532f540f16732e8d8b4990fbae1578786b - + https://github.com/dotnet/aspnetcore - 8c8cb4dce235b099d1e419b6a039217eb56a77e6 + ca1f9f532f540f16732e8d8b4990fbae1578786b - + https://github.com/dotnet/aspnetcore - 8c8cb4dce235b099d1e419b6a039217eb56a77e6 + ca1f9f532f540f16732e8d8b4990fbae1578786b - + https://github.com/dotnet/aspnetcore - 8c8cb4dce235b099d1e419b6a039217eb56a77e6 + ca1f9f532f540f16732e8d8b4990fbae1578786b https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 13c735b62443ef70ec017ec2bb690f57d79e9914 + 8888740832d541f91ff67ed9905544a687c18832 - + https://github.com/dotnet/sdk - 13c735b62443ef70ec017ec2bb690f57d79e9914 + 8888740832d541f91ff67ed9905544a687c18832 diff --git a/eng/Versions.props b/eng/Versions.props index 88aa9f50e..212df84b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20502.10 - 5.0.0-rtm.20502.10 - 5.0.0-rtm.20502.10 - 5.0.0-rtm.20502.10 - 5.0.0-rtm.20502.10 - 5.0.0-rtm.20502.10 - 5.0.0-rtm.20502.10 + 5.0.0-rtm.20502.12 + 5.0.0-rtm.20502.12 + 5.0.0-rtm.20502.12 + 5.0.0-rtm.20502.12 + 5.0.0-rtm.20502.12 + 5.0.0-rtm.20502.12 + 5.0.0-rtm.20502.12 0.2.0 - 6.0.100-alpha.1.20502.12 - 6.0.100-alpha.1.20502.12 + 6.0.100-alpha.1.20502.16 + 6.0.100-alpha.1.20502.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6f5cb8b81e4a14f837e261007bd4de2ded5333ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Oct 2020 16:02:45 +0000 Subject: [PATCH 162/375] Update dependencies from https://github.com/dotnet/sdk build 20201003.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20503.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 f6b7ff5c8..8e849c87e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac + 22791d4e8830d4e94930c8fa84555fa6dacf8829 - + https://github.com/dotnet/runtime - f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac + 22791d4e8830d4e94930c8fa84555fa6dacf8829 - + https://github.com/dotnet/runtime - f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac + 22791d4e8830d4e94930c8fa84555fa6dacf8829 - + https://github.com/dotnet/runtime - f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac + 22791d4e8830d4e94930c8fa84555fa6dacf8829 - + https://github.com/dotnet/runtime - f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac + 22791d4e8830d4e94930c8fa84555fa6dacf8829 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - f63b0c1a7562b5a70c6f02db8f99e2c9b5b97cac + 22791d4e8830d4e94930c8fa84555fa6dacf8829 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 8888740832d541f91ff67ed9905544a687c18832 + d95c3f39ede9dfd9f04edc398820d307f18f62d7 - + https://github.com/dotnet/sdk - 8888740832d541f91ff67ed9905544a687c18832 + d95c3f39ede9dfd9f04edc398820d307f18f62d7 diff --git a/eng/Versions.props b/eng/Versions.props index 212df84b6..c72f22924 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20502.16 - 6.0.100-alpha.1.20502.16 + 6.0.100-alpha.1.20503.3 + 6.0.100-alpha.1.20503.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20479.10 + 6.0.0-alpha.1.20502.2 - 6.0.0-alpha.1.20479.10 - 6.0.0-alpha.1.20479.10 - 6.0.0-alpha.1.20479.10 - 6.0.0-alpha.1.20479.10 - 6.0.0-alpha.1.20479.10 + 6.0.0-alpha.1.20502.2 + 6.0.0-alpha.1.20502.2 + 6.0.0-alpha.1.20502.2 + 6.0.0-alpha.1.20502.2 + 6.0.0-alpha.1.20502.2 2.1.0 From dfef372dadb6da0ef069aa5720823dd43d015145 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Oct 2020 20:38:01 +0000 Subject: [PATCH 163/375] Update dependencies from https://github.com/dotnet/sdk build 20201003.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20503.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8e849c87e..4a2eac9df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 22791d4e8830d4e94930c8fa84555fa6dacf8829 - + https://github.com/dotnet/aspnetcore - ca1f9f532f540f16732e8d8b4990fbae1578786b + c029cdf7caa9a4f722a3056dc079979fc248cedb - + https://github.com/dotnet/aspnetcore - ca1f9f532f540f16732e8d8b4990fbae1578786b + c029cdf7caa9a4f722a3056dc079979fc248cedb - + https://github.com/dotnet/aspnetcore - ca1f9f532f540f16732e8d8b4990fbae1578786b + c029cdf7caa9a4f722a3056dc079979fc248cedb - + https://github.com/dotnet/aspnetcore - ca1f9f532f540f16732e8d8b4990fbae1578786b + c029cdf7caa9a4f722a3056dc079979fc248cedb - + https://github.com/dotnet/aspnetcore - ca1f9f532f540f16732e8d8b4990fbae1578786b + c029cdf7caa9a4f722a3056dc079979fc248cedb - + https://github.com/dotnet/aspnetcore - ca1f9f532f540f16732e8d8b4990fbae1578786b + c029cdf7caa9a4f722a3056dc079979fc248cedb - + https://github.com/dotnet/aspnetcore - ca1f9f532f540f16732e8d8b4990fbae1578786b + c029cdf7caa9a4f722a3056dc079979fc248cedb https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - d95c3f39ede9dfd9f04edc398820d307f18f62d7 + 45561dcbcb4939beaee4266f67c0536d9861089a - + https://github.com/dotnet/sdk - d95c3f39ede9dfd9f04edc398820d307f18f62d7 + 45561dcbcb4939beaee4266f67c0536d9861089a diff --git a/eng/Versions.props b/eng/Versions.props index c72f22924..7909f9d81 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20502.12 - 5.0.0-rtm.20502.12 - 5.0.0-rtm.20502.12 - 5.0.0-rtm.20502.12 - 5.0.0-rtm.20502.12 - 5.0.0-rtm.20502.12 - 5.0.0-rtm.20502.12 + 5.0.0-rtm.20503.1 + 5.0.0-rtm.20503.1 + 5.0.0-rtm.20503.1 + 5.0.0-rtm.20503.1 + 5.0.0-rtm.20503.1 + 5.0.0-rtm.20503.1 + 5.0.0-rtm.20503.1 0.2.0 - 6.0.100-alpha.1.20503.3 - 6.0.100-alpha.1.20503.3 + 6.0.100-alpha.1.20503.4 + 6.0.100-alpha.1.20503.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 24b82c92b4bd318de3cf7440c1a084935c16f4d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 4 Oct 2020 16:12:45 +0000 Subject: [PATCH 164/375] Update dependencies from https://github.com/dotnet/sdk build 20201004.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20504.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 4a2eac9df..06e3c74ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 22791d4e8830d4e94930c8fa84555fa6dacf8829 + 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 - + https://github.com/dotnet/runtime - 22791d4e8830d4e94930c8fa84555fa6dacf8829 + 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 - + https://github.com/dotnet/runtime - 22791d4e8830d4e94930c8fa84555fa6dacf8829 + 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 - + https://github.com/dotnet/runtime - 22791d4e8830d4e94930c8fa84555fa6dacf8829 + 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 - + https://github.com/dotnet/runtime - 22791d4e8830d4e94930c8fa84555fa6dacf8829 + 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 22791d4e8830d4e94930c8fa84555fa6dacf8829 + 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 45561dcbcb4939beaee4266f67c0536d9861089a + 2cccde7c7e0cb61f257f56b953470877ec6d0829 - + https://github.com/dotnet/sdk - 45561dcbcb4939beaee4266f67c0536d9861089a + 2cccde7c7e0cb61f257f56b953470877ec6d0829 diff --git a/eng/Versions.props b/eng/Versions.props index 7909f9d81..57c10c6ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20503.4 - 6.0.100-alpha.1.20503.4 + 6.0.100-alpha.1.20504.1 + 6.0.100-alpha.1.20504.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20502.2 + 6.0.0-alpha.1.20503.1 - 6.0.0-alpha.1.20502.2 - 6.0.0-alpha.1.20502.2 - 6.0.0-alpha.1.20502.2 - 6.0.0-alpha.1.20502.2 - 6.0.0-alpha.1.20502.2 + 6.0.0-alpha.1.20503.1 + 6.0.0-alpha.1.20503.1 + 6.0.0-alpha.1.20503.1 + 6.0.0-alpha.1.20503.1 + 6.0.0-alpha.1.20503.1 2.1.0 From f0e93c311e87d4822582a74dffa04ed7b2790e9e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 4 Oct 2020 17:35:47 +0000 Subject: [PATCH 165/375] Update dependencies from https://github.com/dotnet/sdk build 20201004.2 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20504.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 06e3c74ae..bf350ff5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 2cccde7c7e0cb61f257f56b953470877ec6d0829 + eabe646e825d32c522a59f266f268ea7a477ee2e - + https://github.com/dotnet/sdk - 2cccde7c7e0cb61f257f56b953470877ec6d0829 + eabe646e825d32c522a59f266f268ea7a477ee2e diff --git a/eng/Versions.props b/eng/Versions.props index 57c10c6ad..4bf9fc9c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20504.1 - 6.0.100-alpha.1.20504.1 + 6.0.100-alpha.1.20504.2 + 6.0.100-alpha.1.20504.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 092760cabe40259fe21828f63604afacd0fdef24 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Oct 2020 16:16:09 +0000 Subject: [PATCH 166/375] Update dependencies from https://github.com/dotnet/sdk build 20201005.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20505.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 bf350ff5c..c43e26b88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - eabe646e825d32c522a59f266f268ea7a477ee2e + 552e4b93eec289aa4c2c8f96a11b5a85edfecbf9 - + https://github.com/dotnet/sdk - eabe646e825d32c522a59f266f268ea7a477ee2e + 552e4b93eec289aa4c2c8f96a11b5a85edfecbf9 @@ -104,9 +104,9 @@ https://github.com/dotnet/fsharp f394b34045020afb92a4510a98c8c4bde9ac33f4 - + https://github.com/microsoft/vstest - 6a774215a898bb38184e1115e2fb4801185fb0db + a319f62bfd966d584b3a19e20bad55288436cc97 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 4bf9fc9c3..aaa0fc886 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20504.2 - 6.0.100-alpha.1.20504.2 + 6.0.100-alpha.1.20505.1 + 6.0.100-alpha.1.20505.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -130,7 +130,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20200929-01 + 16.9.0-preview-20201005-01 From da8ff5b7d30ce0d4f826bda6f9d446cb9bc673e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Oct 2020 04:41:46 +0000 Subject: [PATCH 167/375] Update dependencies from https://github.com/dotnet/sdk build 20201005.5 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20505.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c43e26b88..cec0b80d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 - + https://github.com/dotnet/aspnetcore - c029cdf7caa9a4f722a3056dc079979fc248cedb + 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 - + https://github.com/dotnet/aspnetcore - c029cdf7caa9a4f722a3056dc079979fc248cedb + 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 - + https://github.com/dotnet/aspnetcore - c029cdf7caa9a4f722a3056dc079979fc248cedb + 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 - + https://github.com/dotnet/aspnetcore - c029cdf7caa9a4f722a3056dc079979fc248cedb + 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 - + https://github.com/dotnet/aspnetcore - c029cdf7caa9a4f722a3056dc079979fc248cedb + 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 - + https://github.com/dotnet/aspnetcore - c029cdf7caa9a4f722a3056dc079979fc248cedb + 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 - + https://github.com/dotnet/aspnetcore - c029cdf7caa9a4f722a3056dc079979fc248cedb + 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 552e4b93eec289aa4c2c8f96a11b5a85edfecbf9 + 72a670673f277225073595e9d2e9e7ff456ebd92 - + https://github.com/dotnet/sdk - 552e4b93eec289aa4c2c8f96a11b5a85edfecbf9 + 72a670673f277225073595e9d2e9e7ff456ebd92 diff --git a/eng/Versions.props b/eng/Versions.props index aaa0fc886..4846cc4e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20503.1 - 5.0.0-rtm.20503.1 - 5.0.0-rtm.20503.1 - 5.0.0-rtm.20503.1 - 5.0.0-rtm.20503.1 - 5.0.0-rtm.20503.1 - 5.0.0-rtm.20503.1 + 5.0.0-rtm.20505.7 + 5.0.0-rtm.20505.7 + 5.0.0-rtm.20505.7 + 5.0.0-rtm.20505.7 + 5.0.0-rtm.20505.7 + 5.0.0-rtm.20505.7 + 5.0.0-rtm.20505.7 0.2.0 - 6.0.100-alpha.1.20505.1 - 6.0.100-alpha.1.20505.1 + 6.0.100-alpha.1.20505.5 + 6.0.100-alpha.1.20505.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea485b547e6d260c3f21b733852fb2c95f5351ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Oct 2020 15:40:13 +0000 Subject: [PATCH 168/375] Update dependencies from https://github.com/dotnet/sdk build 20201006.2 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20506.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 cec0b80d8..3947f5c17 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 72a670673f277225073595e9d2e9e7ff456ebd92 + 79e3234b73c909d715cca6bc199d5c2b98c3248d - + https://github.com/dotnet/sdk - 72a670673f277225073595e9d2e9e7ff456ebd92 + 79e3234b73c909d715cca6bc199d5c2b98c3248d diff --git a/eng/Versions.props b/eng/Versions.props index 4846cc4e5..6e62077b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20505.5 - 6.0.100-alpha.1.20505.5 + 6.0.100-alpha.1.20506.2 + 6.0.100-alpha.1.20506.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 599cd414a1d76c720565af731039270d9d0ced03 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Oct 2020 16:38:18 +0000 Subject: [PATCH 169/375] Update dependencies from https://github.com/dotnet/sdk build 20201006.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20506.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 3947f5c17..38e232acd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 + 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/runtime - 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 + 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/runtime - 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 + 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/runtime - 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 + 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/runtime - 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 + 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 54623ba202cbb62fb3c5c9d9117ab55dcd5469e4 + 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 79e3234b73c909d715cca6bc199d5c2b98c3248d + ed0c6da996c5f0c2db7e6c16e2b622523c40bddd - + https://github.com/dotnet/sdk - 79e3234b73c909d715cca6bc199d5c2b98c3248d + ed0c6da996c5f0c2db7e6c16e2b622523c40bddd @@ -113,9 +113,9 @@ b89cb90abdfdc4e1ccd0822b62d367fa35d30f00 linker - + https://github.com/dotnet/roslyn - f1a29d004314b99af8ab07d2334cbd1bf9e716c5 + dd7319ea5e31ffe79f558c2c835067f4a9091902 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 6e62077b6..2e0f6da9c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20506.2 - 6.0.100-alpha.1.20506.2 + 6.0.100-alpha.1.20506.3 + 6.0.100-alpha.1.20506.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20503.1 + 6.0.0-alpha.1.20505.12 - 6.0.0-alpha.1.20503.1 - 6.0.0-alpha.1.20503.1 - 6.0.0-alpha.1.20503.1 - 6.0.0-alpha.1.20503.1 - 6.0.0-alpha.1.20503.1 + 6.0.0-alpha.1.20505.12 + 6.0.0-alpha.1.20505.12 + 6.0.0-alpha.1.20505.12 + 6.0.0-alpha.1.20505.12 + 6.0.0-alpha.1.20505.12 2.1.0 From 861a1dd12cb80bd834d0e51442d46ee7d1a4023f Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 6 Oct 2020 10:02:46 -0700 Subject: [PATCH 170/375] Add RTM links to main page (#8803) --- README.md | 226 +++++++++++++++++++++++++++--------------------------- 1 file changed, 113 insertions(+), 113 deletions(-) diff --git a/README.md b/README.md index f52ecc1fd..7e999f14a 100644 --- a/README.md +++ b/README.md @@ -67,18 +67,18 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(6.0.x Runtime) | 5.0.100 RC2
(5.0 Runtime) | 5.0.100 RC1
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | +| Platform | Master
(6.0.x Runtime) | 5.0.100 RTM
(5.0 Runtime) | 5.0.100 RC2
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rc2]][win-x64-version-5.0.1XX-rc2]
[Installer][win-x64-installer-5.0.1XX-rc2] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc2]
[zip][win-x64-zip-5.0.1XX-rc2] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc2] | [![][win-x64-badge-5.0.1XX]][win-x64-version-5.0.1XX]
[Installer][win-x64-installer-5.0.1XX] - [Checksum][win-x64-installer-checksum-5.0.1XX]
[zip][win-x64-zip-5.0.1XX] - [Checksum][win-x64-zip-checksum-5.0.1XX] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rc2]][win-x86-version-5.0.1XX-rc2]
[Installer][win-x86-installer-5.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc2]
[zip][win-x86-zip-5.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc2] | [![][win-x86-badge-5.0.1XX]][win-x86-version-5.0.1XX]
[Installer][win-x86-installer-5.0.1XX] - [Checksum][win-x86-installer-checksum-5.0.1XX]
[zip][win-x86-zip-5.0.1XX] - [Checksum][win-x86-zip-checksum-5.0.1XX] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rc2]][osx-version-5.0.1XX-rc2]
[Installer][osx-installer-5.0.1XX-rc2] - [Checksum][osx-installer-checksum-5.0.1XX-rc2]
[tar.gz][osx-targz-5.0.1XX-rc2] - [Checksum][osx-targz-checksum-5.0.1XX-rc2] | [![][osx-badge-5.0.1XX]][osx-version-5.0.1XX]
[Installer][osx-installer-5.0.1XX] - [Checksum][osx-installer-checksum-5.0.1XX]
[tar.gz][osx-targz-5.0.1XX] - [Checksum][osx-targz-checksum-5.0.1XX] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rc2]][linux-version-5.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc2] - [Checksum][linux-targz-checksum-5.0.1XX-rc2] | [![][linux-badge-5.0.1XX]][linux-version-5.0.1XX]
[DEB Installer][linux-DEB-installer-5.0.1XX] - [Checksum][linux-DEB-installer-checksum-5.0.1XX]
[RPM Installer][linux-RPM-installer-5.0.1XX] - [Checksum][linux-RPM-installer-checksum-5.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX] - [Checksum][linux-targz-checksum-5.0.1XX] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rc2]][linux-arm-version-5.0.1XX-rc2]
[tar.gz][linux-arm-targz-5.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc2] | [![][linux-arm-badge-5.0.1XX]][linux-arm-version-5.0.1XX]
[tar.gz][linux-arm-targz-5.0.1XX] - [Checksum][linux-arm-targz-checksum-5.0.1XX] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rc2]][linux-arm64-version-5.0.1XX-rc2]
[tar.gz][linux-arm64-targz-5.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc2] | [![][linux-arm64-badge-5.0.1XX]][linux-arm64-version-5.0.1XX]
[tar.gz][linux-arm64-targz-5.0.1XX] - [Checksum][linux-arm64-targz-checksum-5.0.1XX] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rtm]][win-x64-version-5.0.1XX-rtm]
[Installer][win-x64-installer-5.0.1XX-rtm] - [Checksum][win-x64-installer-checksum-5.0.1XX-rtm]
[zip][win-x64-zip-5.0.1XX-rtm] - [Checksum][win-x64-zip-checksum-5.0.1XX-rtm] | [![][win-x64-badge-5.0.1XX]][win-x64-version-5.0.1XX]
[Installer][win-x64-installer-5.0.1XX] - [Checksum][win-x64-installer-checksum-5.0.1XX]
[zip][win-x64-zip-5.0.1XX] - [Checksum][win-x64-zip-checksum-5.0.1XX] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rtm]][win-x86-version-5.0.1XX-rtm]
[Installer][win-x86-installer-5.0.1XX-rtm] - [Checksum][win-x86-installer-checksum-5.0.1XX-rtm]
[zip][win-x86-zip-5.0.1XX-rtm] - [Checksum][win-x86-zip-checksum-5.0.1XX-rtm] | [![][win-x86-badge-5.0.1XX]][win-x86-version-5.0.1XX]
[Installer][win-x86-installer-5.0.1XX] - [Checksum][win-x86-installer-checksum-5.0.1XX]
[zip][win-x86-zip-5.0.1XX] - [Checksum][win-x86-zip-checksum-5.0.1XX] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rtm]][osx-version-5.0.1XX-rtm]
[Installer][osx-installer-5.0.1XX-rtm] - [Checksum][osx-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-targz-5.0.1XX-rtm] - [Checksum][osx-targz-checksum-5.0.1XX-rtm] | [![][osx-badge-5.0.1XX]][osx-version-5.0.1XX]
[Installer][osx-installer-5.0.1XX] - [Checksum][osx-installer-checksum-5.0.1XX]
[tar.gz][osx-targz-5.0.1XX] - [Checksum][osx-targz-checksum-5.0.1XX] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rtm]][linux-version-5.0.1XX-rtm]
[DEB Installer][linux-DEB-installer-5.0.1XX-rtm] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rtm]
[RPM Installer][linux-RPM-installer-5.0.1XX-rtm] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rtm]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rtm] - [Checksum][linux-targz-checksum-5.0.1XX-rtm] | [![][linux-badge-5.0.1XX]][linux-version-5.0.1XX]
[DEB Installer][linux-DEB-installer-5.0.1XX] - [Checksum][linux-DEB-installer-checksum-5.0.1XX]
[RPM Installer][linux-RPM-installer-5.0.1XX] - [Checksum][linux-RPM-installer-checksum-5.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX] - [Checksum][linux-targz-checksum-5.0.1XX] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][linux-arm-badge-5.0.1XX]][linux-arm-version-5.0.1XX]
[tar.gz][linux-arm-targz-5.0.1XX] - [Checksum][linux-arm-targz-checksum-5.0.1XX] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][linux-arm64-badge-5.0.1XX]][linux-arm64-version-5.0.1XX]
[tar.gz][linux-arm64-targz-5.0.1XX] - [Checksum][linux-arm64-targz-checksum-5.0.1XX] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rc2]][linux-musl-version-5.0.1XX-rc2]
[tar.gz][linux-musl-targz-5.0.1XX-rc2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rc2] | [![][linux-musl-badge-5.0.1XX]][linux-musl-version-5.0.1XX]
[tar.gz][linux-musl-targz-5.0.1XX] - [Checksum][linux-musl-targz-checksum-5.0.1XX] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rtm]][linux-musl-version-5.0.1XX-rtm]
[tar.gz][linux-musl-targz-5.0.1XX-rtm] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rtm] | [![][linux-musl-badge-5.0.1XX]][linux-musl-version-5.0.1XX]
[tar.gz][linux-musl-targz-5.0.1XX] - [Checksum][linux-musl-targz-checksum-5.0.1XX] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | | **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[Installer][win-arm64-installer-5.0.1XX-rc2] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | 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: @@ -94,19 +94,19 @@ Reference notes: [win-x64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x64.txt -[win-x64-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-x64.txt -[win-x64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip.sha [win-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -129,19 +129,19 @@ Reference notes: [win-x86-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x86.txt -[win-x86-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-x86.txt -[win-x86-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip.sha [win-x86-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -164,19 +164,19 @@ Reference notes: [osx-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha [osx-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg [osx-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -201,23 +201,23 @@ Reference notes: [linux-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha [linux-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_x64_Release_version_badge.svg [linux-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -242,15 +242,15 @@ Reference notes: [linux-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha [linux-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -267,15 +267,15 @@ Reference notes: [linux-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha [linux-arm64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -292,15 +292,15 @@ Reference notes: [rhel-6-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha [rhel-6-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -317,15 +317,15 @@ Reference notes: [linux-musl-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha [linux-musl-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -342,15 +342,15 @@ Reference notes: [win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm.txt -[win-arm-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-arm.txt -[win-arm-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip.sha [win-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version @@ -369,19 +369,19 @@ Reference notes: [win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm64.txt -[win-arm64-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/productCommit-win-arm64.txt -[win-arm64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/RC1/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip.sha [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories From 888171d4d53c0835560493458480d25e15a79c26 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Oct 2020 23:38:23 +0000 Subject: [PATCH 171/375] Update dependencies from https://github.com/dotnet/sdk build 20201006.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20506.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 38e232acd..970d9adc8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e
- + https://github.com/dotnet/sdk - ed0c6da996c5f0c2db7e6c16e2b622523c40bddd + 7b27129e2cad2432c0e596096e56d69bdd2ce32b - + https://github.com/dotnet/sdk - ed0c6da996c5f0c2db7e6c16e2b622523c40bddd + 7b27129e2cad2432c0e596096e56d69bdd2ce32b @@ -104,9 +104,9 @@ https://github.com/dotnet/fsharp f394b34045020afb92a4510a98c8c4bde9ac33f4 - + https://github.com/microsoft/vstest - a319f62bfd966d584b3a19e20bad55288436cc97 + 5e59fa403297516710222264b5df53496e379f8f https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 2e0f6da9c..75de54482 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20506.3 - 6.0.100-alpha.1.20506.3 + 6.0.100-alpha.1.20506.8 + 6.0.100-alpha.1.20506.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -130,7 +130,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201005-01 + 16.9.0-preview-20201006-01 From adb4a4b2e0a0ede4a3283916e3fca60ff4944abc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Oct 2020 02:03:17 +0000 Subject: [PATCH 172/375] Update dependencies from https://github.com/dotnet/sdk build 20201006.10 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20506.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 970d9adc8..0db01cfdd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 7b27129e2cad2432c0e596096e56d69bdd2ce32b + e63abd20a6a57e7294b91d59b029f7b41d18b4a5 - + https://github.com/dotnet/sdk - 7b27129e2cad2432c0e596096e56d69bdd2ce32b + e63abd20a6a57e7294b91d59b029f7b41d18b4a5 @@ -113,9 +113,9 @@ b89cb90abdfdc4e1ccd0822b62d367fa35d30f00 linker - + https://github.com/dotnet/roslyn - dd7319ea5e31ffe79f558c2c835067f4a9091902 + 88287e9625dd15e0bad4f2a9a33fb5af3b3d0315 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 75de54482..feb8f7e1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20506.8 - 6.0.100-alpha.1.20506.8 + 6.0.100-alpha.1.20506.10 + 6.0.100-alpha.1.20506.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e73074995ca1f454b0e34cdb35c55ab79d97c033 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Oct 2020 02:51:46 +0000 Subject: [PATCH 173/375] Update dependencies from https://github.com/dotnet/sdk build 20201006.12 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20506.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0db01cfdd..5bb483279 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/aspnetcore - 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 + dab6a2f611c329428607c58931343480021948a4 - + https://github.com/dotnet/aspnetcore - 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 + dab6a2f611c329428607c58931343480021948a4 - + https://github.com/dotnet/aspnetcore - 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 + dab6a2f611c329428607c58931343480021948a4 - + https://github.com/dotnet/aspnetcore - 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 + dab6a2f611c329428607c58931343480021948a4 - + https://github.com/dotnet/aspnetcore - 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 + dab6a2f611c329428607c58931343480021948a4 - + https://github.com/dotnet/aspnetcore - 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 + dab6a2f611c329428607c58931343480021948a4 - + https://github.com/dotnet/aspnetcore - 4fdc35d058dd86398ec2989dfc2fe25f7a95f0a4 + dab6a2f611c329428607c58931343480021948a4 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - e63abd20a6a57e7294b91d59b029f7b41d18b4a5 + ed818b5677ea2202847096749d190055b677b3c1 - + https://github.com/dotnet/sdk - e63abd20a6a57e7294b91d59b029f7b41d18b4a5 + ed818b5677ea2202847096749d190055b677b3c1 diff --git a/eng/Versions.props b/eng/Versions.props index feb8f7e1b..938eb6dcb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20505.7 - 5.0.0-rtm.20505.7 - 5.0.0-rtm.20505.7 - 5.0.0-rtm.20505.7 - 5.0.0-rtm.20505.7 - 5.0.0-rtm.20505.7 - 5.0.0-rtm.20505.7 + 5.0.0-rtm.20505.9 + 5.0.0-rtm.20505.9 + 5.0.0-rtm.20505.9 + 5.0.0-rtm.20505.9 + 5.0.0-rtm.20505.9 + 5.0.0-rtm.20505.9 + 5.0.0-rtm.20505.9 0.2.0 - 6.0.100-alpha.1.20506.10 - 6.0.100-alpha.1.20506.10 + 6.0.100-alpha.1.20506.12 + 6.0.100-alpha.1.20506.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1003fe21abba122e05011a93e7023ed40eb320f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Oct 2020 06:28:59 +0000 Subject: [PATCH 174/375] Update dependencies from https://github.com/dotnet/sdk build 20201006.14 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20506.14 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5bb483279..a16db6935 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/aspnetcore - dab6a2f611c329428607c58931343480021948a4 + 9939b3358c886b725ac122b63bfcbf0d665d1d21 - + https://github.com/dotnet/aspnetcore - dab6a2f611c329428607c58931343480021948a4 + 9939b3358c886b725ac122b63bfcbf0d665d1d21 - + https://github.com/dotnet/aspnetcore - dab6a2f611c329428607c58931343480021948a4 + 9939b3358c886b725ac122b63bfcbf0d665d1d21 - + https://github.com/dotnet/aspnetcore - dab6a2f611c329428607c58931343480021948a4 + 9939b3358c886b725ac122b63bfcbf0d665d1d21 - + https://github.com/dotnet/aspnetcore - dab6a2f611c329428607c58931343480021948a4 + 9939b3358c886b725ac122b63bfcbf0d665d1d21 - + https://github.com/dotnet/aspnetcore - dab6a2f611c329428607c58931343480021948a4 + 9939b3358c886b725ac122b63bfcbf0d665d1d21 - + https://github.com/dotnet/aspnetcore - dab6a2f611c329428607c58931343480021948a4 + 9939b3358c886b725ac122b63bfcbf0d665d1d21 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - ed818b5677ea2202847096749d190055b677b3c1 + 0937145e32f24cac01a25d7e199fa62088004e21 - + https://github.com/dotnet/sdk - ed818b5677ea2202847096749d190055b677b3c1 + 0937145e32f24cac01a25d7e199fa62088004e21 diff --git a/eng/Versions.props b/eng/Versions.props index 938eb6dcb..5b871def4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20505.9 - 5.0.0-rtm.20505.9 - 5.0.0-rtm.20505.9 - 5.0.0-rtm.20505.9 - 5.0.0-rtm.20505.9 - 5.0.0-rtm.20505.9 - 5.0.0-rtm.20505.9 + 5.0.0-rtm.20506.10 + 5.0.0-rtm.20506.10 + 5.0.0-rtm.20506.10 + 5.0.0-rtm.20506.10 + 5.0.0-rtm.20506.10 + 5.0.0-rtm.20506.10 + 5.0.0-rtm.20506.10 0.2.0 - 6.0.100-alpha.1.20506.12 - 6.0.100-alpha.1.20506.12 + 6.0.100-alpha.1.20506.14 + 6.0.100-alpha.1.20506.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b435eee0127b68367848c958093164f9aae5220a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Oct 2020 07:42:32 +0000 Subject: [PATCH 175/375] Update dependencies from https://github.com/dotnet/sdk build 20201006.15 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20506.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 a16db6935..7baff1ded 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 0937145e32f24cac01a25d7e199fa62088004e21 + ded0b206b0589cdb7fec807efa542c3e5f137a32 - + https://github.com/dotnet/sdk - 0937145e32f24cac01a25d7e199fa62088004e21 + ded0b206b0589cdb7fec807efa542c3e5f137a32 @@ -113,9 +113,9 @@ b89cb90abdfdc4e1ccd0822b62d367fa35d30f00 linker - + https://github.com/dotnet/roslyn - 88287e9625dd15e0bad4f2a9a33fb5af3b3d0315 + c4de37f9dd1c635b42b6e7376e0eaf9547f27ad4 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 5b871def4..5f25895aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20506.14 - 6.0.100-alpha.1.20506.14 + 6.0.100-alpha.1.20506.15 + 6.0.100-alpha.1.20506.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fc6b2a80ec839a636192cca6a9abbd8060da9120 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Oct 2020 12:25:22 +0000 Subject: [PATCH 176/375] Update dependencies from https://github.com/dotnet/sdk build 20201007.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20507.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 7baff1ded..347821ecb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - ded0b206b0589cdb7fec807efa542c3e5f137a32 + d9e515f9795020c1ed2d2bff4559cfae7238b149 - + https://github.com/dotnet/sdk - ded0b206b0589cdb7fec807efa542c3e5f137a32 + d9e515f9795020c1ed2d2bff4559cfae7238b149 @@ -113,9 +113,9 @@ b89cb90abdfdc4e1ccd0822b62d367fa35d30f00 linker - + https://github.com/dotnet/roslyn - c4de37f9dd1c635b42b6e7376e0eaf9547f27ad4 + bf030da2d44f6e81c376eba4f0a87701abdf8472 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 5f25895aa..153fc3f8a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20506.15 - 6.0.100-alpha.1.20506.15 + 6.0.100-alpha.1.20507.1 + 6.0.100-alpha.1.20507.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9df94fe70cc77c42620e57140852a549af8745e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 00:51:22 +0000 Subject: [PATCH 177/375] Update dependencies from https://github.com/dotnet/sdk build 20201007.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20507.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 347821ecb..a2cd784c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - d9e515f9795020c1ed2d2bff4559cfae7238b149 + f1ba8d1bed6473345918d02bf5a24dbc176fe052 - + https://github.com/dotnet/sdk - d9e515f9795020c1ed2d2bff4559cfae7238b149 + f1ba8d1bed6473345918d02bf5a24dbc176fe052 @@ -113,9 +113,9 @@ b89cb90abdfdc4e1ccd0822b62d367fa35d30f00 linker - + https://github.com/dotnet/roslyn - bf030da2d44f6e81c376eba4f0a87701abdf8472 + 38ec7d8512b5fa10aa9d567d7d13a6bfd8caf3e4 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 153fc3f8a..0b9b3aca2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20507.1 - 6.0.100-alpha.1.20507.1 + 6.0.100-alpha.1.20507.4 + 6.0.100-alpha.1.20507.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ff7aed145f2e6285534f1ce7870864b2b5963603 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 09:24:13 +0000 Subject: [PATCH 178/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a2cd784c9..5c88e096f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/aspnetcore - 9939b3358c886b725ac122b63bfcbf0d665d1d21 + 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 - + https://github.com/dotnet/aspnetcore - 9939b3358c886b725ac122b63bfcbf0d665d1d21 + 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 - + https://github.com/dotnet/aspnetcore - 9939b3358c886b725ac122b63bfcbf0d665d1d21 + 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 - + https://github.com/dotnet/aspnetcore - 9939b3358c886b725ac122b63bfcbf0d665d1d21 + 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 - + https://github.com/dotnet/aspnetcore - 9939b3358c886b725ac122b63bfcbf0d665d1d21 + 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 - + https://github.com/dotnet/aspnetcore - 9939b3358c886b725ac122b63bfcbf0d665d1d21 + 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 - + https://github.com/dotnet/aspnetcore - 9939b3358c886b725ac122b63bfcbf0d665d1d21 + 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - f1ba8d1bed6473345918d02bf5a24dbc176fe052 + 5d644753eec24aed9d9b182403c7322f0a5e7ac1 - + https://github.com/dotnet/sdk - f1ba8d1bed6473345918d02bf5a24dbc176fe052 + 5d644753eec24aed9d9b182403c7322f0a5e7ac1 diff --git a/eng/Versions.props b/eng/Versions.props index 0b9b3aca2..b7ec0a2d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20506.10 - 5.0.0-rtm.20506.10 - 5.0.0-rtm.20506.10 - 5.0.0-rtm.20506.10 - 5.0.0-rtm.20506.10 - 5.0.0-rtm.20506.10 - 5.0.0-rtm.20506.10 + 5.0.0-rtm.20507.9 + 5.0.0-rtm.20507.9 + 5.0.0-rtm.20507.9 + 5.0.0-rtm.20507.9 + 5.0.0-rtm.20507.9 + 5.0.0-rtm.20507.9 + 5.0.0-rtm.20507.9 0.2.0 - 6.0.100-alpha.1.20507.4 - 6.0.100-alpha.1.20507.4 + 6.0.100-alpha.1.20508.1 + 6.0.100-alpha.1.20508.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f034bc15c2a7189f995aeb36b3a078ed11322470 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 11:37:16 +0000 Subject: [PATCH 179/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5c88e096f..eade0fb40 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe - + https://github.com/dotnet/aspnetcore - 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 + dbdfca422299d4c613fbbed551f68f63de92975c - + https://github.com/dotnet/aspnetcore - 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 + dbdfca422299d4c613fbbed551f68f63de92975c - + https://github.com/dotnet/aspnetcore - 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 + dbdfca422299d4c613fbbed551f68f63de92975c - + https://github.com/dotnet/aspnetcore - 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 + dbdfca422299d4c613fbbed551f68f63de92975c - + https://github.com/dotnet/aspnetcore - 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 + dbdfca422299d4c613fbbed551f68f63de92975c - + https://github.com/dotnet/aspnetcore - 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 + dbdfca422299d4c613fbbed551f68f63de92975c - + https://github.com/dotnet/aspnetcore - 3fdbc2e90d9762324ef3809098c9ca25b0cb3284 + dbdfca422299d4c613fbbed551f68f63de92975c https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 5d644753eec24aed9d9b182403c7322f0a5e7ac1 + 3ed69b1b3d3e08bfed10b2969ade99ed9b377f3a - + https://github.com/dotnet/sdk - 5d644753eec24aed9d9b182403c7322f0a5e7ac1 + 3ed69b1b3d3e08bfed10b2969ade99ed9b377f3a diff --git a/eng/Versions.props b/eng/Versions.props index b7ec0a2d8..96d217d2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20507.9 - 5.0.0-rtm.20507.9 - 5.0.0-rtm.20507.9 - 5.0.0-rtm.20507.9 - 5.0.0-rtm.20507.9 - 5.0.0-rtm.20507.9 - 5.0.0-rtm.20507.9 + 5.0.0-rtm.20507.10 + 5.0.0-rtm.20507.10 + 5.0.0-rtm.20507.10 + 5.0.0-rtm.20507.10 + 5.0.0-rtm.20507.10 + 5.0.0-rtm.20507.10 + 5.0.0-rtm.20507.10 0.2.0 - 6.0.100-alpha.1.20508.1 - 6.0.100-alpha.1.20508.1 + 6.0.100-alpha.1.20508.3 + 6.0.100-alpha.1.20508.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a725d9bbffb11721da6627f7eb9e37c9fbe80b5a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 16:29:59 +0000 Subject: [PATCH 180/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.5 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 eade0fb40..a0b9ab3de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe + 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/runtime - 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe + 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/runtime - 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe + 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/runtime - 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe + 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/runtime - 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe + 4fef87c65e7466000884aeb9dee6498b162fe2fa @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 214458e2748c7857ab2e2cfdb3a3d32d65e95bfe + 4fef87c65e7466000884aeb9dee6498b162fe2fa https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 3ed69b1b3d3e08bfed10b2969ade99ed9b377f3a + 75674af716f72847b766fbef40f8b36cb062711c - + https://github.com/dotnet/sdk - 3ed69b1b3d3e08bfed10b2969ade99ed9b377f3a + 75674af716f72847b766fbef40f8b36cb062711c diff --git a/eng/Versions.props b/eng/Versions.props index 96d217d2a..51d1e4c2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20508.3 - 6.0.100-alpha.1.20508.3 + 6.0.100-alpha.1.20508.5 + 6.0.100-alpha.1.20508.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20505.12 + 6.0.0-alpha.1.20507.4 - 6.0.0-alpha.1.20505.12 - 6.0.0-alpha.1.20505.12 - 6.0.0-alpha.1.20505.12 - 6.0.0-alpha.1.20505.12 - 6.0.0-alpha.1.20505.12 + 6.0.0-alpha.1.20507.4 + 6.0.0-alpha.1.20507.4 + 6.0.0-alpha.1.20507.4 + 6.0.0-alpha.1.20507.4 + 6.0.0-alpha.1.20507.4 2.1.0 From 70e3b4161430284d1613278b7872ceae5cfffb3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 17:51:59 +0000 Subject: [PATCH 181/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 a0b9ab3de..60e8f3f27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 8764c82892d6f028e45d49514660aa2026bd980e - + https://github.com/dotnet/sdk - 75674af716f72847b766fbef40f8b36cb062711c + 4992bc6c079ddabc2035c14cb45b416d50685450 - + https://github.com/dotnet/sdk - 75674af716f72847b766fbef40f8b36cb062711c + 4992bc6c079ddabc2035c14cb45b416d50685450 @@ -100,9 +100,9 @@ https://github.com/dotnet/wpf b91ba697c48bc7825580e3c7fa09c5c3781c3788 - + https://github.com/dotnet/fsharp - f394b34045020afb92a4510a98c8c4bde9ac33f4 + da6be68280c89131cdba2045525b80890401defd https://github.com/microsoft/vstest diff --git a/eng/Versions.props b/eng/Versions.props index 51d1e4c2b..8b78abc10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20508.5 - 6.0.100-alpha.1.20508.5 + 6.0.100-alpha.1.20508.6 + 6.0.100-alpha.1.20508.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8fd303461ebcf67e997c5565c4d245a4c905ae55 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 19:52:12 +0000 Subject: [PATCH 182/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 60e8f3f27..e41771565 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 8764c82892d6f028e45d49514660aa2026bd980e + 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - 4992bc6c079ddabc2035c14cb45b416d50685450 + ba1f938272f5bda91f3e5464e4162e27637dc341 - + https://github.com/dotnet/sdk - 4992bc6c079ddabc2035c14cb45b416d50685450 + ba1f938272f5bda91f3e5464e4162e27637dc341 diff --git a/eng/Versions.props b/eng/Versions.props index 8b78abc10..53175a307 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20501.1 + 6.0.0-alpha.1.20508.2 @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20508.6 - 6.0.100-alpha.1.20508.6 + 6.0.100-alpha.1.20508.7 + 6.0.100-alpha.1.20508.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0f1c7c4c28ee82dfa3eb2ba648f7c71730f67375 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 21:40:34 +0000 Subject: [PATCH 183/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.11 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 e41771565..cf2e584a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - ba1f938272f5bda91f3e5464e4162e27637dc341 + acc78e6ff441e92a58a23fd2d6e5966ce7b49c30 - + https://github.com/dotnet/sdk - ba1f938272f5bda91f3e5464e4162e27637dc341 + acc78e6ff441e92a58a23fd2d6e5966ce7b49c30 diff --git a/eng/Versions.props b/eng/Versions.props index 53175a307..f5d4d2400 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20508.7 - 6.0.100-alpha.1.20508.7 + 6.0.100-alpha.1.20508.11 + 6.0.100-alpha.1.20508.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea5a51aa3668f707c72b373adead731e53e8609c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Oct 2020 22:15:23 +0000 Subject: [PATCH 184/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.13 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.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 cf2e584a0..c7b726f90 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - acc78e6ff441e92a58a23fd2d6e5966ce7b49c30 + d4eac864ce7b9b4daa85c2b77957880a171033f8 - + https://github.com/dotnet/sdk - acc78e6ff441e92a58a23fd2d6e5966ce7b49c30 + d4eac864ce7b9b4daa85c2b77957880a171033f8 diff --git a/eng/Versions.props b/eng/Versions.props index f5d4d2400..ada8c0dc4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20508.11 - 6.0.100-alpha.1.20508.11 + 6.0.100-alpha.1.20508.13 + 6.0.100-alpha.1.20508.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7310b48b7d95d135a902ad3bc9dc5ae70d816b84 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 00:11:30 +0000 Subject: [PATCH 185/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.15 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.15 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c7b726f90..9dbf42ec6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/aspnetcore - dbdfca422299d4c613fbbed551f68f63de92975c + 628ce6114bd426c80e57f637234fe94cf9b37c7d - + https://github.com/dotnet/aspnetcore - dbdfca422299d4c613fbbed551f68f63de92975c + 628ce6114bd426c80e57f637234fe94cf9b37c7d - + https://github.com/dotnet/aspnetcore - dbdfca422299d4c613fbbed551f68f63de92975c + 628ce6114bd426c80e57f637234fe94cf9b37c7d - + https://github.com/dotnet/aspnetcore - dbdfca422299d4c613fbbed551f68f63de92975c + 628ce6114bd426c80e57f637234fe94cf9b37c7d - + https://github.com/dotnet/aspnetcore - dbdfca422299d4c613fbbed551f68f63de92975c + 628ce6114bd426c80e57f637234fe94cf9b37c7d - + https://github.com/dotnet/aspnetcore - dbdfca422299d4c613fbbed551f68f63de92975c + 628ce6114bd426c80e57f637234fe94cf9b37c7d - + https://github.com/dotnet/aspnetcore - dbdfca422299d4c613fbbed551f68f63de92975c + 628ce6114bd426c80e57f637234fe94cf9b37c7d https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - d4eac864ce7b9b4daa85c2b77957880a171033f8 + abfc4d94ea4a92db693ae7b01649d4e243d0218e - + https://github.com/dotnet/sdk - d4eac864ce7b9b4daa85c2b77957880a171033f8 + abfc4d94ea4a92db693ae7b01649d4e243d0218e diff --git a/eng/Versions.props b/eng/Versions.props index ada8c0dc4..8a66aeb10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20507.10 - 5.0.0-rtm.20507.10 - 5.0.0-rtm.20507.10 - 5.0.0-rtm.20507.10 - 5.0.0-rtm.20507.10 - 5.0.0-rtm.20507.10 - 5.0.0-rtm.20507.10 + 5.0.0-rtm.20508.6 + 5.0.0-rtm.20508.6 + 5.0.0-rtm.20508.6 + 5.0.0-rtm.20508.6 + 5.0.0-rtm.20508.6 + 5.0.0-rtm.20508.6 + 5.0.0-rtm.20508.6 0.2.0 - 6.0.100-alpha.1.20508.13 - 6.0.100-alpha.1.20508.13 + 6.0.100-alpha.1.20508.15 + 6.0.100-alpha.1.20508.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9be00014c4d1cf9d36f46a227f697a1c5da5cbf5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 01:55:32 +0000 Subject: [PATCH 186/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.18 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9dbf42ec6..75c784b89 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/aspnetcore - 628ce6114bd426c80e57f637234fe94cf9b37c7d + a84868a602ac45c85b30d706c3bfcb8900c804a2 - + https://github.com/dotnet/aspnetcore - 628ce6114bd426c80e57f637234fe94cf9b37c7d + a84868a602ac45c85b30d706c3bfcb8900c804a2 - + https://github.com/dotnet/aspnetcore - 628ce6114bd426c80e57f637234fe94cf9b37c7d + a84868a602ac45c85b30d706c3bfcb8900c804a2 - + https://github.com/dotnet/aspnetcore - 628ce6114bd426c80e57f637234fe94cf9b37c7d + a84868a602ac45c85b30d706c3bfcb8900c804a2 - + https://github.com/dotnet/aspnetcore - 628ce6114bd426c80e57f637234fe94cf9b37c7d + a84868a602ac45c85b30d706c3bfcb8900c804a2 - + https://github.com/dotnet/aspnetcore - 628ce6114bd426c80e57f637234fe94cf9b37c7d + a84868a602ac45c85b30d706c3bfcb8900c804a2 - + https://github.com/dotnet/aspnetcore - 628ce6114bd426c80e57f637234fe94cf9b37c7d + a84868a602ac45c85b30d706c3bfcb8900c804a2 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - abfc4d94ea4a92db693ae7b01649d4e243d0218e + ebec66211c2d04668c741a6d1b3dcd00369d5043 - + https://github.com/dotnet/sdk - abfc4d94ea4a92db693ae7b01649d4e243d0218e + ebec66211c2d04668c741a6d1b3dcd00369d5043 diff --git a/eng/Versions.props b/eng/Versions.props index 8a66aeb10..ef6e56a0a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20508.6 - 5.0.0-rtm.20508.6 - 5.0.0-rtm.20508.6 - 5.0.0-rtm.20508.6 - 5.0.0-rtm.20508.6 - 5.0.0-rtm.20508.6 - 5.0.0-rtm.20508.6 + 5.0.0-rtm.20508.16 + 5.0.0-rtm.20508.16 + 5.0.0-rtm.20508.16 + 5.0.0-rtm.20508.16 + 5.0.0-rtm.20508.16 + 5.0.0-rtm.20508.16 + 5.0.0-rtm.20508.16 0.2.0 - 6.0.100-alpha.1.20508.15 - 6.0.100-alpha.1.20508.15 + 6.0.100-alpha.1.20508.18 + 6.0.100-alpha.1.20508.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d5fd512a88926dbf2771dd3b0501421228bc9953 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 02:43:15 +0000 Subject: [PATCH 187/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.19 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.19 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 75c784b89..0cc7a06ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - ebec66211c2d04668c741a6d1b3dcd00369d5043 + 1eaacb12ea40f0e36cf2c859586460bd9921459a - + https://github.com/dotnet/sdk - ebec66211c2d04668c741a6d1b3dcd00369d5043 + 1eaacb12ea40f0e36cf2c859586460bd9921459a @@ -117,9 +117,9 @@ https://github.com/dotnet/roslyn 38ec7d8512b5fa10aa9d567d7d13a6bfd8caf3e4 - + https://github.com/dotnet/msbuild - ca44138662e3aa90eb9305dd31d906ef02e962cb + a71067913c82bcb5d79a13f40ff8b12cbd384c1c https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index ef6e56a0a..feb4685c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20508.18 - 6.0.100-alpha.1.20508.18 + 6.0.100-alpha.1.20508.19 + 6.0.100-alpha.1.20508.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2af763b1d2750092aab462c0e0fdf8e90f095486 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 04:12:32 +0000 Subject: [PATCH 188/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.23 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.23 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0cc7a06ec..596db748b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/aspnetcore - a84868a602ac45c85b30d706c3bfcb8900c804a2 + c995f1c803a9ca329f681ed62f31ad4a028b8d7a - + https://github.com/dotnet/aspnetcore - a84868a602ac45c85b30d706c3bfcb8900c804a2 + c995f1c803a9ca329f681ed62f31ad4a028b8d7a - + https://github.com/dotnet/aspnetcore - a84868a602ac45c85b30d706c3bfcb8900c804a2 + c995f1c803a9ca329f681ed62f31ad4a028b8d7a - + https://github.com/dotnet/aspnetcore - a84868a602ac45c85b30d706c3bfcb8900c804a2 + c995f1c803a9ca329f681ed62f31ad4a028b8d7a - + https://github.com/dotnet/aspnetcore - a84868a602ac45c85b30d706c3bfcb8900c804a2 + c995f1c803a9ca329f681ed62f31ad4a028b8d7a - + https://github.com/dotnet/aspnetcore - a84868a602ac45c85b30d706c3bfcb8900c804a2 + c995f1c803a9ca329f681ed62f31ad4a028b8d7a - + https://github.com/dotnet/aspnetcore - a84868a602ac45c85b30d706c3bfcb8900c804a2 + c995f1c803a9ca329f681ed62f31ad4a028b8d7a https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - 1eaacb12ea40f0e36cf2c859586460bd9921459a + 8ff1d72ad28678dca5a06cd12ebdd03cb74e9bba - + https://github.com/dotnet/sdk - 1eaacb12ea40f0e36cf2c859586460bd9921459a + 8ff1d72ad28678dca5a06cd12ebdd03cb74e9bba diff --git a/eng/Versions.props b/eng/Versions.props index feb4685c1..a7ba9ffcb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20508.16 - 5.0.0-rtm.20508.16 - 5.0.0-rtm.20508.16 - 5.0.0-rtm.20508.16 - 5.0.0-rtm.20508.16 - 5.0.0-rtm.20508.16 - 5.0.0-rtm.20508.16 + 5.0.0-rtm.20508.21 + 5.0.0-rtm.20508.21 + 5.0.0-rtm.20508.21 + 5.0.0-rtm.20508.21 + 5.0.0-rtm.20508.21 + 5.0.0-rtm.20508.21 + 5.0.0-rtm.20508.21 0.2.0 - 6.0.100-alpha.1.20508.19 - 6.0.100-alpha.1.20508.19 + 6.0.100-alpha.1.20508.23 + 6.0.100-alpha.1.20508.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 64dd32f8203e8eb97b9e352e4f2b4a4698e31d24 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 06:30:17 +0000 Subject: [PATCH 189/375] Update dependencies from https://github.com/dotnet/sdk build 20201008.27 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20508.27 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 596db748b..dd27d55b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/aspnetcore - c995f1c803a9ca329f681ed62f31ad4a028b8d7a + 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee - + https://github.com/dotnet/aspnetcore - c995f1c803a9ca329f681ed62f31ad4a028b8d7a + 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee - + https://github.com/dotnet/aspnetcore - c995f1c803a9ca329f681ed62f31ad4a028b8d7a + 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee - + https://github.com/dotnet/aspnetcore - c995f1c803a9ca329f681ed62f31ad4a028b8d7a + 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee - + https://github.com/dotnet/aspnetcore - c995f1c803a9ca329f681ed62f31ad4a028b8d7a + 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee - + https://github.com/dotnet/aspnetcore - c995f1c803a9ca329f681ed62f31ad4a028b8d7a + 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee - + https://github.com/dotnet/aspnetcore - c995f1c803a9ca329f681ed62f31ad4a028b8d7a + 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - 8ff1d72ad28678dca5a06cd12ebdd03cb74e9bba + e9b71c9c2aa0aa2a9275c10875bd187f358a84a2 - + https://github.com/dotnet/sdk - 8ff1d72ad28678dca5a06cd12ebdd03cb74e9bba + e9b71c9c2aa0aa2a9275c10875bd187f358a84a2 diff --git a/eng/Versions.props b/eng/Versions.props index a7ba9ffcb..8557c4fde 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20508.21 - 5.0.0-rtm.20508.21 - 5.0.0-rtm.20508.21 - 5.0.0-rtm.20508.21 - 5.0.0-rtm.20508.21 - 5.0.0-rtm.20508.21 - 5.0.0-rtm.20508.21 + 5.0.0-rtm.20508.23 + 5.0.0-rtm.20508.23 + 5.0.0-rtm.20508.23 + 5.0.0-rtm.20508.23 + 5.0.0-rtm.20508.23 + 5.0.0-rtm.20508.23 + 5.0.0-rtm.20508.23 0.2.0 - 6.0.100-alpha.1.20508.23 - 6.0.100-alpha.1.20508.23 + 6.0.100-alpha.1.20508.27 + 6.0.100-alpha.1.20508.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0708cd4f2668ff5cb63afad8a9da805ff226c871 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 08:50:54 +0000 Subject: [PATCH 190/375] Update dependencies from https://github.com/dotnet/sdk build 20201009.2 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20509.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd27d55b2..879dcdd0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/aspnetcore - 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee + 9402ebf905c7896c8f2fda77ea3e702d692fc37a - + https://github.com/dotnet/aspnetcore - 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee + 9402ebf905c7896c8f2fda77ea3e702d692fc37a - + https://github.com/dotnet/aspnetcore - 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee + 9402ebf905c7896c8f2fda77ea3e702d692fc37a - + https://github.com/dotnet/aspnetcore - 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee + 9402ebf905c7896c8f2fda77ea3e702d692fc37a - + https://github.com/dotnet/aspnetcore - 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee + 9402ebf905c7896c8f2fda77ea3e702d692fc37a - + https://github.com/dotnet/aspnetcore - 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee + 9402ebf905c7896c8f2fda77ea3e702d692fc37a - + https://github.com/dotnet/aspnetcore - 6be66f507e4fc8cf14dcfcecbfb0eeffefbeddee + 9402ebf905c7896c8f2fda77ea3e702d692fc37a https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - e9b71c9c2aa0aa2a9275c10875bd187f358a84a2 + f9e9d00b78c6e3ea3745089e8a002a8a342b5200 - + https://github.com/dotnet/sdk - e9b71c9c2aa0aa2a9275c10875bd187f358a84a2 + f9e9d00b78c6e3ea3745089e8a002a8a342b5200 diff --git a/eng/Versions.props b/eng/Versions.props index 8557c4fde..18681a1a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20508.23 - 5.0.0-rtm.20508.23 - 5.0.0-rtm.20508.23 - 5.0.0-rtm.20508.23 - 5.0.0-rtm.20508.23 - 5.0.0-rtm.20508.23 - 5.0.0-rtm.20508.23 + 5.0.0-rtm.20508.27 + 5.0.0-rtm.20508.27 + 5.0.0-rtm.20508.27 + 5.0.0-rtm.20508.27 + 5.0.0-rtm.20508.27 + 5.0.0-rtm.20508.27 + 5.0.0-rtm.20508.27 0.2.0 - 6.0.100-alpha.1.20508.27 - 6.0.100-alpha.1.20508.27 + 6.0.100-alpha.1.20509.2 + 6.0.100-alpha.1.20509.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bd3f2b5d4e0f105bc4c17ec2d2b456f90da855ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 12:44:43 +0000 Subject: [PATCH 191/375] Update dependencies from https://github.com/dotnet/sdk build 20201009.5 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20509.5 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 879dcdd0b..12c550335 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/aspnetcore - 9402ebf905c7896c8f2fda77ea3e702d692fc37a + b7b300143518f86d5e4ff6630688c7d578efda07 - + https://github.com/dotnet/aspnetcore - 9402ebf905c7896c8f2fda77ea3e702d692fc37a + b7b300143518f86d5e4ff6630688c7d578efda07 - + https://github.com/dotnet/aspnetcore - 9402ebf905c7896c8f2fda77ea3e702d692fc37a + b7b300143518f86d5e4ff6630688c7d578efda07 - + https://github.com/dotnet/aspnetcore - 9402ebf905c7896c8f2fda77ea3e702d692fc37a + b7b300143518f86d5e4ff6630688c7d578efda07 - + https://github.com/dotnet/aspnetcore - 9402ebf905c7896c8f2fda77ea3e702d692fc37a + b7b300143518f86d5e4ff6630688c7d578efda07 - + https://github.com/dotnet/aspnetcore - 9402ebf905c7896c8f2fda77ea3e702d692fc37a + b7b300143518f86d5e4ff6630688c7d578efda07 - + https://github.com/dotnet/aspnetcore - 9402ebf905c7896c8f2fda77ea3e702d692fc37a + b7b300143518f86d5e4ff6630688c7d578efda07 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 0589fb051fac78cde679708575087d4ec6e29971 - + https://github.com/dotnet/sdk - f9e9d00b78c6e3ea3745089e8a002a8a342b5200 + 0024a88ea0ec25ae62f1c6b07520538f067ba46d - + https://github.com/dotnet/sdk - f9e9d00b78c6e3ea3745089e8a002a8a342b5200 + 0024a88ea0ec25ae62f1c6b07520538f067ba46d diff --git a/eng/Versions.props b/eng/Versions.props index 18681a1a5..fbb351938 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20508.27 - 5.0.0-rtm.20508.27 - 5.0.0-rtm.20508.27 - 5.0.0-rtm.20508.27 - 5.0.0-rtm.20508.27 - 5.0.0-rtm.20508.27 - 5.0.0-rtm.20508.27 + 5.0.0-rtm.20508.29 + 5.0.0-rtm.20508.29 + 5.0.0-rtm.20508.29 + 5.0.0-rtm.20508.29 + 5.0.0-rtm.20508.29 + 5.0.0-rtm.20508.29 + 5.0.0-rtm.20508.29 0.2.0 - 6.0.100-alpha.1.20509.2 - 6.0.100-alpha.1.20509.2 + 6.0.100-alpha.1.20509.5 + 6.0.100-alpha.1.20509.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 707d4743ea5780deecf7fec3ed4263ce7aa53d2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Oct 2020 14:12:36 +0000 Subject: [PATCH 192/375] Update dependencies from https://github.com/dotnet/sdk build 20201009.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20509.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 12c550335..f0ad0f64a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 0589fb051fac78cde679708575087d4ec6e29971 + ddf5f8e5de38c184ea015d9dc817cbfd4f4a3d4f - + https://github.com/dotnet/sdk - 0024a88ea0ec25ae62f1c6b07520538f067ba46d + e6e486ccf982d865cda602f460b59e1f46278855 - + https://github.com/dotnet/sdk - 0024a88ea0ec25ae62f1c6b07520538f067ba46d + e6e486ccf982d865cda602f460b59e1f46278855 diff --git a/eng/Versions.props b/eng/Versions.props index fbb351938..cad3f50a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20508.2 + 6.0.0-alpha.1.20509.2 @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20509.5 - 6.0.100-alpha.1.20509.5 + 6.0.100-alpha.1.20509.7 + 6.0.100-alpha.1.20509.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 240f13d49c711742e953183d0c93da2a9d3e5932 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 12 Oct 2020 22:42:23 +0000 Subject: [PATCH 193/375] Update dependencies from https://github.com/dotnet/sdk build 20201009.14 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20509.14 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0ad0f64a..17be03374 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4fef87c65e7466000884aeb9dee6498b162fe2fa - + https://github.com/dotnet/aspnetcore - b7b300143518f86d5e4ff6630688c7d578efda07 + 36f6242e6f84208bc1c9d2c4cac94cbb134196df - + https://github.com/dotnet/aspnetcore - b7b300143518f86d5e4ff6630688c7d578efda07 + 36f6242e6f84208bc1c9d2c4cac94cbb134196df - + https://github.com/dotnet/aspnetcore - b7b300143518f86d5e4ff6630688c7d578efda07 + 36f6242e6f84208bc1c9d2c4cac94cbb134196df - + https://github.com/dotnet/aspnetcore - b7b300143518f86d5e4ff6630688c7d578efda07 + 36f6242e6f84208bc1c9d2c4cac94cbb134196df - + https://github.com/dotnet/aspnetcore - b7b300143518f86d5e4ff6630688c7d578efda07 + 36f6242e6f84208bc1c9d2c4cac94cbb134196df - + https://github.com/dotnet/aspnetcore - b7b300143518f86d5e4ff6630688c7d578efda07 + 36f6242e6f84208bc1c9d2c4cac94cbb134196df - + https://github.com/dotnet/aspnetcore - b7b300143518f86d5e4ff6630688c7d578efda07 + 36f6242e6f84208bc1c9d2c4cac94cbb134196df https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating ddf5f8e5de38c184ea015d9dc817cbfd4f4a3d4f - + https://github.com/dotnet/sdk - e6e486ccf982d865cda602f460b59e1f46278855 + 987d0bd4bbdd20db1513245994e82c33934b3f1c - + https://github.com/dotnet/sdk - e6e486ccf982d865cda602f460b59e1f46278855 + 987d0bd4bbdd20db1513245994e82c33934b3f1c diff --git a/eng/Versions.props b/eng/Versions.props index cad3f50a3..3e0136c69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20508.29 - 5.0.0-rtm.20508.29 - 5.0.0-rtm.20508.29 - 5.0.0-rtm.20508.29 - 5.0.0-rtm.20508.29 - 5.0.0-rtm.20508.29 - 5.0.0-rtm.20508.29 + 5.0.0-rtm.20509.5 + 5.0.0-rtm.20509.5 + 5.0.0-rtm.20509.5 + 5.0.0-rtm.20509.5 + 5.0.0-rtm.20509.5 + 5.0.0-rtm.20509.5 + 5.0.0-rtm.20509.5 0.2.0 - 6.0.100-alpha.1.20509.7 - 6.0.100-alpha.1.20509.7 + 6.0.100-alpha.1.20509.14 + 6.0.100-alpha.1.20509.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 88a5487d11d3ba85d82a53514e3f87260a46d9e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 12 Oct 2020 23:13:38 +0000 Subject: [PATCH 194/375] Update dependencies from https://github.com/dotnet/sdk build 20201012.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20512.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 76 ++++++++++++++++++++--------------------- eng/Versions.props | 34 +++++++++--------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 17be03374..a40dd0fd5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 4fef87c65e7466000884aeb9dee6498b162fe2fa + 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/runtime - 4fef87c65e7466000884aeb9dee6498b162fe2fa + 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/runtime - 4fef87c65e7466000884aeb9dee6498b162fe2fa + 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/runtime - 4fef87c65e7466000884aeb9dee6498b162fe2fa + 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/runtime - 4fef87c65e7466000884aeb9dee6498b162fe2fa + 4af0db78428b39315b4683f749237d9dd7b6020a @@ -39,37 +39,37 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4fef87c65e7466000884aeb9dee6498b162fe2fa + 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/aspnetcore - 36f6242e6f84208bc1c9d2c4cac94cbb134196df + ab973d23fb5fc3b00d37ba63182b5bb14dc02803 - + https://github.com/dotnet/aspnetcore - 36f6242e6f84208bc1c9d2c4cac94cbb134196df + ab973d23fb5fc3b00d37ba63182b5bb14dc02803 - + https://github.com/dotnet/aspnetcore - 36f6242e6f84208bc1c9d2c4cac94cbb134196df + ab973d23fb5fc3b00d37ba63182b5bb14dc02803 - + https://github.com/dotnet/aspnetcore - 36f6242e6f84208bc1c9d2c4cac94cbb134196df + ab973d23fb5fc3b00d37ba63182b5bb14dc02803 - + https://github.com/dotnet/aspnetcore - 36f6242e6f84208bc1c9d2c4cac94cbb134196df + ab973d23fb5fc3b00d37ba63182b5bb14dc02803 - + https://github.com/dotnet/aspnetcore - 36f6242e6f84208bc1c9d2c4cac94cbb134196df + ab973d23fb5fc3b00d37ba63182b5bb14dc02803 - + https://github.com/dotnet/aspnetcore - 36f6242e6f84208bc1c9d2c4cac94cbb134196df + ab973d23fb5fc3b00d37ba63182b5bb14dc02803 https://github.com/dotnet/test-templates @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - ddf5f8e5de38c184ea015d9dc817cbfd4f4a3d4f + 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 987d0bd4bbdd20db1513245994e82c33934b3f1c + 2491722eef22909f6e95a97fe6cdca08faca060a - + https://github.com/dotnet/sdk - 987d0bd4bbdd20db1513245994e82c33934b3f1c + 2491722eef22909f6e95a97fe6cdca08faca060a @@ -104,18 +104,18 @@ https://github.com/dotnet/fsharp da6be68280c89131cdba2045525b80890401defd - + https://github.com/microsoft/vstest - 5e59fa403297516710222264b5df53496e379f8f + 0b1e2e51743cc083d99b88673fe518672e2af9f0 - + https://github.com/mono/linker - b89cb90abdfdc4e1ccd0822b62d367fa35d30f00 + 24c3616ee88623bea1e068605eba15009a8a3043 linker - + https://github.com/dotnet/roslyn - 38ec7d8512b5fa10aa9d567d7d13a6bfd8caf3e4 + 53f4d5b526c845d39387f8d2782e6c2bb7301ac9 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 3e0136c69..f84839484 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20509.2 + 6.0.0-alpha.1.20512.1 @@ -44,36 +44,36 @@ - 5.0.0-rtm.20509.5 - 5.0.0-rtm.20509.5 - 5.0.0-rtm.20509.5 - 5.0.0-rtm.20509.5 - 5.0.0-rtm.20509.5 - 5.0.0-rtm.20509.5 - 5.0.0-rtm.20509.5 + 5.0.0-rtm.20509.13 + 5.0.0-rtm.20509.13 + 5.0.0-rtm.20509.13 + 5.0.0-rtm.20509.13 + 5.0.0-rtm.20509.13 + 5.0.0-rtm.20509.13 + 5.0.0-rtm.20509.13 0.2.0 - 6.0.100-alpha.1.20509.14 - 6.0.100-alpha.1.20509.14 + 6.0.100-alpha.1.20512.3 + 6.0.100-alpha.1.20512.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20507.4 + 6.0.0-alpha.1.20510.8 - 6.0.0-alpha.1.20507.4 - 6.0.0-alpha.1.20507.4 - 6.0.0-alpha.1.20507.4 - 6.0.0-alpha.1.20507.4 - 6.0.0-alpha.1.20507.4 + 6.0.0-alpha.1.20510.8 + 6.0.0-alpha.1.20510.8 + 6.0.0-alpha.1.20510.8 + 6.0.0-alpha.1.20510.8 + 6.0.0-alpha.1.20510.8 2.1.0 @@ -130,7 +130,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201006-01 + 16.8.0-release-20201009-01 From 0b670a9eff436796fcb198db5ba7d31d68e0122f Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Mon, 12 Oct 2020 17:35:44 -0700 Subject: [PATCH 195/375] Update template versions from dotnet/aspnetcore --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index e688ee443..1a1266ec8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -109,7 +109,7 @@ 3.1.2 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) - 3.1.7 + 3.1.9 3.2.1 4.8.0-rc2.19462.10 @@ -124,7 +124,7 @@ 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) 1.0.2-beta4.20420.1 - 2.1.22 + 2.1.24 From 23f8cc27719b39e18d614a35427aaa417ee50675 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 03:22:05 +0000 Subject: [PATCH 196/375] Update dependencies from https://github.com/dotnet/sdk build 20201012.9 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20512.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 a40dd0fd5..8c03c35c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 2491722eef22909f6e95a97fe6cdca08faca060a + 6b766be9d3d8d2de451d96fde65170ebfd4507f2 - + https://github.com/dotnet/sdk - 2491722eef22909f6e95a97fe6cdca08faca060a + 6b766be9d3d8d2de451d96fde65170ebfd4507f2 @@ -113,9 +113,9 @@ 24c3616ee88623bea1e068605eba15009a8a3043 linker - + https://github.com/dotnet/roslyn - 53f4d5b526c845d39387f8d2782e6c2bb7301ac9 + df89f3868564dbf2a8cdf7cef985def16501cdf3 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index f84839484..fd2afd557 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20512.3 - 6.0.100-alpha.1.20512.3 + 6.0.100-alpha.1.20512.9 + 6.0.100-alpha.1.20512.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 853e79a25fee67674c6c59e6734a168fdea59390 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 04:33:40 +0000 Subject: [PATCH 197/375] Update dependencies from https://github.com/dotnet/sdk build 20201012.11 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20512.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c03c35c0..9ad2ddfd7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/aspnetcore - ab973d23fb5fc3b00d37ba63182b5bb14dc02803 + 701b294342ff2381bc9e291d2ec828191c28fd34 - + https://github.com/dotnet/aspnetcore - ab973d23fb5fc3b00d37ba63182b5bb14dc02803 + 701b294342ff2381bc9e291d2ec828191c28fd34 - + https://github.com/dotnet/aspnetcore - ab973d23fb5fc3b00d37ba63182b5bb14dc02803 + 701b294342ff2381bc9e291d2ec828191c28fd34 - + https://github.com/dotnet/aspnetcore - ab973d23fb5fc3b00d37ba63182b5bb14dc02803 + b866b765b3493c7943829ce830e509d61f958102 - + https://github.com/dotnet/aspnetcore - ab973d23fb5fc3b00d37ba63182b5bb14dc02803 + 701b294342ff2381bc9e291d2ec828191c28fd34 - + https://github.com/dotnet/aspnetcore - ab973d23fb5fc3b00d37ba63182b5bb14dc02803 + 701b294342ff2381bc9e291d2ec828191c28fd34 - + https://github.com/dotnet/aspnetcore - ab973d23fb5fc3b00d37ba63182b5bb14dc02803 + 701b294342ff2381bc9e291d2ec828191c28fd34 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 6b766be9d3d8d2de451d96fde65170ebfd4507f2 + 426a9d8d3a0ea65dce97c4ce3d1120791d9a6974 - + https://github.com/dotnet/sdk - 6b766be9d3d8d2de451d96fde65170ebfd4507f2 + 426a9d8d3a0ea65dce97c4ce3d1120791d9a6974 diff --git a/eng/Versions.props b/eng/Versions.props index fd2afd557..ab652afc9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 5.0.0-rtm.20509.13 - 5.0.0-rtm.20509.13 - 5.0.0-rtm.20509.13 - 5.0.0-rtm.20509.13 - 5.0.0-rtm.20509.13 - 5.0.0-rtm.20509.13 - 5.0.0-rtm.20509.13 + 6.0.0-alpha.1.20512.11 + 6.0.0-alpha.1.20512.11 + 6.0.0-alpha.1.20512.11 + 5.0.0-rtm.20512.5 + 6.0.0-alpha.1.20512.11 + 6.0.0-alpha.1.20512.11 + 6.0.0-alpha.1.20512.11 0.2.0 - 6.0.100-alpha.1.20512.9 - 6.0.100-alpha.1.20512.9 + 6.0.100-alpha.1.20512.11 + 6.0.100-alpha.1.20512.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a75d6fee8427e66688154969ca768be82517ad95 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 15:38:17 +0000 Subject: [PATCH 198/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ad2ddfd7..16a85e5c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/aspnetcore - 701b294342ff2381bc9e291d2ec828191c28fd34 + 593005230fc9900564a74e38112bfb1133932679 - + https://github.com/dotnet/aspnetcore - 701b294342ff2381bc9e291d2ec828191c28fd34 + 593005230fc9900564a74e38112bfb1133932679 - + https://github.com/dotnet/aspnetcore - 701b294342ff2381bc9e291d2ec828191c28fd34 + 593005230fc9900564a74e38112bfb1133932679 https://github.com/dotnet/aspnetcore b866b765b3493c7943829ce830e509d61f958102 - + https://github.com/dotnet/aspnetcore - 701b294342ff2381bc9e291d2ec828191c28fd34 + 593005230fc9900564a74e38112bfb1133932679 - + https://github.com/dotnet/aspnetcore - 701b294342ff2381bc9e291d2ec828191c28fd34 + 593005230fc9900564a74e38112bfb1133932679 - + https://github.com/dotnet/aspnetcore - 701b294342ff2381bc9e291d2ec828191c28fd34 + 593005230fc9900564a74e38112bfb1133932679 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 426a9d8d3a0ea65dce97c4ce3d1120791d9a6974 + 9c9284800ba513b8a92b0c32159805759c41f56b - + https://github.com/dotnet/sdk - 426a9d8d3a0ea65dce97c4ce3d1120791d9a6974 + 9c9284800ba513b8a92b0c32159805759c41f56b @@ -104,18 +104,18 @@ https://github.com/dotnet/fsharp da6be68280c89131cdba2045525b80890401defd - + https://github.com/microsoft/vstest - 0b1e2e51743cc083d99b88673fe518672e2af9f0 + d834b9b8c4337438622cb7b7d77f1520b479cb88 https://github.com/mono/linker 24c3616ee88623bea1e068605eba15009a8a3043 linker - + https://github.com/dotnet/roslyn - df89f3868564dbf2a8cdf7cef985def16501cdf3 + 16db183b2b316d515cb4072cf925cff3a45a8ecb https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index ab652afc9..eb0923feb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 6.0.0-alpha.1.20512.11 - 6.0.0-alpha.1.20512.11 - 6.0.0-alpha.1.20512.11 + 6.0.0-alpha.1.20512.13 + 6.0.0-alpha.1.20512.13 + 6.0.0-alpha.1.20512.13 5.0.0-rtm.20512.5 - 6.0.0-alpha.1.20512.11 - 6.0.0-alpha.1.20512.11 - 6.0.0-alpha.1.20512.11 + 6.0.0-alpha.1.20512.13 + 6.0.0-alpha.1.20512.13 + 6.0.0-alpha.1.20512.13 0.2.0 - 6.0.100-alpha.1.20512.11 - 6.0.100-alpha.1.20512.11 + 6.0.100-alpha.1.20513.1 + 6.0.100-alpha.1.20513.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -130,7 +130,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.8.0-release-20201009-01 + 16.9.0-preview-20201013-01 From 853b3c643a452b5cac01f5cab1bafb0df2f3b8ee Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:26:59 -0700 Subject: [PATCH 199/375] 2.1.23, not 2.1.24 - oops --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 1a1266ec8..5f6d30a8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -124,7 +124,7 @@ 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) 1.0.2-beta4.20420.1 - 2.1.24 + 2.1.23 From 6319fc8d66dea83f1ac3348bfcb915a2fea96673 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 17:07:12 +0000 Subject: [PATCH 200/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 16a85e5c8..db56eee15 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 9c9284800ba513b8a92b0c32159805759c41f56b + 57a05af647673186a892a84e8c2546842bf656bd - + https://github.com/dotnet/sdk - 9c9284800ba513b8a92b0c32159805759c41f56b + 57a05af647673186a892a84e8c2546842bf656bd @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest d834b9b8c4337438622cb7b7d77f1520b479cb88 - + https://github.com/mono/linker - 24c3616ee88623bea1e068605eba15009a8a3043 + 2bcc466760c8c5fd08f79eb35ca1e5beb888ae77 linker diff --git a/eng/Versions.props b/eng/Versions.props index eb0923feb..1a8710a53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20513.1 - 6.0.100-alpha.1.20513.1 + 6.0.100-alpha.1.20513.3 + 6.0.100-alpha.1.20513.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4c563d8b047e00a4a3ce8182d9f3f4646faa01c9 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 13 Oct 2020 12:30:21 -0700 Subject: [PATCH 201/375] Update GenerateBundledVersions.targets --- src/redist/targets/GenerateBundledVersions.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 9a3fe30eb..167b626cb 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -43,8 +43,8 @@ <_AspNet30RuntimePackVersion>3.0.3 <_AspNet30TargetingPackVersion>3.0.1 - <_AspNet31RuntimePackVersion>3.1.2 - <_AspNet31TargetingPackVersion>3.1.2 + <_AspNet31RuntimePackVersion>3.1.9 + <_AspNet31TargetingPackVersion>3.1.8 <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) From 3c8d9a2fadf7d8bca3f1795f9f4dafc62c9c4425 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 20:18:48 +0000 Subject: [PATCH 202/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 db56eee15..4605321f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 57a05af647673186a892a84e8c2546842bf656bd + 78ad03bfaaefc968150d1c4356d691501fdcf232 - + https://github.com/dotnet/sdk - 57a05af647673186a892a84e8c2546842bf656bd + 78ad03bfaaefc968150d1c4356d691501fdcf232 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest d834b9b8c4337438622cb7b7d77f1520b479cb88 - + https://github.com/mono/linker - 2bcc466760c8c5fd08f79eb35ca1e5beb888ae77 + 35ca60df42b88fc66f75c15b8b189a213bbfa42c linker diff --git a/eng/Versions.props b/eng/Versions.props index 1a8710a53..335ef86ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20513.3 - 6.0.100-alpha.1.20513.3 + 6.0.100-alpha.1.20513.6 + 6.0.100-alpha.1.20513.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4b8b442642bd818aa991fdd2e7e09e46b84aa070 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 13 Oct 2020 14:00:05 -0700 Subject: [PATCH 203/375] Update the 5.0.1xx sdk links (#8856) --- README.md | 104 +++++++++++++++++++++++++++--------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index 7e999f14a..7b03ad2b2 100644 --- a/README.md +++ b/README.md @@ -94,12 +94,12 @@ Reference notes: [win-x64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-x64.txt -[win-x64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.zip.sha [win-x64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x64_Release_version_badge.svg [win-x64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x64.txt @@ -129,12 +129,12 @@ Reference notes: [win-x86-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-x86.txt -[win-x86-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.zip.sha [win-x86-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x86_Release_version_badge.svg [win-x86-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x86.txt @@ -164,12 +164,12 @@ Reference notes: [osx-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha [osx-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/osx_x64_Release_version_badge.svg [osx-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-osx-x64.txt @@ -201,14 +201,14 @@ Reference notes: [linux-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz.sha [linux-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_x64_Release_version_badge.svg [linux-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-x64.txt @@ -242,10 +242,10 @@ Reference notes: [linux-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz.sha [linux-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm_Release_version_badge.svg [linux-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm.txt @@ -267,10 +267,10 @@ Reference notes: [linux-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha [linux-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm64_Release_version_badge.svg [linux-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm64.txt @@ -292,10 +292,10 @@ Reference notes: [rhel-6-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha [rhel-6-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/rhel.6_x64_Release_version_badge.svg [rhel-6-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-rhel.6-x64.txt @@ -317,10 +317,10 @@ Reference notes: [linux-musl-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha [linux-musl-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg [linux-musl-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt @@ -342,10 +342,10 @@ Reference notes: [win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-arm.txt -[win-arm-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm.zip.sha [win-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm_Release_version_badge.svg [win-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm.txt @@ -369,12 +369,12 @@ Reference notes: [win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/productCommit-win-arm64.txt -[win-arm64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/daily/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.zip.sha [win-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm64.txt From 30efe248d255dd66d6df6d1bb9b966b3a29c9a0f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 21:07:42 +0000 Subject: [PATCH 204/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 4605321f0..6caa8c078 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 78ad03bfaaefc968150d1c4356d691501fdcf232 + 6e9622afd0695115f46fa09dbdc30bfa2a89d378 - + https://github.com/dotnet/sdk - 78ad03bfaaefc968150d1c4356d691501fdcf232 + 6e9622afd0695115f46fa09dbdc30bfa2a89d378 @@ -117,9 +117,9 @@ https://github.com/dotnet/roslyn 16db183b2b316d515cb4072cf925cff3a45a8ecb - + https://github.com/dotnet/msbuild - a71067913c82bcb5d79a13f40ff8b12cbd384c1c + 5d8ae7e88b7d5371ec375eaa3aab2ad50fcb5869 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 335ef86ca..e03a39e98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20513.6 - 6.0.100-alpha.1.20513.6 + 6.0.100-alpha.1.20513.7 + 6.0.100-alpha.1.20513.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 406b375dec71bc610bdd1597984bb219b60e2409 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 23:00:18 +0000 Subject: [PATCH 205/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.8 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 6caa8c078..0d0afd508 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 6e9622afd0695115f46fa09dbdc30bfa2a89d378 + 09aa6b162c942e9f40ab6683df6c4567a5a37f39 - + https://github.com/dotnet/sdk - 6e9622afd0695115f46fa09dbdc30bfa2a89d378 + 09aa6b162c942e9f40ab6683df6c4567a5a37f39 @@ -117,9 +117,9 @@ https://github.com/dotnet/roslyn 16db183b2b316d515cb4072cf925cff3a45a8ecb - + https://github.com/dotnet/msbuild - 5d8ae7e88b7d5371ec375eaa3aab2ad50fcb5869 + 0d9652e75b74fc8b359c3cd4528b10e932b239c9 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index e03a39e98..5f1303fd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20513.7 - 6.0.100-alpha.1.20513.7 + 6.0.100-alpha.1.20513.8 + 6.0.100-alpha.1.20513.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From eb6cc59170c1b6107cd9eca820c5914bebcbe895 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 13 Oct 2020 23:41:11 +0000 Subject: [PATCH 206/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.9 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.9 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 0d0afd508..9db6acc64 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 09aa6b162c942e9f40ab6683df6c4567a5a37f39 + f30b07c4032748d9f39ecacc0b5a350320ad6931 - + https://github.com/dotnet/sdk - 09aa6b162c942e9f40ab6683df6c4567a5a37f39 + f30b07c4032748d9f39ecacc0b5a350320ad6931 @@ -113,9 +113,9 @@ 35ca60df42b88fc66f75c15b8b189a213bbfa42c linker - + https://github.com/dotnet/roslyn - 16db183b2b316d515cb4072cf925cff3a45a8ecb + c69d99cbdc5de6c330bf86a44ca7af1547906bb6 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 5f1303fd7..9ebe63282 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20513.8 - 6.0.100-alpha.1.20513.8 + 6.0.100-alpha.1.20513.9 + 6.0.100-alpha.1.20513.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b40c26fe164d99574439f7f9420f77fdd5fd29b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Oct 2020 00:42:22 +0000 Subject: [PATCH 207/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.11 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.11 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 9db6acc64..dee79af4e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/aspnetcore - 593005230fc9900564a74e38112bfb1133932679 + 95921cf68d99484c3a32e667388abfa46cf87fd0 - + https://github.com/dotnet/aspnetcore - 593005230fc9900564a74e38112bfb1133932679 + 95921cf68d99484c3a32e667388abfa46cf87fd0 - + https://github.com/dotnet/aspnetcore - 593005230fc9900564a74e38112bfb1133932679 + 95921cf68d99484c3a32e667388abfa46cf87fd0 https://github.com/dotnet/aspnetcore b866b765b3493c7943829ce830e509d61f958102 - + https://github.com/dotnet/aspnetcore - 593005230fc9900564a74e38112bfb1133932679 + 95921cf68d99484c3a32e667388abfa46cf87fd0 - + https://github.com/dotnet/aspnetcore - 593005230fc9900564a74e38112bfb1133932679 + 95921cf68d99484c3a32e667388abfa46cf87fd0 - + https://github.com/dotnet/aspnetcore - 593005230fc9900564a74e38112bfb1133932679 + 95921cf68d99484c3a32e667388abfa46cf87fd0 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - f30b07c4032748d9f39ecacc0b5a350320ad6931 + b492fb67ebbc325d0c698c2e36f07794ab65312d - + https://github.com/dotnet/sdk - f30b07c4032748d9f39ecacc0b5a350320ad6931 + b492fb67ebbc325d0c698c2e36f07794ab65312d diff --git a/eng/Versions.props b/eng/Versions.props index 9ebe63282..3de9851c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 6.0.0-alpha.1.20512.13 - 6.0.0-alpha.1.20512.13 - 6.0.0-alpha.1.20512.13 + 6.0.0-alpha.1.20513.5 + 6.0.0-alpha.1.20513.5 + 6.0.0-alpha.1.20513.5 5.0.0-rtm.20512.5 - 6.0.0-alpha.1.20512.13 - 6.0.0-alpha.1.20512.13 - 6.0.0-alpha.1.20512.13 + 6.0.0-alpha.1.20513.5 + 6.0.0-alpha.1.20513.5 + 6.0.0-alpha.1.20513.5 0.2.0 - 6.0.100-alpha.1.20513.9 - 6.0.100-alpha.1.20513.9 + 6.0.100-alpha.1.20513.11 + 6.0.100-alpha.1.20513.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0f4787fc3fac516efe7299e911e5a505d776d354 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Oct 2020 01:49:56 +0000 Subject: [PATCH 208/375] Update dependencies from https://github.com/dotnet/sdk build 20201013.13 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20513.13 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 dee79af4e..7c417d081 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - b492fb67ebbc325d0c698c2e36f07794ab65312d + 8c059bc86d1d10af5c98c062010e289c5e014bde - + https://github.com/dotnet/sdk - b492fb67ebbc325d0c698c2e36f07794ab65312d + 8c059bc86d1d10af5c98c062010e289c5e014bde @@ -117,9 +117,9 @@ https://github.com/dotnet/roslyn c69d99cbdc5de6c330bf86a44ca7af1547906bb6 - + https://github.com/dotnet/msbuild - 0d9652e75b74fc8b359c3cd4528b10e932b239c9 + c10f34c4e00644e06120cb87f323c330f29a1e89 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 3de9851c3..716fe40ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20513.11 - 6.0.100-alpha.1.20513.11 + 6.0.100-alpha.1.20513.13 + 6.0.100-alpha.1.20513.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 78724161ba2ca05ca221b20718f5f61d1737c3fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Oct 2020 08:28:23 +0000 Subject: [PATCH 209/375] Update dependencies from https://github.com/dotnet/sdk build 20201014.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20514.1 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 7c417d081..f80948ebf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 4af0db78428b39315b4683f749237d9dd7b6020a - + https://github.com/dotnet/aspnetcore - 95921cf68d99484c3a32e667388abfa46cf87fd0 + be472db60f4711404ba5de268f7b9d4a887926f8 - + https://github.com/dotnet/aspnetcore - 95921cf68d99484c3a32e667388abfa46cf87fd0 + be472db60f4711404ba5de268f7b9d4a887926f8 - + https://github.com/dotnet/aspnetcore - 95921cf68d99484c3a32e667388abfa46cf87fd0 + be472db60f4711404ba5de268f7b9d4a887926f8 https://github.com/dotnet/aspnetcore b866b765b3493c7943829ce830e509d61f958102 - + https://github.com/dotnet/aspnetcore - 95921cf68d99484c3a32e667388abfa46cf87fd0 + be472db60f4711404ba5de268f7b9d4a887926f8 - + https://github.com/dotnet/aspnetcore - 95921cf68d99484c3a32e667388abfa46cf87fd0 + be472db60f4711404ba5de268f7b9d4a887926f8 - + https://github.com/dotnet/aspnetcore - 95921cf68d99484c3a32e667388abfa46cf87fd0 + be472db60f4711404ba5de268f7b9d4a887926f8 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 39fa7665ccf365a2c0804109c6b09650d52ffff0 - + https://github.com/dotnet/sdk - 8c059bc86d1d10af5c98c062010e289c5e014bde + 516ec26623a03550ea73ea084d53ef783fe41439 - + https://github.com/dotnet/sdk - 8c059bc86d1d10af5c98c062010e289c5e014bde + 516ec26623a03550ea73ea084d53ef783fe41439 diff --git a/eng/Versions.props b/eng/Versions.props index 716fe40ea..c9fca1ca0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,21 +44,21 @@ - 6.0.0-alpha.1.20513.5 - 6.0.0-alpha.1.20513.5 - 6.0.0-alpha.1.20513.5 + 6.0.0-alpha.1.20513.8 + 6.0.0-alpha.1.20513.8 + 6.0.0-alpha.1.20513.8 5.0.0-rtm.20512.5 - 6.0.0-alpha.1.20513.5 - 6.0.0-alpha.1.20513.5 - 6.0.0-alpha.1.20513.5 + 6.0.0-alpha.1.20513.8 + 6.0.0-alpha.1.20513.8 + 6.0.0-alpha.1.20513.8 0.2.0 - 6.0.100-alpha.1.20513.13 - 6.0.100-alpha.1.20513.13 + 6.0.100-alpha.1.20514.1 + 6.0.100-alpha.1.20514.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d2aef15246b6621fb31828a502e2c94b0442ba3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Oct 2020 13:01:28 +0000 Subject: [PATCH 210/375] Update dependencies from https://github.com/dotnet/sdk build 20201014.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20514.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 f80948ebf..b8f6c4dbf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 39fa7665ccf365a2c0804109c6b09650d52ffff0 + b930c7c022425a92b0f153728bfee1df9d354477 - + https://github.com/dotnet/sdk - 516ec26623a03550ea73ea084d53ef783fe41439 + d58fd52a5b3bd638fe786a06ae19729709714ad5 - + https://github.com/dotnet/sdk - 516ec26623a03550ea73ea084d53ef783fe41439 + d58fd52a5b3bd638fe786a06ae19729709714ad5 diff --git a/eng/Versions.props b/eng/Versions.props index c9fca1ca0..a92fc8944 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20512.1 + 6.0.0-alpha.1.20514.1 @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20514.1 - 6.0.100-alpha.1.20514.1 + 6.0.100-alpha.1.20514.3 + 6.0.100-alpha.1.20514.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7206a79a1e3cc5294334965242984231a04c6358 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Oct 2020 13:32:56 +0000 Subject: [PATCH 211/375] Update dependencies from https://github.com/dotnet/sdk build 20201014.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20514.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 b8f6c4dbf..f7e987cf2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating b930c7c022425a92b0f153728bfee1df9d354477 - + https://github.com/dotnet/sdk - d58fd52a5b3bd638fe786a06ae19729709714ad5 + a1e219f2d2ad43e7cd129e9d405fe728452e3bb0 - + https://github.com/dotnet/sdk - d58fd52a5b3bd638fe786a06ae19729709714ad5 + a1e219f2d2ad43e7cd129e9d405fe728452e3bb0 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest d834b9b8c4337438622cb7b7d77f1520b479cb88 - + https://github.com/mono/linker - 35ca60df42b88fc66f75c15b8b189a213bbfa42c + 6939a85f7ed2eb1a3b2f8c9384ebf675c7007464 linker diff --git a/eng/Versions.props b/eng/Versions.props index a92fc8944..624b6e5b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,8 +57,8 @@ - 6.0.100-alpha.1.20514.3 - 6.0.100-alpha.1.20514.3 + 6.0.100-alpha.1.20514.4 + 6.0.100-alpha.1.20514.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9743f1e2f09c01b4aaf6b3af9b28b96658fd934f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Oct 2020 16:14:21 +0000 Subject: [PATCH 212/375] Update dependencies from https://github.com/dotnet/sdk build 20201014.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20471.13 -> To Version 6.0.100-alpha.1.20514.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (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 f7e987cf2..010ad48bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 85186023c8de8237268033cadc41d738b7f2005e - + https://github.com/dotnet/runtime - 4af0db78428b39315b4683f749237d9dd7b6020a + eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e - + https://github.com/dotnet/runtime - 4af0db78428b39315b4683f749237d9dd7b6020a + eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e - + https://github.com/dotnet/runtime - 4af0db78428b39315b4683f749237d9dd7b6020a + eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e - + https://github.com/dotnet/runtime - 4af0db78428b39315b4683f749237d9dd7b6020a + eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e - + https://github.com/dotnet/runtime - 4af0db78428b39315b4683f749237d9dd7b6020a + eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4af0db78428b39315b4683f749237d9dd7b6020a + eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating b930c7c022425a92b0f153728bfee1df9d354477 - + https://github.com/dotnet/sdk - a1e219f2d2ad43e7cd129e9d405fe728452e3bb0 + 3aadcbd5a27b46b6372b5594b27e6b5b92fd1111 - + https://github.com/dotnet/sdk - a1e219f2d2ad43e7cd129e9d405fe728452e3bb0 + 3aadcbd5a27b46b6372b5594b27e6b5b92fd1111 diff --git a/eng/Versions.props b/eng/Versions.props index 624b6e5b3..f8919813a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -57,23 +57,23 @@ - 6.0.100-alpha.1.20514.4 - 6.0.100-alpha.1.20514.4 + 6.0.100-alpha.1.20514.6 + 6.0.100-alpha.1.20514.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20510.8 + 6.0.0-alpha.1.20513.9 - 6.0.0-alpha.1.20510.8 - 6.0.0-alpha.1.20510.8 - 6.0.0-alpha.1.20510.8 - 6.0.0-alpha.1.20510.8 - 6.0.0-alpha.1.20510.8 + 6.0.0-alpha.1.20513.9 + 6.0.0-alpha.1.20513.9 + 6.0.0-alpha.1.20513.9 + 6.0.0-alpha.1.20513.9 + 6.0.0-alpha.1.20513.9 2.1.0 From 69ee2fdd13b78c6e13d8a87687af01b2ecdb030d Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 14 Oct 2020 10:44:55 -0700 Subject: [PATCH 213/375] Use SharedFx Redist package instead of Targeting Pack from AspnetCore (#8887) --- eng/Version.Details.xml | 2 +- eng/Versions.props | 2 +- src/redist/targets/GenerateLayout.targets | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97037f297..8f5ef2597 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -55,7 +55,7 @@ https://github.com/dotnet/aspnetcore 8d8d293b192d38a4cc8d2e13d944936402d20e7f - + https://github.com/dotnet/aspnetcore 8d8d293b192d38a4cc8d2e13d944936402d20e7f diff --git a/eng/Versions.props b/eng/Versions.props index 5f6d30a8e..16b92a92a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -47,7 +47,7 @@ 5.0.0-rc.2.20474.4 5.0.0-rc.2.20474.4 5.0.0-rc.2.20474.4 - 5.0.0-rc.2.20474.4 + 5.0.0-rc.2.20474.4 5.0.0-rc.2.20474.4 5.0.0-rc.2.20474.4 5.0.0-rc.2.20474.4 diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 2c6ca27d9..9e7249d91 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -11,7 +11,7 @@ - $(VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion) + $(VSRedistCommonAspNetCoreSharedFrameworkx6450PackageVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) @@ -78,7 +78,7 @@ x64 aspnetcore-runtime-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension) - aspnetcore-runtime-$(VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension) + aspnetcore-runtime-$(VSRedistCommonAspNetCoreSharedFrameworkx6450PackageVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension) aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreSharedFxInstallerRid).wixlib aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)$(InstallerExtension) From 702adede104af43a8f6c00f4036f7577b7d46547 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Thu, 15 Oct 2020 19:30:45 -0700 Subject: [PATCH 214/375] Add templates for .NET 6 --- eng/Versions.props | 21 +++++++-- src/redist/targets/BundledTemplates.targets | 52 +++++++++++++++++++-- src/redist/targets/GenerateLayout.targets | 4 +- 3 files changed, 66 insertions(+), 11 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index f8919813a..33ad7f993 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,6 +37,7 @@ 1.0.2-beta4.20420.1 + 1.0.2-beta4.20420.1 @@ -47,7 +48,7 @@ 6.0.0-alpha.1.20513.8 6.0.0-alpha.1.20513.8 6.0.0-alpha.1.20513.8 - 5.0.0-rtm.20512.5 + 6.0.0-alpha.1.20513.8 6.0.0-alpha.1.20513.8 6.0.0-alpha.1.20513.8 6.0.0-alpha.1.20513.8 @@ -90,18 +91,30 @@ $(MicrosoftAspNetCoreAppRuntimewinx64PackageVersion) $(MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion) + + + 6.0.0-alpha.1.20514.1 + 5.0.0-rc.2.20474.4 + $(MicrosoftNETCoreAppRuntimePackageVersion) $(MicrosoftNETCoreAppRuntimePackageVersion) + + $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) + $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) + $(NUnit3DotNetNewTemplatePackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftAspNetCoreAppRuntimePackageVersion) $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) $(NUnit3DotNetNewTemplatePackageVersion) - $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftAspNetCoreAppRuntimePackageVersion) + $(MicrosoftDotNetCommonItemTemplates50PackageVersion) + $(MicrosoftDotNetCommonItemTemplates50PackageVersion) + $(MicrosoftAspNetCoreAppRuntime50PackageVersion) 4.8.1-servicing.19605.5 3.1.2-servicing.20066.4 diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 00a31f8a3..347553f09 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,6 +1,12 @@ + + + + + + @@ -46,6 +52,28 @@ + + + + + + + + + + + + + @@ -90,6 +118,13 @@ + + + %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg + $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) + [%(PackageVersion)] + + %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg @@ -126,6 +161,7 @@ + + DependsOnTargets="LayoutTemplatesForSDK;LayoutTemplatesFor60MSI;LayoutTemplatesFor50MSI;LayoutTemplatesFor31MSI;LayoutTemplatesFor30MSI;LayoutTemplatesFor21MSI" /> - - + + - + + + + diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 2c6ca27d9..2118e24c7 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -11,7 +11,7 @@ - $(VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion) + $(VSRedistCommonAspNetCoreTargetingPackx6460PackageVersion) $(MicrosoftNETCoreAppInternalPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) @@ -78,7 +78,7 @@ x64 aspnetcore-runtime-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension) - aspnetcore-runtime-$(VSRedistCommonAspNetCoreTargetingPackx6450PackageVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension) + aspnetcore-runtime-$(VSRedistCommonAspNetCoreTargetingPackx6460PackageVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension) aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreSharedFxInstallerRid).wixlib aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)$(InstallerExtension) From 53d412f76f2a4a6f9eb57606b96663c26b51a927 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Fri, 16 Oct 2020 09:39:31 -0700 Subject: [PATCH 215/375] Add "Add arm64 as a possible WinForms arch (#7457)" back (#8906) This reverts commit a3fc14fd2efd2c25c9007dec201695cb76079450. --- .../targets/GenerateBundledVersions.targets | 5 +- src/redist/targets/GenerateLayout.targets | 2 +- test/EndToEnd/ProjectBuildTests.cs | 46 +++++++++++++++++++ 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 167b626cb..7cca46584 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -114,6 +114,9 @@ + + + + Date: Mon, 19 Oct 2020 12:26:10 -0700 Subject: [PATCH 218/375] Fix cross-branch version number for templates --- eng/Versions.props | 2 +- src/redist/targets/BundledTemplates.targets | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 855c8154b..b3b9668f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -93,7 +93,7 @@ - 6.0.0-alpha.1.20514.1 + 5.0.0-rc.2.20474.2 5.0.0-rc.2.20474.4 diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index eb89ea93d..fc1983c3e 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -55,7 +55,8 @@ - + From e505707598734e5ba33451931a0e4a3c96832b53 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Tue, 20 Oct 2020 21:32:16 -0700 Subject: [PATCH 219/375] Refactor template packaging logic to reduce duplication --- .../CalculateTemplateVersions.cs | 81 +++++- src/core-sdk-tasks/CollatePackageDownloads.cs | 35 +++ .../GenerateMsiVersionFromFullVersion.cs | 15 +- src/redist/targets/Branding.targets | 4 - src/redist/targets/BuildCoreSdkTasks.targets | 1 + src/redist/targets/BundledTemplates.targets | 243 ++++++------------ src/redist/targets/GenerateLayout.targets | 4 - src/redist/targets/GenerateMSIs.targets | 103 ++------ src/redist/targets/Signing.targets | 10 +- 9 files changed, 216 insertions(+), 280 deletions(-) create mode 100644 src/core-sdk-tasks/CollatePackageDownloads.cs diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs index ed392ed4a..97ccdfd14 100644 --- a/src/core-sdk-tasks/CalculateTemplateVersions.cs +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -1,6 +1,8 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. +using System; +using System.Linq; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using NuGet.Versioning; @@ -9,26 +11,81 @@ namespace Microsoft.DotNet.Cli.Build { public class CalculateTemplateVersions : Task { + // Group BundledTemplates by TemplateFrameworkVersion + // In each group, get the version of the template with UseVersionForTemplateInstallPath=true + // From that version number, get the BundledTemplateInstallPath, BundledTemplateMajorMinorVersion, and BundledTemplateMajorMinorPatchVersion [Required] - public string AspNetCorePackageVersionTemplate { get; set; } + public ITaskItem [] BundledTemplates { get; set; } + + [Required] + public string FullNugetVersion { get; set; } + + [Required] + public string ProductMonikerRid { get; set; } + + [Required] + public string InstallerExtension { get; set; } + + [Required] + public int CombinedBuildNumberAndRevision { get; set; } + + + // Should be the BundledTemplates with BundledTemplateInstallPath metadata set to the value calculated for that group + [Output] + public ITaskItem [] BundledTemplatesWithInstallPaths { get; set; } + + // For each group of templates (grouped by TemplateFrameworkVersion), this should be the following + // ItemSpec: NetCore60Templates + // TemplateBaseFilename: dotnet-60templates + // TemplatesMajorMinorVersion: 6.0 (from BundledTemplateMajorMinorVersion from group) + // InstallerUpgradeCode: Guid generated using GenerateGuidFromName, combining TemplateBaseFilename, FullNugetVersion, ProductMonikerRid, and InstallerExtension + // MSIVersion: Result of calling GenerateMsiVersionFromFullVersion logic with CombinedBuildNumberAndRevision and BundledTemplateMajorMinorPatchVersion from template group [Output] - public string BundledTemplateInstallPath { get; set; } - - [Output] - public string BundledTemplateMajorMinorVersion { get; set; } - - [Output] - public string BundledTemplateMajorMinorPatchVersion { get; set; } + public ITaskItem [] TemplatesComponents { get; set; } private const int _patchVersionResetOffset = 1; public override bool Execute() { - var result = Calculate(AspNetCorePackageVersionTemplate); - BundledTemplateInstallPath = result.BundledTemplateInstallPath; - BundledTemplateMajorMinorVersion = result.BundledTemplateMajorMinorVersion; - BundledTemplateMajorMinorPatchVersion = result.BundledTemplateMajorMinorPatchVersion; + var groups = BundledTemplates.GroupBy(bt => bt.GetMetadata("TemplateFrameworkVersion")) + .ToDictionary(g => g.Key, g => + { + var itemWithVersion = g.SingleOrDefault(i => i.GetMetadata("UseVersionForTemplateInstallPath").Equals("true", StringComparison.OrdinalIgnoreCase)); + if (itemWithVersion == null) + { + throw new InvalidOperationException("Could not find single item with UseVersionForTemplateInstallPath for templates with TemplateFrameworkVersion: " + g.Key); + } + + return Calculate(itemWithVersion.GetMetadata("PackageVersion")); + }); + + BundledTemplatesWithInstallPaths = BundledTemplates.Select(t => + { + var templateWithInstallPath = new TaskItem(t); + templateWithInstallPath.SetMetadata("BundledTemplateInstallPath", groups[t.GetMetadata("TemplateFrameworkVersion")].BundledTemplateInstallPath); + return templateWithInstallPath; + }).ToArray(); + + TemplatesComponents = groups.Select(g => + { + string majorMinorWithoutDots = g.Value.BundledTemplateMajorMinorVersion.Replace(".", ""); + var componentItem = new TaskItem($"NetCore{majorMinorWithoutDots}Templates"); + var templateBaseFilename = $"dotnet-{majorMinorWithoutDots}templates"; + componentItem.SetMetadata("TemplateBaseFilename", templateBaseFilename); + componentItem.SetMetadata("TemplatesMajorMinorVersion", g.Value.BundledTemplateMajorMinorVersion); + var installerUpgradeCode = GenerateGuidFromName.GenerateGuid(string.Join("-", templateBaseFilename, FullNugetVersion, ProductMonikerRid) + InstallerExtension).ToString().ToUpper(); + componentItem.SetMetadata("InstallerUpgradeCode", installerUpgradeCode); + componentItem.SetMetadata("MSIVersion", GenerateMsiVersionFromFullVersion.GenerateMsiVersion(CombinedBuildNumberAndRevision, g.Value.BundledTemplateMajorMinorPatchVersion)); + + var brandName = System.Version.Parse(g.Key).Major >= 5 ? + $"Microsoft .NET {g.Key} Templates" : + $"Microsoft .NET Core {g.Key} Templates"; + + componentItem.SetMetadata("BrandNameWithoutVersion", brandName); + + return componentItem; + }).ToArray(); return true; } diff --git a/src/core-sdk-tasks/CollatePackageDownloads.cs b/src/core-sdk-tasks/CollatePackageDownloads.cs new file mode 100644 index 000000000..1e0c8ab9e --- /dev/null +++ b/src/core-sdk-tasks/CollatePackageDownloads.cs @@ -0,0 +1,35 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using Microsoft.Build.Framework; +using Microsoft.Build.Utilities; + +namespace Microsoft.DotNet.Cli.Build +{ + // Multiple PackageDownload items for the same package are not supported. Rather, to download multiple versions of the same + // package, the PackageDownload items can have a semicolon-separated list of versions (each in brackets) as the Version metadata. + // So this task groups a list of items with PackageVersion metadata into a list of items which can be used as PackageDownloads + public class CollatePackageDownloads : Task + { + [Required] + public ITaskItem[] Packages { get; set; } + + [Output] + public ITaskItem [] PackageDownloads { get; set; } + + public override bool Execute() + { + PackageDownloads = Packages.GroupBy(p => p.ItemSpec) + .Select(g => + { + var packageDownloadItem = new TaskItem(g.Key); + packageDownloadItem.SetMetadata("Version", string.Join(";", + g.Select(p => "[" + p.GetMetadata("PackageVersion") + "]"))); + return packageDownloadItem; + }).ToArray(); + + return true; + } + } +} diff --git a/src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs b/src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs index 12e85dd22..72307e4c1 100644 --- a/src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs +++ b/src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs @@ -20,19 +20,24 @@ namespace Microsoft.DotNet.Cli.Build public override bool Execute() { - var parsedVersion = NuGetVersion.Parse(VersionMajorMinorPatch); + MsiVersion = GenerateMsiVersion(VersionRevision, VersionMajorMinorPatch); + + return true; + } + + public static string GenerateMsiVersion(int versionRevision, string versionMajorMinorPatch) + { + var parsedVersion = NuGetVersion.Parse(versionMajorMinorPatch); var buildVersion = new Version() { Major = parsedVersion.Major, Minor = parsedVersion.Minor, Patch = parsedVersion.Patch, - VersionRevision = VersionRevision + VersionRevision = versionRevision }; - MsiVersion = buildVersion.GenerateMsiVersion(); - - return true; + return buildVersion.GenerateMsiVersion(); } } } diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets index bfcdaaf34..6b6e2642b 100644 --- a/src/redist/targets/Branding.targets +++ b/src/redist/targets/Branding.targets @@ -13,10 +13,6 @@ Microsoft .NET Host FX Resolver $(HostFxrVersion) Microsoft.NETCore.App $(SharedFrameworkName) - Microsoft .NET Core 5.0 Templates $(Version) - Microsoft .NET Core 3.1 Templates $(Version) - Microsoft .NET Core 3.0 Templates $(Version) - Microsoft .NET Core 2.1 Templates $(Version) diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index 99bef9140..cf37a9f01 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -39,5 +39,6 @@ + diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index fc1983c3e..9849ccaf2 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,55 +1,23 @@ - - - - - - - - - - + + + - - - - - + + + $(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) + + - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -67,12 +35,12 @@ - @@ -82,178 +50,119 @@ - + - + - + - + - + - + - + - + + + + + + + + + %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) - [%(PackageVersion)] - + + + + + + + + + + + + $(TargetFramework) + - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg - $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) - [%(PackageVersion)] - - - - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg - $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) - [%(PackageVersion)] - - - - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg - $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) - [%(PackageVersion)] - - - - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg - $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) - [%(PackageVersion)] - + @(BundledTemplatePackageDownload->'', ' + ') + +]]> + + $(IntermediateOutputPath)TemplatePackageDownloader\ + $(TemplatePackageDownloadProjectDirectory)TemplatePackageDownloader.csproj + - - + + - - - - - + + - - - - - - - - - - - - + DependsOnTargets="LayoutTemplatesForSDK;LayoutTemplatesForMSI" /> + DependsOnTargets="SetupBundledComponents;CalculateTemplatesVersions;DownloadBundledTemplateNupkgs"> - - - - + + - + - + - - - - - - - - + + + - - - - - - - diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 9541f33fe..a0a3a559e 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -2,10 +2,6 @@ $(BaseOutputPath)$(Configuration)\dotnet\ $(BaseOutputPath)$(Configuration)\dotnet-internal\ - $(BaseOutputPath)$(Configuration)\templates-5.0\ - $(BaseOutputPath)$(Configuration)\templates-3.1\ - $(BaseOutputPath)$(Configuration)\templates-3.0\ - $(BaseOutputPath)$(Configuration)\templates-2.1\ $(IntermediateOutputPath)downloads\ diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 4b1875933..11f613060 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -59,10 +59,6 @@ $(ArtifactsNonShippingPackagesDir)$(ArtifactNameWithVersionSdk)$(InstallerExtension) Dotnet_CLI - $(ArtifactsNonShippingPackagesDir)dotnet-50templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) - $(ArtifactsNonShippingPackagesDir)dotnet-31templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) - $(ArtifactsNonShippingPackagesDir)dotnet-30templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) - $(ArtifactsNonShippingPackagesDir)dotnet-21templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsNonShippingPackagesDir)dotnet-sdkplaceholder-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) NetCore_SdkPlaceholder $(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(BundleExtension) @@ -100,10 +96,11 @@ + DependsOnTargets="GenerateLayout;SetupWixProperties;SetupTemplatesMsis"> - + + - - - - - - - - - - - - - - - - @@ -287,40 +264,12 @@ - - $(Templates50LayoutPath.TrimEnd('\')) - $(Templates50MSIInstallerFile) - $(BundledTemplates50BrandName) - $(BundledTemplates50MsiVersion) - $(Templates50InstallerUpgradeCode) - NetCore_Templates_5.0 - - - - - - $(Templates31LayoutPath.TrimEnd('\')) - $(Templates31MSIInstallerFile) - $(BundledTemplates31BrandName) - $(BundledTemplates31MsiVersion) - $(Templates31InstallerUpgradeCode) - NetCore_Templates_3.1 - - - $(Templates30LayoutPath.TrimEnd('\')) - $(Templates30MSIInstallerFile) - $(BundledTemplates30BrandName) - $(BundledTemplates30MsiVersion) - $(Templates30InstallerUpgradeCode) - NetCore_Templates_3.0 - - - $(Templates21LayoutPath.TrimEnd('\')) - $(Templates21MSIInstallerFile) - $(BundledTemplates21BrandName) - $(BundledTemplates21MsiVersion) - $(Templates21InstallerUpgradeCode) - NetCore_Templates_2.1 + + $(BaseOutputPath)$(Configuration)\templates-%(TemplatesComponents.TemplatesMajorMinorVersion) + %(TemplatesComponents.BrandNameWithoutVersion) $(Version) + %(TemplatesComponents.MSIVersion) + %(TemplatesComponents.InstallerUpgradeCode) + NetCore_Templates_%(TemplatesComponents.TemplatesMajorMinorVersion) @@ -334,6 +283,15 @@ $(DownloadedSharedHostInstallerFile); $(SdkGenerateBundlePowershellScript)" Outputs="$(CombinedFrameworkSdkHostMSIInstallerFile)"> + + + + + + + @(LatestTemplateInstallerComponent->'%(MSIInstallerFile)') + - $(Templates50MSIInstallerFile) - $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates50MajorMinorVersion).$(FullNugetVersion).nupkg - $(BundledTemplates50MajorMinorVersion) - - - $(Templates31MSIInstallerFile) - $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates31MajorMinorVersion).$(FullNugetVersion).nupkg - $(BundledTemplates31MajorMinorVersion) - - - $(Templates30MSIInstallerFile) - $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates30MajorMinorVersion).$(FullNugetVersion).nupkg - $(BundledTemplates30MajorMinorVersion) - - - $(Templates21MSIInstallerFile) - $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates21MajorMinorVersion).$(FullNugetVersion).nupkg - $(BundledTemplates21MajorMinorVersion) + + $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.%(TemplatesMajorMinorVersion).$(FullNugetVersion).nupkg + %(TemplatesMajorMinorVersion) + + DependsOnTargets="SetSignProps;SetupTemplatesMsis"> - + - - - - - - $(InternalCertificateId) From 20c40af16bfe813dc8471d30502b62b24125c37f Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Tue, 20 Oct 2020 23:43:16 -0700 Subject: [PATCH 220/375] Fix template PackageDownloads --- src/redist/targets/BundledTemplates.targets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 9849ccaf2..339ca5987 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -116,12 +116,14 @@ $(TargetFramework) - @(BundledTemplatePackageDownload->'', ' + @(BundledTemplatePackageDownload->'', ' ') ]]> + + $(TemplatePackageDownloadProjectContent.Replace(';', '%3B')) $(IntermediateOutputPath)TemplatePackageDownloader\ $(TemplatePackageDownloadProjectDirectory)TemplatePackageDownloader.csproj From 6f30dca9554bc97bfd85b4669e97a675b3c2f6d5 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 21 Oct 2020 08:59:51 -0700 Subject: [PATCH 221/375] Fix build failures on platforms without an installer file extension --- src/core-sdk-tasks/CalculateTemplateVersions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs index 97ccdfd14..0d12e7ea4 100644 --- a/src/core-sdk-tasks/CalculateTemplateVersions.cs +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -23,7 +23,6 @@ namespace Microsoft.DotNet.Cli.Build [Required] public string ProductMonikerRid { get; set; } - [Required] public string InstallerExtension { get; set; } [Required] From bd7b9127bf869d7c53ff823fff761736ca614b0a Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Thu, 22 Oct 2020 08:49:19 -0700 Subject: [PATCH 222/375] For templates that don't have 6.0 versions, put 5.0 versions in 6.0 template folder --- src/redist/targets/BundledTemplates.targets | 46 ++++++++++----------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 339ca5987..b7a2abb65 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -21,26 +21,28 @@ - + - - - - - - - - + + + + + + + + + + + + + + + @@ -150,12 +152,6 @@ - - - - Date: Thu, 22 Oct 2020 21:01:47 -0700 Subject: [PATCH 223/375] Include WindowsDesktop assets in the arm64 bundled installer (#8965) * Revert "Create ARM64 verision of bundle theme file to account for lack of WindowsDesktop support" This reverts commit d590b93a1b3748eaad74a853d8cfd7815f95d924. * Include WindowsDesktop assets in the arm64 bundled installer * Download ARM64 WindowsDesktop msi --- src/redist/targets/GenerateLayout.targets | 4 +- .../windows/clisdk/LCID/1028/bundle.wxl | 15 --- .../windows/clisdk/LCID/1029/bundle.wxl | 15 --- .../windows/clisdk/LCID/1031/bundle.wxl | 15 --- .../windows/clisdk/LCID/1033/bundle.wxl | 15 --- .../windows/clisdk/LCID/1036/bundle.wxl | 15 --- .../windows/clisdk/LCID/1040/bundle.wxl | 15 --- .../windows/clisdk/LCID/1041/bundle.wxl | 15 --- .../windows/clisdk/LCID/1042/bundle.wxl | 15 --- .../windows/clisdk/LCID/1045/bundle.wxl | 15 --- .../windows/clisdk/LCID/1046/bundle.wxl | 15 --- .../windows/clisdk/LCID/1049/bundle.wxl | 15 --- .../windows/clisdk/LCID/1055/bundle.wxl | 15 --- .../windows/clisdk/LCID/2052/bundle.wxl | 15 --- .../windows/clisdk/LCID/3082/bundle.wxl | 15 --- .../packaging/windows/clisdk/bundle.wxs | 10 +- .../packaging/windows/clisdk/bundleArm64.thm | 95 ------------------- 17 files changed, 3 insertions(+), 316 deletions(-) delete mode 100644 src/redist/targets/packaging/windows/clisdk/bundleArm64.thm diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 58f2c722d..0c0f92684 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -220,7 +220,7 @@ + Condition="'$(InstallerExtension)' == '.msi' And '$(SkipBuildingInstallers)' != 'true' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64')"> $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopTargetingPackBlobVersion) $(DownloadedWindowsDesktopTargetingPackInstallerFileName) @@ -299,7 +299,7 @@ + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64')"> $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopBlobVersion) $(DownloadedWinFormsAndWpfSharedFrameworkInstallerFileName) diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index fd301d870..004138691 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -58,21 +58,6 @@ 此產品會收集使用方式資料 • 如需詳細資訊並退出,請前往 https://aka.ms/dotnet-cli-telemetry -資源 - • 如需 .NET 文件,請前往 https://aka.ms/dotnet-docs - • 如需 SDK 文件,請前往 https://aka.ms/dotnet-sdk-docs - • 如需版本資訊,請前往 https://aka.ms/dotnet5-release-notes - • 如需教學課程,請前往 https://aka.ms/dotnet-tutorials -安裝成功。 - -下列項目已安裝在: '[DOTNETHOME]' - • .NET SDK [DOTNETSDKVERSION] - • .NET Runtime [DOTNETRUNTIMEVERSION] - • ASP.NET Core Runtime [ASPNETCOREVERSION] - -此產品會收集使用方式資料 - • 如需詳細資訊並退出,請前往 https://aka.ms/dotnet-cli-telemetry - 資源 • 如需 .NET 文件,請前往 https://aka.ms/dotnet-docs • 如需 SDK 文件,請前往 https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index d17c6fcc7..d190f3138 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -58,21 +58,6 @@ Do [DOTNETHOME] byly nainstalovány tyto součásti: Tento produkt shromažďuje data o využití. • Další informace a vyjádření výslovného nesouhlasu: https://aka.ms/dotnet-cli-telemetry -Zdroje informací - • Dokumentace k .NET : https://aka.ms/dotnet-docs - • Dokumentace k sadě SDK: https://aka.ms/dotnet-sdk-docs - • Zpráva k vydání verze: https://aka.ms/dotnet5-release-notes - • Kurzy: https://aka.ms/dotnet-tutorials - Instalace proběhla úspěšně. - -Do [DOTNETHOME] byly nainstalovány tyto součásti: - • Sada .NET SDK [DOTNETSDKVERSION] - • Modul runtime .NET [DOTNETRUNTIMEVERSION] - • Modul runtime ASP.NET Core [ASPNETCOREVERSION] - -Tento produkt shromažďuje data o využití. - • Další informace a vyjádření výslovného nesouhlasu: https://aka.ms/dotnet-cli-telemetry - Zdroje informací • Dokumentace k .NET : https://aka.ms/dotnet-docs • Dokumentace k sadě SDK: https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index a197ee67a..fb193fb93 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -58,21 +58,6 @@ Folgende Komponenten wurden unter [DOTNETHOME] installiert: Dieses Produkt erfasst Nutzungsdaten. • Weitere Informationen und Deaktivieren der Erfassung: https://aka.ms/dotnet-cli-telemetry -Ressourcen - • .NET-Dokumentation: https://aka.ms/dotnet-docs - • SDK-Dokumentation: https://aka.ms/dotnet-sdk-docs - • Versionshinweise: https://aka.ms/dotnet5-release-notes - • Tutorials: https://aka.ms/dotnet-tutorials -Die Installation war erfolgreich. - -Folgende Komponenten wurden unter [DOTNETHOME] installiert: - • .NET SDK [DOTNETSDKVERSION] - • .NET-Runtime [DOTNETRUNTIMEVERSION] - • ASP.NET Core-Runtime [ASPNETCOREVERSION] - -Dieses Produkt erfasst Nutzungsdaten. - • Weitere Informationen und Deaktivieren der Erfassung: https://aka.ms/dotnet-cli-telemetry - Ressourcen • .NET-Dokumentation: https://aka.ms/dotnet-docs • SDK-Dokumentation: https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index 9944d6e4d..2e3e86df2 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -58,21 +58,6 @@ The following were installed at: '[DOTNETHOME]' This product collects usage data • More information and opt-out https://aka.ms/dotnet-cli-telemetry -Resources - • .NET Documentation https://aka.ms/dotnet-docs - • SDK Documentation https://aka.ms/dotnet-sdk-docs - • Release Notes https://aka.ms/dotnet5-release-notes - • Tutorials https://aka.ms/dotnet-tutorials -The installation was successful. - -The following were installed at: '[DOTNETHOME]' - • .NET SDK [DOTNETSDKVERSION] - • .NET Runtime [DOTNETRUNTIMEVERSION] - • ASP.NET Core Runtime [ASPNETCOREVERSION] - -This product collects usage data - • More information and opt-out https://aka.ms/dotnet-cli-telemetry - Resources • .NET Documentation https://aka.ms/dotnet-docs • SDK Documentation https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index 673804e94..38cc06a3d 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -58,21 +58,6 @@ Les éléments suivants ont été installés sur : '[DOTNETHOME]' Ce produit collecte des données d'utilisation • Plus informations et refus d'adhésion sur https://aka.ms/dotnet-cli-telemetry -Ressources - • Documentation .NET sur https://aka.ms/dotnet-docs - • Documentation de kit SDK sur https://aka.ms/dotnet-sdk-docs - • Notes de publication sur https://aka.ms/dotnet5-release-notes - • Tutoriels sur https://aka.ms/dotnet-tutorials - L'installation a réussi. - -Les éléments suivants ont été installés sur : '[DOTNETHOME]' - • Kit SDK .NET [DOTNETSDKVERSION] - • Runtime .NET [DOTNETRUNTIMEVERSION] - • Runtime ASP.NET Core [ASPNETCOREVERSION] - -Ce produit collecte des données d'utilisation - • Plus informations et refus d'adhésion sur https://aka.ms/dotnet-cli-telemetry - Ressources • Documentation .NET sur https://aka.ms/dotnet-docs • Documentation de kit SDK sur https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index 5c60d0246..4e9dc4b4a 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -58,21 +58,6 @@ I componenti seguenti sono stati installati in '[DOTNETHOME]' Questo prodotto consente di raccogliere i dati sull'utilizzo • Altre informazioni e annullamento sottoscrizione https://aka.ms/dotnet-cli-telemetry -Risorse - • Documentazione di .NET https://aka.ms/dotnet-docs - • Documentazione dell'SDK https://aka.ms/dotnet-sdk-docs - • Note sulla versione https://aka.ms/dotnet5-release-notes - • Esercitazioni https://aka.ms/dotnet-tutorials - L'installazione è riuscita. - -I componenti seguenti sono stati installati in '[DOTNETHOME]' - • .NET SDK [DOTNETSDKVERSION] - • Runtime di .NET [DOTNETRUNTIMEVERSION] - • Runtime di ASP.NET Core [ASPNETCOREVERSION] - -Questo prodotto consente di raccogliere i dati sull'utilizzo - • Altre informazioni e annullamento sottoscrizione https://aka.ms/dotnet-cli-telemetry - Risorse • Documentazione di .NET https://aka.ms/dotnet-docs • Documentazione dell'SDK https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index 36639d88a..6bdfe68ff 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -58,21 +58,6 @@ この製品は使用状況データを収集します • 詳細およびオプトアウト https://aka.ms/dotnet-cli-telemetry -リソース - • .NET ドキュメント https://aka.ms/dotnet-docs - • SDK ドキュメント https://aka.ms/dotnet-sdk-docs - • リリース ノート https://aka.ms/dotnet5-release-notes - • チュートリアル https://aka.ms/dotnet-tutorials - インストールが成功しました。 - -'[DOTNETHOME]' に以下がインストールされました - • .NET SDK [DOTNETSDKVERSION] - • .NET Runtime [DOTNETRUNTIMEVERSION] - • ASP.NET Core Runtime [ASPNETCOREVERSION] - -この製品は使用状況データを収集します - • 詳細およびオプトアウト https://aka.ms/dotnet-cli-telemetry - リソース • .NET ドキュメント https://aka.ms/dotnet-docs • SDK ドキュメント https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index e8fde1177..99a59349c 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -58,21 +58,6 @@ 이 제품은 사용량 현황 데이터를 수집합니다. • 추가 정보 및 옵트아웃 https://aka.ms/dotnet-cli-telemetry -리소스 - • .NET 설명서 https://aka.ms/dotnet-docs - • SDK 설명서 https://aka.ms/dotnet-sdk-docs - • 릴리스 정보 https://aka.ms/dotnet5-release-notes - • 자습서 https://aka.ms/dotnet-tutorials - 설치가 완료되었습니다. - -다음이 '[DOTNETHOME]'에 설치되었습니다. - • .NET SDK [DOTNETSDKVERSION] - • .NET 런타임 [DOTNETRUNTIMEVERSION] - • ASP.NET Core 런타임 [ASPNETCOREVERSION] - -이 제품은 사용량 현황 데이터를 수집합니다. - • 추가 정보 및 옵트아웃 https://aka.ms/dotnet-cli-telemetry - 리소스 • .NET 설명서 https://aka.ms/dotnet-docs • SDK 설명서 https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index 7b7e0aca2..c22a5a48e 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -58,21 +58,6 @@ Następujące elementy zostały zainstalowane w: „[DOTNETHOME]” Ten produkt gromadzi dane dotyczące użycia • Więcej informacji i rezygnacja: https://aka.ms/dotnet-cli-telemetry -Zasoby - • Dokumentacja platformy .NET: https://aka.ms/dotnet-docs - • Dokumentacja zestawu SDK: https://aka.ms/dotnet-sdk-docs - • Informacje o wersji: https://aka.ms/dotnet5-release-notes - • Samouczki: https://aka.ms/dotnet-tutorials - Instalacja zakończyła się pomyślnie. - -Następujące elementy zostały zainstalowane w: „[DOTNETHOME]” - • Zestaw .NET SDK [DOTNETSDKVERSION] - • Środowisko uruchomieniowe platformy .NET [DOTNETRUNTIMEVERSION] - • Środowisko uruchomieniowe platformy ASP.NET Core [ASPNETCOREVERSION] - -Ten produkt gromadzi dane dotyczące użycia - • Więcej informacji i rezygnacja: https://aka.ms/dotnet-cli-telemetry - Zasoby • Dokumentacja platformy .NET: https://aka.ms/dotnet-docs • Dokumentacja zestawu SDK: https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index 257d6ebb7..42e7dbca4 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -58,21 +58,6 @@ O seguinte foi instalado em: '[DOTNETHOME]' Este produto coleta dados de uso • Para obter mais informações ou recusá-lo, acesse https://aka.ms/dotnet-cli-telemetry -Recursos - • Documentação do .NET: https://aka.ms/dotnet-docs - • Documentação do SDK: https://aka.ms/dotnet-sdk-docs - • Notas sobre a Versão: https://aka.ms/netcore3releasenotes - • Tutoriais: https://aka.ms/dotnet-tutorials - A instalação foi bem-sucedida. - -O seguinte foi instalado em: '[DOTNETHOME]' - • SDK do .NET [DOTNETSDKVERSION] - • Runtime do .NET [DOTNETRUNTIMEVERSION] - • Runtime do ASP.NET Core [ASPNETCOREVERSION] - -Este produto coleta dados de uso - • Para obter mais informações ou recusá-lo, acesse https://aka.ms/dotnet-cli-telemetry - Recursos • Documentação do .NET: https://aka.ms/dotnet-docs • Documentação do SDK: https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index d9508dcd5..e79c2aa1f 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -58,21 +58,6 @@ Этот продукт собирает данные об использовании. • Чтобы получить дополнительные сведения или отказаться от использования продукта, перейдите на страницу https://aka.ms/dotnet-cli-telemetry -Ресурсы - • Документация по .NET: https://aka.ms/dotnet-docs - • Документация по SDK: https://aka.ms/dotnet-sdk-docs - • Заметки о выпуске: https://aka.ms/dotnet5-release-notes - • Учебники: https://aka.ms/dotnet-tutorials - Установка выполнена. - -В "[DOTNETHOME]" установлены следующие компоненты: - • Пакет SDK для .NET [DOTNETSDKVERSION] - • Среда выполнения .NET [DOTNETRUNTIMEVERSION] - • Среда выполнения ASP.NET Core [ASPNETCOREVERSION] - -Этот продукт собирает данные об использовании. - • Чтобы получить дополнительные сведения или отказаться от использования продукта, перейдите на страницу https://aka.ms/dotnet-cli-telemetry - Ресурсы • Документация по .NET: https://aka.ms/dotnet-docs • Документация по SDK: https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index 8b194934c..f80a96737 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -58,21 +58,6 @@ Aşağıdakiler şu konumda yüklü: '[DOTNETHOME]' Bu ürün, kullanım verilerini toplar • Daha fazla bilgi ve katılmamayı seçmek için bkz. https://aka.ms/dotnet-cli-telemetry -Kaynaklar - • .NET Belgeleri https://aka.ms/dotnet-docs - • SDK Belgeleri https://aka.ms/dotnet-sdk-docs - • Sürüm Notları https://aka.ms/dotnet5-release-notes - • Öğreticiler https://aka.ms/dotnet-tutorials - Yükleme başarılı oldu. - -Aşağıdakiler şu konumda yüklü: '[DOTNETHOME]' - • .NET SDK [DOTNETSDKVERSION] - • .NET Çalışma Zamanı [DOTNETRUNTIMEVERSION] - • ASP.NET Core Çalışma Zamanı [ASPNETCOREVERSION] - -Bu ürün, kullanım verilerini toplar - • Daha fazla bilgi ve katılmamayı seçmek için bkz. https://aka.ms/dotnet-cli-telemetry - Kaynaklar • .NET Belgeleri https://aka.ms/dotnet-docs • SDK Belgeleri https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index 661b39718..d3e6e3568 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -58,21 +58,6 @@ 此产品会收集用法数据 • 详细信息和选择退出选项: https://aka.ms/dotnet-cli-telemetry -资源 - • .NET 文档: https://aka.ms/dotnet-docs - • SDK 文档: https://aka.ms/dotnet-sdk-docs - • 发行说明: https://aka.ms/dotnet5-release-notes - • 教程: https://aka.ms/dotnet-tutorials -已成功安装。 - -下列项安装于: "[DOTNETHOME]" - • .NET SDK [DOTNETSDKVERSION] - • .NET 运行时 [DOTNETRUNTIMEVERSION] - • ASP.NET Core 运行时 [ASPNETCOREVERSION] - -此产品会收集用法数据 - • 详细信息和选择退出选项: https://aka.ms/dotnet-cli-telemetry - 资源 • .NET 文档: https://aka.ms/dotnet-docs • SDK 文档: https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index b15841abd..d70eaa727 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -58,21 +58,6 @@ Se instaló lo siguiente en: "[DOTNETHOME]" Este producto recopila datos de uso • Para obtener más información y declinar la participación, visite https://aka.ms/dotnet-cli-telemetry -Recursos - • Documentación de .NET https://aka.ms/dotnet-docs - • Documentación del SDK https://aka.ms/dotnet-sdk-docs - • Notas de la versión https://aka.ms/dotnet5-release-notes - • Tutoriales https://aka.ms/dotnet-tutorials - La instalación se realizó correctamente. - -Se instaló lo siguiente en: "[DOTNETHOME]" - • SDK de .NET [DOTNETSDKVERSION] - • .NET Runtime [DOTNETRUNTIMEVERSION] - • ASP.NET Core Runtime [ASPNETCOREVERSION] - -Este producto recopila datos de uso - • Para obtener más información y declinar la participación, visite https://aka.ms/dotnet-cli-telemetry - Recursos • Documentación de .NET https://aka.ms/dotnet-docs • Documentación del SDK https://aka.ms/dotnet-sdk-docs diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.wxs b/src/redist/targets/packaging/windows/clisdk/bundle.wxs index 84d0675ac..31f8bc56b 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.wxs +++ b/src/redist/targets/packaging/windows/clisdk/bundle.wxs @@ -161,13 +161,13 @@ + - @@ -195,15 +195,7 @@ - - - - - - diff --git a/src/redist/targets/packaging/windows/clisdk/bundleArm64.thm b/src/redist/targets/packaging/windows/clisdk/bundleArm64.thm deleted file mode 100644 index 3a6f14708..000000000 --- a/src/redist/targets/packaging/windows/clisdk/bundleArm64.thm +++ /dev/null @@ -1,95 +0,0 @@ - - - #(loc.Caption) - Segoe UI - Segoe UI - Segoe UI - Segoe UI - Segoe UI - Segoe UI - - #(loc.Title) - - - - - - #(loc.HelpHeader) - #(loc.HelpText) - - - - - - - - #(loc.WelcomeHeaderMessage) - #(loc.WelcomeDescription) - #(loc.VisualStudioWarning) - #(loc.LicenseAssent) - #(loc.PrivacyStatementLink) - #(loc.DotNetEulaLink) - - - - - - - #(loc.FilesInUseHeader) - #(loc.FilesInUseLabel) - - - - - - - - - - - - - - #(loc.ProgressHeader) - #(loc.ProgressLabel) - #(loc.OverallProgressPackageText) - - - - - - - - #(loc.ModifyHeader) - - - - - - - - - #(loc.SuccessHeader) - #(loc.FirstTimeWelcomeMessageArm64) - #(loc.SuccessRepairHeader) - #(loc.SuccessUninstallHeader) - - #(loc.SuccessRestartText) - - - - - - - - #(loc.FailureHeader) - #(loc.FailureInstallHeader) - #(loc.FailureUninstallHeader) - #(loc.FailureRepairHeader) - #(loc.FailureHyperlinkLogText) - - #(loc.FailureRestartText) - - - - From f8eb583d40b39ff59b52adff3cbbfd1c4e9a7d8b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:44:02 +0200 Subject: [PATCH 224/375] [master] Update dependencies from dotnet/arcade (#8726) * Update dependencies from https://github.com/dotnet/arcade build 20200924.4 Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20471.1 -> To Version 5.0.0-beta.20474.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/arcade build 20200928.3 Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20471.1 -> To Version 5.0.0-beta.20478.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/arcade build 20201006.7 Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20471.1 -> To Version 5.0.0-beta.20506.7 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.SourceLink.GitHub,XliffTasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/arcade build 20201009.12 Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20471.1 -> To Version 6.0.0-beta.20509.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.SourceLink.GitHub,XliffTasks From Version 5.0.0-rc.2.20474.5 -> To Version 5.0.0-rc.1.20417.4 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/arcade build 20201020.8 Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20471.1 -> To Version 6.0.0-beta.20520.8 Dependency coherency updates Microsoft.SourceLink.GitHub,XliffTasks From Version 1.1.0-beta-20464-02 -> To Version 1.1.0-beta-20519-02 (parent: Microsoft.DotNet.Arcade.Sdk * Update FileInfoAssertions.cs * Update FileInfoAssertions.cs * Use tasks provided by Microsoft.DotNet.Build.Tasks.Installers when provided. Co-authored-by: dotnet-maestro[bot] Co-authored-by: Viktor Hofer Co-authored-by: Jeremy Koritzinsky --- eng/Version.Details.xml | 16 +- eng/Versions.props | 2 +- eng/common/cross/build-rootfs.sh | 1 + eng/common/cross/toolchain.cmake | 4 + eng/common/performance/crossgen_perf.proj | 27 +- eng/common/performance/performance-setup.sh | 1 + .../post-build/sourcelink-validation.ps1 | 15 +- eng/common/templates/job/job.yml | 20 +- .../templates/post-build/post-build.yml | 313 +++++++++--------- .../templates/steps/perf-send-to-helix.yml | 2 +- eng/common/templates/steps/send-to-helix.yml | 2 +- eng/common/tools.ps1 | 4 +- eng/common/tools.sh | 2 + global.json | 4 +- src/core-sdk-tasks/GenerateGuidFromName.cs | 15 +- src/core-sdk-tasks/GenerateMsiVersion.cs | 41 --- src/redist/targets/BuildCoreSdkTasks.targets | 2 - src/redist/targets/GenerateMSIs.targets | 14 +- .../Assertions/FileInfoAssertions.cs | 11 - 19 files changed, 237 insertions(+), 259 deletions(-) delete mode 100644 src/core-sdk-tasks/GenerateMsiVersion.cs diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15a24c6e5..bbfecf147 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,25 +140,25 @@ - + https://github.com/dotnet/arcade - 0365488709f58e37de6c2180e7fb243203ca0a9c + 7fbf2a7703498067569d07a21776b91e599028e2 - + https://github.com/dotnet/arcade - 0365488709f58e37de6c2180e7fb243203ca0a9c + 7fbf2a7703498067569d07a21776b91e599028e2 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 8a3edd1902dbfe3adba65f22e3bb7aa2cc73e97f + 0decb380f1e0f8267259b5ae5d0d1e5102e380a1 - + https://github.com/dotnet/xliff-tasks - 975065e08307a459dc2649b1c852f5c4cafd2f91 + 339b0111cdf8bf4fd3cab63c9f9bfbf6db5325b4 diff --git a/eng/Versions.props b/eng/Versions.props index b3b9668f6..ae21b749a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-beta.20472.36 + 6.0.0-beta.20520.8 diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index ffdff3854..a841c64f3 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -329,6 +329,7 @@ elif [[ -n $__CodeName ]]; then chroot $__RootfsDir apt-get -f -y install chroot $__RootfsDir apt-get -y install $__UbuntuPackages chroot $__RootfsDir symlinks -cr /usr + chroot $__RootfsDir apt clean if [ $__SkipUnmount == 0 ]; then umount $__RootfsDir/* || true diff --git a/eng/common/cross/toolchain.cmake b/eng/common/cross/toolchain.cmake index 137736c0a..8b437d8ad 100644 --- a/eng/common/cross/toolchain.cmake +++ b/eng/common/cross/toolchain.cmake @@ -139,6 +139,10 @@ function(add_toolchain_linker_flag Flag) set("CMAKE_SHARED_LINKER_FLAGS${CONFIG_SUFFIX}" "${CMAKE_SHARED_LINKER_FLAGS${CONFIG_SUFFIX}} ${Flag}" PARENT_SCOPE) endfunction() +if(CMAKE_SYSTEM_NAME STREQUAL "Linux") + add_toolchain_linker_flag("-Wl,--rpath-link=${CROSS_ROOTFS}/lib/${TOOLCHAIN}") + add_toolchain_linker_flag("-Wl,--rpath-link=${CROSS_ROOTFS}/usr/lib/${TOOLCHAIN}") +endif() if(TARGET_ARCH_NAME STREQUAL "armel") if(DEFINED TIZEN_TOOLCHAIN) # For Tizen only diff --git a/eng/common/performance/crossgen_perf.proj b/eng/common/performance/crossgen_perf.proj index 426492038..3b8dfc2b1 100644 --- a/eng/common/performance/crossgen_perf.proj +++ b/eng/common/performance/crossgen_perf.proj @@ -27,11 +27,18 @@ - - - - - + + + + + + + + + + + + @@ -51,6 +58,13 @@ + + + $(WorkItemDirectory) + $(Python) $(Crossgen2Directory)test.py crossgen2 --core-root $(CoreRoot) --single %(Identity) --singlethreaded True + + + @@ -60,6 +74,9 @@ 4:00 + + 4:00 + $(WorkItemDirectory) $(Python) $(Crossgen2Directory)test.py crossgen2 --core-root $(CoreRoot) --composite $(Crossgen2Directory)framework-r2r.dll.rsp diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 806e56c61..9c0f6c909 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -211,6 +211,7 @@ if [[ "$wasm_runtime_loc" != "" ]]; then fi if [[ "$mono_dotnet" != "" ]] && [[ "$monointerpreter" == "true" ]]; then + configurations="$configurations LLVM=$llvm MonoInterpreter=$monointerpreter MonoAOT=$monoaot" extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter NoMono" fi diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index c7e7ae67d..1728b742b 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -161,9 +161,12 @@ $ValidatePackage = { function CheckJobResult( $result, $packagePath, - [ref]$ValidationFailures) { - if ($jobResult.result -ne '0') { - Write-PipelineTelemetryError -Category 'SourceLink' -Message "$packagePath has broken SourceLink links." + [ref]$ValidationFailures, + [switch]$logErrors) { + if ($result -ne '0') { + if ($logError) { + Write-PipelineTelemetryError -Category 'SourceLink' -Message "$packagePath has broken SourceLink links." + } $ValidationFailures.Value++ } } @@ -228,16 +231,14 @@ function ValidateSourceLinkLinks { foreach ($Job in @(Get-Job -State 'Completed')) { $jobResult = Wait-Job -Id $Job.Id | Receive-Job - CheckJobResult $jobResult.result $jobResult.packagePath ([ref]$ValidationFailures) + CheckJobResult $jobResult.result $jobResult.packagePath ([ref]$ValidationFailures) -LogErrors Remove-Job -Id $Job.Id } } foreach ($Job in @(Get-Job)) { $jobResult = Wait-Job -Id $Job.Id | Receive-Job - if ($jobResult -ne '0') { - $ValidationFailures++ - } + CheckJobResult $jobResult.result $jobResult.packagePath ([ref]$ValidationFailures) Remove-Job -Id $Job.Id } if ($ValidationFailures -gt 0) { diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index e78ed9a1c..8e4ce2c28 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -27,6 +27,7 @@ parameters: useBuildManifest: false mergeTestResults: false testRunTitle: '' + testResultsFormat: '' name: '' preSteps: [] runAsPublic: false @@ -131,8 +132,8 @@ jobs: - task: RichCodeNavIndexer@0 displayName: RichCodeNav Upload inputs: - languages: 'csharp' - environment: ${{ coalesce(parameters.richCodeNavigationEnvironment, 'prod') }} + languages: ${{ coalesce(parameters.richCodeNavigationLanguage, 'csharp') }} + environment: ${{ coalesce(parameters.richCodeNavigationEnvironment, 'production') }} richNavLogOutputDirectory: $(Build.SourcesDirectory)/artifacts/bin continueOnError: true @@ -202,9 +203,9 @@ jobs: continueOnError: true condition: always() - - ${{ if eq(parameters.enablePublishTestResults, 'true') }}: + - ${{ if or(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, 'xunit')) }}: - task: PublishTestResults@2 - displayName: Publish Test Results + displayName: Publish XUnit Test Results inputs: testResultsFormat: 'xUnit' testResultsFiles: '*.xml' @@ -213,6 +214,17 @@ jobs: mergeTestResults: ${{ parameters.mergeTestResults }} continueOnError: true condition: always() + - ${{ if or(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, 'vstest')) }}: + - task: PublishTestResults@2 + displayName: Publish TRX Test Results + inputs: + testResultsFormat: 'VSTest' + testResultsFiles: '*.trx' + searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)' + testRunTitle: ${{ coalesce(parameters.testRunTitle, parameters.name, '$(System.JobName)') }}-trx + mergeTestResults: ${{ parameters.mergeTestResults }} + continueOnError: true + condition: always() - ${{ if and(eq(parameters.enablePublishBuildAssets, true), ne(parameters.enablePublishUsingPipelines, 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - task: CopyFiles@2 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index df06f5371..761fb1a29 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -67,175 +67,180 @@ parameters: VSMasterChannelId: 1012 stages: -- stage: Validate - dependsOn: ${{ parameters.validateDependsOn }} - displayName: Validate Build Assets - variables: - - template: common-variables.yml - jobs: - - template: setup-maestro-vars.yml - parameters: - BARBuildId: ${{ parameters.BARBuildId }} - PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} - - - job: - displayName: Post-build Checks - dependsOn: setupMaestroVars - variables: - - name: TargetChannels - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.TargetChannels'] ] - pool: - vmImage: 'windows-2019' - steps: - - task: PowerShell@2 - displayName: Maestro Channels Consistency - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 - arguments: -PromoteToChannels "$(TargetChannels)" - -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.Net5RC2ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} - - - job: - displayName: NuGet Validation - dependsOn: setupMaestroVars - condition: eq( ${{ parameters.enableNugetValidation }}, 'true') - pool: - vmImage: 'windows-2019' - variables: - - name: AzDOProjectName - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] - - name: AzDOPipelineId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] - - name: AzDOBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1 - arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ - -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ - - - job: - displayName: Signing Validation - dependsOn: setupMaestroVars - condition: eq( ${{ parameters.enableSigningValidation }}, 'true') +- ${{ if or(and(le(parameters.publishingInfraVersion, 2), eq(parameters.inline, 'true')), eq( parameters.enableNugetValidation, 'true'), eq(parameters.enableSigningValidation, 'true'), eq(parameters.enableSourceLinkValidation, 'true'), eq(parameters.SDLValidationParameters.enable, 'true')) }}: + - stage: Validate + dependsOn: ${{ parameters.validateDependsOn }} + displayName: Validate Build Assets variables: - template: common-variables.yml - - name: AzDOProjectName - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] - - name: AzDOPipelineId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] - - name: AzDOBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] - pool: - vmImage: 'windows-2019' - steps: - - ${{ if eq(parameters.useBuildManifest, true) }}: + jobs: + - template: setup-maestro-vars.yml + parameters: + BARBuildId: ${{ parameters.BARBuildId }} + PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} + + - ${{ if and(le(parameters.publishingInfraVersion, 2), eq(parameters.inline, 'true')) }}: + - job: + displayName: Post-build Checks + dependsOn: setupMaestroVars + variables: + - name: TargetChannels + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.TargetChannels'] ] + pool: + vmImage: 'windows-2019' + steps: + - task: PowerShell@2 + displayName: Maestro Channels Consistency + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 + arguments: -PromoteToChannels "$(TargetChannels)" + -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.Net5RC2ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} + + - job: + displayName: NuGet Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableNugetValidation }}, 'true') + pool: + vmImage: 'windows-2019' + variables: + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + steps: - task: DownloadBuildArtifacts@0 - displayName: Download build manifest + displayName: Download Package Artifacts inputs: buildType: specific buildVersionToDownload: specific project: $(AzDOProjectName) pipeline: $(AzDOPipelineId) buildId: $(AzDOBuildId) - artifactName: BuildManifests - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: PackageArtifacts + artifactName: PackageArtifacts - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1 + arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ + -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - # Signing validation will optionally work with the buildmanifest file which is downloaded from - # Azure DevOps above. - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task SigningValidation -restore -msbuildEngine vs - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' - /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' - ${{ parameters.signingValidationAdditionalParameters }} - - - template: ../steps/publish-logs.yml - parameters: - StageLabel: 'Validation' - JobLabel: 'Signing' - - - job: - displayName: SourceLink Validation - dependsOn: setupMaestroVars - condition: eq( ${{ parameters.enableSourceLinkValidation }}, 'true') - variables: - - template: common-variables.yml - - name: AzDOProjectName - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] - - name: AzDOPipelineId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] - - name: AzDOBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: BlobArtifacts - - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -ExtractPath $(Agent.BuildDirectory)/Extract/ - -GHRepoName $(Build.Repository.Name) - -GHCommit $(Build.SourceVersion) - -SourcelinkCliVersion $(SourceLinkCLIVersion) - continueOnError: true - - - template: /eng/common/templates/job/execute-sdl.yml - parameters: - enable: ${{ parameters.SDLValidationParameters.enable }} + - job: + displayName: Signing Validation dependsOn: setupMaestroVars - additionalParameters: ${{ parameters.SDLValidationParameters.params }} - continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} - artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} - downloadArtifacts: ${{ parameters.SDLValidationParameters.downloadArtifacts }} + condition: eq( ${{ parameters.enableSigningValidation }}, 'true') + variables: + - template: common-variables.yml + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + pool: + vmImage: 'windows-2019' + steps: + - ${{ if eq(parameters.useBuildManifest, true) }}: + - task: DownloadBuildArtifacts@0 + displayName: Download build manifest + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: BuildManifests + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: PackageArtifacts + + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + # Signing validation will optionally work with the buildmanifest file which is downloaded from + # Azure DevOps above. + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task SigningValidation -restore -msbuildEngine vs + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' + /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' + ${{ parameters.signingValidationAdditionalParameters }} + + - template: ../steps/publish-logs.yml + parameters: + StageLabel: 'Validation' + JobLabel: 'Signing' + + - job: + displayName: SourceLink Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableSourceLinkValidation }}, 'true') + variables: + - template: common-variables.yml + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: BlobArtifacts + + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -ExtractPath $(Agent.BuildDirectory)/Extract/ + -GHRepoName $(Build.Repository.Name) + -GHCommit $(Build.SourceVersion) + -SourcelinkCliVersion $(SourceLinkCLIVersion) + continueOnError: true + + - template: /eng/common/templates/job/execute-sdl.yml + parameters: + enable: ${{ parameters.SDLValidationParameters.enable }} + dependsOn: setupMaestroVars + additionalParameters: ${{ parameters.SDLValidationParameters.params }} + continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} + artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} + downloadArtifacts: ${{ parameters.SDLValidationParameters.downloadArtifacts }} - ${{ if or(ge(parameters.publishingInfraVersion, 3), eq(parameters.inline, 'false')) }}: - stage: publish_using_darc - dependsOn: Validate + ${{ if or(eq(parameters.enableNugetValidation, 'true'), eq(parameters.enableSigningValidation, 'true'), eq(parameters.enableSourceLinkValidation, 'true'), eq(parameters.SDLValidationParameters.enable, 'true')) }}: + dependsOn: Validate + ${{ if and(ne(parameters.enableNugetValidation, 'true'), ne(parameters.enableSigningValidation, 'true'), ne(parameters.enableSourceLinkValidation, 'true'), ne(parameters.SDLValidationParameters.enable, 'true')) }}: + dependsOn: ${{ parameters.validateDependsOn }} displayName: Publish using Darc variables: - template: common-variables.yml diff --git a/eng/common/templates/steps/perf-send-to-helix.yml b/eng/common/templates/steps/perf-send-to-helix.yml index 8427de59c..a468e92ce 100644 --- a/eng/common/templates/steps/perf-send-to-helix.yml +++ b/eng/common/templates/steps/perf-send-to-helix.yml @@ -11,7 +11,7 @@ parameters: WorkItemDirectory: '' # optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects CorrelationPayloadDirectory: '' # optional -- a directory to zip up and send to Helix as a correlation payload IncludeDotNetCli: false # optional -- true will download a version of the .NET CLI onto the Helix machine as a correlation payload; requires DotNetCliPackageType and DotNetCliVersion - DotNetCliPackageType: '' # optional -- either 'sdk' or 'runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json + DotNetCliPackageType: '' # optional -- either 'sdk', 'runtime' or 'aspnetcore-runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json DotNetCliVersion: '' # optional -- version of the CLI to send to Helix; based on this: https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control WaitForWorkItemCompletion: true # optional -- true will make the task wait until work items have been completed and fail the build if work items fail. False is "fire and forget." diff --git a/eng/common/templates/steps/send-to-helix.yml b/eng/common/templates/steps/send-to-helix.yml index 5eceb4872..bb5f1a929 100644 --- a/eng/common/templates/steps/send-to-helix.yml +++ b/eng/common/templates/steps/send-to-helix.yml @@ -18,7 +18,7 @@ parameters: XUnitRuntimeTargetFramework: '' # optional -- framework to use for the xUnit console runner XUnitRunnerVersion: '' # optional -- version of the xUnit nuget package you wish to use on Helix; required for XUnitProjects IncludeDotNetCli: false # optional -- true will download a version of the .NET CLI onto the Helix machine as a correlation payload; requires DotNetCliPackageType and DotNetCliVersion - DotNetCliPackageType: '' # optional -- either 'sdk' or 'runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json + DotNetCliPackageType: '' # optional -- either 'sdk', 'runtime' or 'aspnetcore-runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json DotNetCliVersion: '' # optional -- version of the CLI to send to Helix; based on this: https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control WaitForWorkItemCompletion: true # optional -- true will make the task wait until work items have been completed and fail the build if work items fail. False is "fire and forget." diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 60066083b..9014e0625 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -540,13 +540,15 @@ function GetDefaultMSBuildEngine() { function GetNuGetPackageCachePath() { if ($env:NUGET_PACKAGES -eq $null) { - # Use local cache on CI to ensure deterministic build, + # Use local cache on CI to ensure deterministic build. + # Avoid using the http cache as workaround for https://github.com/NuGet/Home/issues/3116 # use global cache in dev builds to avoid cost of downloading packages. # For directory normalization, see also: https://github.com/NuGet/Home/issues/7968 if ($useGlobalNuGetCache) { $env:NUGET_PACKAGES = Join-Path $env:UserProfile '.nuget\packages\' } else { $env:NUGET_PACKAGES = Join-Path $RepoRoot '.packages\' + $env:RESTORENOCACHE = $true } } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c722a0585..b5d63cb1b 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -312,12 +312,14 @@ function InitializeBuildTool { _InitializeBuildToolFramework="netcoreapp2.1" } +# Set RestoreNoCache as a workaround for https://github.com/NuGet/Home/issues/3116 function GetNuGetPackageCachePath { if [[ -z ${NUGET_PACKAGES:-} ]]; then if [[ "$use_global_nuget_cache" == true ]]; then export NUGET_PACKAGES="$HOME/.nuget/packages" else export NUGET_PACKAGES="$repo_root/.packages" + export RESTORENOCACHE=true fi fi diff --git a/global.json b/global.json index de0bc32ff..8337f8bbe 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-rc.1.20452.10", + "dotnet": "5.0.100-rc.2.20479.15", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20472.36" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20520.8" } } diff --git a/src/core-sdk-tasks/GenerateGuidFromName.cs b/src/core-sdk-tasks/GenerateGuidFromName.cs index 3ae08347b..709e4ec64 100644 --- a/src/core-sdk-tasks/GenerateGuidFromName.cs +++ b/src/core-sdk-tasks/GenerateGuidFromName.cs @@ -8,21 +8,8 @@ using Microsoft.Build.Utilities; namespace Microsoft.DotNet.Cli.Build { - public class GenerateGuidFromName : Task + public class GenerateGuidFromName { - [Required] - public string Name { get; set; } - - [Output] - public string OutputGuid { get; set; } - - public override bool Execute() - { - OutputGuid = GenerateGuid(Name).ToString().ToUpper(); - - return true; - } - // Generate a Version 5 (SHA1 Name Based) Guid from a name. public static Guid GenerateGuid(string name) { diff --git a/src/core-sdk-tasks/GenerateMsiVersion.cs b/src/core-sdk-tasks/GenerateMsiVersion.cs deleted file mode 100644 index f257c0f6b..000000000 --- a/src/core-sdk-tasks/GenerateMsiVersion.cs +++ /dev/null @@ -1,41 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using Microsoft.Build.Framework; -using Microsoft.Build.Utilities; - -namespace Microsoft.DotNet.Cli.Build -{ - public class GenerateMsiVersion : Task - { - [Required] - public int VersionRevision { get; set; } - - [Required] - public int VersionMajor { get; set; } - - [Required] - public int VersionMinor { get; set; } - - [Required] - public int VersionPatch { get; set; } - - [Output] - public string MsiVersion { get; set; } - - public override bool Execute() - { - var buildVersion = new Version() - { - Major = VersionMajor, - Minor = VersionMinor, - Patch = VersionPatch, - VersionRevision = VersionRevision - }; - - MsiVersion = buildVersion.GenerateMsiVersion(); - - return true; - } - } -} diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index cf37a9f01..2d547dda5 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -25,9 +25,7 @@ - - diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 11f613060..2ef350c4f 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -103,25 +103,25 @@ - + - - - diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs index 6cbba1560..dca27f0c5 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs @@ -40,16 +40,5 @@ namespace Microsoft.DotNet.Tools.Test.Utilities .FailWith($"Expected File {_fileInfo.FullName} to not exist, but it does."); return new AndConstraint(this); } - - public AndWhichConstraint HaveLastWriteTimeUtc(string because = "", params object[] reasonArgs) - { - var lastWriteTimeUtc = _fileInfo.LastWriteTimeUtc; - - Execute.Assertion - .ForCondition(lastWriteTimeUtc != null) - .BecauseOf(because, reasonArgs) - .FailWith($"Expected File {_fileInfo.FullName} to have a LastWriteTimeUTC, but it is null."); - return new AndWhichConstraint(this, lastWriteTimeUtc); - } } } From 2c7d23afe91a5aecb2a6ef55eb91a55237362969 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Fri, 23 Oct 2020 13:19:43 -0700 Subject: [PATCH 225/375] Add KnownFrameworkReference items for .NET 6 Fixes https://github.com/dotnet/sdk/issues/13950 --- .../targets/GenerateBundledVersions.targets | 172 +++++++++++++++--- test/EndToEnd/ProjectBuildTests.cs | 18 ++ 2 files changed, 165 insertions(+), 25 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 7cca46584..a0e89d739 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -28,24 +28,28 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NETCoreApp30RuntimePackVersion>3.0.3 - <_NETCoreApp30TargetingPackVersion>3.0.0 - + + <_NET50RuntimePackVersion>5.0.0-rc.2.20475.5 + <_NET50TargetingPackVersion>5.0.0-rc.2.20475.5 + <_WindowsDesktop50RuntimePackVersion>5.0.0-rc.2.20475.6 + <_WindowsDesktop50TargetingPackVersion>5.0.0-rc.2.20475.6 + <_AspNet50RuntimePackVersion>5.0.0-rc.2.20475.17 + <_AspNet50TargetingPackVersion>5.0.0-rc.2.20475.17 + <_NETCoreApp31RuntimePackVersion>3.1.7 <_NETCoreApp31TargetingPackVersion>3.1.0 - - <_WindowsDesktop30RuntimePackVersion>3.0.3 - <_WindowsDesktop30TargetingPackVersion>3.0.0 - <_WindowsDesktop31RuntimePackVersion>3.1.2 <_WindowsDesktop31TargetingPackVersion>3.1.0 - - <_AspNet30RuntimePackVersion>3.0.3 - <_AspNet30TargetingPackVersion>3.0.1 - <_AspNet31RuntimePackVersion>3.1.9 <_AspNet31TargetingPackVersion>3.1.8 + <_NETCoreApp30RuntimePackVersion>3.0.3 + <_NETCoreApp30TargetingPackVersion>3.0.0 + <_WindowsDesktop30RuntimePackVersion>3.0.3 + <_WindowsDesktop30TargetingPackVersion>3.0.0 + <_AspNet30RuntimePackVersion>3.0.3 + <_AspNet30TargetingPackVersion>3.0.1 + <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) <_NETStandardTargetFrameworkVersion>$(_NETStandardLibraryPackageVersion.Split('.')[0]).$(_NETStandardLibraryPackageVersion.Split('.')[1]) @@ -73,10 +77,10 @@ - + - - - + + - + + @@ -113,7 +118,8 @@ - + + @@ -206,8 +212,9 @@ Copyright (c) .NET Foundation. All rights reserved. @(ImplicitPackageVariable->'', ' ') + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 97293638a..852b933b5 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -13,6 +13,20 @@ namespace EndToEnd.Tests { public class ProjectBuildTests : TestBase { + // TODO: Once console template is updated to target net6.0, remove this logic + void RetargetProject(string projectDirectory) + { + var projectFile = Directory.GetFiles(projectDirectory, "*.csproj").Single(); + + var projectXml = XDocument.Load(projectFile); + var ns = projectXml.Root.Name.Namespace; + + projectXml.Root.Element(ns + "PropertyGroup") + .Element(ns + "TargetFramework").Value = "net6.0"; + + projectXml.Save(projectFile); + } + [Fact] public void ItCanNewRestoreBuildRunCleanMSBuildProject() { @@ -25,6 +39,8 @@ namespace EndToEnd.Tests .Execute(newArgs) .Should().Pass(); + RetargetProject(projectDirectory); + new RestoreCommand() .WithWorkingDirectory(projectDirectory) .Execute() @@ -63,6 +79,8 @@ namespace EndToEnd.Tests .Execute(newArgs) .Should().Pass(); + RetargetProject(projectDirectory); + string projectPath = Path.Combine(projectDirectory, directory.Name + ".csproj"); var project = XDocument.Load(projectPath); From 66318e6fc486e4df2781f5cfc134806f119c4259 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Sun, 25 Oct 2020 17:46:32 -0700 Subject: [PATCH 226/375] Switch to net5.0 and net6.0 spellings in BundledVersions --- .../targets/GenerateBundledVersions.targets | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a0e89d739..2070043a1 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -214,7 +214,7 @@ Copyright (c) .NET Foundation. All rights reserved. Date: Sun, 25 Oct 2020 19:19:57 -0700 Subject: [PATCH 227/375] Update tests for .NET 6 --- .../TestProjects/UseCswinrt/consolecswinrt.csproj | 2 +- src/redist/targets/GenerateBundledVersions.targets | 13 ++++++++----- .../GivenWeWantToRequireWindowsForDesktopApps.cs | 2 +- .../{GivenWindows50App.cs => GivenWindowsApp.cs} | 2 +- .../Assertions/FileInfoAssertions.cs | 11 ----------- 5 files changed, 11 insertions(+), 19 deletions(-) rename test/EndToEnd/{GivenWindows50App.cs => GivenWindowsApp.cs} (97%) diff --git a/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj b/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj index 9fcbef4ce..85367b5e2 100644 --- a/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj +++ b/TestAssets/TestProjects/UseCswinrt/consolecswinrt.csproj @@ -1,7 +1,7 @@ Exe - net5.0 + net6.0 Windows diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 2070043a1..01b904e85 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -29,10 +29,13 @@ <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) + <_NET50DefaultRuntimeFrameworkVersion>5.0.0-rc.2.20475.5 <_NET50RuntimePackVersion>5.0.0-rc.2.20475.5 <_NET50TargetingPackVersion>5.0.0-rc.2.20475.5 + <_WindowsDesktop50DefaultRuntimeFrameworkVersion>5.0.0-rc.2.20475.6 <_WindowsDesktop50RuntimePackVersion>5.0.0-rc.2.20475.6 <_WindowsDesktop50TargetingPackVersion>5.0.0-rc.2.20475.6 + <_AspNet50DefaultRuntimeFrameworkVersion>5.0.0-rc.2.20475.17 <_AspNet50RuntimePackVersion>5.0.0-rc.2.20475.17 <_AspNet50TargetingPackVersion>5.0.0-rc.2.20475.17 @@ -331,7 +334,7 @@ Copyright (c) .NET Foundation. All rights reserved. (this); } - - public AndWhichConstraint HaveLastWriteTimeUtc(string because = "", params object[] reasonArgs) - { - var lastWriteTimeUtc = _fileInfo.LastWriteTimeUtc; - - Execute.Assertion - .ForCondition(lastWriteTimeUtc != null) - .BecauseOf(because, reasonArgs) - .FailWith($"Expected File {_fileInfo.FullName} to have a LastWriteTimeUTC, but it is null."); - return new AndWhichConstraint(this, lastWriteTimeUtc); - } } } From a02047216f85b73365a64a9bd4a117b08c93f3c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:54:03 +0000 Subject: [PATCH 228/375] Update dependencies from https://github.com/dotnet/arcade build 20201022.2 (#8977) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20519.1 to 1.0.0-beta.20520.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bbfecf147..a78271f81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,13 +140,13 @@ - + https://github.com/dotnet/arcade - 7fbf2a7703498067569d07a21776b91e599028e2 + c262e0121edb7df890528bb61589d4b6e440a1f6 - + https://github.com/dotnet/arcade - 7fbf2a7703498067569d07a21776b91e599028e2 + c262e0121edb7df890528bb61589d4b6e440a1f6 https://github.com/dotnet/source-build-reference-packages @@ -156,9 +156,9 @@ https://github.com/dotnet/sourcelink 0decb380f1e0f8267259b5ae5d0d1e5102e380a1 - + https://github.com/dotnet/xliff-tasks - 339b0111cdf8bf4fd3cab63c9f9bfbf6db5325b4 + 3d4f8ba0950b6284c1ec3ad674eade92916f9796 diff --git a/eng/Versions.props b/eng/Versions.props index ae21b749a..534578a9a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20520.8 + 6.0.0-beta.20522.2 diff --git a/global.json b/global.json index 8337f8bbe..380171bf8 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20520.8" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20522.2" } } From c5bc07d915fdd1c45624c7b56540eb4413d46c85 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Mon, 26 Oct 2020 20:18:09 -0700 Subject: [PATCH 229/375] Apply code review feedback --- src/redist/targets/GenerateBundledVersions.targets | 5 +++-- test/EndToEnd/ProjectBuildTests.cs | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 01b904e85..52b8a8411 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -28,7 +28,8 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - + <_NET50DefaultRuntimeFrameworkVersion>5.0.0-rc.2.20475.5 <_NET50RuntimePackVersion>5.0.0-rc.2.20475.5 <_NET50TargetingPackVersion>5.0.0-rc.2.20475.5 @@ -113,7 +114,7 @@ " /> - + diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 852b933b5..190894fbb 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -14,6 +14,7 @@ namespace EndToEnd.Tests public class ProjectBuildTests : TestBase { // TODO: Once console template is updated to target net6.0, remove this logic + // https://github.com/dotnet/installer/issues/8974 void RetargetProject(string projectDirectory) { var projectFile = Directory.GetFiles(projectDirectory, "*.csproj").Single(); From 7aba0fe3110f3447adac798bfbcef1cb744f5173 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 17:17:49 +0000 Subject: [PATCH 230/375] Update dependencies from https://github.com/dotnet/arcade build 20201025.1 (#8981) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/templates/job/job.yml | 4 ++-- global.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a78271f81..60b3aff04 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,13 +140,13 @@ - + https://github.com/dotnet/arcade - c262e0121edb7df890528bb61589d4b6e440a1f6 + a77062f9cdaf07cbaf8d19941d079837844f69ca - + https://github.com/dotnet/arcade - c262e0121edb7df890528bb61589d4b6e440a1f6 + a77062f9cdaf07cbaf8d19941d079837844f69ca https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 534578a9a..4bd73447f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20522.2 + 6.0.0-beta.20525.1 diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 8e4ce2c28..06048c279 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -203,7 +203,7 @@ jobs: continueOnError: true condition: always() - - ${{ if or(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, 'xunit')) }}: + - ${{ if or(and(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, '')), eq(parameters.testResultsFormat, 'xunit')) }}: - task: PublishTestResults@2 displayName: Publish XUnit Test Results inputs: @@ -214,7 +214,7 @@ jobs: mergeTestResults: ${{ parameters.mergeTestResults }} continueOnError: true condition: always() - - ${{ if or(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, 'vstest')) }}: + - ${{ if or(and(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, '')), eq(parameters.testResultsFormat, 'vstest')) }}: - task: PublishTestResults@2 displayName: Publish TRX Test Results inputs: diff --git a/global.json b/global.json index 380171bf8..1e44fca71 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20522.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20525.1" } } From f45b44b66ffb52ce7dcfc6b68a0ff06acc1822cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 15:07:45 +0000 Subject: [PATCH 231/375] Update dependencies from https://github.com/dotnet/arcade build 20201026.10 (#8983) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 +- eng/Versions.props | 2 +- eng/common/build.ps1 | 2 - eng/common/build.sh | 9 +- .../dotnet-install-scripts/dotnet-install.ps1 | 774 ----------- .../dotnet-install-scripts/dotnet-install.sh | 1133 ----------------- eng/common/tools.ps1 | 65 +- eng/common/tools.sh | 37 +- global.json | 2 +- 9 files changed, 46 insertions(+), 1986 deletions(-) delete mode 100644 eng/common/dotnet-install-scripts/dotnet-install.ps1 delete mode 100644 eng/common/dotnet-install-scripts/dotnet-install.sh diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60b3aff04..fd5931234 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,13 +140,13 @@ - + https://github.com/dotnet/arcade - a77062f9cdaf07cbaf8d19941d079837844f69ca + c0f916d7f45834c080bf6cce60cf2bcfa00bc0a7 - + https://github.com/dotnet/arcade - a77062f9cdaf07cbaf8d19941d079837844f69ca + c0f916d7f45834c080bf6cce60cf2bcfa00bc0a7 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 4bd73447f..ecf431a02 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20525.1 + 6.0.0-beta.20526.10 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 1fd7f686f..94a91c081 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -7,7 +7,6 @@ Param( [string] $msbuildEngine = $null, [bool] $warnAsError = $true, [bool] $nodeReuse = $true, - [bool] $useDefaultDotnetInstall = $false, [switch][Alias('r')]$restore, [switch] $deployDeps, [switch][Alias('b')]$build, @@ -66,7 +65,6 @@ function Print-Usage() { Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build" Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." - Write-Host " -useDefaultDotnetInstall Use dotnet-install.* scripts from public location as opposed to from eng common folder" Write-Host "" Write-Host "Command line arguments not listed above are passed thru to msbuild." diff --git a/eng/common/build.sh b/eng/common/build.sh index 19849adbe..252b63604 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -36,8 +36,6 @@ usage() echo " --prepareMachine Prepare machine for CI run, clean up processes after build" echo " --nodeReuse Sets nodereuse msbuild parameter ('true' or 'false')" echo " --warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" - echo " --useDefaultDotnetInstall Use dotnet-install.* scripts from public location as opposed to from eng common folder" - echo "" echo "Command line arguments not listed above are passed thru to msbuild." echo "Arguments can also be passed in with a single hyphen." @@ -80,7 +78,6 @@ prepare_machine=false verbosity='minimal' runtime_source_feed='' runtime_source_feed_key='' -use_default_dotnet_install=false properties='' while [[ $# > 0 ]]; do @@ -159,14 +156,10 @@ while [[ $# > 0 ]]; do runtime_source_feed=$2 shift ;; - -runtimesourcefeedkey) + -runtimesourcefeedkey) runtime_source_feed_key=$2 shift ;; - -usedefaultdotnetinstall) - use_default_dotnet_install=$2 - shift - ;; *) properties="$properties $1" ;; diff --git a/eng/common/dotnet-install-scripts/dotnet-install.ps1 b/eng/common/dotnet-install-scripts/dotnet-install.ps1 deleted file mode 100644 index f63b533f2..000000000 --- a/eng/common/dotnet-install-scripts/dotnet-install.ps1 +++ /dev/null @@ -1,774 +0,0 @@ -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Copied from https://dot.net/v1/dotnet-install.ps1 on 8/26/2020 - -<# -.SYNOPSIS - Installs dotnet cli -.DESCRIPTION - Installs dotnet cli. If dotnet installation already exists in the given directory - it will update it only if the requested version differs from the one already installed. -.PARAMETER Channel - Default: LTS - Download from the Channel specified. Possible values: - - Current - most current release - - LTS - most current supported release - - 2-part version in a format A.B - represents a specific release - examples: 2.0, 1.0 - - Branch name - examples: release/2.0.0, Master - Note: The version parameter overrides the channel parameter. -.PARAMETER Version - Default: latest - Represents a build version on specific channel. Possible values: - - latest - most latest build on specific channel - - coherent - most latest coherent build on specific channel - coherent applies only to SDK downloads - - 3-part version in a format A.B.C - represents specific version of build - examples: 2.0.0-preview2-006120, 1.1.0 -.PARAMETER InstallDir - Default: %LocalAppData%\Microsoft\dotnet - Path to where to install dotnet. Note that binaries will be placed directly in a given directory. -.PARAMETER Architecture - Default: - this value represents currently running OS architecture - Architecture of dotnet binaries to be installed. - Possible values are: , amd64, x64, x86, arm64, arm -.PARAMETER SharedRuntime - This parameter is obsolete and may be removed in a future version of this script. - The recommended alternative is '-Runtime dotnet'. - Installs just the shared runtime bits, not the entire SDK. -.PARAMETER Runtime - Installs just a shared runtime, not the entire SDK. - Possible values: - - dotnet - the Microsoft.NETCore.App shared runtime - - aspnetcore - the Microsoft.AspNetCore.App shared runtime - - windowsdesktop - the Microsoft.WindowsDesktop.App shared runtime -.PARAMETER DryRun - If set it will not perform installation but instead display what command line to use to consistently install - currently requested version of dotnet cli. In example if you specify version 'latest' it will display a link - with specific version so that this command can be used deterministicly in a build script. - It also displays binaries location if you prefer to install or download it yourself. -.PARAMETER NoPath - By default this script will set environment variable PATH for the current process to the binaries folder inside installation folder. - If set it will display binaries location but not set any environment variable. -.PARAMETER Verbose - Displays diagnostics information. -.PARAMETER AzureFeed - Default: https://dotnetcli.azureedge.net/dotnet - This parameter typically is not changed by the user. - It allows changing the URL for the Azure feed used by this installer. -.PARAMETER UncachedFeed - This parameter typically is not changed by the user. - It allows changing the URL for the Uncached feed used by this installer. -.PARAMETER FeedCredential - Used as a query string to append to the Azure feed. - It allows changing the URL to use non-public blob storage accounts. -.PARAMETER ProxyAddress - If set, the installer will use the proxy when making web requests -.PARAMETER ProxyUseDefaultCredentials - Default: false - Use default credentials, when using proxy address. -.PARAMETER ProxyBypassList - If set with ProxyAddress, will provide the list of comma separated urls that will bypass the proxy -.PARAMETER SkipNonVersionedFiles - Default: false - Skips installing non-versioned files if they already exist, such as dotnet.exe. -.PARAMETER NoCdn - Disable downloading from the Azure CDN, and use the uncached feed directly. -.PARAMETER JSonFile - Determines the SDK version from a user specified global.json file - Note: global.json must have a value for 'SDK:Version' -#> -[cmdletbinding()] -param( - [string]$Channel="LTS", - [string]$Version="Latest", - [string]$JSonFile, - [string]$InstallDir="", - [string]$Architecture="", - [ValidateSet("dotnet", "aspnetcore", "windowsdesktop", IgnoreCase = $false)] - [string]$Runtime, - [Obsolete("This parameter may be removed in a future version of this script. The recommended alternative is '-Runtime dotnet'.")] - [switch]$SharedRuntime, - [switch]$DryRun, - [switch]$NoPath, - [string]$AzureFeed="https://dotnetcli.azureedge.net/dotnet", - [string]$UncachedFeed="https://dotnetcli.blob.core.windows.net/dotnet", - [string]$FeedCredential, - [string]$ProxyAddress, - [switch]$ProxyUseDefaultCredentials, - [string[]]$ProxyBypassList=@(), - [switch]$SkipNonVersionedFiles, - [switch]$NoCdn -) - -Set-StrictMode -Version Latest -$ErrorActionPreference="Stop" -$ProgressPreference="SilentlyContinue" - -if ($NoCdn) { - $AzureFeed = $UncachedFeed -} - -$BinFolderRelativePath="" - -if ($SharedRuntime -and (-not $Runtime)) { - $Runtime = "dotnet" -} - -# example path with regex: shared/1.0.0-beta-12345/somepath -$VersionRegEx="/\d+\.\d+[^/]+/" -$OverrideNonVersionedFiles = !$SkipNonVersionedFiles - -function Say($str) { - try - { - Write-Host "dotnet-install: $str" - } - catch - { - # Some platforms cannot utilize Write-Host (Azure Functions, for instance). Fall back to Write-Output - Write-Output "dotnet-install: $str" - } -} - -function Say-Verbose($str) { - try - { - Write-Verbose "dotnet-install: $str" - } - catch - { - # Some platforms cannot utilize Write-Verbose (Azure Functions, for instance). Fall back to Write-Output - Write-Output "dotnet-install: $str" - } -} - -function Say-Invocation($Invocation) { - $command = $Invocation.MyCommand; - $args = (($Invocation.BoundParameters.Keys | foreach { "-$_ `"$($Invocation.BoundParameters[$_])`"" }) -join " ") - Say-Verbose "$command $args" -} - -function Invoke-With-Retry([ScriptBlock]$ScriptBlock, [int]$MaxAttempts = 3, [int]$SecondsBetweenAttempts = 1) { - $Attempts = 0 - - while ($true) { - try { - return $ScriptBlock.Invoke() - } - catch { - $Attempts++ - if ($Attempts -lt $MaxAttempts) { - Start-Sleep $SecondsBetweenAttempts - } - else { - throw - } - } - } -} - -function Get-Machine-Architecture() { - Say-Invocation $MyInvocation - - # On PS x86, PROCESSOR_ARCHITECTURE reports x86 even on x64 systems. - # To get the correct architecture, we need to use PROCESSOR_ARCHITEW6432. - # PS x64 doesn't define this, so we fall back to PROCESSOR_ARCHITECTURE. - # Possible values: amd64, x64, x86, arm64, arm - - if( $ENV:PROCESSOR_ARCHITEW6432 -ne $null ) - { - return $ENV:PROCESSOR_ARCHITEW6432 - } - - return $ENV:PROCESSOR_ARCHITECTURE -} - -function Get-CLIArchitecture-From-Architecture([string]$Architecture) { - Say-Invocation $MyInvocation - - switch ($Architecture.ToLower()) { - { $_ -eq "" } { return Get-CLIArchitecture-From-Architecture $(Get-Machine-Architecture) } - { ($_ -eq "amd64") -or ($_ -eq "x64") } { return "x64" } - { $_ -eq "x86" } { return "x86" } - { $_ -eq "arm" } { return "arm" } - { $_ -eq "arm64" } { return "arm64" } - default { throw "Architecture not supported. If you think this is a bug, report it at https://github.com/dotnet/sdk/issues" } - } -} - -# The version text returned from the feeds is a 1-line or 2-line string: -# For the SDK and the dotnet runtime (2 lines): -# Line 1: # commit_hash -# Line 2: # 4-part version -# For the aspnetcore runtime (1 line): -# Line 1: # 4-part version -function Get-Version-Info-From-Version-Text([string]$VersionText) { - Say-Invocation $MyInvocation - - $Data = -split $VersionText - - $VersionInfo = @{ - CommitHash = $(if ($Data.Count -gt 1) { $Data[0] }) - Version = $Data[-1] # last line is always the version number. - } - return $VersionInfo -} - -function Load-Assembly([string] $Assembly) { - try { - Add-Type -Assembly $Assembly | Out-Null - } - catch { - # On Nano Server, Powershell Core Edition is used. Add-Type is unable to resolve base class assemblies because they are not GAC'd. - # Loading the base class assemblies is not unnecessary as the types will automatically get resolved. - } -} - -function GetHTTPResponse([Uri] $Uri) -{ - Invoke-With-Retry( - { - - $HttpClient = $null - - try { - # HttpClient is used vs Invoke-WebRequest in order to support Nano Server which doesn't support the Invoke-WebRequest cmdlet. - Load-Assembly -Assembly System.Net.Http - - if(-not $ProxyAddress) { - try { - # Despite no proxy being explicitly specified, we may still be behind a default proxy - $DefaultProxy = [System.Net.WebRequest]::DefaultWebProxy; - if($DefaultProxy -and (-not $DefaultProxy.IsBypassed($Uri))) { - $ProxyAddress = $DefaultProxy.GetProxy($Uri).OriginalString - $ProxyUseDefaultCredentials = $true - } - } catch { - # Eat the exception and move forward as the above code is an attempt - # at resolving the DefaultProxy that may not have been a problem. - $ProxyAddress = $null - Say-Verbose("Exception ignored: $_.Exception.Message - moving forward...") - } - } - - if($ProxyAddress) { - $HttpClientHandler = New-Object System.Net.Http.HttpClientHandler - $HttpClientHandler.Proxy = New-Object System.Net.WebProxy -Property @{ - Address=$ProxyAddress; - UseDefaultCredentials=$ProxyUseDefaultCredentials; - BypassList = $ProxyBypassList; - } - $HttpClient = New-Object System.Net.Http.HttpClient -ArgumentList $HttpClientHandler - } - else { - - $HttpClient = New-Object System.Net.Http.HttpClient - } - # Default timeout for HttpClient is 100s. For a 50 MB download this assumes 500 KB/s average, any less will time out - # 20 minutes allows it to work over much slower connections. - $HttpClient.Timeout = New-TimeSpan -Minutes 20 - $Response = $HttpClient.GetAsync("${Uri}${FeedCredential}").Result - if (($Response -eq $null) -or (-not ($Response.IsSuccessStatusCode))) { - # The feed credential is potentially sensitive info. Do not log FeedCredential to console output. - $ErrorMsg = "Failed to download $Uri." - if ($Response -ne $null) { - $ErrorMsg += " $Response" - } - - throw $ErrorMsg - } - - return $Response - } - finally { - if ($HttpClient -ne $null) { - $HttpClient.Dispose() - } - } - }) -} - -function Get-Latest-Version-Info([string]$AzureFeed, [string]$Channel, [bool]$Coherent) { - Say-Invocation $MyInvocation - - $VersionFileUrl = $null - if ($Runtime -eq "dotnet") { - $VersionFileUrl = "$UncachedFeed/Runtime/$Channel/latest.version" - } - elseif ($Runtime -eq "aspnetcore") { - $VersionFileUrl = "$UncachedFeed/aspnetcore/Runtime/$Channel/latest.version" - } - # Currently, the WindowsDesktop runtime is manufactured with the .Net core runtime - elseif ($Runtime -eq "windowsdesktop") { - $VersionFileUrl = "$UncachedFeed/Runtime/$Channel/latest.version" - } - elseif (-not $Runtime) { - if ($Coherent) { - $VersionFileUrl = "$UncachedFeed/Sdk/$Channel/latest.coherent.version" - } - else { - $VersionFileUrl = "$UncachedFeed/Sdk/$Channel/latest.version" - } - } - else { - throw "Invalid value for `$Runtime" - } - try { - $Response = GetHTTPResponse -Uri $VersionFileUrl - } - catch { - throw "Could not resolve version information." - } - $StringContent = $Response.Content.ReadAsStringAsync().Result - - switch ($Response.Content.Headers.ContentType) { - { ($_ -eq "application/octet-stream") } { $VersionText = $StringContent } - { ($_ -eq "text/plain") } { $VersionText = $StringContent } - { ($_ -eq "text/plain; charset=UTF-8") } { $VersionText = $StringContent } - default { throw "``$Response.Content.Headers.ContentType`` is an unknown .version file content type." } - } - - $VersionInfo = Get-Version-Info-From-Version-Text $VersionText - - return $VersionInfo -} - -function Parse-Jsonfile-For-Version([string]$JSonFile) { - Say-Invocation $MyInvocation - - If (-Not (Test-Path $JSonFile)) { - throw "Unable to find '$JSonFile'" - } - try { - $JSonContent = Get-Content($JSonFile) -Raw | ConvertFrom-Json | Select-Object -expand "sdk" -ErrorAction SilentlyContinue - } - catch { - throw "Json file unreadable: '$JSonFile'" - } - if ($JSonContent) { - try { - $JSonContent.PSObject.Properties | ForEach-Object { - $PropertyName = $_.Name - if ($PropertyName -eq "version") { - $Version = $_.Value - Say-Verbose "Version = $Version" - } - } - } - catch { - throw "Unable to parse the SDK node in '$JSonFile'" - } - } - else { - throw "Unable to find the SDK node in '$JSonFile'" - } - If ($Version -eq $null) { - throw "Unable to find the SDK:version node in '$JSonFile'" - } - return $Version -} - -function Get-Specific-Version-From-Version([string]$AzureFeed, [string]$Channel, [string]$Version, [string]$JSonFile) { - Say-Invocation $MyInvocation - - if (-not $JSonFile) { - switch ($Version.ToLower()) { - { $_ -eq "latest" } { - $LatestVersionInfo = Get-Latest-Version-Info -AzureFeed $AzureFeed -Channel $Channel -Coherent $False - return $LatestVersionInfo.Version - } - { $_ -eq "coherent" } { - $LatestVersionInfo = Get-Latest-Version-Info -AzureFeed $AzureFeed -Channel $Channel -Coherent $True - return $LatestVersionInfo.Version - } - default { return $Version } - } - } - else { - return Parse-Jsonfile-For-Version $JSonFile - } -} - -function Get-Download-Link([string]$AzureFeed, [string]$SpecificVersion, [string]$CLIArchitecture) { - Say-Invocation $MyInvocation - - # If anything fails in this lookup it will default to $SpecificVersion - $SpecificProductVersion = Get-Product-Version -AzureFeed $AzureFeed -SpecificVersion $SpecificVersion - - if ($Runtime -eq "dotnet") { - $PayloadURL = "$AzureFeed/Runtime/$SpecificVersion/dotnet-runtime-$SpecificProductVersion-win-$CLIArchitecture.zip" - } - elseif ($Runtime -eq "aspnetcore") { - $PayloadURL = "$AzureFeed/aspnetcore/Runtime/$SpecificVersion/aspnetcore-runtime-$SpecificProductVersion-win-$CLIArchitecture.zip" - } - elseif ($Runtime -eq "windowsdesktop") { - $PayloadURL = "$AzureFeed/Runtime/$SpecificVersion/windowsdesktop-runtime-$SpecificProductVersion-win-$CLIArchitecture.zip" - } - elseif (-not $Runtime) { - $PayloadURL = "$AzureFeed/Sdk/$SpecificVersion/dotnet-sdk-$SpecificProductVersion-win-$CLIArchitecture.zip" - } - else { - throw "Invalid value for `$Runtime" - } - - Say-Verbose "Constructed primary named payload URL: $PayloadURL" - - return $PayloadURL, $SpecificProductVersion -} - -function Get-LegacyDownload-Link([string]$AzureFeed, [string]$SpecificVersion, [string]$CLIArchitecture) { - Say-Invocation $MyInvocation - - if (-not $Runtime) { - $PayloadURL = "$AzureFeed/Sdk/$SpecificVersion/dotnet-dev-win-$CLIArchitecture.$SpecificVersion.zip" - } - elseif ($Runtime -eq "dotnet") { - $PayloadURL = "$AzureFeed/Runtime/$SpecificVersion/dotnet-win-$CLIArchitecture.$SpecificVersion.zip" - } - else { - return $null - } - - Say-Verbose "Constructed legacy named payload URL: $PayloadURL" - - return $PayloadURL -} - -function Get-Product-Version([string]$AzureFeed, [string]$SpecificVersion) { - Say-Invocation $MyInvocation - - if ($Runtime -eq "dotnet") { - $ProductVersionTxtURL = "$AzureFeed/Runtime/$SpecificVersion/productVersion.txt" - } - elseif ($Runtime -eq "aspnetcore") { - $ProductVersionTxtURL = "$AzureFeed/aspnetcore/Runtime/$SpecificVersion/productVersion.txt" - } - elseif ($Runtime -eq "windowsdesktop") { - $ProductVersionTxtURL = "$AzureFeed/Runtime/$SpecificVersion/productVersion.txt" - } - elseif (-not $Runtime) { - $ProductVersionTxtURL = "$AzureFeed/Sdk/$SpecificVersion/productVersion.txt" - } - else { - throw "Invalid value specified for `$Runtime" - } - - Say-Verbose "Checking for existence of $ProductVersionTxtURL" - - try { - $productVersionResponse = GetHTTPResponse($productVersionTxtUrl) - - if ($productVersionResponse.StatusCode -eq 200) { - $productVersion = $productVersionResponse.Content.ReadAsStringAsync().Result.Trim() - if ($productVersion -ne $SpecificVersion) - { - Say "Using alternate version $productVersion found in $ProductVersionTxtURL" - } - - return $productVersion - } - else { - Say-Verbose "Got StatusCode $($productVersionResponse.StatusCode) trying to get productVersion.txt at $productVersionTxtUrl, so using default value of $SpecificVersion" - $productVersion = $SpecificVersion - } - } catch { - Say-Verbose "Could not read productVersion.txt at $productVersionTxtUrl, so using default value of $SpecificVersion" - $productVersion = $SpecificVersion - } - - return $productVersion -} - -function Get-User-Share-Path() { - Say-Invocation $MyInvocation - - $InstallRoot = $env:DOTNET_INSTALL_DIR - if (!$InstallRoot) { - $InstallRoot = "$env:LocalAppData\Microsoft\dotnet" - } - return $InstallRoot -} - -function Resolve-Installation-Path([string]$InstallDir) { - Say-Invocation $MyInvocation - - if ($InstallDir -eq "") { - return Get-User-Share-Path - } - return $InstallDir -} - -function Is-Dotnet-Package-Installed([string]$InstallRoot, [string]$RelativePathToPackage, [string]$SpecificVersion) { - Say-Invocation $MyInvocation - - $DotnetPackagePath = Join-Path -Path $InstallRoot -ChildPath $RelativePathToPackage | Join-Path -ChildPath $SpecificVersion - Say-Verbose "Is-Dotnet-Package-Installed: DotnetPackagePath=$DotnetPackagePath" - return Test-Path $DotnetPackagePath -PathType Container -} - -function Get-Absolute-Path([string]$RelativeOrAbsolutePath) { - # Too much spam - # Say-Invocation $MyInvocation - - return $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($RelativeOrAbsolutePath) -} - -function Get-Path-Prefix-With-Version($path) { - $match = [regex]::match($path, $VersionRegEx) - if ($match.Success) { - return $entry.FullName.Substring(0, $match.Index + $match.Length) - } - - return $null -} - -function Get-List-Of-Directories-And-Versions-To-Unpack-From-Dotnet-Package([System.IO.Compression.ZipArchive]$Zip, [string]$OutPath) { - Say-Invocation $MyInvocation - - $ret = @() - foreach ($entry in $Zip.Entries) { - $dir = Get-Path-Prefix-With-Version $entry.FullName - if ($dir -ne $null) { - $path = Get-Absolute-Path $(Join-Path -Path $OutPath -ChildPath $dir) - if (-Not (Test-Path $path -PathType Container)) { - $ret += $dir - } - } - } - - $ret = $ret | Sort-Object | Get-Unique - - $values = ($ret | foreach { "$_" }) -join ";" - Say-Verbose "Directories to unpack: $values" - - return $ret -} - -# Example zip content and extraction algorithm: -# Rule: files if extracted are always being extracted to the same relative path locally -# .\ -# a.exe # file does not exist locally, extract -# b.dll # file exists locally, override only if $OverrideFiles set -# aaa\ # same rules as for files -# ... -# abc\1.0.0\ # directory contains version and exists locally -# ... # do not extract content under versioned part -# abc\asd\ # same rules as for files -# ... -# def\ghi\1.0.1\ # directory contains version and does not exist locally -# ... # extract content -function Extract-Dotnet-Package([string]$ZipPath, [string]$OutPath) { - Say-Invocation $MyInvocation - - Load-Assembly -Assembly System.IO.Compression.FileSystem - Set-Variable -Name Zip - try { - $Zip = [System.IO.Compression.ZipFile]::OpenRead($ZipPath) - - $DirectoriesToUnpack = Get-List-Of-Directories-And-Versions-To-Unpack-From-Dotnet-Package -Zip $Zip -OutPath $OutPath - - foreach ($entry in $Zip.Entries) { - $PathWithVersion = Get-Path-Prefix-With-Version $entry.FullName - if (($PathWithVersion -eq $null) -Or ($DirectoriesToUnpack -contains $PathWithVersion)) { - $DestinationPath = Get-Absolute-Path $(Join-Path -Path $OutPath -ChildPath $entry.FullName) - $DestinationDir = Split-Path -Parent $DestinationPath - $OverrideFiles=$OverrideNonVersionedFiles -Or (-Not (Test-Path $DestinationPath)) - if ((-Not $DestinationPath.EndsWith("\")) -And $OverrideFiles) { - New-Item -ItemType Directory -Force -Path $DestinationDir | Out-Null - [System.IO.Compression.ZipFileExtensions]::ExtractToFile($entry, $DestinationPath, $OverrideNonVersionedFiles) - } - } - } - } - finally { - if ($Zip -ne $null) { - $Zip.Dispose() - } - } -} - -function DownloadFile($Source, [string]$OutPath) { - if ($Source -notlike "http*") { - # Using System.IO.Path.GetFullPath to get the current directory - # does not work in this context - $pwd gives the current directory - if (![System.IO.Path]::IsPathRooted($Source)) { - $Source = $(Join-Path -Path $pwd -ChildPath $Source) - } - $Source = Get-Absolute-Path $Source - Say "Copying file from $Source to $OutPath" - Copy-Item $Source $OutPath - return - } - - $Stream = $null - - try { - $Response = GetHTTPResponse -Uri $Source - $Stream = $Response.Content.ReadAsStreamAsync().Result - $File = [System.IO.File]::Create($OutPath) - $Stream.CopyTo($File) - $File.Close() - } - finally { - if ($Stream -ne $null) { - $Stream.Dispose() - } - } -} - -function Prepend-Sdk-InstallRoot-To-Path([string]$InstallRoot, [string]$BinFolderRelativePath) { - $BinPath = Get-Absolute-Path $(Join-Path -Path $InstallRoot -ChildPath $BinFolderRelativePath) - if (-Not $NoPath) { - $SuffixedBinPath = "$BinPath;" - if (-Not $env:path.Contains($SuffixedBinPath)) { - Say "Adding to current process PATH: `"$BinPath`". Note: This change will not be visible if PowerShell was run as a child process." - $env:path = $SuffixedBinPath + $env:path - } else { - Say-Verbose "Current process PATH already contains `"$BinPath`"" - } - } - else { - Say "Binaries of dotnet can be found in $BinPath" - } -} - -$CLIArchitecture = Get-CLIArchitecture-From-Architecture $Architecture -$SpecificVersion = Get-Specific-Version-From-Version -AzureFeed $AzureFeed -Channel $Channel -Version $Version -JSonFile $JSonFile -$DownloadLink, $EffectiveVersion = Get-Download-Link -AzureFeed $AzureFeed -SpecificVersion $SpecificVersion -CLIArchitecture $CLIArchitecture -$LegacyDownloadLink = Get-LegacyDownload-Link -AzureFeed $AzureFeed -SpecificVersion $SpecificVersion -CLIArchitecture $CLIArchitecture - -$InstallRoot = Resolve-Installation-Path $InstallDir -Say-Verbose "InstallRoot: $InstallRoot" -$ScriptName = $MyInvocation.MyCommand.Name - -if ($DryRun) { - Say "Payload URLs:" - Say "Primary named payload URL: $DownloadLink" - if ($LegacyDownloadLink) { - Say "Legacy named payload URL: $LegacyDownloadLink" - } - $RepeatableCommand = ".\$ScriptName -Version `"$SpecificVersion`" -InstallDir `"$InstallRoot`" -Architecture `"$CLIArchitecture`"" - if ($Runtime -eq "dotnet") { - $RepeatableCommand+=" -Runtime `"dotnet`"" - } - elseif ($Runtime -eq "aspnetcore") { - $RepeatableCommand+=" -Runtime `"aspnetcore`"" - } - foreach ($key in $MyInvocation.BoundParameters.Keys) { - if (-not (@("Architecture","Channel","DryRun","InstallDir","Runtime","SharedRuntime","Version") -contains $key)) { - $RepeatableCommand+=" -$key `"$($MyInvocation.BoundParameters[$key])`"" - } - } - Say "Repeatable invocation: $RepeatableCommand" - exit 0 -} - -if ($Runtime -eq "dotnet") { - $assetName = ".NET Core Runtime" - $dotnetPackageRelativePath = "shared\Microsoft.NETCore.App" -} -elseif ($Runtime -eq "aspnetcore") { - $assetName = "ASP.NET Core Runtime" - $dotnetPackageRelativePath = "shared\Microsoft.AspNetCore.App" -} -elseif ($Runtime -eq "windowsdesktop") { - $assetName = ".NET Core Windows Desktop Runtime" - $dotnetPackageRelativePath = "shared\Microsoft.WindowsDesktop.App" -} -elseif (-not $Runtime) { - $assetName = ".NET Core SDK" - $dotnetPackageRelativePath = "sdk" -} -else { - throw "Invalid value for `$Runtime" -} - -if ($SpecificVersion -ne $EffectiveVersion) -{ - Say "Performing installation checks for effective version: $EffectiveVersion" - $SpecificVersion = $EffectiveVersion -} - -# Check if the SDK version is already installed. -$isAssetInstalled = Is-Dotnet-Package-Installed -InstallRoot $InstallRoot -RelativePathToPackage $dotnetPackageRelativePath -SpecificVersion $SpecificVersion -if ($isAssetInstalled) { - Say "$assetName version $SpecificVersion is already installed." - Prepend-Sdk-InstallRoot-To-Path -InstallRoot $InstallRoot -BinFolderRelativePath $BinFolderRelativePath - exit 0 -} - -New-Item -ItemType Directory -Force -Path $InstallRoot | Out-Null - -$installDrive = $((Get-Item $InstallRoot).PSDrive.Name); -$diskInfo = Get-PSDrive -Name $installDrive -if ($diskInfo.Free / 1MB -le 100) { - Say "There is not enough disk space on drive ${installDrive}:" - exit 0 -} - -$ZipPath = [System.IO.Path]::combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName()) -Say-Verbose "Zip path: $ZipPath" - -$DownloadFailed = $false -Say "Downloading link: $DownloadLink" -try { - DownloadFile -Source $DownloadLink -OutPath $ZipPath -} -catch { - Say "Cannot download: $DownloadLink" - if ($LegacyDownloadLink) { - $DownloadLink = $LegacyDownloadLink - $ZipPath = [System.IO.Path]::combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName()) - Say-Verbose "Legacy zip path: $ZipPath" - Say "Downloading legacy link: $DownloadLink" - try { - DownloadFile -Source $DownloadLink -OutPath $ZipPath - } - catch { - Say "Cannot download: $DownloadLink" - $DownloadFailed = $true - } - } - else { - $DownloadFailed = $true - } -} - -if ($DownloadFailed) { - throw "Could not find/download: `"$assetName`" with version = $SpecificVersion`nRefer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support" -} - -Say "Extracting zip from $DownloadLink" -Extract-Dotnet-Package -ZipPath $ZipPath -OutPath $InstallRoot - -# Check if the SDK version is installed; if not, fail the installation. -$isAssetInstalled = $false - -# if the version contains "RTM" or "servicing"; check if a 'release-type' SDK version is installed. -if ($SpecificVersion -Match "rtm" -or $SpecificVersion -Match "servicing") { - $ReleaseVersion = $SpecificVersion.Split("-")[0] - Say-Verbose "Checking installation: version = $ReleaseVersion" - $isAssetInstalled = Is-Dotnet-Package-Installed -InstallRoot $InstallRoot -RelativePathToPackage $dotnetPackageRelativePath -SpecificVersion $ReleaseVersion -} - -# Check if the SDK version is installed. -if (!$isAssetInstalled) { - Say-Verbose "Checking installation: version = $SpecificVersion" - $isAssetInstalled = Is-Dotnet-Package-Installed -InstallRoot $InstallRoot -RelativePathToPackage $dotnetPackageRelativePath -SpecificVersion $SpecificVersion -} - -if (!$isAssetInstalled) { - throw "`"$assetName`" with version = $SpecificVersion failed to install with an unknown error." -} - -Remove-Item $ZipPath - -Prepend-Sdk-InstallRoot-To-Path -InstallRoot $InstallRoot -BinFolderRelativePath $BinFolderRelativePath - -Say "Installation finished" -exit 0 \ No newline at end of file diff --git a/eng/common/dotnet-install-scripts/dotnet-install.sh b/eng/common/dotnet-install-scripts/dotnet-install.sh deleted file mode 100644 index 92161141f..000000000 --- a/eng/common/dotnet-install-scripts/dotnet-install.sh +++ /dev/null @@ -1,1133 +0,0 @@ -#!/usr/bin/env bash -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Stop script on NZEC -set -e -# Stop script if unbound variable found (use ${var:-} if intentional) -set -u -# By default cmd1 | cmd2 returns exit code of cmd2 regardless of cmd1 success -# This is causing it to fail -set -o pipefail - -# Use in the the functions: eval $invocation -invocation='say_verbose "Calling: ${yellow:-}${FUNCNAME[0]} ${green:-}$*${normal:-}"' - -# standard output may be used as a return value in the functions -# we need a way to write text on the screen in the functions so that -# it won't interfere with the return value. -# Exposing stream 3 as a pipe to standard output of the script itself -exec 3>&1 - -# Setup some colors to use. These need to work in fairly limited shells, like the Ubuntu Docker container where there are only 8 colors. -# See if stdout is a terminal -if [ -t 1 ] && command -v tput > /dev/null; then - # see if it supports colors - ncolors=$(tput colors) - if [ -n "$ncolors" ] && [ $ncolors -ge 8 ]; then - bold="$(tput bold || echo)" - normal="$(tput sgr0 || echo)" - black="$(tput setaf 0 || echo)" - red="$(tput setaf 1 || echo)" - green="$(tput setaf 2 || echo)" - yellow="$(tput setaf 3 || echo)" - blue="$(tput setaf 4 || echo)" - magenta="$(tput setaf 5 || echo)" - cyan="$(tput setaf 6 || echo)" - white="$(tput setaf 7 || echo)" - fi -fi - -say_warning() { - printf "%b\n" "${yellow:-}dotnet_install: Warning: $1${normal:-}" -} - -say_err() { - printf "%b\n" "${red:-}dotnet_install: Error: $1${normal:-}" >&2 -} - -say() { - # using stream 3 (defined in the beginning) to not interfere with stdout of functions - # which may be used as return value - printf "%b\n" "${cyan:-}dotnet-install:${normal:-} $1" >&3 -} - -say_verbose() { - if [ "$verbose" = true ]; then - say "$1" - fi -} - -# This platform list is finite - if the SDK/Runtime has supported Linux distribution-specific assets, -# then and only then should the Linux distribution appear in this list. -# Adding a Linux distribution to this list does not imply distribution-specific support. -get_legacy_os_name_from_platform() { - eval $invocation - - platform="$1" - case "$platform" in - "centos.7") - echo "centos" - return 0 - ;; - "debian.8") - echo "debian" - return 0 - ;; - "debian.9") - echo "debian.9" - return 0 - ;; - "fedora.23") - echo "fedora.23" - return 0 - ;; - "fedora.24") - echo "fedora.24" - return 0 - ;; - "fedora.27") - echo "fedora.27" - return 0 - ;; - "fedora.28") - echo "fedora.28" - return 0 - ;; - "opensuse.13.2") - echo "opensuse.13.2" - return 0 - ;; - "opensuse.42.1") - echo "opensuse.42.1" - return 0 - ;; - "opensuse.42.3") - echo "opensuse.42.3" - return 0 - ;; - "rhel.7"*) - echo "rhel" - return 0 - ;; - "ubuntu.14.04") - echo "ubuntu" - return 0 - ;; - "ubuntu.16.04") - echo "ubuntu.16.04" - return 0 - ;; - "ubuntu.16.10") - echo "ubuntu.16.10" - return 0 - ;; - "ubuntu.18.04") - echo "ubuntu.18.04" - return 0 - ;; - "alpine.3.4.3") - echo "alpine" - return 0 - ;; - esac - return 1 -} - -get_linux_platform_name() { - eval $invocation - - if [ -n "$runtime_id" ]; then - echo "${runtime_id%-*}" - return 0 - else - if [ -e /etc/os-release ]; then - . /etc/os-release - echo "$ID${VERSION_ID:+.${VERSION_ID}}" - return 0 - elif [ -e /etc/redhat-release ]; then - local redhatRelease=$(&1 || true) | grep -q musl -} - -get_current_os_name() { - eval $invocation - - local uname=$(uname) - if [ "$uname" = "Darwin" ]; then - echo "osx" - return 0 - elif [ "$uname" = "FreeBSD" ]; then - echo "freebsd" - return 0 - elif [ "$uname" = "Linux" ]; then - local linux_platform_name - linux_platform_name="$(get_linux_platform_name)" || { echo "linux" && return 0 ; } - - if [ "$linux_platform_name" = "rhel.6" ]; then - echo $linux_platform_name - return 0 - elif is_musl_based_distro; then - echo "linux-musl" - return 0 - else - echo "linux" - return 0 - fi - fi - - say_err "OS name could not be detected: UName = $uname" - return 1 -} - -get_legacy_os_name() { - eval $invocation - - local uname=$(uname) - if [ "$uname" = "Darwin" ]; then - echo "osx" - return 0 - elif [ -n "$runtime_id" ]; then - echo $(get_legacy_os_name_from_platform "${runtime_id%-*}" || echo "${runtime_id%-*}") - return 0 - else - if [ -e /etc/os-release ]; then - . /etc/os-release - os=$(get_legacy_os_name_from_platform "$ID${VERSION_ID:+.${VERSION_ID}}" || echo "") - if [ -n "$os" ]; then - echo "$os" - return 0 - fi - fi - fi - - say_verbose "Distribution specific OS name and version could not be detected: UName = $uname" - return 1 -} - -machine_has() { - eval $invocation - - hash "$1" > /dev/null 2>&1 - return $? -} - - -check_min_reqs() { - local hasMinimum=false - if machine_has "curl"; then - hasMinimum=true - elif machine_has "wget"; then - hasMinimum=true - fi - - if [ "$hasMinimum" = "false" ]; then - say_err "curl (recommended) or wget are required to download dotnet. Install missing prerequisite to proceed." - return 1 - fi - return 0 -} - -check_pre_reqs() { - eval $invocation - - if [ "${DOTNET_INSTALL_SKIP_PREREQS:-}" = "1" ]; then - return 0 - fi - - if [ "$(uname)" = "Linux" ]; then - if is_musl_based_distro; then - if ! command -v scanelf > /dev/null; then - say_warning "scanelf not found, please install pax-utils package." - return 0 - fi - LDCONFIG_COMMAND="scanelf --ldpath -BF '%f'" - [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep libintl)" ] && say_warning "Unable to locate libintl. Probable prerequisite missing; install libintl (or gettext)." - else - if [ ! -x "$(command -v ldconfig)" ]; then - say_verbose "ldconfig is not in PATH, trying /sbin/ldconfig." - LDCONFIG_COMMAND="/sbin/ldconfig" - else - LDCONFIG_COMMAND="ldconfig" - fi - local librarypath=${LD_LIBRARY_PATH:-} - LDCONFIG_COMMAND="$LDCONFIG_COMMAND -NXv ${librarypath//:/ }" - fi - - [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep zlib)" ] && say_warning "Unable to locate zlib. Probable prerequisite missing; install zlib." - [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep ssl)" ] && say_warning "Unable to locate libssl. Probable prerequisite missing; install libssl." - [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep libicu)" ] && say_warning "Unable to locate libicu. Probable prerequisite missing; install libicu." - [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep lttng)" ] && say_warning "Unable to locate liblttng. Probable prerequisite missing; install libcurl." - [ -z "$($LDCONFIG_COMMAND 2>/dev/null | grep libcurl)" ] && say_warning "Unable to locate libcurl. Probable prerequisite missing; install libcurl." - fi - - return 0 -} - -# args: -# input - $1 -to_lowercase() { - #eval $invocation - - echo "$1" | tr '[:upper:]' '[:lower:]' - return 0 -} - -# args: -# input - $1 -remove_trailing_slash() { - #eval $invocation - - local input="${1:-}" - echo "${input%/}" - return 0 -} - -# args: -# input - $1 -remove_beginning_slash() { - #eval $invocation - - local input="${1:-}" - echo "${input#/}" - return 0 -} - -# args: -# root_path - $1 -# child_path - $2 - this parameter can be empty -combine_paths() { - eval $invocation - - # TODO: Consider making it work with any number of paths. For now: - if [ ! -z "${3:-}" ]; then - say_err "combine_paths: Function takes two parameters." - return 1 - fi - - local root_path="$(remove_trailing_slash "$1")" - local child_path="$(remove_beginning_slash "${2:-}")" - say_verbose "combine_paths: root_path=$root_path" - say_verbose "combine_paths: child_path=$child_path" - echo "$root_path/$child_path" - return 0 -} - -get_machine_architecture() { - eval $invocation - - if command -v uname > /dev/null; then - CPUName=$(uname -m) - case $CPUName in - armv7l) - echo "arm" - return 0 - ;; - aarch64) - echo "arm64" - return 0 - ;; - esac - fi - - # Always default to 'x64' - echo "x64" - return 0 -} - -# args: -# architecture - $1 -get_normalized_architecture_from_architecture() { - eval $invocation - - local architecture="$(to_lowercase "$1")" - case "$architecture" in - \) - echo "$(get_normalized_architecture_from_architecture "$(get_machine_architecture)")" - return 0 - ;; - amd64|x64) - echo "x64" - return 0 - ;; - arm) - echo "arm" - return 0 - ;; - arm64) - echo "arm64" - return 0 - ;; - esac - - say_err "Architecture \`$architecture\` not supported. If you think this is a bug, report it at https://github.com/dotnet/sdk/issues" - return 1 -} - -# The version text returned from the feeds is a 1-line or 2-line string: -# For the SDK and the dotnet runtime (2 lines): -# Line 1: # commit_hash -# Line 2: # 4-part version -# For the aspnetcore runtime (1 line): -# Line 1: # 4-part version - -# args: -# version_text - stdin -get_version_from_version_info() { - eval $invocation - - cat | tail -n 1 | sed 's/\r$//' - return 0 -} - -# args: -# install_root - $1 -# relative_path_to_package - $2 -# specific_version - $3 -is_dotnet_package_installed() { - eval $invocation - - local install_root="$1" - local relative_path_to_package="$2" - local specific_version="${3//[$'\t\r\n']}" - - local dotnet_package_path="$(combine_paths "$(combine_paths "$install_root" "$relative_path_to_package")" "$specific_version")" - say_verbose "is_dotnet_package_installed: dotnet_package_path=$dotnet_package_path" - - if [ -d "$dotnet_package_path" ]; then - return 0 - else - return 1 - fi -} - -# args: -# azure_feed - $1 -# channel - $2 -# normalized_architecture - $3 -# coherent - $4 -get_latest_version_info() { - eval $invocation - - local azure_feed="$1" - local channel="$2" - local normalized_architecture="$3" - local coherent="$4" - - local version_file_url=null - if [[ "$runtime" == "dotnet" ]]; then - version_file_url="$uncached_feed/Runtime/$channel/latest.version" - elif [[ "$runtime" == "aspnetcore" ]]; then - version_file_url="$uncached_feed/aspnetcore/Runtime/$channel/latest.version" - elif [ -z "$runtime" ]; then - if [ "$coherent" = true ]; then - version_file_url="$uncached_feed/Sdk/$channel/latest.coherent.version" - else - version_file_url="$uncached_feed/Sdk/$channel/latest.version" - fi - else - say_err "Invalid value for \$runtime" - return 1 - fi - say_verbose "get_latest_version_info: latest url: $version_file_url" - - download "$version_file_url" - return $? -} - -# args: -# json_file - $1 -parse_jsonfile_for_version() { - eval $invocation - - local json_file="$1" - if [ ! -f "$json_file" ]; then - say_err "Unable to find \`$json_file\`" - return 1 - fi - - sdk_section=$(cat $json_file | awk '/"sdk"/,/}/') - if [ -z "$sdk_section" ]; then - say_err "Unable to parse the SDK node in \`$json_file\`" - return 1 - fi - - sdk_list=$(echo $sdk_section | awk -F"[{}]" '{print $2}') - sdk_list=${sdk_list//[\" ]/} - sdk_list=${sdk_list//,/$'\n'} - sdk_list="$(echo -e "${sdk_list}" | tr -d '[[:space:]]')" - - local version_info="" - while read -r line; do - IFS=: - while read -r key value; do - if [[ "$key" == "version" ]]; then - version_info=$value - fi - done <<< "$line" - done <<< "$sdk_list" - if [ -z "$version_info" ]; then - say_err "Unable to find the SDK:version node in \`$json_file\`" - return 1 - fi - - unset IFS; - echo "$version_info" - return 0 -} - -# args: -# azure_feed - $1 -# channel - $2 -# normalized_architecture - $3 -# version - $4 -# json_file - $5 -get_specific_version_from_version() { - eval $invocation - - local azure_feed="$1" - local channel="$2" - local normalized_architecture="$3" - local version="$(to_lowercase "$4")" - local json_file="$5" - - if [ -z "$json_file" ]; then - case "$version" in - latest) - local version_info - version_info="$(get_latest_version_info "$azure_feed" "$channel" "$normalized_architecture" false)" || return 1 - say_verbose "get_specific_version_from_version: version_info=$version_info" - echo "$version_info" | get_version_from_version_info - return 0 - ;; - coherent) - local version_info - version_info="$(get_latest_version_info "$azure_feed" "$channel" "$normalized_architecture" true)" || return 1 - say_verbose "get_specific_version_from_version: version_info=$version_info" - echo "$version_info" | get_version_from_version_info - return 0 - ;; - *) - echo "$version" - return 0 - ;; - esac - else - local version_info - version_info="$(parse_jsonfile_for_version "$json_file")" || return 1 - echo "$version_info" - return 0 - fi -} - -# args: -# azure_feed - $1 -# channel - $2 -# normalized_architecture - $3 -# specific_version - $4 -construct_download_link() { - eval $invocation - - local azure_feed="$1" - local channel="$2" - local normalized_architecture="$3" - local specific_version="${4//[$'\t\r\n']}" - local specific_product_version="$(get_specific_product_version "$1" "$4")" - - local osname - osname="$(get_current_os_name)" || return 1 - - local download_link=null - if [[ "$runtime" == "dotnet" ]]; then - download_link="$azure_feed/Runtime/$specific_version/dotnet-runtime-$specific_product_version-$osname-$normalized_architecture.tar.gz" - elif [[ "$runtime" == "aspnetcore" ]]; then - download_link="$azure_feed/aspnetcore/Runtime/$specific_version/aspnetcore-runtime-$specific_product_version-$osname-$normalized_architecture.tar.gz" - elif [ -z "$runtime" ]; then - download_link="$azure_feed/Sdk/$specific_version/dotnet-sdk-$specific_product_version-$osname-$normalized_architecture.tar.gz" - else - return 1 - fi - - echo "$download_link" - return 0 -} - -# args: -# azure_feed - $1 -# specific_version - $2 -get_specific_product_version() { - # If we find a 'productVersion.txt' at the root of any folder, we'll use its contents - # to resolve the version of what's in the folder, superseding the specified version. - eval $invocation - - local azure_feed="$1" - local specific_version="${2//[$'\t\r\n']}" - local specific_product_version=$specific_version - - local download_link=null - if [[ "$runtime" == "dotnet" ]]; then - download_link="$azure_feed/Runtime/$specific_version/productVersion.txt${feed_credential}" - elif [[ "$runtime" == "aspnetcore" ]]; then - download_link="$azure_feed/aspnetcore/Runtime/$specific_version/productVersion.txt${feed_credential}" - elif [ -z "$runtime" ]; then - download_link="$azure_feed/Sdk/$specific_version/productVersion.txt${feed_credential}" - else - return 1 - fi - - specific_product_version=$(curl -s --fail "$download_link") - if [ $? -ne 0 ] - then - specific_product_version=$(wget -qO- "$download_link") - if [ $? -ne 0 ] - then - specific_product_version=$specific_version - fi - fi - specific_product_version="${specific_product_version//[$'\t\r\n']}" - - echo "$specific_product_version" - return 0 -} - -# args: -# azure_feed - $1 -# channel - $2 -# normalized_architecture - $3 -# specific_version - $4 -construct_legacy_download_link() { - eval $invocation - - local azure_feed="$1" - local channel="$2" - local normalized_architecture="$3" - local specific_version="${4//[$'\t\r\n']}" - - local distro_specific_osname - distro_specific_osname="$(get_legacy_os_name)" || return 1 - - local legacy_download_link=null - if [[ "$runtime" == "dotnet" ]]; then - legacy_download_link="$azure_feed/Runtime/$specific_version/dotnet-$distro_specific_osname-$normalized_architecture.$specific_version.tar.gz" - elif [ -z "$runtime" ]; then - legacy_download_link="$azure_feed/Sdk/$specific_version/dotnet-dev-$distro_specific_osname-$normalized_architecture.$specific_version.tar.gz" - else - return 1 - fi - - echo "$legacy_download_link" - return 0 -} - -get_user_install_path() { - eval $invocation - - if [ ! -z "${DOTNET_INSTALL_DIR:-}" ]; then - echo "$DOTNET_INSTALL_DIR" - else - echo "$HOME/.dotnet" - fi - return 0 -} - -# args: -# install_dir - $1 -resolve_installation_path() { - eval $invocation - - local install_dir=$1 - if [ "$install_dir" = "" ]; then - local user_install_path="$(get_user_install_path)" - say_verbose "resolve_installation_path: user_install_path=$user_install_path" - echo "$user_install_path" - return 0 - fi - - echo "$install_dir" - return 0 -} - -# args: -# relative_or_absolute_path - $1 -get_absolute_path() { - eval $invocation - - local relative_or_absolute_path=$1 - echo "$(cd "$(dirname "$1")" && pwd -P)/$(basename "$1")" - return 0 -} - -# args: -# input_files - stdin -# root_path - $1 -# out_path - $2 -# override - $3 -copy_files_or_dirs_from_list() { - eval $invocation - - local root_path="$(remove_trailing_slash "$1")" - local out_path="$(remove_trailing_slash "$2")" - local override="$3" - local osname="$(get_current_os_name)" - local override_switch=$( - if [ "$override" = false ]; then - if [ "$osname" = "linux-musl" ]; then - printf -- "-u"; - else - printf -- "-n"; - fi - fi) - - cat | uniq | while read -r file_path; do - local path="$(remove_beginning_slash "${file_path#$root_path}")" - local target="$out_path/$path" - if [ "$override" = true ] || (! ([ -d "$target" ] || [ -e "$target" ])); then - mkdir -p "$out_path/$(dirname "$path")" - if [ -d "$target" ]; then - rm -rf "$target" - fi - cp -R $override_switch "$root_path/$path" "$target" - fi - done -} - -# args: -# zip_path - $1 -# out_path - $2 -extract_dotnet_package() { - eval $invocation - - local zip_path="$1" - local out_path="$2" - - local temp_out_path="$(mktemp -d "$temporary_file_template")" - - local failed=false - tar -xzf "$zip_path" -C "$temp_out_path" > /dev/null || failed=true - - local folders_with_version_regex='^.*/[0-9]+\.[0-9]+[^/]+/' - find "$temp_out_path" -type f | grep -Eo "$folders_with_version_regex" | sort | copy_files_or_dirs_from_list "$temp_out_path" "$out_path" false - find "$temp_out_path" -type f | grep -Ev "$folders_with_version_regex" | copy_files_or_dirs_from_list "$temp_out_path" "$out_path" "$override_non_versioned_files" - - rm -rf "$temp_out_path" - - if [ "$failed" = true ]; then - say_err "Extraction failed" - return 1 - fi -} - -# args: -# remote_path - $1 -# [out_path] - $2 - stdout if not provided -download() { - eval $invocation - - local remote_path="$1" - local out_path="${2:-}" - - if [[ "$remote_path" != "http"* ]]; then - cp "$remote_path" "$out_path" - return $? - fi - - local failed=false - if machine_has "curl"; then - downloadcurl "$remote_path" "$out_path" || failed=true - elif machine_has "wget"; then - downloadwget "$remote_path" "$out_path" || failed=true - else - failed=true - fi - if [ "$failed" = true ]; then - say_verbose "Download failed: $remote_path" - return 1 - fi - return 0 -} - -downloadcurl() { - eval $invocation - local remote_path="$1" - local out_path="${2:-}" - - # Append feed_credential as late as possible before calling curl to avoid logging feed_credential - remote_path="${remote_path}${feed_credential}" - - local curl_options="--retry 20 --retry-delay 2 --connect-timeout 15 -sSL -f --create-dirs " - local failed=false - if [ -z "$out_path" ]; then - curl $curl_options "$remote_path" || failed=true - else - curl $curl_options -o "$out_path" "$remote_path" || failed=true - fi - if [ "$failed" = true ]; then - say_verbose "Curl download failed" - return 1 - fi - return 0 -} - -downloadwget() { - eval $invocation - local remote_path="$1" - local out_path="${2:-}" - - # Append feed_credential as late as possible before calling wget to avoid logging feed_credential - remote_path="${remote_path}${feed_credential}" - local wget_options="--tries 20 --waitretry 2 --connect-timeout 15 " - local failed=false - if [ -z "$out_path" ]; then - wget -q $wget_options -O - "$remote_path" || failed=true - else - wget $wget_options -O "$out_path" "$remote_path" || failed=true - fi - if [ "$failed" = true ]; then - say_verbose "Wget download failed" - return 1 - fi - return 0 -} - -calculate_vars() { - eval $invocation - valid_legacy_download_link=true - - normalized_architecture="$(get_normalized_architecture_from_architecture "$architecture")" - say_verbose "normalized_architecture=$normalized_architecture" - - specific_version="$(get_specific_version_from_version "$azure_feed" "$channel" "$normalized_architecture" "$version" "$json_file")" - specific_product_version="$(get_specific_product_version "$azure_feed" "$specific_version")" - say_verbose "specific_version=$specific_version" - if [ -z "$specific_version" ]; then - say_err "Could not resolve version information." - return 1 - fi - - download_link="$(construct_download_link "$azure_feed" "$channel" "$normalized_architecture" "$specific_version")" - say_verbose "Constructed primary named payload URL: $download_link" - - legacy_download_link="$(construct_legacy_download_link "$azure_feed" "$channel" "$normalized_architecture" "$specific_version")" || valid_legacy_download_link=false - - if [ "$valid_legacy_download_link" = true ]; then - say_verbose "Constructed legacy named payload URL: $legacy_download_link" - else - say_verbose "Cound not construct a legacy_download_link; omitting..." - fi - - install_root="$(resolve_installation_path "$install_dir")" - say_verbose "InstallRoot: $install_root" -} - -install_dotnet() { - eval $invocation - local download_failed=false - local asset_name='' - local asset_relative_path='' - - if [[ "$runtime" == "dotnet" ]]; then - asset_relative_path="shared/Microsoft.NETCore.App" - asset_name=".NET Core Runtime" - elif [[ "$runtime" == "aspnetcore" ]]; then - asset_relative_path="shared/Microsoft.AspNetCore.App" - asset_name="ASP.NET Core Runtime" - elif [ -z "$runtime" ]; then - asset_relative_path="sdk" - asset_name=".NET Core SDK" - else - say_err "Invalid value for \$runtime" - return 1 - fi - - # Check if the SDK version is already installed. - if is_dotnet_package_installed "$install_root" "$asset_relative_path" "$specific_version"; then - say "$asset_name version $specific_version is already installed." - return 0 - fi - - mkdir -p "$install_root" - zip_path="$(mktemp "$temporary_file_template")" - say_verbose "Zip path: $zip_path" - - say "Downloading link: $download_link" - - # Failures are normal in the non-legacy case for ultimately legacy downloads. - # Do not output to stderr, since output to stderr is considered an error. - download "$download_link" "$zip_path" 2>&1 || download_failed=true - - # if the download fails, download the legacy_download_link - if [ "$download_failed" = true ]; then - say "Cannot download: $download_link" - - if [ "$valid_legacy_download_link" = true ]; then - download_failed=false - download_link="$legacy_download_link" - zip_path="$(mktemp "$temporary_file_template")" - say_verbose "Legacy zip path: $zip_path" - say "Downloading legacy link: $download_link" - download "$download_link" "$zip_path" 2>&1 || download_failed=true - - if [ "$download_failed" = true ]; then - say "Cannot download: $download_link" - fi - fi - fi - - if [ "$download_failed" = true ]; then - say_err "Could not find/download: \`$asset_name\` with version = $specific_version" - say_err "Refer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support" - return 1 - fi - - say "Extracting zip from $download_link" - extract_dotnet_package "$zip_path" "$install_root" - - # Check if the SDK version is installed; if not, fail the installation. - # if the version contains "RTM" or "servicing"; check if a 'release-type' SDK version is installed. - if [[ $specific_version == *"rtm"* || $specific_version == *"servicing"* ]]; then - IFS='-' - read -ra verArr <<< "$specific_version" - release_version="${verArr[0]}" - unset IFS; - say_verbose "Checking installation: version = $release_version" - if is_dotnet_package_installed "$install_root" "$asset_relative_path" "$release_version"; then - return 0 - fi - fi - - # Check if the standard SDK version is installed. - say_verbose "Checking installation: version = $specific_product_version" - if is_dotnet_package_installed "$install_root" "$asset_relative_path" "$specific_product_version"; then - return 0 - fi - - say_err "\`$asset_name\` with version = $specific_product_version failed to install with an unknown error." - return 1 -} - -args=("$@") - -local_version_file_relative_path="/.version" -bin_folder_relative_path="" -temporary_file_template="${TMPDIR:-/tmp}/dotnet.XXXXXXXXX" - -channel="LTS" -version="Latest" -json_file="" -install_dir="" -architecture="" -dry_run=false -no_path=false -no_cdn=false -azure_feed="https://dotnetcli.azureedge.net/dotnet" -uncached_feed="https://dotnetcli.blob.core.windows.net/dotnet" -feed_credential="" -verbose=false -runtime="" -runtime_id="" -override_non_versioned_files=true -non_dynamic_parameters="" - -while [ $# -ne 0 ] -do - name="$1" - case "$name" in - -c|--channel|-[Cc]hannel) - shift - channel="$1" - ;; - -v|--version|-[Vv]ersion) - shift - version="$1" - ;; - -i|--install-dir|-[Ii]nstall[Dd]ir) - shift - install_dir="$1" - ;; - --arch|--architecture|-[Aa]rch|-[Aa]rchitecture) - shift - architecture="$1" - ;; - --shared-runtime|-[Ss]hared[Rr]untime) - say_warning "The --shared-runtime flag is obsolete and may be removed in a future version of this script. The recommended usage is to specify '--runtime dotnet'." - if [ -z "$runtime" ]; then - runtime="dotnet" - fi - ;; - --runtime|-[Rr]untime) - shift - runtime="$1" - if [[ "$runtime" != "dotnet" ]] && [[ "$runtime" != "aspnetcore" ]]; then - say_err "Unsupported value for --runtime: '$1'. Valid values are 'dotnet' and 'aspnetcore'." - if [[ "$runtime" == "windowsdesktop" ]]; then - say_err "WindowsDesktop archives are manufactured for Windows platforms only." - fi - exit 1 - fi - ;; - --dry-run|-[Dd]ry[Rr]un) - dry_run=true - ;; - --no-path|-[Nn]o[Pp]ath) - no_path=true - non_dynamic_parameters+=" $name" - ;; - --verbose|-[Vv]erbose) - verbose=true - non_dynamic_parameters+=" $name" - ;; - --no-cdn|-[Nn]o[Cc]dn) - no_cdn=true - non_dynamic_parameters+=" $name" - ;; - --azure-feed|-[Aa]zure[Ff]eed) - shift - azure_feed="$1" - non_dynamic_parameters+=" $name "\""$1"\""" - ;; - --uncached-feed|-[Uu]ncached[Ff]eed) - shift - uncached_feed="$1" - non_dynamic_parameters+=" $name "\""$1"\""" - ;; - --feed-credential|-[Ff]eed[Cc]redential) - shift - feed_credential="$1" - non_dynamic_parameters+=" $name "\""$1"\""" - ;; - --runtime-id|-[Rr]untime[Ii]d) - shift - runtime_id="$1" - non_dynamic_parameters+=" $name "\""$1"\""" - ;; - --jsonfile|-[Jj][Ss]on[Ff]ile) - shift - json_file="$1" - ;; - --skip-non-versioned-files|-[Ss]kip[Nn]on[Vv]ersioned[Ff]iles) - override_non_versioned_files=false - non_dynamic_parameters+=" $name" - ;; - -?|--?|-h|--help|-[Hh]elp) - script_name="$(basename "$0")" - echo ".NET Tools Installer" - echo "Usage: $script_name [-c|--channel ] [-v|--version ] [-p|--prefix ]" - echo " $script_name -h|-?|--help" - echo "" - echo "$script_name is a simple command line interface for obtaining dotnet cli." - echo "" - echo "Options:" - echo " -c,--channel Download from the channel specified, Defaults to \`$channel\`." - echo " -Channel" - echo " Possible values:" - echo " - Current - most current release" - echo " - LTS - most current supported release" - echo " - 2-part version in a format A.B - represents a specific release" - echo " examples: 2.0; 1.0" - echo " - Branch name" - echo " examples: release/2.0.0; Master" - echo " Note: The version parameter overrides the channel parameter." - echo " -v,--version Use specific VERSION, Defaults to \`$version\`." - echo " -Version" - echo " Possible values:" - echo " - latest - most latest build on specific channel" - echo " - coherent - most latest coherent build on specific channel" - echo " coherent applies only to SDK downloads" - echo " - 3-part version in a format A.B.C - represents specific version of build" - echo " examples: 2.0.0-preview2-006120; 1.1.0" - echo " -i,--install-dir Install under specified location (see Install Location below)" - echo " -InstallDir" - echo " --architecture Architecture of dotnet binaries to be installed, Defaults to \`$architecture\`." - echo " --arch,-Architecture,-Arch" - echo " Possible values: x64, arm, and arm64" - echo " --runtime Installs a shared runtime only, without the SDK." - echo " -Runtime" - echo " Possible values:" - echo " - dotnet - the Microsoft.NETCore.App shared runtime" - echo " - aspnetcore - the Microsoft.AspNetCore.App shared runtime" - echo " --dry-run,-DryRun Do not perform installation. Display download link." - echo " --no-path, -NoPath Do not set PATH for the current process." - echo " --verbose,-Verbose Display diagnostics information." - echo " --azure-feed,-AzureFeed Azure feed location. Defaults to $azure_feed, This parameter typically is not changed by the user." - echo " --uncached-feed,-UncachedFeed Uncached feed location. This parameter typically is not changed by the user." - echo " --feed-credential,-FeedCredential Azure feed shared access token. This parameter typically is not specified." - echo " --skip-non-versioned-files Skips non-versioned files if they already exist, such as the dotnet executable." - echo " -SkipNonVersionedFiles" - echo " --no-cdn,-NoCdn Disable downloading from the Azure CDN, and use the uncached feed directly." - echo " --jsonfile Determines the SDK version from a user specified global.json file." - echo " Note: global.json must have a value for 'SDK:Version'" - echo " --runtime-id Installs the .NET Tools for the given platform (use linux-x64 for portable linux)." - echo " -RuntimeId" - echo " -?,--?,-h,--help,-Help Shows this help message" - echo "" - echo "Obsolete parameters:" - echo " --shared-runtime The recommended alternative is '--runtime dotnet'." - echo " This parameter is obsolete and may be removed in a future version of this script." - echo " Installs just the shared runtime bits, not the entire SDK." - echo "" - echo "Install Location:" - echo " Location is chosen in following order:" - echo " - --install-dir option" - echo " - Environmental variable DOTNET_INSTALL_DIR" - echo " - $HOME/.dotnet" - exit 0 - ;; - *) - say_err "Unknown argument \`$name\`" - exit 1 - ;; - esac - - shift -done - -if [ "$no_cdn" = true ]; then - azure_feed="$uncached_feed" -fi - -check_min_reqs -calculate_vars -script_name=$(basename "$0") - -if [ "$dry_run" = true ]; then - say "Payload URLs:" - say "Primary named payload URL: $download_link" - if [ "$valid_legacy_download_link" = true ]; then - say "Legacy named payload URL: $legacy_download_link" - fi - repeatable_command="./$script_name --version "\""$specific_version"\"" --install-dir "\""$install_root"\"" --architecture "\""$normalized_architecture"\""" - if [[ "$runtime" == "dotnet" ]]; then - repeatable_command+=" --runtime "\""dotnet"\""" - elif [[ "$runtime" == "aspnetcore" ]]; then - repeatable_command+=" --runtime "\""aspnetcore"\""" - fi - repeatable_command+="$non_dynamic_parameters" - say "Repeatable invocation: $repeatable_command" - exit 0 -fi - -check_pre_reqs -install_dotnet - -bin_path="$(get_absolute_path "$(combine_paths "$install_root" "$bin_folder_relative_path")")" -if [ "$no_path" = false ]; then - say "Adding to current process PATH: \`$bin_path\`. Note: This change will be visible only when sourcing script." - export PATH="$bin_path":"$PATH" -else - say "Binaries of dotnet can be found in $bin_path" -fi - -say "Installation finished successfully." diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 9014e0625..fc09059ff 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -57,15 +57,11 @@ set-strictmode -version 2.0 $ErrorActionPreference = 'Stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -# If specified, provides an alternate path for getting .NET Core SDKs and Runtimes. This script will still try public sources first. +# If specifies, provides an alternate path for getting .NET Core SDKs and Runtimes. This script will still try public sources first. [string]$runtimeSourceFeed = if (Test-Path variable:runtimeSourceFeed) { $runtimeSourceFeed } else { $null } # Base-64 encoded SAS token that has permission to storage container described by $runtimeSourceFeed [string]$runtimeSourceFeedKey = if (Test-Path variable:runtimeSourceFeedKey) { $runtimeSourceFeedKey } else { $null } -# If false, use copy of dotnet-install from /eng/common/dotnet-install-scripts (for custom behaviors). -# otherwise will fetch from public location. -[bool]$useDefaultDotnetInstall = if (Test-Path variable:useDefaultDotnetInstall) { $useDefaultDotnetInstall } else { $false } - function Create-Directory ([string[]] $path) { New-Item -Path $path -Force -ItemType 'Directory' | Out-Null } @@ -197,46 +193,37 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { function GetDotNetInstallScript([string] $dotnetRoot) { $installScript = Join-Path $dotnetRoot 'dotnet-install.ps1' if (!(Test-Path $installScript)) { - create-directory $dotnetroot + Create-Directory $dotnetRoot + $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit - if ($useDefaultDotnetInstall) - { - $progresspreference = 'silentlycontinue' # don't display the console progress ui - it's a huge perf hit + $maxRetries = 5 + $retries = 1 - $maxretries = 5 - $retries = 1 + $uri = "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" - $uri = "https://dot.net/$dotnetinstallscriptversion/dotnet-install.ps1" - - while($true) { - try { - write-host "get $uri" - invoke-webrequest $uri -outfile $installscript - break - } - catch { - write-host "failed to download '$uri'" - write-error $_.exception.message -erroraction continue - } - - if (++$retries -le $maxretries) { - $delayinseconds = [math]::pow(2, $retries) - 1 # exponential backoff - write-host "retrying. waiting for $delayinseconds seconds before next attempt ($retries of $maxretries)." - start-sleep -seconds $delayinseconds - } - else { - throw "unable to download file in $maxretries attempts." - } + while($true) { + try { + Write-Host "GET $uri" + Invoke-WebRequest $uri -OutFile $installScript + break } - } - else - { - # Use a special version of the script from eng/common that understands the existence of a "productVersion.txt" in a dotnet path. - # See https://github.com/dotnet/arcade/issues/6047 for details - $engCommonCopy = Resolve-Path (Join-Path $PSScriptRoot 'dotnet-install-scripts\dotnet-install.ps1') - Copy-Item $engCommonCopy -Destination $installScript -Force + catch { + Write-Host "Failed to download '$uri'" + Write-Error $_.Exception.Message -ErrorAction Continue + } + + if (++$retries -le $maxRetries) { + $delayInSeconds = [math]::Pow(2, $retries) - 1 # Exponential backoff + Write-Host "Retrying. Waiting for $delayInSeconds seconds before next attempt ($retries of $maxRetries)." + Start-Sleep -Seconds $delayInSeconds + } + else { + throw "Unable to download file in $maxRetries attempts." + } + } } + return $installScript } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index b5d63cb1b..98186e784 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -68,10 +68,6 @@ fi runtime_source_feed=${runtime_source_feed:-''} runtime_source_feed_key=${runtime_source_feed_key:-''} -# Determines if dotnet-install.sh comes from the eng/common folder or the internet -# (default = public version) -use_default_dotnet_install=${use_default_dotnet_install:-false} - # Resolve any symlinks in the given path. function ResolvePath { local path=$1 @@ -271,30 +267,23 @@ function GetDotNetInstallScript { if [[ ! -a "$install_script" ]]; then mkdir -p "$root" - if [[ "$use_default_dotnet_install" == true ]]; then - echo "Downloading '$install_script_url'" + echo "Downloading '$install_script_url'" - # Use curl if available, otherwise use wget - if command -v curl > /dev/null; then - with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { - local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." - ExitWithExitCode $exit_code - } - else - with_retries wget -v -O "$install_script" "$install_script_url" || { - local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." - ExitWithExitCode $exit_code - } - fi + # Use curl if available, otherwise use wget + if command -v curl > /dev/null; then + with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } else - # Use a special version of the script from eng/common that understands the existence of a "productVersion.txt" in a dotnet path. - # See https://github.com/dotnet/arcade/issues/6047 for details - cp $repo_root/eng/common/dotnet-install-scripts/dotnet-install.sh $install_script + with_retries wget -v -O "$install_script" "$install_script_url" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } fi fi - # return value _GetDotNetInstallScript="$install_script" } diff --git a/global.json b/global.json index 1e44fca71..11b8c1c58 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20525.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20526.10" } } From 7d20c3c922f7f70debba334dba1fcf22a4fe68a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 12:58:51 +0000 Subject: [PATCH 232/375] Update dependencies from https://github.com/dotnet/arcade build 20201027.10 (#8986) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20519-02 to 1.1.0-beta-20526-01 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 +++++------ eng/Versions.props | 2 +- eng/common/cross/build-rootfs.sh | 7 +++++++ eng/common/cross/s390x/sources.list.bionic | 11 ++++++++++ eng/common/cross/toolchain.cmake | 7 +++++-- eng/common/performance/crossgen_perf.proj | 24 ++++++++++++++++++++++ global.json | 2 +- 7 files changed, 55 insertions(+), 10 deletions(-) create mode 100644 eng/common/cross/s390x/sources.list.bionic diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd5931234..d25e541ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,21 +140,21 @@ - + https://github.com/dotnet/arcade - c0f916d7f45834c080bf6cce60cf2bcfa00bc0a7 + 51f14c7da74e5c3d2ce0bab077461da399333896 - + https://github.com/dotnet/arcade - c0f916d7f45834c080bf6cce60cf2bcfa00bc0a7 + 51f14c7da74e5c3d2ce0bab077461da399333896 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 0decb380f1e0f8267259b5ae5d0d1e5102e380a1 + 67c1d9bced36779dbe8c11cf2d5afd13e7b06785 https://github.com/dotnet/xliff-tasks diff --git a/eng/Versions.props b/eng/Versions.props index ecf431a02..eceb56500 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20526.10 + 6.0.0-beta.20527.10 diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index a841c64f3..575eee9fa 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -106,6 +106,13 @@ while :; do __UbuntuRepo="http://ftp.debian.org/debian/" __CodeName=jessie ;; + s390x) + __BuildArch=s390x + __UbuntuArch=s390x + __UbuntuRepo="http://ports.ubuntu.com/ubuntu-ports/" + __UbuntuPackages=$(echo ${__UbuntuPackages} | sed 's/ libunwind8-dev//') + unset __LLDB_Package + ;; x86) __BuildArch=x86 __UbuntuArch=i386 diff --git a/eng/common/cross/s390x/sources.list.bionic b/eng/common/cross/s390x/sources.list.bionic new file mode 100644 index 000000000..210955740 --- /dev/null +++ b/eng/common/cross/s390x/sources.list.bionic @@ -0,0 +1,11 @@ +deb http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe +deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe + +deb http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted +deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted + +deb http://ports.ubuntu.com/ubuntu-ports/ bionic-security main restricted universe multiverse +deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic-security main restricted universe multiverse diff --git a/eng/common/cross/toolchain.cmake b/eng/common/cross/toolchain.cmake index 8b437d8ad..fc11001aa 100644 --- a/eng/common/cross/toolchain.cmake +++ b/eng/common/cross/toolchain.cmake @@ -36,6 +36,9 @@ elseif(TARGET_ARCH_NAME STREQUAL "arm64") if("$ENV{__DistroRid}" MATCHES "tizen.*") set(TIZEN_TOOLCHAIN "aarch64-tizen-linux-gnu/9.2.0") endif() +elseif(TARGET_ARCH_NAME STREQUAL "s390x") + set(CMAKE_SYSTEM_PROCESSOR s390x) + set(TOOLCHAIN "s390x-linux-gnu") elseif(TARGET_ARCH_NAME STREQUAL "x86") set(CMAKE_SYSTEM_PROCESSOR i686) set(TOOLCHAIN "i686-linux-gnu") @@ -46,7 +49,7 @@ elseif (ILLUMOS) set(CMAKE_SYSTEM_PROCESSOR "x86_64") set(TOOLCHAIN "x86_64-illumos") else() - message(FATAL_ERROR "Arch is ${TARGET_ARCH_NAME}. Only armel, arm, arm64 and x86 are supported!") + message(FATAL_ERROR "Arch is ${TARGET_ARCH_NAME}. Only armel, arm, arm64, s390x and x86 are supported!") endif() if(DEFINED ENV{TOOLCHAIN}) @@ -171,7 +174,7 @@ endif() # Specify compile options -if((TARGET_ARCH_NAME MATCHES "^(arm|armel|arm64)$" AND NOT "$ENV{__DistroRid}" MATCHES "android.*") OR ILLUMOS) +if((TARGET_ARCH_NAME MATCHES "^(arm|armel|arm64|s390x)$" AND NOT "$ENV{__DistroRid}" MATCHES "android.*") OR ILLUMOS) set(CMAKE_C_COMPILER_TARGET ${TOOLCHAIN}) set(CMAKE_CXX_COMPILER_TARGET ${TOOLCHAIN}) set(CMAKE_ASM_COMPILER_TARGET ${TOOLCHAIN}) diff --git a/eng/common/performance/crossgen_perf.proj b/eng/common/performance/crossgen_perf.proj index 3b8dfc2b1..79a548654 100644 --- a/eng/common/performance/crossgen_perf.proj +++ b/eng/common/performance/crossgen_perf.proj @@ -65,6 +65,24 @@ + + + $(WorkItemDirectory) + $(Python) pre.py crossgen --core-root $(CoreRoot) --single %(Identity) + $(Python) test.py sod --scenario-name "Crossgen %(Identity) Size" --dirs ./crossgen/ + $(Python) post.py + + + + + + $(WorkItemDirectory) + $(Python) $(Crossgen2Directory)pre.py crossgen2 --core-root $(CoreRoot) --single %(Identity) + $(Python) test.py sod --scenario-name "Crossgen2 %(Identity) Size" --dirs ./crossgen/ + $(Python) post.py + + + @@ -82,5 +100,11 @@ $(Python) $(Crossgen2Directory)test.py crossgen2 --core-root $(CoreRoot) --composite $(Crossgen2Directory)framework-r2r.dll.rsp 1:00 + + 4:00 + + + 4:00 + \ No newline at end of file diff --git a/global.json b/global.json index 11b8c1c58..a8638add6 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20526.10" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20527.10" } } From 01930deb2a897ba302d89dacbe15a0622f2ecf0c Mon Sep 17 00:00:00 2001 From: Steve MacLean Date: Thu, 29 Oct 2020 22:18:46 -0400 Subject: [PATCH 233/375] Enable linux-musl-arm* builds in CI (#8984) * Enable linux-musl-arm* builds in CI * Revise recent build table Reorder platform table more naturally - Windows -> Linux -> Linux-musl -> RHEL -> macOS - x64 -> arm -> arm64 Rename linux-musl -> linux-musl-x64 Add linux-musl-arm* rows * Generalize linux-musl-* code to include arm* - Set /p:OSName='linux-musl' * Fix linux-musl-arm crossgen logic * Build linux-musl-arm on Ubuntu 18.04 * Add linux-musl-arm to .NET 5.0 RuntimePackRids --- .vsts-ci.yml | 44 +++++++++++++- README.md | 60 +++++++++++-------- src/redist/targets/Crossgen.targets | 4 +- .../targets/GenerateBundledVersions.targets | 3 +- src/redist/targets/GenerateLayout.targets | 2 +- .../targets/GetRuntimeInformation.targets | 2 +- src/redist/targets/SetBuildDefaults.targets | 4 +- 7 files changed, 86 insertions(+), 33 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 9fe9d0738..1e34f5af0 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -156,7 +156,7 @@ stages: _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '--runtime-id linux-arm' _BuildArchitecture: 'arm' - # Never run tests on arm64 + # Never run tests on arm _TestArg: '' Build_Arm64_Debug: _BuildConfig: Debug @@ -166,12 +166,32 @@ stages: _BuildArchitecture: 'arm64' # Never run tests on arm64 _TestArg: '' + Build_Linux_musl_Debug_arm: + _BuildConfig: Debug + # linux-musl-arm cross gen depends on glibc 2.27 (this OS has it) + _DockerParameter: '--docker ubuntu.18.04' + _LinuxPortable: '' + _RuntimeIdentifier: '--runtime-id linux-musl-arm' + _BuildArchitecture: 'arm' + _AdditionalBuildParameters: '/p:OSName="linux-musl"' + # Never run tests on arm + _TestArg: '' + Build_Linux_musl_Debug_arm64: + _BuildConfig: Debug + _DockerParameter: '' + _LinuxPortable: '' + _RuntimeIdentifier: '--runtime-id linux-musl-arm64' + _BuildArchitecture: 'arm64' + _AdditionalBuildParameters: '/p:OSName="linux-musl"' + # Never run tests on arm64 + _TestArg: '' Build_Linux_musl_Debug_x64: _BuildConfig: Debug _DockerParameter: '--docker alpine.3.6' _LinuxPortable: '' _RuntimeIdentifier: '--runtime-id linux-musl-x64' _BuildArchitecture: 'x64' + _AdditionalBuildParameters: '/p:OSName="linux-musl"' _TestArg: $(_NonWindowsTestArg) ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: Build_Arm_Release: @@ -180,7 +200,7 @@ stages: _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '--runtime-id linux-arm' _BuildArchitecture: 'arm' - # Never run tests on arm64 + # Never run tests on arm _TestArg: '' Build_Arm64_Release: _BuildConfig: Release @@ -190,12 +210,32 @@ stages: _BuildArchitecture: 'arm64' # Never run tests on arm64 _TestArg: '' + Build_Linux_musl_Release_arm: + _BuildConfig: Release + # linux-musl-arm cross gen depends on glibc 2.27 (this OS has it) + _DockerParameter: '--docker ubuntu.18.04' + _LinuxPortable: '' + _RuntimeIdentifier: '--runtime-id linux-musl-arm' + _BuildArchitecture: 'arm' + _AdditionalBuildParameters: '/p:OSName="linux-musl"' + # Never run tests on arm + _TestArg: '' + Build_Linux_musl_Release_arm64: + _BuildConfig: Release + _DockerParameter: '' + _LinuxPortable: '' + _RuntimeIdentifier: '--runtime-id linux-musl-arm64' + _BuildArchitecture: 'arm64' + _AdditionalBuildParameters: '/p:OSName="linux-musl"' + # Never run tests on arm64 + _TestArg: '' Build_Linux_musl_Release_x64: _BuildConfig: Release _DockerParameter: '--docker alpine.3.6' _LinuxPortable: '' _RuntimeIdentifier: '--runtime-id linux-musl-x64' _BuildArchitecture: 'x64' + _AdditionalBuildParameters: '/p:OSName="linux-musl"' Build_Linux_Portable_Deb_Release_x64: _BuildConfig: Release _DockerParameter: '--docker ubuntu.16.04' diff --git a/README.md b/README.md index 7b03ad2b2..791d9a7ec 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,16 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | | **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rtm]][win-x64-version-5.0.1XX-rtm]
[Installer][win-x64-installer-5.0.1XX-rtm] - [Checksum][win-x64-installer-checksum-5.0.1XX-rtm]
[zip][win-x64-zip-5.0.1XX-rtm] - [Checksum][win-x64-zip-checksum-5.0.1XX-rtm] | [![][win-x64-badge-5.0.1XX]][win-x64-version-5.0.1XX]
[Installer][win-x64-installer-5.0.1XX] - [Checksum][win-x64-installer-checksum-5.0.1XX]
[zip][win-x64-zip-5.0.1XX] - [Checksum][win-x64-zip-checksum-5.0.1XX] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | | **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rtm]][win-x86-version-5.0.1XX-rtm]
[Installer][win-x86-installer-5.0.1XX-rtm] - [Checksum][win-x86-installer-checksum-5.0.1XX-rtm]
[zip][win-x86-zip-5.0.1XX-rtm] - [Checksum][win-x86-zip-checksum-5.0.1XX-rtm] | [![][win-x86-badge-5.0.1XX]][win-x86-version-5.0.1XX]
[Installer][win-x86-installer-5.0.1XX] - [Checksum][win-x86-installer-checksum-5.0.1XX]
[zip][win-x86-zip-5.0.1XX] - [Checksum][win-x86-zip-checksum-5.0.1XX] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rtm]][osx-version-5.0.1XX-rtm]
[Installer][osx-installer-5.0.1XX-rtm] - [Checksum][osx-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-targz-5.0.1XX-rtm] - [Checksum][osx-targz-checksum-5.0.1XX-rtm] | [![][osx-badge-5.0.1XX]][osx-version-5.0.1XX]
[Installer][osx-installer-5.0.1XX] - [Checksum][osx-installer-checksum-5.0.1XX]
[tar.gz][osx-targz-5.0.1XX] - [Checksum][osx-targz-checksum-5.0.1XX] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | +| **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | | **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rtm]][linux-version-5.0.1XX-rtm]
[DEB Installer][linux-DEB-installer-5.0.1XX-rtm] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rtm]
[RPM Installer][linux-RPM-installer-5.0.1XX-rtm] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rtm]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rtm] - [Checksum][linux-targz-checksum-5.0.1XX-rtm] | [![][linux-badge-5.0.1XX]][linux-version-5.0.1XX]
[DEB Installer][linux-DEB-installer-5.0.1XX] - [Checksum][linux-DEB-installer-checksum-5.0.1XX]
[RPM Installer][linux-RPM-installer-5.0.1XX] - [Checksum][linux-RPM-installer-checksum-5.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX] - [Checksum][linux-targz-checksum-5.0.1XX] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | | **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][linux-arm-badge-5.0.1XX]][linux-arm-version-5.0.1XX]
[tar.gz][linux-arm-targz-5.0.1XX] - [Checksum][linux-arm-targz-checksum-5.0.1XX] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | | **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][linux-arm64-badge-5.0.1XX]][linux-arm64-version-5.0.1XX]
[tar.gz][linux-arm64-targz-5.0.1XX] - [Checksum][linux-arm64-targz-checksum-5.0.1XX] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | +| **Linux-musl-x64** | [![][linux-musl-x64-badge-master]][linux-musl-x64-version-master]
[tar.gz][linux-musl-x64-targz-master] - [Checksum][linux-musl-x64-targz-checksum-master] | [![][linux-musl-x64-badge-5.0.1XX-rtm]][linux-musl-x64-version-5.0.1XX-rtm]
[tar.gz][linux-musl-x64-targz-5.0.1XX-rtm] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX-rtm] | [![][linux-musl-x64-badge-5.0.1XX]][linux-musl-x64-version-5.0.1XX]
[tar.gz][linux-musl-x64-targz-5.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX] | [![][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-x64-badge-3.1.1XX]][linux-musl-x64-version-3.1.1XX]
[tar.gz][linux-musl-x64-targz-3.1.1XX] - [Checksum][linux-musl-x64-targz-checksum-3.1.1XX] | +| **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | +| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-rtm]][linux-musl-version-5.0.1XX-rtm]
[tar.gz][linux-musl-targz-5.0.1XX-rtm] - [Checksum][linux-musl-targz-checksum-5.0.1XX-rtm] | [![][linux-musl-badge-5.0.1XX]][linux-musl-version-5.0.1XX]
[tar.gz][linux-musl-targz-5.0.1XX] - [Checksum][linux-musl-targz-checksum-5.0.1XX] | [![][linux-musl-badge-3.1.4XX]][linux-musl-version-3.1.4XX]
[tar.gz][linux-musl-targz-3.1.4XX] - [Checksum][linux-musl-targz-checksum-3.1.4XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | -| **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rtm]][osx-version-5.0.1XX-rtm]
[Installer][osx-installer-5.0.1XX-rtm] - [Checksum][osx-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-targz-5.0.1XX-rtm] - [Checksum][osx-targz-checksum-5.0.1XX-rtm] | [![][osx-badge-5.0.1XX]][osx-version-5.0.1XX]
[Installer][osx-installer-5.0.1XX] - [Checksum][osx-installer-checksum-5.0.1XX]
[tar.gz][osx-targz-5.0.1XX] - [Checksum][osx-targz-checksum-5.0.1XX] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | 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: @@ -312,30 +314,40 @@ Reference notes: [rhel-6-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[linux-musl-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version -[linux-musl-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[linux-musl-x64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[linux-musl-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version -[linux-musl-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[linux-musl-x64-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + +[linux-musl-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm.tar.gz.sha + +[linux-musl-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz.sha [win-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm_Release_version_badge.svg [win-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm.txt diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 91a04a34b..21ddff18a 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -7,11 +7,11 @@ microsoft.netcore.app.runtime.$(SharedFrameworkRid) <_crossDir Condition="'$(Architecture)' == 'arm64' and '$(BuildArchitecture)' != 'arm64'">/x64_arm64 <_crossDir Condition="'$(Architecture)' == 'arm' And '$(OSName)' == 'win'">/x86_arm - <_crossDir Condition="'$(Architecture)' == 'arm' And '$(OSName)' == 'linux'">/x64_arm + <_crossDir Condition="'$(Architecture)' == 'arm' And '$(OSName)' != 'win'">/x64_arm $(NuGetPackageRoot)/$(RuntimeNETCoreAppPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/tools$(_crossDir)/crossgen$(ExeExtension) x64_arm64 x86_arm - x64_arm + x64_arm $(SharedFrameworkRid) $(NuGetPackageRoot)/$(RuntimeNETCoreAppPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/runtimes/$(LibCLRJitRid)/native/$(DynamicLibPrefix)clrjit$(DynamicLibExtension) $(RedistLayoutPath)shared/$(SharedFrameworkName)/$(MicrosoftNETCoreAppRuntimePackageVersion) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 52b8a8411..00ea258f3 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -85,6 +85,7 @@ - + diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 0c0f92684..1a1df0844 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -63,7 +63,7 @@ $(CoreSetupRid) - $(ProductMonikerRid) + $(ProductMonikerRid) linux-$(Architecture) dotnet-runtime-$(MicrosoftNETCoreAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) windowsdesktop-runtime-$(MicrosoftWindowsDesktopAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets index 9f53268ab..ce6e3b14c 100644 --- a/src/redist/targets/GetRuntimeInformation.targets +++ b/src/redist/targets/GetRuntimeInformation.targets @@ -16,7 +16,7 @@ true true - true + true true diff --git a/src/redist/targets/SetBuildDefaults.targets b/src/redist/targets/SetBuildDefaults.targets index 0378bbb53..4f37eaa0a 100644 --- a/src/redist/targets/SetBuildDefaults.targets +++ b/src/redist/targets/SetBuildDefaults.targets @@ -12,11 +12,11 @@ OR $(Rid.StartsWith('ubuntu.18.04')))">true false - true + true true From b2fc2c13c0281114a4cbf6f8fe516f85e58516ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Oct 2020 12:53:54 +0000 Subject: [PATCH 234/375] Update dependencies from https://github.com/dotnet/arcade build 20201029.1 (#8991) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20526-01 to 1.1.0-beta-20527-05 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.20520.1 to 1.0.0-beta.20528.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 16 ++--- eng/Versions.props | 2 +- eng/common/post-build/symbols-validation.ps1 | 76 +++++++++++++------- global.json | 2 +- 4 files changed, 62 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d25e541ff..bc369c895 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,25 +140,25 @@
- + https://github.com/dotnet/arcade - 51f14c7da74e5c3d2ce0bab077461da399333896 + 19e7e769f7ca2ece42221f7ff951e7ec705498ec - + https://github.com/dotnet/arcade - 51f14c7da74e5c3d2ce0bab077461da399333896 + 19e7e769f7ca2ece42221f7ff951e7ec705498ec https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 67c1d9bced36779dbe8c11cf2d5afd13e7b06785 + 2909054971c449957ac9c9b1621246b012b42b2b - + https://github.com/dotnet/xliff-tasks - 3d4f8ba0950b6284c1ec3ad674eade92916f9796 + c083dafc24335230e0a7c7f6dfc76ca31ab192e0 diff --git a/eng/Versions.props b/eng/Versions.props index eceb56500..ee236f44d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20527.10 + 6.0.0-beta.20529.1 diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1 index fcc6019b4..99bf28cd5 100644 --- a/eng/common/post-build/symbols-validation.ps1 +++ b/eng/common/post-build/symbols-validation.ps1 @@ -9,9 +9,16 @@ param( # Maximum number of jobs to run in parallel $MaxParallelJobs = 6 +# Max number of retries +$MaxRetry = 5 + # Wait time between check for system load $SecondsBetweenLoadChecks = 10 +# Set error codes +Set-Variable -Name "ERROR_BADEXTRACT" -Option Constant -Value -1 +Set-Variable -Name "ERROR_FILEDOESNOTEXIST" -Option Constant -Value -2 + $CountMissingSymbols = { param( [string] $PackagePath # Path to a NuGet package @@ -21,10 +28,15 @@ $CountMissingSymbols = { Add-Type -AssemblyName System.IO.Compression.FileSystem + Write-Host "Validating $PackagePath " + # Ensure input file exist if (!(Test-Path $PackagePath)) { Write-PipelineTaskError "Input file does not exist: $PackagePath" - return -2 + return [pscustomobject]@{ + result = $using:ERROR_FILEDOESNOTEXIST + packagePath = $PackagePath + } } # Extensions for which we'll look for symbols @@ -45,7 +57,7 @@ $CountMissingSymbols = { Write-Host "Something went wrong extracting $PackagePath" Write-Host $_ return [pscustomobject]@{ - result = -1 + result = $using:ERROR_BADEXTRACT packagePath = $PackagePath } } @@ -91,26 +103,37 @@ $CountMissingSymbols = { $dotnetSymbolExe = "$env:USERPROFILE\.dotnet\tools" $dotnetSymbolExe = Resolve-Path "$dotnetSymbolExe\dotnet-symbol.exe" - & $dotnetSymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null + $totalRetries = 0 - if (Test-Path $PdbPath) { - return 'PDB' - } - elseif (Test-Path $NGenPdb) { - return 'NGen PDB' - } - elseif (Test-Path $SODbg) { - return 'DBG for SO' - } - elseif (Test-Path $DylibDwarf) { - return 'Dwarf for Dylib' - } - elseif (Test-Path $SymbolPath) { - return 'Module' - } - else { - return $null + while ($totalRetries -lt $using:MaxRetry) { + # Save the output and get diagnostic output + $output = & $dotnetSymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath --diagnostics | Out-String + + if (Test-Path $PdbPath) { + return 'PDB' + } + elseif (Test-Path $NGenPdb) { + return 'NGen PDB' + } + elseif (Test-Path $SODbg) { + return 'DBG for SO' + } + elseif (Test-Path $DylibDwarf) { + return 'Dwarf for Dylib' + } + elseif (Test-Path $SymbolPath) { + return 'Module' + } + elseif ($output.Contains("503 Service Unavailable")) { + # If we got a 503 error, we should retry. + $totalRetries++ + } + else { + return $null + } } + + return $null } $SymbolsOnMSDL = & $FirstMatchingSymbolDescriptionOrDefault $FileName '--microsoft-symbol-server' $SymbolsPath @@ -155,14 +178,21 @@ function CheckJobResult( $packagePath, [ref]$DupedSymbols, [ref]$TotalFailures) { - if ($result -eq '-1') { + if ($result -eq $ERROR_BADEXTRACT) { Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "$packagePath has duplicated symbol files" $DupedSymbols.Value++ } - elseif ($jobResult.result -ne '0') { + elseif ($result -eq $ERROR_FILEDOESNOTEXIST) { + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "$packagePath does not exist" + $TotalFailures.Value++ + } + elseif ($result -gt '0') { Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $result modules in the package $packagePath" $TotalFailures.Value++ } + else { + Write-Host "All symbols verified for package $packagePath" + } } function CheckSymbolsAvailable { @@ -192,8 +222,6 @@ function CheckSymbolsAvailable { return } - Write-Host "Validating $FileName " - Start-Job -ScriptBlock $CountMissingSymbols -ArgumentList $FullName | Out-Null $NumJobs = @(Get-Job -State 'Running').Count diff --git a/global.json b/global.json index a8638add6..3949ca6e6 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20527.10" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20529.1" } } From 26fdc31c665facf62f868ace5c6a1bb353e6b694 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 14:04:13 +0000 Subject: [PATCH 235/375] Update dependencies from https://github.com/dotnet/arcade build 20201030.2 (#8994) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20528.1 to 1.0.0-beta.20529.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc369c895..3d371530d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,13 +140,13 @@
- + https://github.com/dotnet/arcade - 19e7e769f7ca2ece42221f7ff951e7ec705498ec + cd9ceb55f83fb23114ac99ffaa35bcedf41d6cf0 - + https://github.com/dotnet/arcade - 19e7e769f7ca2ece42221f7ff951e7ec705498ec + cd9ceb55f83fb23114ac99ffaa35bcedf41d6cf0 https://github.com/dotnet/source-build-reference-packages @@ -156,9 +156,9 @@ https://github.com/dotnet/sourcelink 2909054971c449957ac9c9b1621246b012b42b2b - + https://github.com/dotnet/xliff-tasks - c083dafc24335230e0a7c7f6dfc76ca31ab192e0 + c352b1ebd7bae4c4640237a0b2c04c969d85edb4 diff --git a/eng/Versions.props b/eng/Versions.props index ee236f44d..55e757658 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20529.1 + 6.0.0-beta.20530.2 diff --git a/global.json b/global.json index 3949ca6e6..531b13096 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20529.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20530.2" } } From 1c9980ffc29197d634fe827fdc9b5d5b78eff670 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 3 Nov 2020 09:38:24 -0800 Subject: [PATCH 236/375] Revert FIA changes --- .../Assertions/FileInfoAssertions.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs index 92670beb2..dca27f0c5 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs @@ -23,8 +23,6 @@ namespace Microsoft.DotNet.Tools.Test.Utilities public FileInfo FileInfo => _fileInfo; - private static DateTime defaultUtcTime = new DateTime(1601, 1, 1, 0, 0, 0); - public AndConstraint Exist(string because = "", params object[] reasonArgs) { Execute.Assertion From 5d175aba744d1f446d32a07561761015f30861b7 Mon Sep 17 00:00:00 2001 From: Fagner Nunes Carvalho Date: Tue, 3 Nov 2020 16:49:42 -0300 Subject: [PATCH 237/375] Fix broken link (#8980) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791d9a7ec..25756c3d2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Installers and Binaries You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools. **Note:** Be aware that the following installers are the **latest bits**. If you -want to install the latest released versions, check out the [preceding section](#looking-for-v2-of-the-net-core-tooling). +want to install the latest released versions, check out the [preceding section](#looking-for-released-versions-of-the-net-core-tooling). With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes. > Example: From f17cf3399bf2c462560153987d39d9b14d185688 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 21:06:10 +0000 Subject: [PATCH 238/375] [master] Update dependencies from dotnet/sdk (#8966) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20514.1 to 6.0.0-alpha.1.20552.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rc.1.20417.1 to 6.0.0-alpha.1.20528.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rc.1.20417.3 to 6.0.0-alpha.1.20529.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201013-01 to 16.8.0-release-20201022-02 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20514.1 to 6.0.0-alpha.1.20527.2 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-1.20513.7 to 3.9.0-2.20552.4 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.9.0-preview-20513-07 to 16.9.0-preview-20530-04 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 5.8.0-rc.6860 to 5.8.0-rc.6930 (parent: Microsoft.NET.Sdk) - Update name of VS.Redist package - Update VS.Redist - Update Version.Details.xml - Update Versions.props - Merge branch 'master' into darc-master-e43dc338-58af-4dcb-8f48-e598405b6d80 - Disable test --- eng/Version.Details.xml | 104 +++++++++++++++++------------------ eng/Versions.props | 44 +++++++-------- test/SdkTests/TestConfig.xml | 4 ++ 3 files changed, 78 insertions(+), 74 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe340ab28..76b5b97bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 85186023c8de8237268033cadc41d738b7f2005e + 8cd5669a12a56d25b1c1d756ee6cbf08b4c9a57d - + https://github.com/dotnet/windowsdesktop - 85186023c8de8237268033cadc41d738b7f2005e + 8cd5669a12a56d25b1c1d756ee6cbf08b4c9a57d - + https://github.com/dotnet/windowsdesktop - 85186023c8de8237268033cadc41d738b7f2005e + 8cd5669a12a56d25b1c1d756ee6cbf08b4c9a57d - + https://github.com/dotnet/runtime - eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e + ecd979c9860caee8326f8678736ae98a77bdae5b - + https://github.com/dotnet/runtime - eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e + ecd979c9860caee8326f8678736ae98a77bdae5b - + https://github.com/dotnet/runtime - eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e + ecd979c9860caee8326f8678736ae98a77bdae5b - + https://github.com/dotnet/runtime - eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e + ecd979c9860caee8326f8678736ae98a77bdae5b - + https://github.com/dotnet/runtime - eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e + ecd979c9860caee8326f8678736ae98a77bdae5b @@ -39,41 +39,41 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - eea2256e56f32d70e3fbe72a1473a7ffd2f5c16e + ecd979c9860caee8326f8678736ae98a77bdae5b - + https://github.com/dotnet/aspnetcore - be472db60f4711404ba5de268f7b9d4a887926f8 + 062237e054487e2e53c186660e459eda69b75e59 - + https://github.com/dotnet/aspnetcore - be472db60f4711404ba5de268f7b9d4a887926f8 + 062237e054487e2e53c186660e459eda69b75e59 - + https://github.com/dotnet/aspnetcore - be472db60f4711404ba5de268f7b9d4a887926f8 + 062237e054487e2e53c186660e459eda69b75e59 - + https://github.com/dotnet/aspnetcore - b866b765b3493c7943829ce830e509d61f958102 + 062237e054487e2e53c186660e459eda69b75e59 https://github.com/dotnet/efcore 2352499b52cdfc95ddcfd81c4967e12512e00eee - + https://github.com/dotnet/aspnetcore - be472db60f4711404ba5de268f7b9d4a887926f8 + 062237e054487e2e53c186660e459eda69b75e59 - + https://github.com/dotnet/aspnetcore - be472db60f4711404ba5de268f7b9d4a887926f8 + 062237e054487e2e53c186660e459eda69b75e59 - + https://github.com/dotnet/aspnetcore - be472db60f4711404ba5de268f7b9d4a887926f8 + 062237e054487e2e53c186660e459eda69b75e59 https://github.com/dotnet/test-templates @@ -83,51 +83,51 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - b930c7c022425a92b0f153728bfee1df9d354477 + f7852759a89c245167c090657576c11c8e1839ee - + https://github.com/dotnet/sdk - 3aadcbd5a27b46b6372b5594b27e6b5b92fd1111 + 637aaef99a9aee3af4e0089807596cf322039c95 - + https://github.com/dotnet/sdk - 3aadcbd5a27b46b6372b5594b27e6b5b92fd1111 + 637aaef99a9aee3af4e0089807596cf322039c95 - + https://github.com/dotnet/winforms - b014c89fafff342c92c27968f8231b5032b12954 + 03fe14c2e92ccb595a0e336e3c8ab199720a643e - + https://github.com/dotnet/wpf - b91ba697c48bc7825580e3c7fa09c5c3781c3788 + abe92cece7f3cb3f913bc209d1832e585421c60b https://github.com/dotnet/fsharp da6be68280c89131cdba2045525b80890401defd - + https://github.com/microsoft/vstest - d834b9b8c4337438622cb7b7d77f1520b479cb88 + b195e2589980861425b331e73a859252c3f2b71a - + https://github.com/mono/linker - 6939a85f7ed2eb1a3b2f8c9384ebf675c7007464 + 57974c1f5790e6fb33f5fce161707be5cd86c4d3 linker - + https://github.com/dotnet/roslyn - c69d99cbdc5de6c330bf86a44ca7af1547906bb6 + 352a73835662667665a5c6df20d6852f2402a954 - + https://github.com/dotnet/msbuild - c10f34c4e00644e06120cb87f323c330f29a1e89 + 47e6ac1bcff02d4cfbf2ff8ea0c957c072f697cc - + https://github.com/NuGet/NuGet.Client - 2582e3e232c7f8b0834509d39b8e0cca2bc57e21 + 830c8be45dbbccd411ecf6080abff0c2c98079cf https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index 5d0a01033..5df515588 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,15 +24,15 @@ - 5.0.0-rc.1.20417.1 + 6.0.0-alpha.1.20528.3 - 5.0.0-rc.1.20417.3 + 6.0.0-alpha.1.20529.2 - 6.0.0-alpha.1.20514.1 + 6.0.0-alpha.1.20552.1 @@ -45,43 +45,43 @@ - 6.0.0-alpha.1.20513.8 - 6.0.0-alpha.1.20513.8 - 6.0.0-alpha.1.20513.8 - 6.0.0-alpha.1.20513.8 - 6.0.0-alpha.1.20513.8 - 6.0.0-alpha.1.20513.8 - 6.0.0-alpha.1.20513.8 + 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20526.6 0.2.0 - 6.0.100-alpha.1.20514.6 - 6.0.100-alpha.1.20514.6 + 6.0.100-alpha.1.20553.1 + 6.0.100-alpha.1.20553.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20513.9 + 6.0.0-alpha.1.20551.7 - 6.0.0-alpha.1.20513.9 - 6.0.0-alpha.1.20513.9 - 6.0.0-alpha.1.20513.9 - 6.0.0-alpha.1.20513.9 - 6.0.0-alpha.1.20513.9 + 6.0.0-alpha.1.20551.7 + 6.0.0-alpha.1.20551.7 + 6.0.0-alpha.1.20551.7 + 6.0.0-alpha.1.20551.7 + 6.0.0-alpha.1.20551.7 2.1.0 - 5.0.0-rc.1.20417.4 - 5.0.0-rc.1.20417.4 - 5.0.0-rc.1.20417.4 + 6.0.0-alpha.1.20531.1 + 6.0.0-alpha.1.20531.1 + 6.0.0-alpha.1.20531.1 @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201013-01 + 16.8.0-release-20201022-02 diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 794dd1478..7f25ca27a 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -141,5 +141,9 @@ Skip="true" Issue="" Reason="Need all .NET core runtime"/> + From c315e32ff8431a4964744d148158f8dc0ec6a9ab Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 3 Nov 2020 14:03:10 -0800 Subject: [PATCH 239/375] Update to release/5.0.2xx remove rc2 --- README.md | 142 +++++++++++++++++++++++++++--------------------------- 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index 25756c3d2..53abac40a 100644 --- a/README.md +++ b/README.md @@ -67,20 +67,20 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(6.0.x Runtime) | 5.0.100 RTM
(5.0 Runtime) | 5.0.100 RC2
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | +| Platform | Master
(6.0.x Runtime) | Release/5.0.2XX
(5.0 Runtime) | 5.0.100 RTM
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rtm]][win-x64-version-5.0.1XX-rtm]
[Installer][win-x64-installer-5.0.1XX-rtm] - [Checksum][win-x64-installer-checksum-5.0.1XX-rtm]
[zip][win-x64-zip-5.0.1XX-rtm] - [Checksum][win-x64-zip-checksum-5.0.1XX-rtm] | [![][win-x64-badge-5.0.1XX]][win-x64-version-5.0.1XX]
[Installer][win-x64-installer-5.0.1XX] - [Checksum][win-x64-installer-checksum-5.0.1XX]
[zip][win-x64-zip-5.0.1XX] - [Checksum][win-x64-zip-checksum-5.0.1XX] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rtm]][win-x86-version-5.0.1XX-rtm]
[Installer][win-x86-installer-5.0.1XX-rtm] - [Checksum][win-x86-installer-checksum-5.0.1XX-rtm]
[zip][win-x86-zip-5.0.1XX-rtm] - [Checksum][win-x86-zip-checksum-5.0.1XX-rtm] | [![][win-x86-badge-5.0.1XX]][win-x86-version-5.0.1XX]
[Installer][win-x86-installer-5.0.1XX] - [Checksum][win-x86-installer-checksum-5.0.1XX]
[zip][win-x86-zip-5.0.1XX] - [Checksum][win-x86-zip-checksum-5.0.1XX] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][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-5.0.1XX-rtm]][win-x64-version-5.0.1XX-rtm]
[Installer][win-x64-installer-5.0.1XX-rtm] - [Checksum][win-x64-installer-checksum-5.0.1XX-rtm]
[zip][win-x64-zip-5.0.1XX-rtm] - [Checksum][win-x64-zip-checksum-5.0.1XX-rtm] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][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-5.0.1XX-rtm]][win-x86-version-5.0.1XX-rtm]
[Installer][win-x86-installer-5.0.1XX-rtm] - [Checksum][win-x86-installer-checksum-5.0.1XX-rtm]
[zip][win-x86-zip-5.0.1XX-rtm] - [Checksum][win-x86-zip-checksum-5.0.1XX-rtm] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | | **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | [![][win-arm64-badge-5.0.1XX]][win-arm64-version-5.0.1XX]
[zip][win-arm64-zip-5.0.1XX] | **N/A** | **N/A** | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rtm]][linux-version-5.0.1XX-rtm]
[DEB Installer][linux-DEB-installer-5.0.1XX-rtm] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rtm]
[RPM Installer][linux-RPM-installer-5.0.1XX-rtm] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rtm]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rtm] - [Checksum][linux-targz-checksum-5.0.1XX-rtm] | [![][linux-badge-5.0.1XX]][linux-version-5.0.1XX]
[DEB Installer][linux-DEB-installer-5.0.1XX] - [Checksum][linux-DEB-installer-checksum-5.0.1XX]
[RPM Installer][linux-RPM-installer-5.0.1XX] - [Checksum][linux-RPM-installer-checksum-5.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX] - [Checksum][linux-targz-checksum-5.0.1XX] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][linux-arm-badge-5.0.1XX]][linux-arm-version-5.0.1XX]
[tar.gz][linux-arm-targz-5.0.1XX] - [Checksum][linux-arm-targz-checksum-5.0.1XX] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][linux-arm64-badge-5.0.1XX]][linux-arm64-version-5.0.1XX]
[tar.gz][linux-arm64-targz-5.0.1XX] - [Checksum][linux-arm64-targz-checksum-5.0.1XX] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | -| **Linux-musl-x64** | [![][linux-musl-x64-badge-master]][linux-musl-x64-version-master]
[tar.gz][linux-musl-x64-targz-master] - [Checksum][linux-musl-x64-targz-checksum-master] | [![][linux-musl-x64-badge-5.0.1XX-rtm]][linux-musl-x64-version-5.0.1XX-rtm]
[tar.gz][linux-musl-x64-targz-5.0.1XX-rtm] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX-rtm] | [![][linux-musl-x64-badge-5.0.1XX]][linux-musl-x64-version-5.0.1XX]
[tar.gz][linux-musl-x64-targz-5.0.1XX] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX] | [![][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-x64-badge-3.1.1XX]][linux-musl-x64-version-3.1.1XX]
[tar.gz][linux-musl-x64-targz-3.1.1XX] - [Checksum][linux-musl-x64-targz-checksum-3.1.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][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] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | **N/A** | **N/A** | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-version-5.0.1XX-rtm]
[DEB Installer][linux-DEB-installer-5.0.1XX-rtm] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rtm]
[RPM Installer][linux-RPM-installer-5.0.1XX-rtm] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rtm]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rtm] - [Checksum][linux-targz-checksum-5.0.1XX-rtm] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | +| **Linux-musl-x64** | [![][linux-musl-x64-badge-master]][linux-musl-x64-version-master]
[tar.gz][linux-musl-x64-targz-master] - [Checksum][linux-musl-x64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-musl-x64-version-5.0.1XX-rtm]
[tar.gz][linux-musl-x64-targz-5.0.1XX-rtm] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX-rtm] | [![][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-x64-badge-3.1.1XX]][linux-musl-x64-version-3.1.1XX]
[tar.gz][linux-musl-x64-targz-3.1.1XX] - [Checksum][linux-musl-x64-targz-checksum-3.1.1XX] | | **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-rtm]][osx-version-5.0.1XX-rtm]
[Installer][osx-installer-5.0.1XX-rtm] - [Checksum][osx-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-targz-5.0.1XX-rtm] - [Checksum][osx-targz-checksum-5.0.1XX-rtm] | [![][osx-badge-5.0.1XX]][osx-version-5.0.1XX]
[Installer][osx-installer-5.0.1XX] - [Checksum][osx-installer-checksum-5.0.1XX]
[tar.gz][osx-targz-5.0.1XX] - [Checksum][osx-targz-checksum-5.0.1XX] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.2XX]][osx-version-5.0.2XX]
[Installer][osx-installer-5.0.2XX] - [Checksum][osx-installer-checksum-5.0.2XX]
[tar.gz][osx-targz-5.0.2XX] - [Checksum][osx-targz-checksum-5.0.2XX] | [![][osx-badge-5.0.1XX-rtm]][osx-version-5.0.1XX-rtm]
[Installer][osx-installer-5.0.1XX-rtm] - [Checksum][osx-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-targz-5.0.1XX-rtm] - [Checksum][osx-targz-checksum-5.0.1XX-rtm] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | 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: @@ -96,6 +96,13 @@ Reference notes: [win-x64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x64.zip.sha + [win-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_x64_Release_version_badge.svg [win-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-x64.txt [win-x64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.exe @@ -103,13 +110,6 @@ Reference notes: [win-x64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x64.txt -[win-x64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe -[win-x64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe.sha -[win-x64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip -[win-x64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip.sha - [win-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-x64-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.exe @@ -131,6 +131,13 @@ Reference notes: [win-x86-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-x86.zip.sha + [win-x86-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_x86_Release_version_badge.svg [win-x86-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-x86.txt [win-x86-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.exe @@ -138,13 +145,6 @@ Reference notes: [win-x86-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x86.txt -[win-x86-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe -[win-x86-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe.sha -[win-x86-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip -[win-x86-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip.sha - [win-x86-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-x86-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.exe @@ -166,6 +166,13 @@ Reference notes: [osx-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + [osx-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/osx_x64_Release_version_badge.svg [osx-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-osx-x64.txt [osx-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg @@ -173,13 +180,6 @@ Reference notes: [osx-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha - [osx-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg [osx-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [osx-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg @@ -203,6 +203,15 @@ Reference notes: [linux-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + [linux-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_x64_Release_version_badge.svg [linux-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-x64.txt [linux-DEB-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.deb @@ -212,15 +221,6 @@ Reference notes: [linux-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-x64.txt -[linux-DEB-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb -[linux-DEB-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb.sha -[linux-RPM-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm.sha -[linux-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha - [linux-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_x64_Release_version_badge.svg [linux-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-DEB-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-x64.deb @@ -244,16 +244,16 @@ Reference notes: [linux-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + [linux-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_arm_Release_version_badge.svg [linux-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-arm.txt [linux-arm-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm.txt -[linux-arm-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha - [linux-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm.tar.gz @@ -269,16 +269,16 @@ Reference notes: [linux-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + [linux-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_arm64_Release_version_badge.svg [linux-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-arm64.txt [linux-arm64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm64.txt -[linux-arm64-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha - [linux-arm64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-arm64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm64.tar.gz @@ -294,16 +294,16 @@ Reference notes: [rhel-6-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + [rhel-6-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/rhel.6_x64_Release_version_badge.svg [rhel-6-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-rhel.6-x64.txt [rhel-6-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-rhel.6-x64.txt -[rhel-6-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha - [rhel-6-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [rhel-6-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-rhel.6-x64.tar.gz @@ -319,16 +319,16 @@ Reference notes: [linux-musl-x64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-x64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-x64-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + [linux-musl-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_musl_x64_Release_version_badge.svg [linux-musl-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-musl-x64.txt [linux-musl-x64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-x64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-x64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-x64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt -[linux-musl-x64-targz-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz -[linux-musl-x64-targz-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha - [linux-musl-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg [linux-musl-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [linux-musl-x64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz @@ -354,16 +354,16 @@ Reference notes: [win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-arm.zip.sha + [win-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_arm_Release_version_badge.svg [win-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-arm.txt [win-arm-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm.txt -[win-arm-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip -[win-arm-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip.sha - [win-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version [win-arm-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-arm.zip @@ -381,6 +381,13 @@ Reference notes: [win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-win-arm64.zip.sha + [win-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-arm64.txt [win-arm64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.exe @@ -388,13 +395,6 @@ Reference notes: [win-arm64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm64_Release_version_badge.svg -[win-arm64-version-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm64.txt -[win-arm64-installer-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe -[win-arm64-installer-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe.sha -[win-arm64-zip-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip -[win-arm64-zip-checksum-5.0.1XX]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip.sha - [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories Looking for dotnet-install sources? From e03828b02bf9f41c10928223ffa6aa9afaffa0e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 22:42:15 +0000 Subject: [PATCH 240/375] Update dependencies from https://github.com/dotnet/sdk build 20201103.5 (#8996) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20551.7 to 6.0.0-alpha.1.20552.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20551.7 to 6.0.0-alpha.1.20552.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20551.7 to 6.0.0-alpha.1.20552.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20551.7 to 6.0.0-alpha.1.20552.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20551.7 to 6.0.0-alpha.1.20552.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20551.7 to 6.0.0-alpha.1.20552.4 (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 76b5b97bb..02367c3df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8cd5669a12a56d25b1c1d756ee6cbf08b4c9a57d
- + https://github.com/dotnet/runtime - ecd979c9860caee8326f8678736ae98a77bdae5b + 598426c8ccf2d1d41038d711f2187899d50ff367 - + https://github.com/dotnet/runtime - ecd979c9860caee8326f8678736ae98a77bdae5b + 598426c8ccf2d1d41038d711f2187899d50ff367 - + https://github.com/dotnet/runtime - ecd979c9860caee8326f8678736ae98a77bdae5b + 598426c8ccf2d1d41038d711f2187899d50ff367 - + https://github.com/dotnet/runtime - ecd979c9860caee8326f8678736ae98a77bdae5b + 598426c8ccf2d1d41038d711f2187899d50ff367 - + https://github.com/dotnet/runtime - ecd979c9860caee8326f8678736ae98a77bdae5b + 598426c8ccf2d1d41038d711f2187899d50ff367 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - ecd979c9860caee8326f8678736ae98a77bdae5b + 598426c8ccf2d1d41038d711f2187899d50ff367 https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating f7852759a89c245167c090657576c11c8e1839ee - + https://github.com/dotnet/sdk - 637aaef99a9aee3af4e0089807596cf322039c95 + 342d8d476b6df22c23dda91e5540bc356f8f2668 - + https://github.com/dotnet/sdk - 637aaef99a9aee3af4e0089807596cf322039c95 + 342d8d476b6df22c23dda91e5540bc356f8f2668 diff --git a/eng/Versions.props b/eng/Versions.props index 5df515588..cb14ca70b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20553.1 - 6.0.100-alpha.1.20553.1 + 6.0.100-alpha.1.20553.5 + 6.0.100-alpha.1.20553.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20551.7 + 6.0.0-alpha.1.20552.4 - 6.0.0-alpha.1.20551.7 - 6.0.0-alpha.1.20551.7 - 6.0.0-alpha.1.20551.7 - 6.0.0-alpha.1.20551.7 - 6.0.0-alpha.1.20551.7 + 6.0.0-alpha.1.20552.4 + 6.0.0-alpha.1.20552.4 + 6.0.0-alpha.1.20552.4 + 6.0.0-alpha.1.20552.4 + 6.0.0-alpha.1.20552.4 2.1.0 From 986b73b33a82401fbe60c0e9592c73c9cb9a04ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 23:33:53 +0000 Subject: [PATCH 241/375] Update dependencies from https://github.com/dotnet/sdk build 20201103.8 (#8999) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20552.1 to 6.0.0-alpha.1.20552.2 (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 02367c3df..fb7f910a2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,17 +83,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - f7852759a89c245167c090657576c11c8e1839ee + b3a2105e9fa845065454e6fc31934f4dac006c42 - + https://github.com/dotnet/sdk - 342d8d476b6df22c23dda91e5540bc356f8f2668 + 629cbd8664118463a12645b3332561ceed1b9a93 - + https://github.com/dotnet/sdk - 342d8d476b6df22c23dda91e5540bc356f8f2668 + 629cbd8664118463a12645b3332561ceed1b9a93 diff --git a/eng/Versions.props b/eng/Versions.props index cb14ca70b..4eb216e1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20552.1 + 6.0.0-alpha.1.20552.2 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20553.5 - 6.0.100-alpha.1.20553.5 + 6.0.100-alpha.1.20553.8 + 6.0.100-alpha.1.20553.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9b07c3e52d56684b0dd14859361b5d6ac09e2bbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 01:43:18 +0000 Subject: [PATCH 242/375] Update dependencies from https://github.com/dotnet/sdk build 20201103.9 (#9001) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.9.0-preview-20530-04 to 16.9.0-preview-20553-06 (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 fb7f910a2..c5975389f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating b3a2105e9fa845065454e6fc31934f4dac006c42 - + https://github.com/dotnet/sdk - 629cbd8664118463a12645b3332561ceed1b9a93 + 248cd296c54f323e254bbf64555564d9c7bf53ca - + https://github.com/dotnet/sdk - 629cbd8664118463a12645b3332561ceed1b9a93 + 248cd296c54f323e254bbf64555564d9c7bf53ca @@ -121,9 +121,9 @@ https://github.com/dotnet/roslyn 352a73835662667665a5c6df20d6852f2402a954 - + https://github.com/dotnet/msbuild - 47e6ac1bcff02d4cfbf2ff8ea0c957c072f697cc + 841e09174bde49a86467ff73cd86fb76fe123f93 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 4eb216e1c..7d8432d0c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20553.8 - 6.0.100-alpha.1.20553.8 + 6.0.100-alpha.1.20553.9 + 6.0.100-alpha.1.20553.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c3a53a9aaaecb7a8b8d03c77232b390394c89267 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 06:25:34 +0000 Subject: [PATCH 243/375] [master] Update dependencies from dotnet/sdk (#9002) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20552.4 to 3.9.0-2.20553.12 (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 c5975389f..6db716038 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating b3a2105e9fa845065454e6fc31934f4dac006c42 - + https://github.com/dotnet/sdk - 248cd296c54f323e254bbf64555564d9c7bf53ca + b29ccef63dfdca25538f0e71afa42b515281fff0 - + https://github.com/dotnet/sdk - 248cd296c54f323e254bbf64555564d9c7bf53ca + b29ccef63dfdca25538f0e71afa42b515281fff0 @@ -117,9 +117,9 @@ 57974c1f5790e6fb33f5fce161707be5cd86c4d3 linker - + https://github.com/dotnet/roslyn - 352a73835662667665a5c6df20d6852f2402a954 + f62ce9fd2ae25f9f2dbe1661aae290703d8f443c https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 7d8432d0c..2ff7442b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20553.9 - 6.0.100-alpha.1.20553.9 + 6.0.100-alpha.1.20553.11 + 6.0.100-alpha.1.20553.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 89a7cc2eb76c76ed8d205870c2aab9c1ff17baaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 07:30:39 +0000 Subject: [PATCH 244/375] Update dependencies from https://github.com/dotnet/sdk build 20201103.12 (#9003) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20553.12 to 3.9.0-2.20554.2 (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 6db716038..485a7d3e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating b3a2105e9fa845065454e6fc31934f4dac006c42 - + https://github.com/dotnet/sdk - b29ccef63dfdca25538f0e71afa42b515281fff0 + e867a8dc5e9f530069771e90973783bbc2522104 - + https://github.com/dotnet/sdk - b29ccef63dfdca25538f0e71afa42b515281fff0 + e867a8dc5e9f530069771e90973783bbc2522104 @@ -117,9 +117,9 @@ 57974c1f5790e6fb33f5fce161707be5cd86c4d3 linker - + https://github.com/dotnet/roslyn - f62ce9fd2ae25f9f2dbe1661aae290703d8f443c + 8a7f384357f691111229d4cd5d7a655f33deef5f https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 2ff7442b3..76317e5a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20553.11 - 6.0.100-alpha.1.20553.11 + 6.0.100-alpha.1.20553.12 + 6.0.100-alpha.1.20553.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a8f8a2ccf5f9a6250c18e726d7e8fea14273fb5a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 13:51:26 +0000 Subject: [PATCH 245/375] Update dependencies from https://github.com/dotnet/arcade build 20201102.5 (#9005) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20529.1 to 1.0.0-beta.20531.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 485a7d3e2..1d2134f2c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -144,13 +144,13 @@ - + https://github.com/dotnet/arcade - cd9ceb55f83fb23114ac99ffaa35bcedf41d6cf0 + 72b28b7e023d4c3fffa0a0b9748a7d4e8cc799be - + https://github.com/dotnet/arcade - cd9ceb55f83fb23114ac99ffaa35bcedf41d6cf0 + 72b28b7e023d4c3fffa0a0b9748a7d4e8cc799be https://github.com/dotnet/source-build-reference-packages @@ -160,9 +160,9 @@ https://github.com/dotnet/sourcelink 2909054971c449957ac9c9b1621246b012b42b2b - + https://github.com/dotnet/xliff-tasks - c352b1ebd7bae4c4640237a0b2c04c969d85edb4 + 657f7fbca11dc16694dcea62cc7220f2f26ae46d diff --git a/eng/Versions.props b/eng/Versions.props index 76317e5a2..e7998e52c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20530.2 + 6.0.0-beta.20552.5 diff --git a/global.json b/global.json index 531b13096..4c58ff5f5 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20530.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20552.5" } } From d73728fb94e4769a13798f68b0f64b9596fa7e4f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 16:41:42 +0000 Subject: [PATCH 246/375] Update dependencies from https://github.com/dotnet/sdk build 20201104.2 (#9006) [master] 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 1d2134f2c..b14e970fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating b3a2105e9fa845065454e6fc31934f4dac006c42 - + https://github.com/dotnet/sdk - e867a8dc5e9f530069771e90973783bbc2522104 + 80646dd1ef3f0b6112a59ca8f4d937cc9230a1f8 - + https://github.com/dotnet/sdk - e867a8dc5e9f530069771e90973783bbc2522104 + 80646dd1ef3f0b6112a59ca8f4d937cc9230a1f8 diff --git a/eng/Versions.props b/eng/Versions.props index e7998e52c..77cb4830f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20553.12 - 6.0.100-alpha.1.20553.12 + 6.0.100-alpha.1.20554.2 + 6.0.100-alpha.1.20554.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d261bf1437df2e043676d0c732e94c3d4472d957 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 17:43:53 +0000 Subject: [PATCH 247/375] Update dependencies from https://github.com/dotnet/sdk build 20201104.3 (#9007) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20531.1 to 6.0.0-alpha.1.20553.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 6.0.0-alpha.1.20531.1 to 6.0.0-alpha.1.20553.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20552.4 to 6.0.0-alpha.1.20553.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20552.4 to 6.0.0-alpha.1.20553.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20552.4 to 6.0.0-alpha.1.20553.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20552.4 to 6.0.0-alpha.1.20553.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20552.4 to 6.0.0-alpha.1.20553.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20552.4 to 6.0.0-alpha.1.20553.9 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20531.1 to 6.0.0-alpha.1.20553.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 22 ++++++++++----------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b14e970fc..29d6d1662 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 8cd5669a12a56d25b1c1d756ee6cbf08b4c9a57d + 7d6bf6f281f07d9406f7566aa3eb06740695e163 - + https://github.com/dotnet/windowsdesktop - 8cd5669a12a56d25b1c1d756ee6cbf08b4c9a57d + 7d6bf6f281f07d9406f7566aa3eb06740695e163 - + https://github.com/dotnet/windowsdesktop - 8cd5669a12a56d25b1c1d756ee6cbf08b4c9a57d + 7d6bf6f281f07d9406f7566aa3eb06740695e163 - + https://github.com/dotnet/runtime - 598426c8ccf2d1d41038d711f2187899d50ff367 + 4730697ad2c218f68dad1f5e788a897ac4fb01ea - + https://github.com/dotnet/runtime - 598426c8ccf2d1d41038d711f2187899d50ff367 + 4730697ad2c218f68dad1f5e788a897ac4fb01ea - + https://github.com/dotnet/runtime - 598426c8ccf2d1d41038d711f2187899d50ff367 + 4730697ad2c218f68dad1f5e788a897ac4fb01ea - + https://github.com/dotnet/runtime - 598426c8ccf2d1d41038d711f2187899d50ff367 + 4730697ad2c218f68dad1f5e788a897ac4fb01ea - + https://github.com/dotnet/runtime - 598426c8ccf2d1d41038d711f2187899d50ff367 + 4730697ad2c218f68dad1f5e788a897ac4fb01ea @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 598426c8ccf2d1d41038d711f2187899d50ff367 + 4730697ad2c218f68dad1f5e788a897ac4fb01ea https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating b3a2105e9fa845065454e6fc31934f4dac006c42 - + https://github.com/dotnet/sdk - 80646dd1ef3f0b6112a59ca8f4d937cc9230a1f8 + f7627c34aec059279e88830ecc7d4a401770a73d - + https://github.com/dotnet/sdk - 80646dd1ef3f0b6112a59ca8f4d937cc9230a1f8 + f7627c34aec059279e88830ecc7d4a401770a73d diff --git a/eng/Versions.props b/eng/Versions.props index 77cb4830f..319df195a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,30 +58,30 @@ - 6.0.100-alpha.1.20554.2 - 6.0.100-alpha.1.20554.2 + 6.0.100-alpha.1.20554.3 + 6.0.100-alpha.1.20554.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20552.4 + 6.0.0-alpha.1.20553.9 - 6.0.0-alpha.1.20552.4 - 6.0.0-alpha.1.20552.4 - 6.0.0-alpha.1.20552.4 - 6.0.0-alpha.1.20552.4 - 6.0.0-alpha.1.20552.4 + 6.0.0-alpha.1.20553.9 + 6.0.0-alpha.1.20553.9 + 6.0.0-alpha.1.20553.9 + 6.0.0-alpha.1.20553.9 + 6.0.0-alpha.1.20553.9 2.1.0 - 6.0.0-alpha.1.20531.1 - 6.0.0-alpha.1.20531.1 - 6.0.0-alpha.1.20531.1 + 6.0.0-alpha.1.20553.1 + 6.0.0-alpha.1.20553.1 + 6.0.0-alpha.1.20553.1 From 4e7a2f989fe73fdd714153e5cb4ad53fd1568928 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 20:58:49 +0000 Subject: [PATCH 248/375] [master] Update dependencies from dotnet/sdk (#9008) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20552.2 to 6.0.0-alpha.1.20554.1 (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 29d6d1662..327be7389 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,17 +83,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - b3a2105e9fa845065454e6fc31934f4dac006c42 + f64d6f1a8c756eb5bd7945c9c838883dfb3e48bf - + https://github.com/dotnet/sdk - f7627c34aec059279e88830ecc7d4a401770a73d + ac6bda43a2c47a31f38f49397df0fe763921386f - + https://github.com/dotnet/sdk - f7627c34aec059279e88830ecc7d4a401770a73d + ac6bda43a2c47a31f38f49397df0fe763921386f diff --git a/eng/Versions.props b/eng/Versions.props index 319df195a..e7f9390c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20552.2 + 6.0.0-alpha.1.20554.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20554.3 - 6.0.100-alpha.1.20554.3 + 6.0.100-alpha.1.20554.7 + 6.0.100-alpha.1.20554.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ae5f1bc0a5a0c41447a2126523ed984fe8a9c1da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 02:57:47 +0000 Subject: [PATCH 249/375] [master] Update dependencies from dotnet/sdk (#9011) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.9.0-preview-20553-06 to 16.9.0-preview-20554-03 (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 327be7389..9bf0de52c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating f64d6f1a8c756eb5bd7945c9c838883dfb3e48bf - + https://github.com/dotnet/sdk - ac6bda43a2c47a31f38f49397df0fe763921386f + c4d2c8c303b9a7eb09e032337b7649556b777a07 - + https://github.com/dotnet/sdk - ac6bda43a2c47a31f38f49397df0fe763921386f + c4d2c8c303b9a7eb09e032337b7649556b777a07 @@ -121,9 +121,9 @@ https://github.com/dotnet/roslyn 8a7f384357f691111229d4cd5d7a655f33deef5f - + https://github.com/dotnet/msbuild - 841e09174bde49a86467ff73cd86fb76fe123f93 + 4f8cdfdc331b5700826be2c192b94f16034b9905 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index e7f9390c6..d8ef7a873 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20554.7 - 6.0.100-alpha.1.20554.7 + 6.0.100-alpha.1.20554.10 + 6.0.100-alpha.1.20554.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 034e1550ab8e3fe1f4e08154b4813daeb43a7a96 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 16:54:02 +0000 Subject: [PATCH 250/375] [master] Update dependencies from dotnet/sdk (#9013) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20553.9 to 6.0.0-alpha.1.20554.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20553.9 to 6.0.0-alpha.1.20554.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20553.9 to 6.0.0-alpha.1.20554.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20553.9 to 6.0.0-alpha.1.20554.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20553.9 to 6.0.0-alpha.1.20554.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20553.9 to 6.0.0-alpha.1.20554.9 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20554.1 to 6.0.0-alpha.1.20555.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20554.2 to 3.9.0-2.20554.14 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bf0de52c..2323d164a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 7d6bf6f281f07d9406f7566aa3eb06740695e163 - + https://github.com/dotnet/runtime - 4730697ad2c218f68dad1f5e788a897ac4fb01ea + 2cf2f5789f612364fedd36b24f55be617a244a55 - + https://github.com/dotnet/runtime - 4730697ad2c218f68dad1f5e788a897ac4fb01ea + 2cf2f5789f612364fedd36b24f55be617a244a55 - + https://github.com/dotnet/runtime - 4730697ad2c218f68dad1f5e788a897ac4fb01ea + 2cf2f5789f612364fedd36b24f55be617a244a55 - + https://github.com/dotnet/runtime - 4730697ad2c218f68dad1f5e788a897ac4fb01ea + 2cf2f5789f612364fedd36b24f55be617a244a55 - + https://github.com/dotnet/runtime - 4730697ad2c218f68dad1f5e788a897ac4fb01ea + 2cf2f5789f612364fedd36b24f55be617a244a55 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4730697ad2c218f68dad1f5e788a897ac4fb01ea + 2cf2f5789f612364fedd36b24f55be617a244a55 https://github.com/dotnet/aspnetcore @@ -83,17 +83,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - f64d6f1a8c756eb5bd7945c9c838883dfb3e48bf + 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - c4d2c8c303b9a7eb09e032337b7649556b777a07 + fe4b1533327f46a2b9edcb23959e3843813f44b5 - + https://github.com/dotnet/sdk - c4d2c8c303b9a7eb09e032337b7649556b777a07 + fe4b1533327f46a2b9edcb23959e3843813f44b5 @@ -117,9 +117,9 @@ 57974c1f5790e6fb33f5fce161707be5cd86c4d3 linker - + https://github.com/dotnet/roslyn - 8a7f384357f691111229d4cd5d7a655f33deef5f + 6dc64fa4ea1a1fdfc1beeda0b36ad840570c6975 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index d8ef7a873..b2d788396 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20554.1 + 6.0.0-alpha.1.20555.1 @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20554.10 - 6.0.100-alpha.1.20554.10 + 6.0.100-alpha.1.20555.2 + 6.0.100-alpha.1.20555.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20553.9 + 6.0.0-alpha.1.20554.9 - 6.0.0-alpha.1.20553.9 - 6.0.0-alpha.1.20553.9 - 6.0.0-alpha.1.20553.9 - 6.0.0-alpha.1.20553.9 - 6.0.0-alpha.1.20553.9 + 6.0.0-alpha.1.20554.9 + 6.0.0-alpha.1.20554.9 + 6.0.0-alpha.1.20554.9 + 6.0.0-alpha.1.20554.9 + 6.0.0-alpha.1.20554.9 2.1.0 From e526ca6b4f735945680ff8100740b8116194ebfd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 17:43:49 +0000 Subject: [PATCH 251/375] Update dependencies from https://github.com/dotnet/sdk build 20201105.3 (#9014) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20553.1 to 6.0.0-alpha.1.20554.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 6.0.0-alpha.1.20553.1 to 6.0.0-alpha.1.20554.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20553.1 to 6.0.0-alpha.1.20554.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2323d164a..2dd07868e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7d6bf6f281f07d9406f7566aa3eb06740695e163 + 51328345e952cc2b2c5a8415bd3b7d1498e76d4d - + https://github.com/dotnet/windowsdesktop - 7d6bf6f281f07d9406f7566aa3eb06740695e163 + 51328345e952cc2b2c5a8415bd3b7d1498e76d4d - + https://github.com/dotnet/windowsdesktop - 7d6bf6f281f07d9406f7566aa3eb06740695e163 + 51328345e952cc2b2c5a8415bd3b7d1498e76d4d https://github.com/dotnet/runtime @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - fe4b1533327f46a2b9edcb23959e3843813f44b5 + b935c8470ba8b702eecdf4a918d1f3ef46ad5e85 - + https://github.com/dotnet/sdk - fe4b1533327f46a2b9edcb23959e3843813f44b5 + b935c8470ba8b702eecdf4a918d1f3ef46ad5e85 diff --git a/eng/Versions.props b/eng/Versions.props index b2d788396..9cc218ece 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20555.2 - 6.0.100-alpha.1.20555.2 + 6.0.100-alpha.1.20555.3 + 6.0.100-alpha.1.20555.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20553.1 - 6.0.0-alpha.1.20553.1 - 6.0.0-alpha.1.20553.1 + 6.0.0-alpha.1.20554.1 + 6.0.0-alpha.1.20554.1 + 6.0.0-alpha.1.20554.1 From ed64c4a6b5d4b1effa6925a94de765cfbc1bb9f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 22:57:24 +0000 Subject: [PATCH 252/375] Update dependencies from https://github.com/dotnet/sdk build 20201105.5 (#9016) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.9.0-preview-20554-03 to 16.9.0-preview-20555-02 (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 2dd07868e..93b1db485 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - b935c8470ba8b702eecdf4a918d1f3ef46ad5e85 + 76b976e1bfa255f1f50b4a8e7b0d52abd02ac228 - + https://github.com/dotnet/sdk - b935c8470ba8b702eecdf4a918d1f3ef46ad5e85 + 76b976e1bfa255f1f50b4a8e7b0d52abd02ac228 @@ -121,9 +121,9 @@ https://github.com/dotnet/roslyn 6dc64fa4ea1a1fdfc1beeda0b36ad840570c6975 - + https://github.com/dotnet/msbuild - 4f8cdfdc331b5700826be2c192b94f16034b9905 + 6945be012e19946fb89118f1c1b37c5ff33c5a9b https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 9cc218ece..24e5259ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20555.3 - 6.0.100-alpha.1.20555.3 + 6.0.100-alpha.1.20555.5 + 6.0.100-alpha.1.20555.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 04fd56caceb2690597d11e5d9d434dd77d967b21 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 02:10:12 +0000 Subject: [PATCH 253/375] Update dependencies from https://github.com/dotnet/sdk build 20201105.6 (#9017) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20554.14 to 3.9.0-2.20555.28 (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 93b1db485..f4aa3053d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 76b976e1bfa255f1f50b4a8e7b0d52abd02ac228 + 6657d4871335e7b577217d0429c1de00f60326f6 - + https://github.com/dotnet/sdk - 76b976e1bfa255f1f50b4a8e7b0d52abd02ac228 + 6657d4871335e7b577217d0429c1de00f60326f6 @@ -117,9 +117,9 @@ 57974c1f5790e6fb33f5fce161707be5cd86c4d3 linker - + https://github.com/dotnet/roslyn - 6dc64fa4ea1a1fdfc1beeda0b36ad840570c6975 + c3db71d3a3331252e2b65fd3a099156af1465fd1 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 24e5259ba..5370d70be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20555.5 - 6.0.100-alpha.1.20555.5 + 6.0.100-alpha.1.20555.6 + 6.0.100-alpha.1.20555.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 11f784753957bbab5ab20e4390b4aa7147bdd764 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 08:53:33 +0000 Subject: [PATCH 254/375] Update dependencies from https://github.com/dotnet/sdk build 20201105.7 (#9018) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20555.28 to 3.9.0-2.20556.4 (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 f4aa3053d..81b581bd1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 6657d4871335e7b577217d0429c1de00f60326f6 + 32ad8792934e59b8cc3064a1d7f9a103a15723f9 - + https://github.com/dotnet/sdk - 6657d4871335e7b577217d0429c1de00f60326f6 + 32ad8792934e59b8cc3064a1d7f9a103a15723f9 @@ -117,9 +117,9 @@ 57974c1f5790e6fb33f5fce161707be5cd86c4d3 linker - + https://github.com/dotnet/roslyn - c3db71d3a3331252e2b65fd3a099156af1465fd1 + 2959366957d0500023ffe577345c3fd9fd225d04 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 5370d70be..2d97dc682 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20555.6 - 6.0.100-alpha.1.20555.6 + 6.0.100-alpha.1.20555.7 + 6.0.100-alpha.1.20555.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 36c2835a14343aa2efa0956ad4d6f6218d45c681 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 16:41:08 +0000 Subject: [PATCH 255/375] Update dependencies from https://github.com/dotnet/sdk build 20201106.1 (#9019) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20554.9 to 6.0.0-alpha.1.20555.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20554.9 to 6.0.0-alpha.1.20555.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20554.9 to 6.0.0-alpha.1.20555.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20554.9 to 6.0.0-alpha.1.20555.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20554.9 to 6.0.0-alpha.1.20555.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20554.9 to 6.0.0-alpha.1.20555.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 81b581bd1..8906fbfcf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 51328345e952cc2b2c5a8415bd3b7d1498e76d4d - + https://github.com/dotnet/runtime - 2cf2f5789f612364fedd36b24f55be617a244a55 + 5aaf0c14c236a771e0460c963b5353300c029dd1 - + https://github.com/dotnet/runtime - 2cf2f5789f612364fedd36b24f55be617a244a55 + 5aaf0c14c236a771e0460c963b5353300c029dd1 - + https://github.com/dotnet/runtime - 2cf2f5789f612364fedd36b24f55be617a244a55 + 5aaf0c14c236a771e0460c963b5353300c029dd1 - + https://github.com/dotnet/runtime - 2cf2f5789f612364fedd36b24f55be617a244a55 + 5aaf0c14c236a771e0460c963b5353300c029dd1 - + https://github.com/dotnet/runtime - 2cf2f5789f612364fedd36b24f55be617a244a55 + 5aaf0c14c236a771e0460c963b5353300c029dd1 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 2cf2f5789f612364fedd36b24f55be617a244a55 + 5aaf0c14c236a771e0460c963b5353300c029dd1 https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 32ad8792934e59b8cc3064a1d7f9a103a15723f9 + 6d67b5fde471245e0ed0a83e73517091d0728be2 - + https://github.com/dotnet/sdk - 32ad8792934e59b8cc3064a1d7f9a103a15723f9 + 6d67b5fde471245e0ed0a83e73517091d0728be2 diff --git a/eng/Versions.props b/eng/Versions.props index 2d97dc682..8a3d18058 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20555.7 - 6.0.100-alpha.1.20555.7 + 6.0.100-alpha.1.20556.1 + 6.0.100-alpha.1.20556.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20554.9 + 6.0.0-alpha.1.20555.8 - 6.0.0-alpha.1.20554.9 - 6.0.0-alpha.1.20554.9 - 6.0.0-alpha.1.20554.9 - 6.0.0-alpha.1.20554.9 - 6.0.0-alpha.1.20554.9 + 6.0.0-alpha.1.20555.8 + 6.0.0-alpha.1.20555.8 + 6.0.0-alpha.1.20555.8 + 6.0.0-alpha.1.20555.8 + 6.0.0-alpha.1.20555.8 2.1.0 From 5a69d769dbbd9903a65d551c1ecc86c252c4e703 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 17:44:23 +0000 Subject: [PATCH 256/375] Update dependencies from https://github.com/dotnet/sdk build 20201106.2 (#9020) [master] 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 8906fbfcf..1b7d08031 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 6d67b5fde471245e0ed0a83e73517091d0728be2 + 2a1cdfc20f289a134173cb2ad5ab679ec3466980 - + https://github.com/dotnet/sdk - 6d67b5fde471245e0ed0a83e73517091d0728be2 + 2a1cdfc20f289a134173cb2ad5ab679ec3466980 diff --git a/eng/Versions.props b/eng/Versions.props index 8a3d18058..bce3d455e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20556.1 - 6.0.100-alpha.1.20556.1 + 6.0.100-alpha.1.20556.2 + 6.0.100-alpha.1.20556.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d7c2c087013b612b30775230903bde0635d1005c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Nov 2020 02:06:19 +0000 Subject: [PATCH 257/375] Update dependencies from https://github.com/dotnet/sdk build 20201106.3 (#9021) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.9.0-preview-20555-02 to 16.9.0-preview-20556-01 (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 1b7d08031..73f769d9e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 2a1cdfc20f289a134173cb2ad5ab679ec3466980 + 1bd4dea3e512c0a64ac77f2790900fe867f18664 - + https://github.com/dotnet/sdk - 2a1cdfc20f289a134173cb2ad5ab679ec3466980 + 1bd4dea3e512c0a64ac77f2790900fe867f18664 @@ -121,9 +121,9 @@ https://github.com/dotnet/roslyn 2959366957d0500023ffe577345c3fd9fd225d04 - + https://github.com/dotnet/msbuild - 6945be012e19946fb89118f1c1b37c5ff33c5a9b + 7452552ce911efdca6aea5a189c409f083db7bc7 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index bce3d455e..5f1fa8f11 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20556.2 - 6.0.100-alpha.1.20556.2 + 6.0.100-alpha.1.20556.3 + 6.0.100-alpha.1.20556.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 12b9c8d67e91d83ece3ca70e6899e29f7f3a8f10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Nov 2020 03:01:11 +0000 Subject: [PATCH 258/375] Update dependencies from https://github.com/dotnet/sdk build 20201106.4 (#9022) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20556.4 to 3.9.0-2.20556.18 (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 73f769d9e..30976672a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 1bd4dea3e512c0a64ac77f2790900fe867f18664 + 3b67d46be18d4a9dc8c742040056485a905e6aff - + https://github.com/dotnet/sdk - 1bd4dea3e512c0a64ac77f2790900fe867f18664 + 3b67d46be18d4a9dc8c742040056485a905e6aff @@ -117,9 +117,9 @@ 57974c1f5790e6fb33f5fce161707be5cd86c4d3 linker - + https://github.com/dotnet/roslyn - 2959366957d0500023ffe577345c3fd9fd225d04 + 7ddcb4843f856c29d0b598db41aabb1990e8c67b https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 5f1fa8f11..91ba6ab6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20556.3 - 6.0.100-alpha.1.20556.3 + 6.0.100-alpha.1.20556.4 + 6.0.100-alpha.1.20556.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6880826450dcd944c20bdda58bad82a79658a64c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Nov 2020 03:10:33 +0000 Subject: [PATCH 259/375] [master] Update dependencies from dotnet/sdk (#9023) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20554.1 to 6.0.0-alpha.1.20556.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 6.0.0-alpha.1.20554.1 to 6.0.0-alpha.1.20556.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20555.8 to 6.0.0-alpha.1.20556.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20555.8 to 6.0.0-alpha.1.20556.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20555.8 to 6.0.0-alpha.1.20556.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20555.8 to 6.0.0-alpha.1.20556.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20555.8 to 6.0.0-alpha.1.20556.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20555.8 to 6.0.0-alpha.1.20556.7 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-alpha.1.20528.3 to 6.0.0-alpha.1.20555.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20554.1 to 6.0.0-alpha.1.20556.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20529.2 to 6.0.0-alpha.1.20556.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20527.2 to 6.0.0-alpha.1.20555.2 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20556.18 to 3.9.0-2.20557.8 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 60 ++++++++++++++++++++--------------------- eng/Versions.props | 26 +++++++++--------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30976672a..d2751fbc8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 51328345e952cc2b2c5a8415bd3b7d1498e76d4d + 36913196a28a2495b0ee709ebc15d4b4e5d7da0d - + https://github.com/dotnet/windowsdesktop - 51328345e952cc2b2c5a8415bd3b7d1498e76d4d + 36913196a28a2495b0ee709ebc15d4b4e5d7da0d - + https://github.com/dotnet/windowsdesktop - 51328345e952cc2b2c5a8415bd3b7d1498e76d4d + 36913196a28a2495b0ee709ebc15d4b4e5d7da0d - + https://github.com/dotnet/runtime - 5aaf0c14c236a771e0460c963b5353300c029dd1 + c15cb701ab14448294b38c6e3e78083271ea4fb9 - + https://github.com/dotnet/runtime - 5aaf0c14c236a771e0460c963b5353300c029dd1 + c15cb701ab14448294b38c6e3e78083271ea4fb9 - + https://github.com/dotnet/runtime - 5aaf0c14c236a771e0460c963b5353300c029dd1 + c15cb701ab14448294b38c6e3e78083271ea4fb9 - + https://github.com/dotnet/runtime - 5aaf0c14c236a771e0460c963b5353300c029dd1 + c15cb701ab14448294b38c6e3e78083271ea4fb9 - + https://github.com/dotnet/runtime - 5aaf0c14c236a771e0460c963b5353300c029dd1 + c15cb701ab14448294b38c6e3e78083271ea4fb9 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5aaf0c14c236a771e0460c963b5353300c029dd1 + c15cb701ab14448294b38c6e3e78083271ea4fb9 https://github.com/dotnet/aspnetcore @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 3b67d46be18d4a9dc8c742040056485a905e6aff + 75486ac2ad812286c3a71232348750439a22f2e8 - + https://github.com/dotnet/sdk - 3b67d46be18d4a9dc8c742040056485a905e6aff + 75486ac2ad812286c3a71232348750439a22f2e8 - + https://github.com/dotnet/winforms - 03fe14c2e92ccb595a0e336e3c8ab199720a643e + d91d148a296403d094a3c6fa6594db3920c5d539 - + https://github.com/dotnet/wpf - abe92cece7f3cb3f913bc209d1832e585421c60b + bd67c8f87342531d26bad5b4a84f3420e5290ab7 https://github.com/dotnet/fsharp @@ -112,14 +112,14 @@ https://github.com/microsoft/vstest b195e2589980861425b331e73a859252c3f2b71a - + https://github.com/mono/linker - 57974c1f5790e6fb33f5fce161707be5cd86c4d3 + b8e2a581c7e1ebc1b98081aa7a5474521b7351f9 linker - + https://github.com/dotnet/roslyn - 7ddcb4843f856c29d0b598db41aabb1990e8c67b + 7cebb269e6a0c648c71356488390db090dc35204 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 91ba6ab6f..4f8cd27d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 6.0.0-alpha.1.20528.3 + 6.0.0-alpha.1.20555.4 - 6.0.0-alpha.1.20529.2 + 6.0.0-alpha.1.20556.2 @@ -58,30 +58,30 @@ - 6.0.100-alpha.1.20556.4 - 6.0.100-alpha.1.20556.4 + 6.0.100-alpha.1.20557.3 + 6.0.100-alpha.1.20557.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20555.8 + 6.0.0-alpha.1.20556.7 - 6.0.0-alpha.1.20555.8 - 6.0.0-alpha.1.20555.8 - 6.0.0-alpha.1.20555.8 - 6.0.0-alpha.1.20555.8 - 6.0.0-alpha.1.20555.8 + 6.0.0-alpha.1.20556.7 + 6.0.0-alpha.1.20556.7 + 6.0.0-alpha.1.20556.7 + 6.0.0-alpha.1.20556.7 + 6.0.0-alpha.1.20556.7 2.1.0 - 6.0.0-alpha.1.20554.1 - 6.0.0-alpha.1.20554.1 - 6.0.0-alpha.1.20554.1 + 6.0.0-alpha.1.20556.3 + 6.0.0-alpha.1.20556.3 + 6.0.0-alpha.1.20556.3 From c69c72767648baf9e1653a2ea365d7f7cad67560 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 20:05:13 +0000 Subject: [PATCH 260/375] [master] Update dependencies from dotnet/sdk (#9025) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20556.7 to 6.0.0-alpha.1.20557.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20556.7 to 6.0.0-alpha.1.20557.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20556.7 to 6.0.0-alpha.1.20557.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20556.7 to 6.0.0-alpha.1.20557.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20556.7 to 6.0.0-alpha.1.20557.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20556.7 to 6.0.0-alpha.1.20557.2 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20557.8 to 3.9.0-2.20559.12 (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 d2751fbc8..1cd9c6756 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 36913196a28a2495b0ee709ebc15d4b4e5d7da0d - + https://github.com/dotnet/runtime - c15cb701ab14448294b38c6e3e78083271ea4fb9 + 6cfef20c1524b8d4c1495a652dfe9e898c5a486b - + https://github.com/dotnet/runtime - c15cb701ab14448294b38c6e3e78083271ea4fb9 + 6cfef20c1524b8d4c1495a652dfe9e898c5a486b - + https://github.com/dotnet/runtime - c15cb701ab14448294b38c6e3e78083271ea4fb9 + 6cfef20c1524b8d4c1495a652dfe9e898c5a486b - + https://github.com/dotnet/runtime - c15cb701ab14448294b38c6e3e78083271ea4fb9 + 6cfef20c1524b8d4c1495a652dfe9e898c5a486b - + https://github.com/dotnet/runtime - c15cb701ab14448294b38c6e3e78083271ea4fb9 + 6cfef20c1524b8d4c1495a652dfe9e898c5a486b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c15cb701ab14448294b38c6e3e78083271ea4fb9 + 6cfef20c1524b8d4c1495a652dfe9e898c5a486b https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 355870d2fa55a9535cf55892514b4f1af281842f - + https://github.com/dotnet/sdk - 75486ac2ad812286c3a71232348750439a22f2e8 + 6373a9f05f09dd3fc948f7640d5afab190039f26 - + https://github.com/dotnet/sdk - 75486ac2ad812286c3a71232348750439a22f2e8 + 6373a9f05f09dd3fc948f7640d5afab190039f26 @@ -117,9 +117,9 @@ b8e2a581c7e1ebc1b98081aa7a5474521b7351f9 linker - + https://github.com/dotnet/roslyn - 7cebb269e6a0c648c71356488390db090dc35204 + 5894b999a529dc643b91476565404ba09ef9bb77 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 4f8cd27d7..fa7c2933d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20557.3 - 6.0.100-alpha.1.20557.3 + 6.0.100-alpha.1.20559.2 + 6.0.100-alpha.1.20559.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20556.7 + 6.0.0-alpha.1.20557.2 - 6.0.0-alpha.1.20556.7 - 6.0.0-alpha.1.20556.7 - 6.0.0-alpha.1.20556.7 - 6.0.0-alpha.1.20556.7 - 6.0.0-alpha.1.20556.7 + 6.0.0-alpha.1.20557.2 + 6.0.0-alpha.1.20557.2 + 6.0.0-alpha.1.20557.2 + 6.0.0-alpha.1.20557.2 + 6.0.0-alpha.1.20557.2 2.1.0 From f1b259a4175349b7eccfb18c4d461b4f3306b256 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 21:57:33 +0000 Subject: [PATCH 261/375] Update dependencies from https://github.com/dotnet/sdk build 20201109.3 (#9026) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20555.1 to 6.0.0-alpha.1.20559.1 (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 1cd9c6756..b02af60b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,17 +83,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 355870d2fa55a9535cf55892514b4f1af281842f + 8bb308c923662ed73c47a4524b01c698e74aa907 - + https://github.com/dotnet/sdk - 6373a9f05f09dd3fc948f7640d5afab190039f26 + 8871a1cda45fccea79367ece03dc7dc57cc89e16 - + https://github.com/dotnet/sdk - 6373a9f05f09dd3fc948f7640d5afab190039f26 + 8871a1cda45fccea79367ece03dc7dc57cc89e16 diff --git a/eng/Versions.props b/eng/Versions.props index fa7c2933d..9465b1f89 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20555.1 + 6.0.0-alpha.1.20559.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20559.2 - 6.0.100-alpha.1.20559.2 + 6.0.100-alpha.1.20559.3 + 6.0.100-alpha.1.20559.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0d08f45d13b186e514297f702d9a1a0e87fbc03d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 02:59:18 +0000 Subject: [PATCH 262/375] Update dependencies from https://github.com/dotnet/sdk build 20201109.4 (#9027) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20559.12 to 3.9.0-2.20559.20 (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 b02af60b3..2e7ee2fcd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 8bb308c923662ed73c47a4524b01c698e74aa907 - + https://github.com/dotnet/sdk - 8871a1cda45fccea79367ece03dc7dc57cc89e16 + 3afffbc1add2ce9ce36f2d1e859c138e71a5ad6e - + https://github.com/dotnet/sdk - 8871a1cda45fccea79367ece03dc7dc57cc89e16 + 3afffbc1add2ce9ce36f2d1e859c138e71a5ad6e @@ -117,9 +117,9 @@ b8e2a581c7e1ebc1b98081aa7a5474521b7351f9 linker - + https://github.com/dotnet/roslyn - 5894b999a529dc643b91476565404ba09ef9bb77 + fd2026d5f24ded6038a6efeee2ecccac996c6f19 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 9465b1f89..0aad90096 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20559.3 - 6.0.100-alpha.1.20559.3 + 6.0.100-alpha.1.20559.4 + 6.0.100-alpha.1.20559.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f13326737408b08b1dd468544ab790c41d21afa0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 12:44:15 +0000 Subject: [PATCH 263/375] [master] Update dependencies from dotnet/sdk (#9035) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20559.20 to 3.9.0-2.20560.8 (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 2e7ee2fcd..3dd6fe2f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 8bb308c923662ed73c47a4524b01c698e74aa907 - + https://github.com/dotnet/sdk - 3afffbc1add2ce9ce36f2d1e859c138e71a5ad6e + 0df75980d0f945883ed8609cf266c339f24b2370 - + https://github.com/dotnet/sdk - 3afffbc1add2ce9ce36f2d1e859c138e71a5ad6e + 0df75980d0f945883ed8609cf266c339f24b2370 @@ -117,9 +117,9 @@ b8e2a581c7e1ebc1b98081aa7a5474521b7351f9 linker - + https://github.com/dotnet/roslyn - fd2026d5f24ded6038a6efeee2ecccac996c6f19 + fdf8391d5d925edc2d5182bbfd3f87225098c120 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 0aad90096..e18caaae5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20559.4 - 6.0.100-alpha.1.20559.4 + 6.0.100-alpha.1.20560.3 + 6.0.100-alpha.1.20560.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 341b6cc543102a28c885e1cf8e270e2769a056e3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 17:04:47 +0000 Subject: [PATCH 264/375] Update dependencies from https://github.com/dotnet/sdk build 20201110.4 (#9037) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20556.3 to 6.0.0-alpha.1.20559.4 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 6.0.0-alpha.1.20556.3 to 6.0.0-alpha.1.20559.4 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-alpha.1.20555.4 to 6.0.0-alpha.1.20559.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20556.3 to 6.0.0-alpha.1.20559.4 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20556.2 to 6.0.0-alpha.1.20559.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 14 +++++++------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3dd6fe2f1..9f93cdbd8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 36913196a28a2495b0ee709ebc15d4b4e5d7da0d + c0d88e97c24130c78429dbee4444e4941b1c26f6 - + https://github.com/dotnet/windowsdesktop - 36913196a28a2495b0ee709ebc15d4b4e5d7da0d + c0d88e97c24130c78429dbee4444e4941b1c26f6 - + https://github.com/dotnet/windowsdesktop - 36913196a28a2495b0ee709ebc15d4b4e5d7da0d + c0d88e97c24130c78429dbee4444e4941b1c26f6 https://github.com/dotnet/runtime @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 8bb308c923662ed73c47a4524b01c698e74aa907 - + https://github.com/dotnet/sdk - 0df75980d0f945883ed8609cf266c339f24b2370 + 4e5554055664bf69927fc76f308b9d013b66157c - + https://github.com/dotnet/sdk - 0df75980d0f945883ed8609cf266c339f24b2370 + 4e5554055664bf69927fc76f308b9d013b66157c - + https://github.com/dotnet/winforms - d91d148a296403d094a3c6fa6594db3920c5d539 + 8dccbc0f20d969915f29a996c844fd32ed3fe246 - + https://github.com/dotnet/wpf - bd67c8f87342531d26bad5b4a84f3420e5290ab7 + b81f104e16a00803dc9f1592fb0d9909ebb37f74 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index e18caaae5..7fcb263fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 6.0.0-alpha.1.20555.4 + 6.0.0-alpha.1.20559.4 - 6.0.0-alpha.1.20556.2 + 6.0.0-alpha.1.20559.3 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20560.3 - 6.0.100-alpha.1.20560.3 + 6.0.100-alpha.1.20560.4 + 6.0.100-alpha.1.20560.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20556.3 - 6.0.0-alpha.1.20556.3 - 6.0.0-alpha.1.20556.3 + 6.0.0-alpha.1.20559.4 + 6.0.0-alpha.1.20559.4 + 6.0.0-alpha.1.20559.4 From 803ad12a61fde21932f53f40b7cb172da7285698 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 20:44:50 +0000 Subject: [PATCH 265/375] [master] Update dependencies from dotnet/sdk (#9038) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20559.1 to 6.0.0-alpha.1.20560.1 (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 9f93cdbd8..8e7707ab3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,17 +83,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 8bb308c923662ed73c47a4524b01c698e74aa907 + 6e02fd277ab117ab57656ea8c19ca1353eec75eb - + https://github.com/dotnet/sdk - 4e5554055664bf69927fc76f308b9d013b66157c + 27dc08c39d3ae0936d1de9e14bed34ece26fbacd - + https://github.com/dotnet/sdk - 4e5554055664bf69927fc76f308b9d013b66157c + 27dc08c39d3ae0936d1de9e14bed34ece26fbacd diff --git a/eng/Versions.props b/eng/Versions.props index 7fcb263fa..0e7341477 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20559.1 + 6.0.0-alpha.1.20560.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20560.4 - 6.0.100-alpha.1.20560.4 + 6.0.100-alpha.1.20560.6 + 6.0.100-alpha.1.20560.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 87f8351fcc77daa89d4d45a9706f202bf3906a7f Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 10 Nov 2020 14:54:33 -0800 Subject: [PATCH 266/375] Update 3.1 template versions from asp.net (#9045) --- eng/Versions.props | 4 ++-- src/redist/targets/GenerateBundledVersions.targets | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 0e7341477..c8b96f41d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -119,10 +119,10 @@ 4.8.1-servicing.19605.5 3.1.2-servicing.20066.4 1.7.2 - 3.1.8 + 3.1.10 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) - 3.1.9 + 3.1.10 3.2.1 4.8.0-rc2.19462.10 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 60a9d248b..6702ea30b 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -44,8 +44,8 @@ <_NETCoreApp31TargetingPackVersion>3.1.0 <_WindowsDesktop31RuntimePackVersion>3.1.9 <_WindowsDesktop31TargetingPackVersion>3.1.0 - <_AspNet31RuntimePackVersion>3.1.9 - <_AspNet31TargetingPackVersion>3.1.8 + <_AspNet31RuntimePackVersion>3.1.10 + <_AspNet31TargetingPackVersion>3.1.10 <_NETCoreApp30RuntimePackVersion>3.0.3 <_NETCoreApp30TargetingPackVersion>3.0.0 From 029081017e8cc5a425b80b2cee0a5a1e89c715c3 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 11 Nov 2020 13:48:35 -0800 Subject: [PATCH 267/375] Replace legacy packages with VS insertion packages for non-shipping version numbers. (#9059) --- eng/Version.Details.xml | 6 +++++- eng/Versions.props | 4 ++-- global.json | 2 +- src/redist/targets/GenerateLayout.targets | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8e7707ab3..23d51bd0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,7 +5,7 @@ https://github.com/dotnet/windowsdesktop c0d88e97c24130c78429dbee4444e4941b1c26f6 - + https://github.com/dotnet/windowsdesktop c0d88e97c24130c78429dbee4444e4941b1c26f6 @@ -13,6 +13,10 @@ https://github.com/dotnet/windowsdesktop c0d88e97c24130c78429dbee4444e4941b1c26f6 + + https://github.com/dotnet/runtime + 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + https://github.com/dotnet/runtime 6cfef20c1524b8d4c1495a652dfe9e898c5a486b diff --git a/eng/Versions.props b/eng/Versions.props index c8b96f41d..cde811835 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -70,7 +70,7 @@ - 6.0.0-alpha.1.20557.2 + 6.0.0-alpha.1.20557.2 6.0.0-alpha.1.20557.2 6.0.0-alpha.1.20557.2 6.0.0-alpha.1.20557.2 @@ -79,7 +79,7 @@ - 6.0.0-alpha.1.20559.4 + 6.0.0-alpha.1.20559.4 6.0.0-alpha.1.20559.4 6.0.0-alpha.1.20559.4 diff --git a/global.json b/global.json index 4c58ff5f5..658e215de 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "5.0.100-rc.2.20479.15", "runtimes": { "dotnet": [ - "$(MicrosoftNETCoreAppInternalPackageVersion)" + "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" ] } }, diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 1a1df0844..3da03f8a8 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -8,8 +8,8 @@ $(VSRedistCommonAspNetCoreSharedFrameworkx6460PackageVersion) - $(MicrosoftNETCoreAppInternalPackageVersion) - $(MicrosoftWindowsDesktopAppPackageVersion) + $(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion) + $(VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion) $(CoreSetupBlobVersion) From 197c79ff338f10ebfb629e4eea58dc6b2e6cc76c Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 11 Nov 2020 15:04:49 -0800 Subject: [PATCH 268/375] Update runtime and targeting pack versions (#9060) Resolves https://github.com/dotnet/installer/issues/8974 --- .../targets/GenerateBundledVersions.targets | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 6702ea30b..111130a1b 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -28,17 +28,15 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - - <_NET50DefaultRuntimeFrameworkVersion>5.0.0-rc.2.20475.5 - <_NET50RuntimePackVersion>5.0.0-rc.2.20475.5 - <_NET50TargetingPackVersion>5.0.0-rc.2.20475.5 - <_WindowsDesktop50DefaultRuntimeFrameworkVersion>5.0.0-rc.2.20475.6 - <_WindowsDesktop50RuntimePackVersion>5.0.0-rc.2.20475.6 - <_WindowsDesktop50TargetingPackVersion>5.0.0-rc.2.20475.6 - <_AspNet50DefaultRuntimeFrameworkVersion>5.0.0-rc.2.20475.17 - <_AspNet50RuntimePackVersion>5.0.0-rc.2.20475.17 - <_AspNet50TargetingPackVersion>5.0.0-rc.2.20475.17 + <_NET50DefaultRuntimeFrameworkVersion>5.0.0 + <_NET50RuntimePackVersion>5.0.0 + <_NET50TargetingPackVersion>5.0.0 + <_WindowsDesktop50DefaultRuntimeFrameworkVersion>5.0.0 + <_WindowsDesktop50RuntimePackVersion>5.0.0 + <_WindowsDesktop50TargetingPackVersion>5.0.0 + <_AspNet50DefaultRuntimeFrameworkVersion>5.0.0 + <_AspNet50RuntimePackVersion>5.0.0 + <_AspNet50TargetingPackVersion>5.0.0 <_NETCoreApp31RuntimePackVersion>3.1.9 <_NETCoreApp31TargetingPackVersion>3.1.0 From efac3f2569ad150664c35a3e588035b80399b660 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 15:10:41 +0100 Subject: [PATCH 269/375] [master] Update dependencies from dotnet/sdk (#9058) * Update dependencies from https://github.com/dotnet/sdk build 20201111.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20560.6 -> To Version 6.0.100-alpha.1.20561.1 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20557.2 -> To Version 6.0.0-alpha.1.20560.10 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20201111.2 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20560.6 -> To Version 6.0.100-alpha.1.20561.2 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20559.4 -> To Version 6.0.0-alpha.1.20560.7 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20201111.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20560.6 -> To Version 6.0.100-alpha.1.20561.4 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.ILLink.Tasks From Version 6.0.0-alpha.1.20559.4 -> To Version 6.0.0-alpha.1.20560.7 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20201111.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20560.6 -> To Version 6.0.100-alpha.1.20561.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset From Version 6.0.0-alpha.1.20559.4 -> To Version 6.0.0-alpha.1.20560.7 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20201111.16 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20560.6 -> To Version 6.0.100-alpha.1.20561.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Internal,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.DotNet.Common.ItemTemplates,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 6.0.0-alpha.1.20559.4 -> To Version 6.0.0-alpha.1.20560.7 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] Co-authored-by: Jason Zhai --- eng/Version.Details.xml | 72 ++++++++++++++++++++--------------------- eng/Versions.props | 28 ++++++++-------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23d51bd0a..2dd793561 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,41 +1,41 @@ - + https://github.com/dotnet/windowsdesktop - c0d88e97c24130c78429dbee4444e4941b1c26f6 + bdde06edd144f54831fec7a30458553f2ec2b267 - + https://github.com/dotnet/windowsdesktop - c0d88e97c24130c78429dbee4444e4941b1c26f6 + bdde06edd144f54831fec7a30458553f2ec2b267 - + https://github.com/dotnet/windowsdesktop - c0d88e97c24130c78429dbee4444e4941b1c26f6 + bdde06edd144f54831fec7a30458553f2ec2b267 - + https://github.com/dotnet/runtime - 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/runtime - 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/runtime - 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/runtime - 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/runtime - 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/runtime - 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + 72b7d236ad634c2280c73499ebfc2b594995ec06 @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6cfef20c1524b8d4c1495a652dfe9e898c5a486b + 72b7d236ad634c2280c73499ebfc2b594995ec06 https://github.com/dotnet/aspnetcore @@ -87,26 +87,26 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 6e02fd277ab117ab57656ea8c19ca1353eec75eb + b89c3b306bbcdcf650f027736927254dfa053d9e - + https://github.com/dotnet/sdk - 27dc08c39d3ae0936d1de9e14bed34ece26fbacd + 927964ad361439cfc42255799722d6b97360ac7c - + https://github.com/dotnet/sdk - 27dc08c39d3ae0936d1de9e14bed34ece26fbacd + 927964ad361439cfc42255799722d6b97360ac7c - + https://github.com/dotnet/winforms - 8dccbc0f20d969915f29a996c844fd32ed3fe246 + 7b381e0e9ce4eb0021b5cafb6ec906cf347cfba7 - + https://github.com/dotnet/wpf - b81f104e16a00803dc9f1592fb0d9909ebb37f74 + 1d65a975dab6f2543c0540a66f3299da74f4f30b https://github.com/dotnet/fsharp @@ -116,18 +116,18 @@ https://github.com/microsoft/vstest b195e2589980861425b331e73a859252c3f2b71a - + https://github.com/mono/linker - b8e2a581c7e1ebc1b98081aa7a5474521b7351f9 + 1ce464d7c9478fda885ec52c05ac6a7602a6274b linker - + https://github.com/dotnet/roslyn - fdf8391d5d925edc2d5182bbfd3f87225098c120 + f0d786e4d489eaa53f595f908ff68cd54153b88c - + https://github.com/dotnet/msbuild - 7452552ce911efdca6aea5a189c409f083db7bc7 + 56ab6340935d039999a588621733fa2384dae2a3 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index cde811835..b3a108528 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,15 +24,15 @@ - 6.0.0-alpha.1.20559.4 + 6.0.0-alpha.1.20560.3 - 6.0.0-alpha.1.20559.3 + 6.0.0-alpha.1.20560.6 - 6.0.0-alpha.1.20560.1 + 6.0.0-alpha.1.20561.1 @@ -58,30 +58,30 @@ - 6.0.100-alpha.1.20560.6 - 6.0.100-alpha.1.20560.6 + 6.0.100-alpha.1.20561.16 + 6.0.100-alpha.1.20561.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20557.2 + 6.0.0-alpha.1.20560.10 - 6.0.0-alpha.1.20557.2 - 6.0.0-alpha.1.20557.2 - 6.0.0-alpha.1.20557.2 - 6.0.0-alpha.1.20557.2 - 6.0.0-alpha.1.20557.2 + 6.0.0-alpha.1.20560.10 + 6.0.0-alpha.1.20560.10 + 6.0.0-alpha.1.20560.10 + 6.0.0-alpha.1.20560.10 + 6.0.0-alpha.1.20560.10 2.1.0 - 6.0.0-alpha.1.20559.4 - 6.0.0-alpha.1.20559.4 - 6.0.0-alpha.1.20559.4 + 6.0.0-alpha.1.20560.7 + 6.0.0-alpha.1.20560.7 + 6.0.0-alpha.1.20560.7 From 32d179d6807291d4497c09bfd47848601f9001cc Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 13 Nov 2020 10:56:11 -0800 Subject: [PATCH 270/375] Update the installer target framework net6.0 (#9069) - Remove unneeded package for tool install - Install 5.0.0 and 3.1.0 runtime (rather than a preview 3.1.0 runtime) --- Directory.Build.props | 2 +- global.json | 2 +- .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 2 +- test/SdkTests/SdkTests.csproj | 10 ++++------ 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e63ff8273..b020e30cf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -19,7 +19,7 @@ true true - netcoreapp5.0 + net6.0 NU5125;NU5105;NU1701 diff --git a/global.json b/global.json index 658e215de..e88ec845d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-rc.2.20479.15", + "dotnet": "6.0.100-alpha.1.20561.19", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index 5967198be..fb083d8a5 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -1,6 +1,6 @@  - netcoreapp5.0 + $(CoreSdkTargetFramework) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index 9e383d60d..9ac2c8108 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -72,11 +72,11 @@ false - + false - + false @@ -93,7 +93,8 @@ - + + @@ -224,12 +225,9 @@ $(MicrosoftNETSdkPackageVersion) - https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json dotnet tool install --local $(ToolCommandName) - $(InstallToolCommand) --version $(SdkTestPackageVersion) - $(InstallToolCommand) --add-source $(SdkTestPackageFeed) Date: Tue, 17 Nov 2020 06:56:05 +0000 Subject: [PATCH 271/375] [master] Update dependencies from dotnet/sdk (#9064) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 6.0.0-alpha.1.20509.5 to 6.0.0-alpha.1.20560.6 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk) - Update installer target framework to 6.0 - Install 5.0.0 and 3.1.0 runtime - Merge remote-tracking branch 'upstream/master' into darc-master-4cce5096-36fd-4b94-ba12-5d198a821a27 - Update SDK to one that targets 6.0 - disable test as tool build for now - Fix aspnet runtime RID --- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 18 ++++----- global.json | 2 +- .../targets/GenerateBundledVersions.targets | 2 +- test/SdkTests/SdkTests.csproj | 1 + 5 files changed, 32 insertions(+), 31 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2dd793561..24227d8aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/efcore - 2352499b52cdfc95ddcfd81c4967e12512e00eee + 5c27c3c6ecad5d898ca37a733f8c2587c074e1a1 - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb - + https://github.com/dotnet/aspnetcore - 062237e054487e2e53c186660e459eda69b75e59 + 9f72904328357d3747cd605b6e44b9d82065b9bb https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating b89c3b306bbcdcf650f027736927254dfa053d9e - + https://github.com/dotnet/sdk - 927964ad361439cfc42255799722d6b97360ac7c + 8c0f92a2af63e5d42b78deaeb1784c7a7d23f8b5 - + https://github.com/dotnet/sdk - 927964ad361439cfc42255799722d6b97360ac7c + 8c0f92a2af63e5d42b78deaeb1784c7a7d23f8b5 diff --git a/eng/Versions.props b/eng/Versions.props index b3a108528..2920260fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 - 6.0.0-alpha.1.20526.6 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20561.2 0.2.0 - 6.0.100-alpha.1.20561.16 - 6.0.100-alpha.1.20561.16 + 6.0.100-alpha.1.20566.1 + 6.0.100-alpha.1.20566.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) diff --git a/global.json b/global.json index e88ec845d..4afa25496 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100-alpha.1.20561.19", + "dotnet": "6.0.100-alpha.1.20563.2", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 111130a1b..66d132554 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -288,7 +288,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetingPackName="Microsoft.AspNetCore.App.Ref" TargetingPackVersion="$(MicrosoftAspNetCoreAppRefPackageVersion)" RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(AspNetCore60RuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')" /> From a553a7ca214e6e3a2687d152a9722a9e6c1c2a19 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 09:38:39 +0000 Subject: [PATCH 272/375] Update dependencies from https://github.com/dotnet/sdk build 20201117.1 (#9080) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20561.2 to 6.0.0-alpha.1.20566.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20561.2 to 6.0.0-alpha.1.20566.9 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20561.2 to 6.0.0-alpha.1.20566.9 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 6.0.0-alpha.1.20560.6 to 6.0.0-alpha.1.20563.8 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20561.2 to 6.0.0-alpha.1.20566.9 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20561.2 to 6.0.0-alpha.1.20566.9 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20561.2 to 6.0.0-alpha.1.20566.9 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20561.2 to 6.0.0-alpha.1.20566.9 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24227d8aa..806ceaf50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/aspnetcore - 9f72904328357d3747cd605b6e44b9d82065b9bb + 634b50eeee1311382aee774ff32f0b54fdbb7c0f - + https://github.com/dotnet/aspnetcore - 9f72904328357d3747cd605b6e44b9d82065b9bb + 634b50eeee1311382aee774ff32f0b54fdbb7c0f - + https://github.com/dotnet/aspnetcore - 9f72904328357d3747cd605b6e44b9d82065b9bb + 634b50eeee1311382aee774ff32f0b54fdbb7c0f - + https://github.com/dotnet/aspnetcore - 9f72904328357d3747cd605b6e44b9d82065b9bb + 634b50eeee1311382aee774ff32f0b54fdbb7c0f - + https://github.com/dotnet/efcore - 5c27c3c6ecad5d898ca37a733f8c2587c074e1a1 + f4628ea869b971fdbeadab8890d46be192e0af89 - + https://github.com/dotnet/aspnetcore - 9f72904328357d3747cd605b6e44b9d82065b9bb + 634b50eeee1311382aee774ff32f0b54fdbb7c0f - + https://github.com/dotnet/aspnetcore - 9f72904328357d3747cd605b6e44b9d82065b9bb + 634b50eeee1311382aee774ff32f0b54fdbb7c0f - + https://github.com/dotnet/aspnetcore - 9f72904328357d3747cd605b6e44b9d82065b9bb + 634b50eeee1311382aee774ff32f0b54fdbb7c0f https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating b89c3b306bbcdcf650f027736927254dfa053d9e - + https://github.com/dotnet/sdk - 8c0f92a2af63e5d42b78deaeb1784c7a7d23f8b5 + 1edd86d05f13819103a2b6535be65451210c0cb3 - + https://github.com/dotnet/sdk - 8c0f92a2af63e5d42b78deaeb1784c7a7d23f8b5 + 1edd86d05f13819103a2b6535be65451210c0cb3 diff --git a/eng/Versions.props b/eng/Versions.props index 2920260fa..2dca925e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20561.2 - 6.0.0-alpha.1.20561.2 - 6.0.0-alpha.1.20561.2 - 6.0.0-alpha.1.20561.2 - 6.0.0-alpha.1.20561.2 - 6.0.0-alpha.1.20561.2 - 6.0.0-alpha.1.20561.2 + 6.0.0-alpha.1.20566.9 + 6.0.0-alpha.1.20566.9 + 6.0.0-alpha.1.20566.9 + 6.0.0-alpha.1.20566.9 + 6.0.0-alpha.1.20566.9 + 6.0.0-alpha.1.20566.9 + 6.0.0-alpha.1.20566.9 0.2.0 - 6.0.100-alpha.1.20566.1 - 6.0.100-alpha.1.20566.1 + 6.0.100-alpha.1.20567.1 + 6.0.100-alpha.1.20567.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 117d3706952c2ae35d2465d9e043339c3145b86a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 16:51:24 +0000 Subject: [PATCH 273/375] Update dependencies from https://github.com/dotnet/sdk build 20201117.4 (#9083) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.FSharp.Compiler: from 11.0.0-beta.20507.4 to 11.0.1-beta.20562.2 (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 806ceaf50..f33422713 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating b89c3b306bbcdcf650f027736927254dfa053d9e - + https://github.com/dotnet/sdk - 1edd86d05f13819103a2b6535be65451210c0cb3 + 7ecdb8d27abcf9092f0ba80543d705d8a55ce8f0 - + https://github.com/dotnet/sdk - 1edd86d05f13819103a2b6535be65451210c0cb3 + 7ecdb8d27abcf9092f0ba80543d705d8a55ce8f0 @@ -108,9 +108,9 @@ https://github.com/dotnet/wpf 1d65a975dab6f2543c0540a66f3299da74f4f30b - + https://github.com/dotnet/fsharp - da6be68280c89131cdba2045525b80890401defd + 7fd0736d33a20f55b013494fa35c504f9f19b4e5 https://github.com/microsoft/vstest diff --git a/eng/Versions.props b/eng/Versions.props index 2dca925e2..0c562cb35 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20567.1 - 6.0.100-alpha.1.20567.1 + 6.0.100-alpha.1.20567.4 + 6.0.100-alpha.1.20567.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2a19fdee159f043d954536fe0a6af18455b952b7 Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 17 Nov 2020 09:36:12 -0800 Subject: [PATCH 274/375] Revert "disable test as tool build for now" This reverts commit bc5222343943818cba91aacd97b63fec2f516707. --- test/SdkTests/SdkTests.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index e02453d83..9ac2c8108 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -193,7 +193,6 @@ From 081d1f6035b1941b6778d854dfb0a49f7ed05d9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 17:58:28 +0000 Subject: [PATCH 275/375] Update dependencies from https://github.com/dotnet/sdk build 20201117.5 (#9085) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.8.0-release-20201022-02 to 16.9.0-preview-20201116-01 (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 f33422713..397d5ae59 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating b89c3b306bbcdcf650f027736927254dfa053d9e - + https://github.com/dotnet/sdk - 7ecdb8d27abcf9092f0ba80543d705d8a55ce8f0 + 386318ac6e50ffee97d92e9e01d4f0d4ce0fd723 - + https://github.com/dotnet/sdk - 7ecdb8d27abcf9092f0ba80543d705d8a55ce8f0 + 386318ac6e50ffee97d92e9e01d4f0d4ce0fd723 @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - b195e2589980861425b331e73a859252c3f2b71a + 6aa297d7dcbcccc60b307fb6617920e5311ae5ee https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 0c562cb35..5bc987dc2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20567.4 - 6.0.100-alpha.1.20567.4 + 6.0.100-alpha.1.20567.5 + 6.0.100-alpha.1.20567.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.8.0-release-20201022-02 + 16.9.0-preview-20201116-01 From d789132f12b80b837034cfa10dd4af87631da934 Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 17 Nov 2020 10:22:38 -0800 Subject: [PATCH 276/375] Update stage 0 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 4afa25496..c5985ed1a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100-alpha.1.20563.2", + "dotnet": "6.0.100-alpha.1.20567.4", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" From 40ba03ef503f75b00ac550d691cda72760834cfa Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 17 Nov 2020 11:39:50 -0800 Subject: [PATCH 277/375] Add table-generator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53abac40a..092698743 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` +Please do not directly edit the table below. Use https://github.com/wli3/sdk-readme-table-generator to help you generate it. And make pull request back to the table generator repo. + | Platform | Master
(6.0.x Runtime) | Release/5.0.2XX
(5.0 Runtime) | 5.0.100 RTM
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | | **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][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-5.0.1XX-rtm]][win-x64-version-5.0.1XX-rtm]
[Installer][win-x64-installer-5.0.1XX-rtm] - [Checksum][win-x64-installer-checksum-5.0.1XX-rtm]
[zip][win-x64-zip-5.0.1XX-rtm] - [Checksum][win-x64-zip-checksum-5.0.1XX-rtm] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | From e5427bdf47c9f08a838488ced33d165d02f87fdc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 19:52:47 +0000 Subject: [PATCH 278/375] Update dependencies from https://github.com/dotnet/sdk build 20201117.7 (#9087) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20561.1 to 6.0.0-alpha.1.20567.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20561.12 to 3.9.0-2.20567.4 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 397d5ae59..7b544e0e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,17 +87,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67
- + https://github.com/dotnet/templating - b89c3b306bbcdcf650f027736927254dfa053d9e + 0ce16282fe306d5fe8a6f752fa532aaa1c12a114 - + https://github.com/dotnet/sdk - 386318ac6e50ffee97d92e9e01d4f0d4ce0fd723 + 700880cc76469971e9b757ea19dfec351f4067b6 - + https://github.com/dotnet/sdk - 386318ac6e50ffee97d92e9e01d4f0d4ce0fd723 + 700880cc76469971e9b757ea19dfec351f4067b6 @@ -121,9 +121,9 @@ 1ce464d7c9478fda885ec52c05ac6a7602a6274b linker - + https://github.com/dotnet/roslyn - f0d786e4d489eaa53f595f908ff68cd54153b88c + ea939a52e7879876c7b4048c686a79ed160032ab https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 5bc987dc2..2d42191b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20561.1 + 6.0.0-alpha.1.20567.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20567.5 - 6.0.100-alpha.1.20567.5 + 6.0.100-alpha.1.20567.7 + 6.0.100-alpha.1.20567.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 31a75d9c228a3dbc5d75bc9a61b8ee34ee2e23f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 23:48:50 +0000 Subject: [PATCH 279/375] Update dependencies from https://github.com/dotnet/sdk build 20201117.8 (#9089) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20566.9 to 6.0.0-alpha.1.20567.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20566.9 to 6.0.0-alpha.1.20567.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20566.9 to 6.0.0-alpha.1.20567.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20566.9 to 6.0.0-alpha.1.20567.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20566.9 to 6.0.0-alpha.1.20567.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20566.9 to 6.0.0-alpha.1.20567.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20566.9 to 6.0.0-alpha.1.20567.2 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b544e0e9..28a9ed281 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/aspnetcore - 634b50eeee1311382aee774ff32f0b54fdbb7c0f + 8d6211fac1c63a548b70e7851bc8939b7ad6128b - + https://github.com/dotnet/aspnetcore - 634b50eeee1311382aee774ff32f0b54fdbb7c0f + 8d6211fac1c63a548b70e7851bc8939b7ad6128b - + https://github.com/dotnet/aspnetcore - 634b50eeee1311382aee774ff32f0b54fdbb7c0f + 8d6211fac1c63a548b70e7851bc8939b7ad6128b - + https://github.com/dotnet/aspnetcore - 634b50eeee1311382aee774ff32f0b54fdbb7c0f + 8d6211fac1c63a548b70e7851bc8939b7ad6128b https://github.com/dotnet/efcore f4628ea869b971fdbeadab8890d46be192e0af89 - + https://github.com/dotnet/aspnetcore - 634b50eeee1311382aee774ff32f0b54fdbb7c0f + 8d6211fac1c63a548b70e7851bc8939b7ad6128b - + https://github.com/dotnet/aspnetcore - 634b50eeee1311382aee774ff32f0b54fdbb7c0f + 8d6211fac1c63a548b70e7851bc8939b7ad6128b - + https://github.com/dotnet/aspnetcore - 634b50eeee1311382aee774ff32f0b54fdbb7c0f + 8d6211fac1c63a548b70e7851bc8939b7ad6128b https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 0ce16282fe306d5fe8a6f752fa532aaa1c12a114 - + https://github.com/dotnet/sdk - 700880cc76469971e9b757ea19dfec351f4067b6 + 279bfa32d4ab3fe30f949be8a1bec6c82eccceae - + https://github.com/dotnet/sdk - 700880cc76469971e9b757ea19dfec351f4067b6 + 279bfa32d4ab3fe30f949be8a1bec6c82eccceae diff --git a/eng/Versions.props b/eng/Versions.props index 2d42191b4..6c4b576a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20566.9 - 6.0.0-alpha.1.20566.9 - 6.0.0-alpha.1.20566.9 - 6.0.0-alpha.1.20566.9 - 6.0.0-alpha.1.20566.9 - 6.0.0-alpha.1.20566.9 - 6.0.0-alpha.1.20566.9 + 6.0.0-alpha.1.20567.2 + 6.0.0-alpha.1.20567.2 + 6.0.0-alpha.1.20567.2 + 6.0.0-alpha.1.20567.2 + 6.0.0-alpha.1.20567.2 + 6.0.0-alpha.1.20567.2 + 6.0.0-alpha.1.20567.2 0.2.0 - 6.0.100-alpha.1.20567.7 - 6.0.100-alpha.1.20567.7 + 6.0.100-alpha.1.20567.8 + 6.0.100-alpha.1.20567.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9ce92de5d431a36bc5c3ccd9100581dfb34e5f4c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 01:55:28 +0000 Subject: [PATCH 280/375] Update dependencies from https://github.com/dotnet/sdk build 20201117.11 (#9092) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20567.2 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20567.2 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20567.2 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20567.2 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20567.2 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20567.2 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20567.2 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28a9ed281..4c2761cac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime 72b7d236ad634c2280c73499ebfc2b594995ec06 - + https://github.com/dotnet/aspnetcore - 8d6211fac1c63a548b70e7851bc8939b7ad6128b + f2ab685997767faef730df803882172b004bdaee - + https://github.com/dotnet/aspnetcore - 8d6211fac1c63a548b70e7851bc8939b7ad6128b + f2ab685997767faef730df803882172b004bdaee - + https://github.com/dotnet/aspnetcore - 8d6211fac1c63a548b70e7851bc8939b7ad6128b + f2ab685997767faef730df803882172b004bdaee - + https://github.com/dotnet/aspnetcore - 8d6211fac1c63a548b70e7851bc8939b7ad6128b + f2ab685997767faef730df803882172b004bdaee https://github.com/dotnet/efcore f4628ea869b971fdbeadab8890d46be192e0af89 - + https://github.com/dotnet/aspnetcore - 8d6211fac1c63a548b70e7851bc8939b7ad6128b + f2ab685997767faef730df803882172b004bdaee - + https://github.com/dotnet/aspnetcore - 8d6211fac1c63a548b70e7851bc8939b7ad6128b + f2ab685997767faef730df803882172b004bdaee - + https://github.com/dotnet/aspnetcore - 8d6211fac1c63a548b70e7851bc8939b7ad6128b + f2ab685997767faef730df803882172b004bdaee https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 0ce16282fe306d5fe8a6f752fa532aaa1c12a114 - + https://github.com/dotnet/sdk - 279bfa32d4ab3fe30f949be8a1bec6c82eccceae + dad1651340e67b54ff2717bd7691951d7dfe21db - + https://github.com/dotnet/sdk - 279bfa32d4ab3fe30f949be8a1bec6c82eccceae + dad1651340e67b54ff2717bd7691951d7dfe21db diff --git a/eng/Versions.props b/eng/Versions.props index 6c4b576a5..f8c4ab07d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20567.2 - 6.0.0-alpha.1.20567.2 - 6.0.0-alpha.1.20567.2 - 6.0.0-alpha.1.20567.2 - 6.0.0-alpha.1.20567.2 - 6.0.0-alpha.1.20567.2 - 6.0.0-alpha.1.20567.2 + 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20567.3 0.2.0 - 6.0.100-alpha.1.20567.8 - 6.0.100-alpha.1.20567.8 + 6.0.100-alpha.1.20567.11 + 6.0.100-alpha.1.20567.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0ac86884f5a031897d27163e87eb5d89718b3133 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 05:04:40 +0000 Subject: [PATCH 281/375] Update dependencies from https://github.com/dotnet/sdk build 20201117.14 (#9094) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20567.4 to 3.9.0-2.20568.4 (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 4c2761cac..9dbe117c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 0ce16282fe306d5fe8a6f752fa532aaa1c12a114 - + https://github.com/dotnet/sdk - dad1651340e67b54ff2717bd7691951d7dfe21db + 75ffe7c838d42c3f7c90c225e631f237c1eeaf07 - + https://github.com/dotnet/sdk - dad1651340e67b54ff2717bd7691951d7dfe21db + 75ffe7c838d42c3f7c90c225e631f237c1eeaf07 @@ -121,9 +121,9 @@ 1ce464d7c9478fda885ec52c05ac6a7602a6274b linker - + https://github.com/dotnet/roslyn - ea939a52e7879876c7b4048c686a79ed160032ab + eef503b998dc834bf91f4600f505353b855fae25 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index f8c4ab07d..a9600cc30 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20567.11 - 6.0.100-alpha.1.20567.11 + 6.0.100-alpha.1.20567.14 + 6.0.100-alpha.1.20567.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From aca4f1580f700b7254b8149f4c3dfb87db9b6f97 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 16:45:06 +0000 Subject: [PATCH 282/375] [master] Update dependencies from dotnet/sdk (#9095) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20560.7 to 6.0.0-alpha.1.20563.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20560.7 to 6.0.0-alpha.1.20563.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20560.10 to 6.0.0-alpha.1.20561.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20560.10 to 6.0.0-alpha.1.20561.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20560.10 to 6.0.0-alpha.1.20561.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20560.10 to 6.0.0-alpha.1.20561.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20560.10 to 6.0.0-alpha.1.20561.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20560.10 to 6.0.0-alpha.1.20561.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20560.10 to 6.0.0-alpha.1.20561.11 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20567.1 to 6.0.0-alpha.1.20568.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-alpha.1.20560.3 to 6.0.0-alpha.1.20563.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20560.7 to 6.0.0-alpha.1.20563.6 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20560.6 to 6.0.0-alpha.1.20563.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201116-01 to 16.9.0-preview-20201118-01 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20559.3 to 6.0.0-alpha.1.20560.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20568.4 to 3.9.0-2.20568.12 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 72 ++++++++++++++++++++--------------------- eng/Versions.props | 30 ++++++++--------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9dbe117c2..084e977b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,41 +1,41 @@ - + https://github.com/dotnet/windowsdesktop - bdde06edd144f54831fec7a30458553f2ec2b267 + 2e76bc8da34110f9e1f72c3d05f5301afc1f6ee2 - + https://github.com/dotnet/windowsdesktop - bdde06edd144f54831fec7a30458553f2ec2b267 + 2e76bc8da34110f9e1f72c3d05f5301afc1f6ee2 - + https://github.com/dotnet/windowsdesktop - bdde06edd144f54831fec7a30458553f2ec2b267 + 2e76bc8da34110f9e1f72c3d05f5301afc1f6ee2 - + https://github.com/dotnet/runtime - 72b7d236ad634c2280c73499ebfc2b594995ec06 + f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 72b7d236ad634c2280c73499ebfc2b594995ec06 + f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 72b7d236ad634c2280c73499ebfc2b594995ec06 + f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 72b7d236ad634c2280c73499ebfc2b594995ec06 + f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 72b7d236ad634c2280c73499ebfc2b594995ec06 + f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 72b7d236ad634c2280c73499ebfc2b594995ec06 + f56a56f90ff9124c85e4d889faeeca0824d2d437 @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 72b7d236ad634c2280c73499ebfc2b594995ec06 + f56a56f90ff9124c85e4d889faeeca0824d2d437 https://github.com/dotnet/aspnetcore @@ -87,43 +87,43 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 0ce16282fe306d5fe8a6f752fa532aaa1c12a114 + 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 75ffe7c838d42c3f7c90c225e631f237c1eeaf07 + 8707c5aa7e3e72a5dfa518bb89c625be5270c720 - + https://github.com/dotnet/sdk - 75ffe7c838d42c3f7c90c225e631f237c1eeaf07 + 8707c5aa7e3e72a5dfa518bb89c625be5270c720 - + https://github.com/dotnet/winforms - 7b381e0e9ce4eb0021b5cafb6ec906cf347cfba7 + 33e683aaf6a4ecaa87d31d3ee98de00f6db1ea2f - + https://github.com/dotnet/wpf - 1d65a975dab6f2543c0540a66f3299da74f4f30b + 25c6055c68e4a4edbc5613741fc4dc6ea99c17d1 https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - 6aa297d7dcbcccc60b307fb6617920e5311ae5ee + ea986d9e13b02f938e2c0af1f5bb2086ee563779 - + https://github.com/mono/linker - 1ce464d7c9478fda885ec52c05ac6a7602a6274b + d8cbe373195ed3fc727d12d12eb5923b188a7990 linker - + https://github.com/dotnet/roslyn - eef503b998dc834bf91f4600f505353b855fae25 + 02d01afeb28e693f76955f88c03e5d7548b600c8 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index a9600cc30..15ef717c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,15 +24,15 @@ - 6.0.0-alpha.1.20560.3 + 6.0.0-alpha.1.20563.1 - 6.0.0-alpha.1.20560.6 + 6.0.0-alpha.1.20563.3 - 6.0.0-alpha.1.20567.1 + 6.0.0-alpha.1.20568.1 @@ -58,30 +58,30 @@ - 6.0.100-alpha.1.20567.14 - 6.0.100-alpha.1.20567.14 + 6.0.100-alpha.1.20568.5 + 6.0.100-alpha.1.20568.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20560.10 + 6.0.0-alpha.1.20561.11 - 6.0.0-alpha.1.20560.10 - 6.0.0-alpha.1.20560.10 - 6.0.0-alpha.1.20560.10 - 6.0.0-alpha.1.20560.10 - 6.0.0-alpha.1.20560.10 + 6.0.0-alpha.1.20561.11 + 6.0.0-alpha.1.20561.11 + 6.0.0-alpha.1.20561.11 + 6.0.0-alpha.1.20561.11 + 6.0.0-alpha.1.20561.11 2.1.0 - 6.0.0-alpha.1.20560.7 - 6.0.0-alpha.1.20560.7 - 6.0.0-alpha.1.20560.7 + 6.0.0-alpha.1.20563.6 + 6.0.0-alpha.1.20563.6 + 6.0.0-alpha.1.20563.6 @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201116-01 + 16.9.0-preview-20201118-01 From 4d674d0bb568b99dcb8941a60949cd48ee0bf8ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 18:33:37 +0000 Subject: [PATCH 283/375] Update dependencies from https://github.com/dotnet/sdk build 20201118.8 (#9096) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20563.6 to 6.0.0-alpha.1.20567.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20563.6 to 6.0.0-alpha.1.20567.4 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-alpha.1.20563.1 to 6.0.0-alpha.1.20567.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20563.6 to 6.0.0-alpha.1.20567.4 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20563.3 to 6.0.0-alpha.1.20567.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 14 +++++++------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 084e977b3..051ce1ff5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2e76bc8da34110f9e1f72c3d05f5301afc1f6ee2 + 856c9430f8c7de789aecb93afc09f48ecfb3ef2f - + https://github.com/dotnet/windowsdesktop - 2e76bc8da34110f9e1f72c3d05f5301afc1f6ee2 + 856c9430f8c7de789aecb93afc09f48ecfb3ef2f - + https://github.com/dotnet/windowsdesktop - 2e76bc8da34110f9e1f72c3d05f5301afc1f6ee2 + 856c9430f8c7de789aecb93afc09f48ecfb3ef2f https://github.com/dotnet/runtime @@ -91,22 +91,22 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 8707c5aa7e3e72a5dfa518bb89c625be5270c720 + 4ad223ed3fe7ad36673e869315ea44d0fd0c991b - + https://github.com/dotnet/sdk - 8707c5aa7e3e72a5dfa518bb89c625be5270c720 + 4ad223ed3fe7ad36673e869315ea44d0fd0c991b - + https://github.com/dotnet/winforms - 33e683aaf6a4ecaa87d31d3ee98de00f6db1ea2f + 322c14de49ad5687c56e36a1d1b24a73dbf3acbf - + https://github.com/dotnet/wpf - 25c6055c68e4a4edbc5613741fc4dc6ea99c17d1 + ebc59c6aa88f8ed5f166f8b83e7e86e771375287 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 15ef717c5..869b8b63b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 6.0.0-alpha.1.20563.1 + 6.0.0-alpha.1.20567.1 - 6.0.0-alpha.1.20563.3 + 6.0.0-alpha.1.20567.3 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20568.5 - 6.0.100-alpha.1.20568.5 + 6.0.100-alpha.1.20568.8 + 6.0.100-alpha.1.20568.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20563.6 - 6.0.0-alpha.1.20563.6 - 6.0.0-alpha.1.20563.6 + 6.0.0-alpha.1.20567.4 + 6.0.0-alpha.1.20567.4 + 6.0.0-alpha.1.20567.4 From cfa5bc446d2cbcbc7e93f0b9ad4cfe7cd9deb30d Mon Sep 17 00:00:00 2001 From: Steve MacLean Date: Wed, 18 Nov 2020 15:12:39 -0500 Subject: [PATCH 284/375] Enable Apple Silicon SDK builds (#8990) * Enable building osx-arm64 * Use osx-x64 NetStandardTargetingPack for osx-arm64 * Update readme for osx-arm64 SDK --- .vsts-ci.yml | 13 +++- README.md | 70 +++++++++++-------- eng/build.yml | 2 + .../targets/GenerateBundledVersions.targets | 6 +- src/redist/targets/GenerateLayout.targets | 23 +++--- src/redist/targets/GeneratePKG.targets | 19 ++--- .../osx/clisdk/Distribution-Template | 16 ++--- 7 files changed, 88 insertions(+), 61 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 1e34f5af0..7a25c70ef 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -268,13 +268,21 @@ stages: parameters: agentOs: Darwin pool: - name: Hosted macOS + vmImage: 'macOS-10.15' timeoutInMinutes: 180 strategy: matrix: - Build_Release: + Build_Release_x64: _BuildConfig: Release + _RuntimeIdentifier: '' + _BuildArchitecture: 'x64' _TestArg: $(_NonWindowsTestArg) + Build_Release_arm64: + _BuildConfig: Release + _RuntimeIdentifier: '--runtime-id osx-arm64' + _BuildArchitecture: 'arm64' + # Never run tests on arm64 + _TestArg: '' # https://github.com/dotnet/core-sdk/issues/248 # - template: /eng/build.yml @@ -286,6 +294,7 @@ stages: # matrix: # Build_Release: # _BuildConfig: Release + # _BuildArchitecture: 'x64' # _AdditionalBuildParameters: '/p:DisableSourceLink=true /p:DISABLE_CROSSGEN=true' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: diff --git a/README.md b/README.md index 53abac40a..b8526e69a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,8 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( | **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.2XX]][osx-version-5.0.2XX]
[Installer][osx-installer-5.0.2XX] - [Checksum][osx-installer-checksum-5.0.2XX]
[tar.gz][osx-targz-5.0.2XX] - [Checksum][osx-targz-checksum-5.0.2XX] | [![][osx-badge-5.0.1XX-rtm]][osx-version-5.0.1XX-rtm]
[Installer][osx-installer-5.0.1XX-rtm] - [Checksum][osx-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-targz-5.0.1XX-rtm] - [Checksum][osx-targz-checksum-5.0.1XX-rtm] | [![][osx-badge-3.1.4XX]][osx-version-3.1.4XX]
[Installer][osx-installer-3.1.4XX] - [Checksum][osx-installer-checksum-3.1.4XX]
[tar.gz][osx-targz-3.1.4XX] - [Checksum][osx-targz-checksum-3.1.4XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | +| **macOS x64** | [![][osx-x64-badge-master]][osx-x64-version-master]
[Installer][osx-x64-installer-master] - [Checksum][osx-x64-installer-checksum-master]
[tar.gz][osx-x64-targz-master] - [Checksum][osx-x64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][osx-x64-version-5.0.1XX-rtm]
[Installer][osx-x64-installer-5.0.1XX-rtm] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-x64-targz-5.0.1XX-rtm] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rtm] | [![][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] | [![][osx-x64-badge-3.1.1XX]][osx-x64-version-3.1.1XX]
[Installer][osx-x64-installer-3.1.1XX] - [Checksum][osx-x64-installer-checksum-3.1.1XX]
[tar.gz][osx-x64-targz-3.1.1XX] - [Checksum][osx-x64-targz-checksum-3.1.1XX] | +| **macOS arm64** | [![][osx-arm64-badge-master]][osx-arm64-version-master]
[Installer][osx-arm64-installer-master] - [Checksum][osx-arm64-installer-checksum-master]
[tar.gz][osx-arm64-targz-master] - [Checksum][osx-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | 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: @@ -159,40 +160,47 @@ Reference notes: [win-x86-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.zip.sha -[osx-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/osx_x64_Release_version_badge.svg -[osx-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-osx-x64.txt -[osx-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/osx_x64_Release_version_badge.svg +[osx-x64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-osx-x64.txt +[osx-x64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/osx_x64_Release_version_badge.svg +[osx-x64-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-osx-x64.txt +[osx-x64-installer-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-osx-x64.txt -[osx-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg -[osx-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha -[osx-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/osx_x64_Release_version_badge.svg +[osx-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-osx-x64.txt +[osx-x64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg -[osx-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version -[osx-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg +[osx-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[osx-x64-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg +[osx-x64-installer-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-x64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-x64-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz.sha -[osx-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/osx_x64_Release_version_badge.svg -[osx-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version -[osx-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/osx_x64_Release_version_badge.svg +[osx-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[osx-x64-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg +[osx-x64-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-x64-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-x64-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + +[osx-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/osx_arm64_Release_version_badge.svg +[osx-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-osx-arm64.txt +[osx-arm64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.pkg.tar.gz.sha [linux-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_x64_Release_version_badge.svg [linux-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-x64.txt diff --git a/eng/build.yml b/eng/build.yml index 1293e3764..6d8cd3ef3 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -117,6 +117,8 @@ phases: --pack --publish --ci --noprettyprint --configuration $(_BuildConfig) + --architecture $(_BuildArchitecture) + $(_RuntimeIdentifier) $(_BuildArgs) $(_AdditionalBuildParameters) displayName: Build diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 66d132554..a9f8a9b4c 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -97,8 +97,8 @@ browser-wasm; " /> - - + + - + diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 3da03f8a8..302efe16c 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -59,6 +59,11 @@ dotnet-apphost-pack-$(MicrosoftNETCoreAppHostPackageVersion)-$(SharedFrameworkInstallerFileRid)_arm64$(InstallerExtension) windowsdesktop-targeting-pack-$(MicrosoftWindowsDesktopAppRefPackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) netstandard-targeting-pack-$(NETStandardLibraryRefPackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension) + + netstandard-targeting-pack-$(NETStandardLibraryRefPackageVersion)-osx-x64$(InstallerExtension) netstandard$(NETStandardLibraryRefPackageVersion.Split('.')[0])$(NETStandardLibraryRefPackageVersion.Split('.')[1]) @@ -164,39 +169,39 @@ + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64' or '$(Rid)' == 'osx-arm64')"> $(CoreSetupRootUrl)$(CoreSetupBlobVersion) $(DownloadedSharedFrameworkInstallerFileName) + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64' or '$(Rid)' == 'osx-arm64')"> $(CoreSetupRootUrl)$(CoreSetupBlobVersion) $(DownloadedSharedHostInstallerFileName) + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64' or '$(Rid)' == 'osx-arm64')"> $(CoreSetupRootUrl)$(CoreSetupBlobVersion) $(DownloadedHostFxrInstallerFileName) + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64' or '$(Rid)' == 'osx-arm64')"> $(CoreSetupRootUrl)$(NETCoreAppTargetingPackBlobVersion) $(DownloadedNetCoreAppTargetingPackInstallerFileName) + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'osx-arm64')"> $(CoreSetupRootUrl)$(NETCoreAppTargetingPackBlobVersion) $(CoreSetupRootUrl)3.0.0 $(DownloadedNetStandardTargetingPackInstallerFileName) + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64' or '$(Rid)' == 'osx-arm64')"> $(CoreSetupRootUrl)$(CoreSetupBlobVersion) $(DownloadedNetCoreAppHostPackInstallerFileName) @@ -242,7 +247,7 @@ + Condition="'$(InstallerExtension)' == '.pkg' And '$(SkipBuildingInstallers)' != 'true' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'osx-arm64')"> $(AspNetCoreSharedFxRootUrl)$(AspNetCoreTargetingPackBlobVersion) $(AspNetTargetingPackArchiveFileName) @@ -273,7 +278,7 @@ + Condition="!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64' or '$(Rid)' == 'osx-arm64'"> $(AspNetCoreSharedFxRootUrl)$(AspNetCoreBlobVersion) $(AspNetCoreSharedFxBaseRuntimeVersionFileName) @@ -299,7 +304,7 @@ + Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' != '' And (!$(Architecture.StartsWith('arm')) or '$(Rid)' == 'win-arm64' or '$(Rid)' == 'osx-arm64')"> $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopBlobVersion) $(DownloadedWinFormsAndWpfSharedFrameworkInstallerFileName) diff --git a/src/redist/targets/GeneratePKG.targets b/src/redist/targets/GeneratePKG.targets index 82e55b18c..65a970862 100644 --- a/src/redist/targets/GeneratePKG.targets +++ b/src/redist/targets/GeneratePKG.targets @@ -4,14 +4,14 @@ $(IntermediateOutputPath)pkgs/$(Version) - com.microsoft.dotnet.sharedhost.$(SharedHostVersion).component.osx.x64 - com.microsoft.dotnet.hostfxr.$(HostFxrVersion).component.osx.x64 - com.microsoft.dotnet.sharedframework.$(SharedFrameworkNugetName).$(MicrosoftNETCoreAppPackageVersion).component.osx.x64 - com.microsoft.dotnet.pack.targeting.$(MicrosoftNETCoreAppRefPackageVersion).component.osx.x64 - com.microsoft.dotnet.pack.apphost.$(MicrosoftNETCoreAppHostPackageVersion).component.osx.x64 - com.microsoft.standard.pack.targeting.$(NETStandardLibraryRefPackageVersion).component.osx.x64 - com.microsoft.dotnet.dev.$(Version).component.osx.x64 - com.microsoft.dotnet.dev.$(Version).osx.x64 + com.microsoft.dotnet.sharedhost.$(SharedHostVersion).component.osx.$(Architecture) + com.microsoft.dotnet.hostfxr.$(HostFxrVersion).component.osx.$(Architecture) + com.microsoft.dotnet.sharedframework.$(SharedFrameworkNugetName).$(MicrosoftNETCoreAppPackageVersion).component.osx.$(Architecture) + com.microsoft.dotnet.pack.targeting.$(MicrosoftNETCoreAppRefPackageVersion).component.osx.$(Architecture) + com.microsoft.dotnet.pack.apphost.$(MicrosoftNETCoreAppHostPackageVersion).component.osx.$(Architecture) + com.microsoft.standard.pack.targeting.$(NETStandardLibraryRefPackageVersion).component.osx.$(Architecture) + com.microsoft.dotnet.dev.$(Version).component.osx.$(Architecture) + com.microsoft.dotnet.dev.$(Version).osx.$(Architecture) /usr/local/share/dotnet @@ -85,6 +85,9 @@ $(HostFxrBrandName) + + $(Architecture) + $(Version) diff --git a/src/redist/targets/packaging/osx/clisdk/Distribution-Template b/src/redist/targets/packaging/osx/clisdk/Distribution-Template index 1383f20c4..3535ac201 100644 --- a/src/redist/targets/packaging/osx/clisdk/Distribution-Template +++ b/src/redist/targets/packaging/osx/clisdk/Distribution-Template @@ -1,6 +1,6 @@ - {CLISdkBrandName} (x64) + {CLISdkBrandName} ({arch}) @@ -19,25 +19,25 @@ - + - + - + - + - + - + - + {NetCoreAppTargetingPackComponentId}.pkg From db717385821a44f8516261b5f4294f6e7602a879 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 23:07:51 +0000 Subject: [PATCH 285/375] Update dependencies from https://github.com/dotnet/sdk build 20201118.9 (#9097) [master] 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 051ce1ff5..5eb5a9e45 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2
- + https://github.com/dotnet/sdk - 4ad223ed3fe7ad36673e869315ea44d0fd0c991b + 5e440989fcadb67a4f91dc4da993c85c927e4be5 - + https://github.com/dotnet/sdk - 4ad223ed3fe7ad36673e869315ea44d0fd0c991b + 5e440989fcadb67a4f91dc4da993c85c927e4be5 diff --git a/eng/Versions.props b/eng/Versions.props index 869b8b63b..9b98061ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20568.8 - 6.0.100-alpha.1.20568.8 + 6.0.100-alpha.1.20568.9 + 6.0.100-alpha.1.20568.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9955f3e5ab26304c37028ae9cf14031e867ec76f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 23:08:53 +0000 Subject: [PATCH 286/375] [master] Update dependencies from dotnet/sdk (#9099) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201118-01 to 16.9.0-preview-20201119-08 (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 5eb5a9e45..206c3b893 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 5e440989fcadb67a4f91dc4da993c85c927e4be5 + 3c597f2cedff21c4808f4eb5728b24cda39f791a - + https://github.com/dotnet/sdk - 5e440989fcadb67a4f91dc4da993c85c927e4be5 + 3c597f2cedff21c4808f4eb5728b24cda39f791a @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - ea986d9e13b02f938e2c0af1f5bb2086ee563779 + 67689abb738f3b18251ff264d9e7c4998b4004c7 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 9b98061ed..90485b0d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20568.9 - 6.0.100-alpha.1.20568.9 + 6.0.100-alpha.1.20569.3 + 6.0.100-alpha.1.20569.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201118-01 + 16.9.0-preview-20201119-08 From d82ffeccdbe1538201029bf203b87e6c347e77e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 03:18:51 +0000 Subject: [PATCH 287/375] Update dependencies from https://github.com/dotnet/sdk build 20201119.4 (#9101) [master] 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 206c3b893..ca3912f13 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 3c597f2cedff21c4808f4eb5728b24cda39f791a + 53c306441eb4f112891881aa29a5284f5540b63c - + https://github.com/dotnet/sdk - 3c597f2cedff21c4808f4eb5728b24cda39f791a + 53c306441eb4f112891881aa29a5284f5540b63c diff --git a/eng/Versions.props b/eng/Versions.props index 90485b0d1..31ae5d814 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20569.3 - 6.0.100-alpha.1.20569.3 + 6.0.100-alpha.1.20569.4 + 6.0.100-alpha.1.20569.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 69559c705de271ca2b389a46c927bb8725a81193 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 07:02:44 +0000 Subject: [PATCH 288/375] [master] Update dependencies from dotnet/sdk (#9102) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20567.4 to 6.0.0-alpha.1.20568.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20567.4 to 6.0.0-alpha.1.20568.3 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-alpha.1.20567.1 to 6.0.0-alpha.1.20568.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20567.4 to 6.0.0-alpha.1.20568.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20568.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 14 +++++++------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca3912f13..746f57179 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 856c9430f8c7de789aecb93afc09f48ecfb3ef2f + 9a36d3dc79cc20493136f9914979330ffcbc8667 - + https://github.com/dotnet/windowsdesktop - 856c9430f8c7de789aecb93afc09f48ecfb3ef2f + 9a36d3dc79cc20493136f9914979330ffcbc8667 - + https://github.com/dotnet/windowsdesktop - 856c9430f8c7de789aecb93afc09f48ecfb3ef2f + 9a36d3dc79cc20493136f9914979330ffcbc8667 https://github.com/dotnet/runtime @@ -91,22 +91,22 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 53c306441eb4f112891881aa29a5284f5540b63c + 9e767ddf3cf9737363e8e0a63370c6e30a7b6f71 - + https://github.com/dotnet/sdk - 53c306441eb4f112891881aa29a5284f5540b63c + 9e767ddf3cf9737363e8e0a63370c6e30a7b6f71 - + https://github.com/dotnet/winforms - 322c14de49ad5687c56e36a1d1b24a73dbf3acbf + 3759c17762d6b8d97e6ca76ebc0f88c5a5431dc6 - + https://github.com/dotnet/wpf - ebc59c6aa88f8ed5f166f8b83e7e86e771375287 + 2268347370243d0f2fd9796fdf8a09893e845201 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 31ae5d814..e20ebcfad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 6.0.0-alpha.1.20567.1 + 6.0.0-alpha.1.20568.1 - 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20568.2 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20569.4 - 6.0.100-alpha.1.20569.4 + 6.0.100-alpha.1.20569.8 + 6.0.100-alpha.1.20569.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20567.4 - 6.0.0-alpha.1.20567.4 - 6.0.0-alpha.1.20567.4 + 6.0.0-alpha.1.20568.3 + 6.0.0-alpha.1.20568.3 + 6.0.0-alpha.1.20568.3 From 8a09100478f1ca9c9bfbc0fa8cfc278c86bccf7c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 17:08:04 +0000 Subject: [PATCH 289/375] [master] Update dependencies from dotnet/arcade (#9068) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20527-05 to 1.1.0-beta-20566-02 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.20531.1 to 1.0.0-beta.20563.1 (parent: Microsoft.DotNet.Arcade.Sdk) - Merge branch 'master' of https://github.com/dotnet/installer into darc-master-2915ed78-2cd6-4181-a821-0cc8fa5ea2ac --- eng/Version.Details.xml | 16 ++--- eng/Versions.props | 2 +- eng/common/SetupNugetSources.ps1 | 5 +- eng/common/SetupNugetSources.sh | 4 +- eng/common/cross/armel/armel.jessie.patch | 43 ++++++++++++ eng/common/cross/build-rootfs.sh | 8 ++- eng/common/performance/crossgen_perf.proj | 10 +-- eng/common/performance/performance-setup.ps1 | 4 +- eng/common/performance/performance-setup.sh | 4 +- eng/common/post-build/publish-using-darc.ps1 | 6 ++ eng/common/templates/job/job.yml | 10 --- .../templates/post-build/post-build.yml | 67 ++----------------- global.json | 2 +- 13 files changed, 86 insertions(+), 95 deletions(-) create mode 100644 eng/common/cross/armel/armel.jessie.patch diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 746f57179..dd7e24133 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,25 +148,25 @@ - + https://github.com/dotnet/arcade - 72b28b7e023d4c3fffa0a0b9748a7d4e8cc799be + a9a80fb35d2e7da21509441d665a40022ce8f1b4 - + https://github.com/dotnet/arcade - 72b28b7e023d4c3fffa0a0b9748a7d4e8cc799be + a9a80fb35d2e7da21509441d665a40022ce8f1b4 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 2909054971c449957ac9c9b1621246b012b42b2b + d3394b77de882fa0ef7357bd522fe7323ba503a2 - + https://github.com/dotnet/xliff-tasks - 657f7fbca11dc16694dcea62cc7220f2f26ae46d + 58fe21ee620bce9dca02874bfc9e58684ed62d62 diff --git a/eng/Versions.props b/eng/Versions.props index e20ebcfad..723794a26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20552.5 + 6.0.0-beta.20567.7 diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index bb3617133..a0b5fc37f 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -99,8 +99,9 @@ function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Username, $Passw function EnablePrivatePackageSources($DisabledPackageSources) { $maestroPrivateSources = $DisabledPackageSources.SelectNodes("add[contains(@key,'darc-int')]") ForEach ($DisabledPackageSource in $maestroPrivateSources) { - Write-Host "`tEnsuring private source '$($DisabledPackageSource.key)' is enabled" - $DisabledPackageSource.SetAttribute("value", "false") + Write-Host "`tEnsuring private source '$($DisabledPackageSource.key)' is enabled by deleting it from disabledPackageSource" + # Due to https://github.com/NuGet/Home/issues/10291, we must actually remove the disabled entries + $DisabledPackageSources.RemoveChild($DisabledPackageSource) } } diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh index ef3338295..2734601c1 100644 --- a/eng/common/SetupNugetSources.sh +++ b/eng/common/SetupNugetSources.sh @@ -158,8 +158,8 @@ if [ "$?" == "0" ]; then for DisabledSourceName in ${DisabledDarcIntSources[@]} ; do if [[ $DisabledSourceName == darc-int* ]] then - OldDisableValue="add key=\"$DisabledSourceName\" value=\"true\"" - NewDisableValue="add key=\"$DisabledSourceName\" value=\"false\"" + OldDisableValue="" + NewDisableValue="" sed -i.bak "s|$OldDisableValue|$NewDisableValue|" $ConfigFile echo "Neutralized disablePackageSources entry for '$DisabledSourceName'" fi diff --git a/eng/common/cross/armel/armel.jessie.patch b/eng/common/cross/armel/armel.jessie.patch new file mode 100644 index 000000000..2d2615619 --- /dev/null +++ b/eng/common/cross/armel/armel.jessie.patch @@ -0,0 +1,43 @@ +diff -u -r a/usr/include/urcu/uatomic/generic.h b/usr/include/urcu/uatomic/generic.h +--- a/usr/include/urcu/uatomic/generic.h 2014-10-22 15:00:58.000000000 -0700 ++++ b/usr/include/urcu/uatomic/generic.h 2020-10-30 21:38:28.550000000 -0700 +@@ -69,10 +69,10 @@ + #endif + #ifdef UATOMIC_HAS_ATOMIC_SHORT + case 2: +- return __sync_val_compare_and_swap_2(addr, old, _new); ++ return __sync_val_compare_and_swap_2((uint16_t*) addr, old, _new); + #endif + case 4: +- return __sync_val_compare_and_swap_4(addr, old, _new); ++ return __sync_val_compare_and_swap_4((uint32_t*) addr, old, _new); + #if (CAA_BITS_PER_LONG == 64) + case 8: + return __sync_val_compare_and_swap_8(addr, old, _new); +@@ -109,7 +109,7 @@ + return; + #endif + case 4: +- __sync_and_and_fetch_4(addr, val); ++ __sync_and_and_fetch_4((uint32_t*) addr, val); + return; + #if (CAA_BITS_PER_LONG == 64) + case 8: +@@ -148,7 +148,7 @@ + return; + #endif + case 4: +- __sync_or_and_fetch_4(addr, val); ++ __sync_or_and_fetch_4((uint32_t*) addr, val); + return; + #if (CAA_BITS_PER_LONG == 64) + case 8: +@@ -187,7 +187,7 @@ + return __sync_add_and_fetch_2(addr, val); + #endif + case 4: +- return __sync_add_and_fetch_4(addr, val); ++ return __sync_add_and_fetch_4((uint32_t*) addr, val); + #if (CAA_BITS_PER_LONG == 64) + case 8: + return __sync_add_and_fetch_8(addr, val); diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 575eee9fa..6d59e181c 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -336,7 +336,7 @@ elif [[ -n $__CodeName ]]; then chroot $__RootfsDir apt-get -f -y install chroot $__RootfsDir apt-get -y install $__UbuntuPackages chroot $__RootfsDir symlinks -cr /usr - chroot $__RootfsDir apt clean + chroot $__RootfsDir apt-get clean if [ $__SkipUnmount == 0 ]; then umount $__RootfsDir/* || true @@ -348,6 +348,12 @@ elif [[ -n $__CodeName ]]; then patch -p1 < $__CrossDir/$__BuildArch/trusty-lttng-2.4.patch popd fi + + if [[ "$__BuildArch" == "armel" && "$__CodeName" == "jessie" ]]; then + pushd $__RootfsDir + patch -p1 < $__CrossDir/$__BuildArch/armel.jessie.patch + popd + fi elif [[ "$__Tizen" == "tizen" ]]; then ROOTFS_DIR=$__RootfsDir $__CrossDir/$__BuildArch/tizen-build-rootfs.sh else diff --git a/eng/common/performance/crossgen_perf.proj b/eng/common/performance/crossgen_perf.proj index 79a548654..cf09e4057 100644 --- a/eng/common/performance/crossgen_perf.proj +++ b/eng/common/performance/crossgen_perf.proj @@ -68,9 +68,9 @@ $(WorkItemDirectory) - $(Python) pre.py crossgen --core-root $(CoreRoot) --single %(Identity) - $(Python) test.py sod --scenario-name "Crossgen %(Identity) Size" --dirs ./crossgen/ - $(Python) post.py + $(Python) $(CrossgenDirectory)pre.py crossgen --core-root $(CoreRoot) --single %(Identity) + $(Python) $(CrossgenDirectory)test.py sod --scenario-name "Crossgen %(Identity) Size" --dirs ./crossgen/ + $(Python) $(CrossgenDirectory)post.py @@ -78,8 +78,8 @@ $(WorkItemDirectory) $(Python) $(Crossgen2Directory)pre.py crossgen2 --core-root $(CoreRoot) --single %(Identity) - $(Python) test.py sod --scenario-name "Crossgen2 %(Identity) Size" --dirs ./crossgen/ - $(Python) post.py + $(Python) $(Crossgen2Directory)test.py sod --scenario-name "Crossgen2 %(Identity) Size" --dirs ./crossgen/ + $(Python) $(Crossgen2Directory)post.py diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 656c0bd90..0edb2ae27 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -82,7 +82,9 @@ $SetupArguments = "--repository https://github.com/$Repository --branch $Branch #This grabs the LKG version number of dotnet and passes it to our scripts $VersionJSON = Get-Content global.json | ConvertFrom-Json $DotNetVersion = $VersionJSON.tools.dotnet -$SetupArguments = "--dotnet-versions $DotNetVersion $SetupArguments" +# TODO: Change this back to parsing when we have a good story for dealing with TFM changes or when the LKG in runtime gets updated to include net6.0 +# $SetupArguments = "--dotnet-versions $DotNetVersion $SetupArguments" +$SetupArguments = "--dotnet-versions 6.0.100-alpha.1.20553.6 $SetupArguments" if ($RunFromPerformanceRepo) { diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 9c0f6c909..315815a96 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -223,7 +223,9 @@ if [[ "$use_latest_dotnet" = false ]]; then # Get the tools section from the global.json. # This grabs the LKG version number of dotnet and passes it to our scripts dotnet_version=`cat global.json | python3 -c 'import json,sys;obj=json.load(sys.stdin);print(obj["tools"]["dotnet"])'` - setup_arguments="--dotnet-versions $dotnet_version $setup_arguments" + # TODO: Change this back to parsing when we have a good story for dealing with TFM changes or when the LKG in runtime gets updated to include net6.0 + # setup_arguments="--dotnet-versions $dotnet_version $setup_arguments" + setup_arguments="--dotnet-versions 6.0.100-alpha.1.20553.6 $setup_arguments" fi if [[ "$run_from_perf_repo" = true ]]; then diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index 650b13b08..31cf27674 100644 --- a/eng/common/post-build/publish-using-darc.ps1 +++ b/eng/common/post-build/publish-using-darc.ps1 @@ -10,6 +10,7 @@ param( [Parameter(Mandatory=$false)][string] $EnableNugetValidation, [Parameter(Mandatory=$false)][string] $PublishInstallersAndChecksums, [Parameter(Mandatory=$false)][string] $ArtifactsPublishingAdditionalParameters, + [Parameter(Mandatory=$false)][string] $SymbolPublishingAdditionalParameters, [Parameter(Mandatory=$false)][string] $SigningValidationAdditionalParameters ) @@ -25,6 +26,11 @@ try { $optionalParams.Add($ArtifactsPublishingAdditionalParameters) | Out-Null } + if ("" -ne $SymbolPublishingAdditionalParameters) { + $optionalParams.Add("symbol-publishing-parameters") | Out-Null + $optionalParams.Add($SymbolPublishingAdditionalParameters) | Out-Null + } + if ("false" -eq $WaitPublishingFinish) { $optionalParams.Add("--no-wait") | Out-Null } diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 06048c279..866967934 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -24,7 +24,6 @@ parameters: enablePublishBuildAssets: false enablePublishTestResults: false enablePublishUsingPipelines: false - useBuildManifest: false mergeTestResults: false testRunTitle: '' testResultsFormat: '' @@ -243,12 +242,3 @@ jobs: ArtifactName: AssetManifests continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) - - - ${{ if eq(parameters.useBuildManifest, true) }}: - - task: PublishBuildArtifacts@1 - displayName: Publish Build Manifest - inputs: - PathToPublish: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/manifest.props' - PublishLocation: Container - ArtifactName: BuildManifests - continueOnError: ${{ parameters.continueOnError }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 761fb1a29..41f2d96a6 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -32,7 +32,6 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' signingValidationAdditionalParameters: '' - useBuildManifest: false # Which stages should finish execution before post-build stages start validateDependsOn: @@ -54,9 +53,6 @@ parameters: NETCoreExperimentalChannelId: 562 NetEngServicesIntChannelId: 678 NetEngServicesProdChannelId: 679 - Net5Preview8ChannelId: 1155 - Net5RC1ChannelId: 1157 - Net5RC2ChannelId: 1329 NetCoreSDK313xxChannelId: 759 NetCoreSDK313xxInternalChannelId: 760 NetCoreSDK314xxChannelId: 921 @@ -94,7 +90,7 @@ stages: inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 arguments: -PromoteToChannels "$(TargetChannels)" - -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.Net5RC2ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} + -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}} - job: displayName: NuGet Validation @@ -142,16 +138,6 @@ stages: pool: vmImage: 'windows-2019' steps: - - ${{ if eq(parameters.useBuildManifest, true) }}: - - task: DownloadBuildArtifacts@0 - displayName: Download build manifest - inputs: - buildType: specific - buildVersionToDownload: specific - project: $(AzDOProjectName) - pipeline: $(AzDOPipelineId) - buildId: $(AzDOBuildId) - artifactName: BuildManifests - task: DownloadBuildArtifacts@0 displayName: Download Package Artifacts inputs: @@ -253,6 +239,7 @@ stages: - job: displayName: Publish Using Darc dependsOn: setupMaestroVars + timeoutInMinutes: 120 variables: - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] @@ -269,6 +256,8 @@ stages: -MaestroToken '$(MaestroApiAccessToken)' -WaitPublishingFinish ${{ parameters.waitPublishingFinish }} -PublishInstallersAndChecksums ${{ parameters.publishInstallersAndChecksums }} + -ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}' + -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' - ${{ if and(le(parameters.publishingInfraVersion, 2), eq(parameters.inline, 'true')) }}: - template: \eng\common\templates\post-build\channels\generic-public-channel.yml @@ -303,54 +292,6 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-symbols/nuget/v3/index.json' - - template: \eng\common\templates\post-build\channels\generic-internal-channel.yml - parameters: - BARBuildId: ${{ parameters.BARBuildId }} - PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'Net5_Preview8_Publish' - channelName: '.NET 5 Preview 8' - akaMSChannelName: 'net5/preview8' - channelId: ${{ parameters.Net5Preview8ChannelId }} - transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-symbols/nuget/v3/index.json' - - - template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - BARBuildId: ${{ parameters.BARBuildId }} - PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'Net5_RC1_Publish' - channelName: '.NET 5 RC 1' - akaMSChannelName: 'net5/rc1' - channelId: ${{ parameters.Net5RC1ChannelId }} - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' - - - template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - BARBuildId: ${{ parameters.BARBuildId }} - PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'Net5_RC2_Publish' - channelName: '.NET 5 RC 2' - akaMSChannelName: 'net5/rc2' - channelId: ${{ parameters.Net5RC2ChannelId }} - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' - - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: BARBuildId: ${{ parameters.BARBuildId }} diff --git a/global.json b/global.json index c5985ed1a..1ba708d24 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20552.5" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20567.7" } } From 8f423acdd2193397eb1ae614b19543a6d214d0e3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 21:09:31 +0000 Subject: [PATCH 290/375] [master] Update dependencies from dotnet/sdk (#9104) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20569.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20569.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20569.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20569.11 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20569.11 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20569.11 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20567.3 to 6.0.0-alpha.1.20569.11 (parent: Microsoft.NET.Sdk) - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201119-08 to 16.9.0-preview-20201120-04 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20560.1 to 6.0.0-alpha.1.20561.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 44 ++++++++++++++++++++--------------------- eng/Versions.props | 20 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd7e24133..1ddab2f42 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/aspnetcore - f2ab685997767faef730df803882172b004bdaee + 7d063ac9933e30c9be0dd000f2dd0fb53998be4a - + https://github.com/dotnet/aspnetcore - f2ab685997767faef730df803882172b004bdaee + 7d063ac9933e30c9be0dd000f2dd0fb53998be4a - + https://github.com/dotnet/aspnetcore - f2ab685997767faef730df803882172b004bdaee + 7d063ac9933e30c9be0dd000f2dd0fb53998be4a - + https://github.com/dotnet/aspnetcore - f2ab685997767faef730df803882172b004bdaee + 7d063ac9933e30c9be0dd000f2dd0fb53998be4a https://github.com/dotnet/efcore f4628ea869b971fdbeadab8890d46be192e0af89 - + https://github.com/dotnet/aspnetcore - f2ab685997767faef730df803882172b004bdaee + 7d063ac9933e30c9be0dd000f2dd0fb53998be4a - + https://github.com/dotnet/aspnetcore - f2ab685997767faef730df803882172b004bdaee + 7d063ac9933e30c9be0dd000f2dd0fb53998be4a - + https://github.com/dotnet/aspnetcore - f2ab685997767faef730df803882172b004bdaee + 7d063ac9933e30c9be0dd000f2dd0fb53998be4a https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 9e767ddf3cf9737363e8e0a63370c6e30a7b6f71 + f4a7b58a262af42f46811a19b95c366d262e224f - + https://github.com/dotnet/sdk - 9e767ddf3cf9737363e8e0a63370c6e30a7b6f71 + f4a7b58a262af42f46811a19b95c366d262e224f @@ -112,13 +112,13 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - 67689abb738f3b18251ff264d9e7c4998b4004c7 + 2f58ac7624fae494b7b691905920c36c9381e24c - + https://github.com/mono/linker - d8cbe373195ed3fc727d12d12eb5923b188a7990 + 8ee2557ccbaf9e4cf243f15b8cb95da4eddb18aa linker diff --git a/eng/Versions.props b/eng/Versions.props index 723794a26..f5f241cf7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20567.3 - 6.0.0-alpha.1.20567.3 - 6.0.0-alpha.1.20567.3 - 6.0.0-alpha.1.20567.3 - 6.0.0-alpha.1.20567.3 - 6.0.0-alpha.1.20567.3 - 6.0.0-alpha.1.20567.3 + 6.0.0-alpha.1.20569.11 + 6.0.0-alpha.1.20569.11 + 6.0.0-alpha.1.20569.11 + 6.0.0-alpha.1.20569.11 + 6.0.0-alpha.1.20569.11 + 6.0.0-alpha.1.20569.11 + 6.0.0-alpha.1.20569.11 0.2.0 - 6.0.100-alpha.1.20569.8 - 6.0.100-alpha.1.20569.8 + 6.0.100-alpha.1.20570.5 + 6.0.100-alpha.1.20570.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201119-08 + 16.9.0-preview-20201120-04 From 1289135496cc7050761e73a35b305437324f7d51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Nov 2020 17:56:29 +0000 Subject: [PATCH 291/375] [master] Update dependencies from dotnet/sdk (#9112) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20569.11 to 6.0.0-alpha.1.20570.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20569.11 to 6.0.0-alpha.1.20570.9 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20569.11 to 6.0.0-alpha.1.20570.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20569.11 to 6.0.0-alpha.1.20570.9 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20569.11 to 6.0.0-alpha.1.20570.9 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20569.11 to 6.0.0-alpha.1.20570.9 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20569.11 to 6.0.0-alpha.1.20570.9 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ddab2f42..e4b6e2cae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/aspnetcore - 7d063ac9933e30c9be0dd000f2dd0fb53998be4a + 59e4261f41fecd873617a7673dad24da40f30515 - + https://github.com/dotnet/aspnetcore - 7d063ac9933e30c9be0dd000f2dd0fb53998be4a + 59e4261f41fecd873617a7673dad24da40f30515 - + https://github.com/dotnet/aspnetcore - 7d063ac9933e30c9be0dd000f2dd0fb53998be4a + 59e4261f41fecd873617a7673dad24da40f30515 - + https://github.com/dotnet/aspnetcore - 7d063ac9933e30c9be0dd000f2dd0fb53998be4a + 59e4261f41fecd873617a7673dad24da40f30515 https://github.com/dotnet/efcore f4628ea869b971fdbeadab8890d46be192e0af89 - + https://github.com/dotnet/aspnetcore - 7d063ac9933e30c9be0dd000f2dd0fb53998be4a + 59e4261f41fecd873617a7673dad24da40f30515 - + https://github.com/dotnet/aspnetcore - 7d063ac9933e30c9be0dd000f2dd0fb53998be4a + 59e4261f41fecd873617a7673dad24da40f30515 - + https://github.com/dotnet/aspnetcore - 7d063ac9933e30c9be0dd000f2dd0fb53998be4a + 59e4261f41fecd873617a7673dad24da40f30515 https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - f4a7b58a262af42f46811a19b95c366d262e224f + 67d902bf9382641e63f993da916784c6a268b553 - + https://github.com/dotnet/sdk - f4a7b58a262af42f46811a19b95c366d262e224f + 67d902bf9382641e63f993da916784c6a268b553 diff --git a/eng/Versions.props b/eng/Versions.props index f5f241cf7..37eb7b5a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20569.11 - 6.0.0-alpha.1.20569.11 - 6.0.0-alpha.1.20569.11 - 6.0.0-alpha.1.20569.11 - 6.0.0-alpha.1.20569.11 - 6.0.0-alpha.1.20569.11 - 6.0.0-alpha.1.20569.11 + 6.0.0-alpha.1.20570.9 + 6.0.0-alpha.1.20570.9 + 6.0.0-alpha.1.20570.9 + 6.0.0-alpha.1.20570.9 + 6.0.0-alpha.1.20570.9 + 6.0.0-alpha.1.20570.9 + 6.0.0-alpha.1.20570.9 0.2.0 - 6.0.100-alpha.1.20570.5 - 6.0.100-alpha.1.20570.5 + 6.0.100-alpha.1.20571.4 + 6.0.100-alpha.1.20571.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8f65ba49ad5c6113bd205f4827c2dfccd1ca147e Mon Sep 17 00:00:00 2001 From: eriawan Date: Mon, 23 Nov 2020 03:42:11 +0700 Subject: [PATCH 292/375] Fix version of .NET to be 6.0 on bundle.wxl --- .../targets/packaging/windows/clisdk/LCID/1028/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1029/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1031/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1033/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1036/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1040/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1041/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1042/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1045/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1046/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1049/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1055/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/2052/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/3082/bundle.wxl | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index 004138691..60c905fc1 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -75,7 +75,7 @@ 安裝附註 安裝程序期間將會執行命令,加快專案還原速度並啟用離線存取。最多需要一分鐘的時間完成。 - 若預計要併用 Visual Studio 與 .NET 5.0,需要 Visual Studio 2019 16.8 或更新版本。<A HREF="https://aka.ms/dotnet5-release-notes">深入了解</A>。 + 若預計要併用 Visual Studio 與 .NET 6.0,需要 Visual Studio 2019 16.8 或更新版本。<A HREF="https://aka.ms/dotnet5-release-notes">深入了解</A>。 按一下 [\[]安裝[\[] 即表示您同意下列條款。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index d190f3138..6816bbe49 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -75,7 +75,7 @@ Zdroje informací Poznámka k instalaci Během procesu instalace se spustí příkaz, který zlepší rychlost obnovení projektu a povolí offline přístup. Akce se dokončí přibližně za minutu. - Pokud plánujete používat .NET 5.0 se sadou Visual Studio, potřebujete Visual Studio 2019 16.8 nebo novější. <A HREF="https://aka.ms/dotnet5-release-notes">Další informace</A> + Pokud plánujete používat .NET 6.0 se sadou Visual Studio, potřebujete Visual Studio 2019 16.8 nebo novější. <A HREF="https://aka.ms/dotnet5-release-notes">Další informace</A> Kliknutím na Nainstalovat vyjadřujete souhlas s následujícími podmínkami. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index fb193fb93..78bbc0f49 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -75,7 +75,7 @@ Ressourcen Installationshinweis Während des Installationsvorgangs wird ein Befehl ausgeführt, durch den die Geschwindigkeit der Projektwiederherstellung verbessert und der Offlinezugriff aktiviert wird. Der Vorgang dauert bis zu einer Minute. - Wenn Sie .NET 5.0 mit Visual Studio verwenden möchten, ist Visual Studio 2019 16.8 oder höher erforderlich. <A HREF="https://aka.ms/dotnet5-release-notes">Erfahren Sie mehr</A>. + Wenn Sie .NET 6.0 mit Visual Studio verwenden möchten, ist Visual Studio 2019 16.8 oder höher erforderlich. <A HREF="https://aka.ms/dotnet5-release-notes">Erfahren Sie mehr</A>. Durch Klicken auf "Installieren" stimmen Sie den nachstehenden Bedingungen zu. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index 2e3e86df2..ed200309c 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -75,7 +75,7 @@ Resources Installation note A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete. - If you plan to use .NET 5.0 with Visual Studio, Visual Studio 2019 16.8 or newer is required. <A HREF="https://aka.ms/dotnet5-release-notes">Learn More</A>. + If you plan to use .NET 6.0 with Visual Studio, Visual Studio 2019 16.8 or newer is required. <A HREF="https://aka.ms/dotnet5-release-notes">Learn More</A>. By clicking Install, you agree to the following terms. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index 38cc06a3d..5d957ce46 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -75,7 +75,7 @@ Ressources Note d'installation Une commande va être exécutée pendant le processus d'installation, ce qui va améliorer la vitesse de restauration du projet et permettre l'accès hors connexion. L'opération va prendre environ une minute. - Si vous comptez utiliser .NET 5.0 avec Visual Studio, Visual Studio 2019 16.8 ou version ultérieure est nécessaire. <A HREF="https://aka.ms/dotnet5-release-notes">En savoir plus</A>. + Si vous comptez utiliser .NET 6.0 avec Visual Studio, Visual Studio 2019 16.8 ou version ultérieure est nécessaire. <A HREF="https://aka.ms/dotnet5-release-notes">En savoir plus</A>. En cliquant sur Installer, vous acceptez les conditions suivantes. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index 4e9dc4b4a..2eeac8696 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -75,7 +75,7 @@ Risorse Nota sull'installazione Durante il processo di installazione verrà eseguito un comando che migliorerà la velocità di ripristino del progetto e abiliterà l'accesso offline. Il completamento del comando richiederà un minuto. - Se si intende usare .NET 5.0 con Visual Studio, è richiesto Visual Studio 2019 16.8 o versione successiva. <A HREF="https://aka.ms/dotnet5-release-notes">Altre informazioni</A>. + Se si intende usare .NET 6.0 con Visual Studio, è richiesto Visual Studio 2019 16.8 o versione successiva. <A HREF="https://aka.ms/dotnet5-release-notes">Altre informazioni</A>. Facendo clic su Installa, si accettano le condizioni seguenti. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index 6bdfe68ff..62e1f8786 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -75,7 +75,7 @@ インストール メモ コマンドはインストール処理中に実行されるので、プロジェクトの復元速度が向上し、オフラインでアクセスできます。完了するまでに最大 1 分かかります。 - .NET 5.0 を Visual Studio と共に使用する場合は、Visual Studio 2019 16.8 以降が必要です。<A HREF="https://aka.ms/dotnet5-release-notes">詳細情報</A>。 + .NET 6.0 を Visual Studio と共に使用する場合は、Visual Studio 2019 16.8 以降が必要です。<A HREF="https://aka.ms/dotnet5-release-notes">詳細情報</A>。 [インストール] をクリックすると、次の条項に同意したものと見なされます。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index 99a59349c..94880ed86 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -75,7 +75,7 @@ 설치 정보 프로젝트 복원 속도를 향상하고 오프라인 액세스를 사용할 수 있도록 하는 설치 프로세스 중 명령이 실행됩니다. 완료하는 데 최대 1분이 걸립니다. - Visual Studio와 함께 .NET 5.0을 사용하려면 Visual Studio 2019 16.8 이상이 필요합니다. <A HREF="https://aka.ms/dotnet5-release-notes">자세한 정보</A>. + Visual Studio와 함께 .NET 6.0을 사용하려면 Visual Studio 2019 16.8 이상이 필요합니다. <A HREF="https://aka.ms/dotnet5-release-notes">자세한 정보</A>. [설치]를 클릭하면 다음 사용 약관에 동의하는 것입니다. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index c22a5a48e..cde751c30 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -75,7 +75,7 @@ Zasoby Uwaga dotycząca instalacji W trakcie procesu instalacji zostanie uruchomione polecenie, które zwiększy szybkość przywracania projektu i umożliwi dostęp do trybu offline. Zajmie to maksymalnie minutę. - Jeśli planujesz używać platformy .NET 5.0 z programem Visual Studio, wymagany jest program Visual Studio 2019 16.8 lub nowszy. <A HREF="https://aka.ms/dotnet5-release-notes">Dowiedz się więcej</A>. + Jeśli planujesz używać platformy .NET 6.0 z programem Visual Studio, wymagany jest program Visual Studio 2019 16.8 lub nowszy. <A HREF="https://aka.ms/dotnet5-release-notes">Dowiedz się więcej</A>. Klikając pozycję Zainstaluj, wyrażasz zgodę na następujące warunki. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index 42e7dbca4..108bdc29f 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -75,7 +75,7 @@ Recursos Nota de instalação Um comando será executado durante o processo de instalação que melhorará a velocidade de restauração do projeto e habilitará o acesso offline. Isso levará até um minuto para ser concluído. - Se você planeja usar o .NET 5.0 com o Visual Studio, é necessário usar o Visual Studio 2019 16.8 ou mais recente. <A HREF="https://aka.ms/dotnet5-release-notes">Saiba mais</A>. + Se você planeja usar o .NET 6.0 com o Visual Studio, é necessário usar o Visual Studio 2019 16.8 ou mais recente. <A HREF="https://aka.ms/dotnet5-release-notes">Saiba mais</A>. Ao clicar em instalar, você concorda com os termos a seguir. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index e79c2aa1f..2015560e0 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -75,7 +75,7 @@ Примечание по установке В процессе установки будет выполнена команда, которая увеличит скорость восстановления проекта и обеспечит автономный доступ. Выполнение займет до минуты. - Если вы планируете использовать .NET 5.0 с Visual Studio, требуется Visual Studio 2019 версии 16.8 или более поздней. <A HREF="https://aka.ms/dotnet5-release-notes">Дополнительные сведения</A>. + Если вы планируете использовать .NET 6.0 с Visual Studio, требуется Visual Studio 2019 версии 16.8 или более поздней. <A HREF="https://aka.ms/dotnet5-release-notes">Дополнительные сведения</A>. Нажимая кнопку "Установить", вы принимаете следующие условия. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index f80a96737..5f7ae382f 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -75,7 +75,7 @@ Kaynaklar Yükleme notu Yükleme işlemi sırasında, proje geri yükleme hızını artıran ve çevrimdışı erişimi etkinleştiren bir komut çalıştırılır. Tamamlanması bir dakikanızı alır. - Visual Studio ile .NET 5.0 kullanmayı planlıyorsanız Visual Studio 2019 16.8 veya daha yeni bir sürüm gerekir. <A HREF="https://aka.ms/dotnet5-release-notes">Daha Fazla Bilgi</A>. + Visual Studio ile .NET 6.0 kullanmayı planlıyorsanız Visual Studio 2019 16.8 veya daha yeni bir sürüm gerekir. <A HREF="https://aka.ms/dotnet5-release-notes">Daha Fazla Bilgi</A>. Yükle'ye tıklayarak aşağıdaki koşulları kabul etmiş olursunuz. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index d3e6e3568..5fdf260b5 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -75,7 +75,7 @@ 安装说明 将在要提升项目还原速度并实现脱机访问的安装进程期间运行命令。此操作最多 1 分钟即可完成。 - 如果计划结合使用 .NET 5.0 和 Visual Studio,需要 Visual Studio 2019 16.8 或更高版本。<A HREF="https://aka.ms/dotnet5-release-notes">了解详细信息</A>。 + 如果计划结合使用 .NET 6.0 和 Visual Studio,需要 Visual Studio 2019 16.8 或更高版本。<A HREF="https://aka.ms/dotnet5-release-notes">了解详细信息</A>。 单击“安装”即表示你同意以下条款。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index d70eaa727..4182966e1 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -75,7 +75,7 @@ Recursos Nota de instalación Se ejecutará un comando durante el proceso de instalación que mejorará la velocidad de restauración del proyecto y permitirá el acceso sin conexión. La operación tardará hasta un minuto en completarse. - Si tiene previsto usar .NET 5.0 con Visual Studio, se requiere Visual Studio 2019 16.8 o una versión más reciente. <A HREF="https://aka.ms/dotnet5-release-notes">Más información</A>. + Si tiene previsto usar .NET 6.0 con Visual Studio, se requiere Visual Studio 2019 16.8 o una versión más reciente. <A HREF="https://aka.ms/dotnet5-release-notes">Más información</A>. Al hacer clic en Instalar, acepta los términos siguientes. From 39bc416f8a0b3abc0336af822f69d6fe24a94b37 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 06:52:46 +0000 Subject: [PATCH 293/375] Update dependencies from https://github.com/dotnet/sdk build 20201122.1 (#9118) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201120-04 to 16.9.0-preview-20201123-01 (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 e4b6e2cae..7688f77c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 67d902bf9382641e63f993da916784c6a268b553 + 4a3d1666b2a5b9445893845e95692ba7f97a0af2 - + https://github.com/dotnet/sdk - 67d902bf9382641e63f993da916784c6a268b553 + 4a3d1666b2a5b9445893845e95692ba7f97a0af2 @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - 2f58ac7624fae494b7b691905920c36c9381e24c + 7207f7e435e4c5c0a5cfd88ececddb4f62a47425 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 37eb7b5a4..fe5619488 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20571.4 - 6.0.100-alpha.1.20571.4 + 6.0.100-alpha.1.20572.1 + 6.0.100-alpha.1.20572.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201120-04 + 16.9.0-preview-20201123-01 From db50ea26f8f054623e53c20a998cba0e2f631bf3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 08:51:19 +0000 Subject: [PATCH 294/375] Update dependencies from https://github.com/dotnet/sdk build 20201122.2 (#9119) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20568.12 to 3.9.0-2.20573.4 (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 7688f77c7..e372dec12 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 4a3d1666b2a5b9445893845e95692ba7f97a0af2 + cf2e279ae8c226ee98b6f03216bd08f76ebfe841 - + https://github.com/dotnet/sdk - 4a3d1666b2a5b9445893845e95692ba7f97a0af2 + cf2e279ae8c226ee98b6f03216bd08f76ebfe841 @@ -121,9 +121,9 @@ 8ee2557ccbaf9e4cf243f15b8cb95da4eddb18aa linker - + https://github.com/dotnet/roslyn - 02d01afeb28e693f76955f88c03e5d7548b600c8 + f18407d9eab018b221f382ba52f0facdd3b0a153 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index fe5619488..d64c06ebe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20572.1 - 6.0.100-alpha.1.20572.1 + 6.0.100-alpha.1.20572.2 + 6.0.100-alpha.1.20572.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5560d6337aa43925141d50be56a6f9b5c044c919 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 12:28:07 +0000 Subject: [PATCH 295/375] [master] Update dependencies from dotnet/sdk (#9120) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20568.3 to 6.0.0-alpha.1.20570.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20568.3 to 6.0.0-alpha.1.20570.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-alpha.1.20568.1 to 6.0.0-alpha.1.20570.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20568.3 to 6.0.0-alpha.1.20570.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20568.2 to 6.0.0-alpha.1.20570.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20573.4 to 3.9.0-2.20573.10 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e372dec12..0445e7f46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9a36d3dc79cc20493136f9914979330ffcbc8667 + 3c16307f74d9cb7efdc9ab9fe0adf352a605ba4e - + https://github.com/dotnet/windowsdesktop - 9a36d3dc79cc20493136f9914979330ffcbc8667 + 3c16307f74d9cb7efdc9ab9fe0adf352a605ba4e - + https://github.com/dotnet/windowsdesktop - 9a36d3dc79cc20493136f9914979330ffcbc8667 + 3c16307f74d9cb7efdc9ab9fe0adf352a605ba4e https://github.com/dotnet/runtime @@ -91,22 +91,22 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - cf2e279ae8c226ee98b6f03216bd08f76ebfe841 + ed01797db0c14195e75ffd523191a2e3eac3f1f6 - + https://github.com/dotnet/sdk - cf2e279ae8c226ee98b6f03216bd08f76ebfe841 + ed01797db0c14195e75ffd523191a2e3eac3f1f6 - + https://github.com/dotnet/winforms - 3759c17762d6b8d97e6ca76ebc0f88c5a5431dc6 + 00b77530a64b0e0e1bfcc57e523f46c58e7c6843 - + https://github.com/dotnet/wpf - 2268347370243d0f2fd9796fdf8a09893e845201 + a23d33d2813bedcd52583a949b5f483bce25916f https://github.com/dotnet/fsharp @@ -121,9 +121,9 @@ 8ee2557ccbaf9e4cf243f15b8cb95da4eddb18aa linker - + https://github.com/dotnet/roslyn - f18407d9eab018b221f382ba52f0facdd3b0a153 + edf43e80d55de958f8db2c0fd0f184309da25bb6 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index d64c06ebe..2dc342daf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ - 6.0.0-alpha.1.20568.1 + 6.0.0-alpha.1.20570.3 - 6.0.0-alpha.1.20568.2 + 6.0.0-alpha.1.20570.3 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20572.2 - 6.0.100-alpha.1.20572.2 + 6.0.100-alpha.1.20573.2 + 6.0.100-alpha.1.20573.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20568.3 - 6.0.0-alpha.1.20568.3 - 6.0.0-alpha.1.20568.3 + 6.0.0-alpha.1.20570.2 + 6.0.0-alpha.1.20570.2 + 6.0.0-alpha.1.20570.2 From ec220139fa8d48f0d3d3c0fd3768f9c4ca5dd6cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 20:35:35 +0000 Subject: [PATCH 296/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.3 (#9123) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201123-01 to 16.9.0-preview-20201123-02 (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 0445e7f46..011f3ad85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - ed01797db0c14195e75ffd523191a2e3eac3f1f6 + fa847406f81286a75073a2f58b0033c176a2560e - + https://github.com/dotnet/sdk - ed01797db0c14195e75ffd523191a2e3eac3f1f6 + fa847406f81286a75073a2f58b0033c176a2560e @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - 7207f7e435e4c5c0a5cfd88ececddb4f62a47425 + b6cdf7de86696a22b228bc054faed22ed925dbf6 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 2dc342daf..87c0c87a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.2 - 6.0.100-alpha.1.20573.2 + 6.0.100-alpha.1.20573.3 + 6.0.100-alpha.1.20573.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201123-01 + 16.9.0-preview-20201123-02 From e542479e8917bc7f329febe8fd17732b0ef410ed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:11:02 +0000 Subject: [PATCH 297/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.5 (#9125) [master] Update dependencies from dotnet/sdk - Coherency Updates: - NuGet.Build.Tasks: from 5.8.0-rc.6930 to 5.9.0-preview.2.6967 (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 011f3ad85..3f8214d62 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - fa847406f81286a75073a2f58b0033c176a2560e + 592abc40952cda514b4e130780bc80639205e02f - + https://github.com/dotnet/sdk - fa847406f81286a75073a2f58b0033c176a2560e + 592abc40952cda514b4e130780bc80639205e02f @@ -129,9 +129,9 @@ https://github.com/dotnet/msbuild 56ab6340935d039999a588621733fa2384dae2a3 - + https://github.com/NuGet/NuGet.Client - 830c8be45dbbccd411ecf6080abff0c2c98079cf + a4c9d63bf942f1df1ba9486a87bad2e4b6888488 https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index 87c0c87a5..6578b03df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.3 - 6.0.100-alpha.1.20573.3 + 6.0.100-alpha.1.20573.5 + 6.0.100-alpha.1.20573.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dcc8aac7afe28ddf957ab6c501e3a0ceaa3d5af7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 23:04:09 +0000 Subject: [PATCH 298/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.7 (#9127) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201123-02 to 16.9.0-preview-20201123-03 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 10 +++++----- eng/Versions.props | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f8214d62..1666a28f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 592abc40952cda514b4e130780bc80639205e02f + cad3fa309825d8c97e6d28075e594a51aa251a32 - + https://github.com/dotnet/sdk - 592abc40952cda514b4e130780bc80639205e02f + cad3fa309825d8c97e6d28075e594a51aa251a32 @@ -112,7 +112,7 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest b6cdf7de86696a22b228bc054faed22ed925dbf6 diff --git a/eng/Versions.props b/eng/Versions.props index 6578b03df..cb049889d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.5 - 6.0.100-alpha.1.20573.5 + 6.0.100-alpha.1.20573.7 + 6.0.100-alpha.1.20573.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201123-02 + 16.9.0-preview-20201123-03 From 668d2efb0e02ff8b473c70877089ac17f6acc46a Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 23 Nov 2020 15:46:21 -0800 Subject: [PATCH 299/375] Add table generator to the installer repo so it can be found and updated along with the tables. --- README.md | 2 +- tools/sdk-readme-table-generator/README.md | Bin 0 -> 1106 bytes .../TableGenerator.Tests/DomainTests.fs | 563 ++++++++++++++++++ .../TableGenerator.Tests.fsproj | 17 + .../TableGenerator.sln | 31 + .../TableGenerator/Program.fs | 47 ++ .../TableGenerator/Reference.fs | 202 +++++++ .../TableGenerator/Shared.fs | 42 ++ .../TableGenerator/Table.fs | 144 +++++ .../TableGenerator/TableGenerator.fsproj | 19 + 10 files changed, 1066 insertions(+), 1 deletion(-) create mode 100644 tools/sdk-readme-table-generator/README.md create mode 100644 tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs create mode 100644 tools/sdk-readme-table-generator/TableGenerator.Tests/TableGenerator.Tests.fsproj create mode 100644 tools/sdk-readme-table-generator/TableGenerator.sln create mode 100644 tools/sdk-readme-table-generator/TableGenerator/Program.fs create mode 100644 tools/sdk-readme-table-generator/TableGenerator/Reference.fs create mode 100644 tools/sdk-readme-table-generator/TableGenerator/Shared.fs create mode 100644 tools/sdk-readme-table-generator/TableGenerator/Table.fs create mode 100644 tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj diff --git a/README.md b/README.md index 444116e48..9545a42c1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -Please do not directly edit the table below. Use https://github.com/wli3/sdk-readme-table-generator to help you generate it. And make pull request back to the table generator repo. +Please do not directly edit the table below. Use https://github.com/dotnet/installer/tree/master/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 hte table. | Platform | Master
(6.0.x Runtime) | Release/5.0.2XX
(5.0 Runtime) | 5.0.100 RTM
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | diff --git a/tools/sdk-readme-table-generator/README.md b/tools/sdk-readme-table-generator/README.md new file mode 100644 index 0000000000000000000000000000000000000000..28f53a88d9d609ae4ce6f018cbd4f5780239e137 GIT binary patch literal 1106 zcma)*%}c{T5XI*#_&+T5qTt6_Z;BN}1W|7yH2uyTy_sH${yCNEU^~i0M z!sfg@ZTLz@3^sA!iM{cePSC{X|5e!;4cyZlL}kbJf%TOv zSG@G|a*eh1ZU`gsNSQ!|>SE=1SGL!wqZyxU`KD>ey+-BM*E6tFmb#(&Z5%Oh);~#^ zE9(L0H`g-rS-IpF literal 0 HcmV?d00001 diff --git a/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs new file mode 100644 index 000000000..fe2981fa8 --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs @@ -0,0 +1,563 @@ +module TableGenerator.Tests.DomainTests + +open TableGenerator.Shared +open TableGenerator.Reference +open TableGenerator.Table +open TableGenerator.App + +open FsUnit +open Xunit +open System + +[] +let ``it can Shorten master branch Name``() = + let branch = + { GitBranchName = "master" + DisplayName = "Master
(5.0.x Runtime)" + AkaMsChannel = Some("net5/dev") } + branchNameShorten branch |> should equal "master" + +[] +let ``it can Shorten releae branch Name``() = + let branch = + { GitBranchName = "release/3.1.1xx" + DisplayName = "Release/3.1.1XX
(3.1.x Runtime)" + AkaMsChannel = None} + branchNameShorten branch |> should equal "3.1.1XX" + +[] +let ``it can get major and minor version of a branch``() = + let branch = + { GitBranchName = "release/3.1.1xx" + DisplayName = "Release/3.1.1XX
(3.1.x Runtime)" + AkaMsChannel = None} + getMajorMinor branch + |> should equal + (MajorMinor + ({ Major = 3 + Minor = 1 + Release = ""})) + +[] +let ``it can get major and minor version of a preview branch``() = + let branch = + { GitBranchName = "release/5.0.1xx-preview2" + DisplayName = "5.0.100 Preview 2
(5.0 Runtime)" + AkaMsChannel = Some("net5/preview2") } + getMajorMinor branch + |> should equal + (MajorMinor + ({ Major = 5 + Minor = 0 + Release = "preview2"})) + +[] +let ``it can get master version of a master branch``() = + let branch = + { GitBranchName = "master" + DisplayName = "Master
(5.0.x Runtime)" + AkaMsChannel = None} + getMajorMinor branch |> should equal Master + +[] +let ``it can get bad branch version``() = + let branch = + { GitBranchName = "badbranch" + DisplayName = "" + AkaMsChannel = None} + getMajorMinor branch |> should equal NoVersion + +[] +let ``it can format winx64Reference``() = + let branch = + { GitBranchName = "release/3.1.1xx" + DisplayName = "Release/3.1.1XX
(3.1.x Runtime)" + AkaMsChannel = None} + (winX64ReferenceTemplate branch).Value + |> should equal + """[win-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_x64_Release_version_badge.svg +[win-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[win-x64-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.zip.sha""" + +[] +let ``it can format ReferenceWithAkaMslink``() = + let branch = + { GitBranchName = "release/5.0.1xx-preview2" + DisplayName = "5.0.100 Preview 2
(5.0 Runtime)" + AkaMsChannel = Some("net5/preview2") } + + (formatTemplate "win-x64" referenceTemplate branch).Value + |> should equal + """[win-x64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.zip.sha""" + + +let branches = + [ { GitBranchName = "master" + DisplayName = "Master
(5.0.x Runtime)" + AkaMsChannel = None} + { GitBranchName = "release/3.1.1xx" + DisplayName = "Release/3.1.1XX
(3.1.x Runtime)" + AkaMsChannel = None} + { GitBranchName = "release/3.0.1xx" + DisplayName = "Release/3.0.1xx
(3.0.x Runtime)" + AkaMsChannel = None} + { GitBranchName = "release/2.2.2xx" + DisplayName = "Release/2.2.2XX
(2.2.x Runtime)" + AkaMsChannel = None} + { GitBranchName = "release/2.2.1xx" + DisplayName = "Release/2.2.1XX
(2.2.x Runtime)" + AkaMsChannel = None} + { GitBranchName = "release/2.1.6xx" + DisplayName = "Release/2.1.6XX
(2.1.x Runtime)" + AkaMsChannel = None} + { GitBranchName = "release/2.1.5xx" + DisplayName = "Release/2.1.5XX
(2.1.x Runtime)" + AkaMsChannel = None} ] + +[] +let ``it can generate WindowsX64Row``() = + windowsX64Row branches + |> should equal + "| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
[Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
[zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | [![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] | [![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] |" + +[] +let ``it can generate OsxX64Row``() = + osxX64Row branches + |> should equal + "| **macOS x64** | [![][osx-x64-badge-master]][osx-x64-version-master]
[Installer][osx-x64-installer-master] - [Checksum][osx-x64-installer-checksum-master]
[tar.gz][osx-x64-targz-master] - [Checksum][osx-x64-targz-checksum-master] | [![][osx-x64-badge-3.1.1XX]][osx-x64-version-3.1.1XX]
[Installer][osx-x64-installer-3.1.1XX] - [Checksum][osx-x64-installer-checksum-3.1.1XX]
[tar.gz][osx-x64-targz-3.1.1XX] - [Checksum][osx-x64-targz-checksum-3.1.1XX] | [![][osx-x64-badge-3.0.1XX]][osx-x64-version-3.0.1XX]
[Installer][osx-x64-installer-3.0.1XX] - [Checksum][osx-x64-installer-checksum-3.0.1XX]
[tar.gz][osx-x64-targz-3.0.1XX] - [Checksum][osx-x64-targz-checksum-3.0.1XX] | [![][osx-x64-badge-2.2.2XX]][osx-x64-version-2.2.2XX]
[Installer][osx-x64-installer-2.2.2XX] - [Checksum][osx-x64-installer-checksum-2.2.2XX]
[tar.gz][osx-x64-targz-2.2.2XX] - [Checksum][osx-x64-targz-checksum-2.2.2XX] | [![][osx-x64-badge-2.2.1XX]][osx-x64-version-2.2.1XX]
[Installer][osx-x64-installer-2.2.1XX] - [Checksum][osx-x64-installer-checksum-2.2.1XX]
[tar.gz][osx-x64-targz-2.2.1XX] - [Checksum][osx-x64-targz-checksum-2.2.1XX] | [![][osx-x64-badge-2.1.6XX]][osx-x64-version-2.1.6XX]
[Installer][osx-x64-installer-2.1.6XX] - [Checksum][osx-x64-installer-checksum-2.1.6XX]
[tar.gz][osx-x64-targz-2.1.6XX] - [Checksum][osx-x64-targz-checksum-2.1.6XX] | [![][osx-x64-badge-2.1.5XX]][osx-x64-version-2.1.5XX]
[Installer][osx-x64-installer-2.1.5XX] - [Checksum][osx-x64-installer-checksum-2.1.5XX]
[tar.gz][osx-x64-targz-2.1.5XX] - [Checksum][osx-x64-targz-checksum-2.1.5XX] |" + +[] +let ``it can generate linuxArmRow``() = + linuxArmRow branches + |> should equal + "| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
[tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | [![][linux-arm-badge-2.2.2XX]][linux-arm-version-2.2.2XX]
[tar.gz][linux-arm-targz-2.2.2XX] - [Checksum][linux-arm-targz-checksum-2.2.2XX] | [![][linux-arm-badge-2.2.1XX]][linux-arm-version-2.2.1XX]
[tar.gz][linux-arm-targz-2.2.1XX] - [Checksum][linux-arm-targz-checksum-2.2.1XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
[tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
[tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] |" + +[] +let ``it can generate windowsArm``() = + windowsArmRow branches + |> should equal + "| **Windows arm** | **N/A** | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
[zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | [![][win-arm-badge-2.2.2XX]][win-arm-version-2.2.2XX]
[zip][win-arm-zip-2.2.2XX] - [Checksum][win-arm-zip-checksum-2.2.2XX] | [![][win-arm-badge-2.2.1XX]][win-arm-version-2.2.1XX]
[zip][win-arm-zip-2.2.1XX] - [Checksum][win-arm-zip-checksum-2.2.1XX] | [![][win-arm-badge-2.1.6XX]][win-arm-version-2.1.6XX]
[zip][win-arm-zip-2.1.6XX] - [Checksum][win-arm-zip-checksum-2.1.6XX] | [![][win-arm-badge-2.1.5XX]][win-arm-version-2.1.5XX]
[zip][win-arm-zip-2.1.5XX] - [Checksum][win-arm-zip-checksum-2.1.5XX] |" + + +[] +let ``it can generate windowsArm with preview branch``() = + let inputBranches = + [ { GitBranchName = "master" + DisplayName = "Master
(5.0.x Runtime)" + AkaMsChannel = Some("net5/dev") } + { GitBranchName = "release/5.0.1xx-preview4" + DisplayName = "5.0.100 Preview 4
(5.0 Runtime)" + AkaMsChannel = Some("net5/preview4") }] + windowsArmRow inputBranches + |> should equal + "| **Windows arm** | **N/A** | **N/A** |" + +[] +let ``it can generate windowsArm64``() = + windowsArm64Row branches + |> should equal + "| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** |" + +let branches2 = + [ { GitBranchName = "master" + DisplayName = "Master
(6.0.x Runtime)" + AkaMsChannel = Some("net6/dev") } + { GitBranchName = "release/5.0.1xx-rtm" + DisplayName = "5.0.100 RTM
(5.0 Runtime)" + AkaMsChannel = Some("net5/5.0.1xx/daily") } + { GitBranchName = "release/3.1.4xx" + DisplayName = "Release/3.1.4XX
(3.1.x Runtime)" + AkaMsChannel = None }] + +[] +let ``it can generate linuxMuslRowArm``() = + linuxMuslRowArm branches2 + |> should equal + "| **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** |" + +[] +let ``it can generate linuxMuslRowArm64``() = + linuxMuslRowArm64 branches2 + |> should equal + "| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** |" + + +[] +let ``it can generate titleRow``() = + titleRow branches + |> should equal + "| Platform | Master
(5.0.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.6XX
(2.1.x Runtime) | Release/2.1.5XX
(2.1.x Runtime) |" + +[] +let ``it can generate separator``() = + separator branches + |> should equal + "| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: |" +// pinning tests https://wiki.c2.com/?PinningTests + +[] +let ``pinning tests for readme in master 11/02/2020``() = + let inputBranches = + [ { GitBranchName = "master" + DisplayName = "Master
(6.0.x Runtime)" + AkaMsChannel = Some("net6/dev") } + { GitBranchName = "release/5.0.1xx-rtm" + DisplayName = "5.0.100 RTM
(5.0 Runtime)" + AkaMsChannel = Some("net5/5.0.1xx/daily") } + { GitBranchName = "release/5.0.1xx-rc2" + DisplayName = "5.0.100 RC2
(5.0 Runtime)" + AkaMsChannel = Some("net5/rc2") } + { GitBranchName = "release/3.1.4xx" + DisplayName = "Release/3.1.4XX
(3.1.x Runtime)" + AkaMsChannel = None } + { GitBranchName = "release/3.1.1xx" + DisplayName = "Release/3.1.1XX
(3.1.x Runtime)" + AkaMsChannel = None }] + + wholeTable inputBranches + |> should equal + """| Platform | Master
(6.0.x Runtime) | 5.0.100 RTM
(5.0 Runtime) | 5.0.100 RC2
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | +| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-rtm]][win-x64-version-5.0.1XX-rtm]
[Installer][win-x64-installer-5.0.1XX-rtm] - [Checksum][win-x64-installer-checksum-5.0.1XX-rtm]
[zip][win-x64-zip-5.0.1XX-rtm] - [Checksum][win-x64-zip-checksum-5.0.1XX-rtm] | [![][win-x64-badge-5.0.1XX-rc2]][win-x64-version-5.0.1XX-rc2]
[Installer][win-x64-installer-5.0.1XX-rc2] - [Checksum][win-x64-installer-checksum-5.0.1XX-rc2]
[zip][win-x64-zip-5.0.1XX-rc2] - [Checksum][win-x64-zip-checksum-5.0.1XX-rc2] | [![][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] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rtm]][win-x86-version-5.0.1XX-rtm]
[Installer][win-x86-installer-5.0.1XX-rtm] - [Checksum][win-x86-installer-checksum-5.0.1XX-rtm]
[zip][win-x86-zip-5.0.1XX-rtm] - [Checksum][win-x86-zip-checksum-5.0.1XX-rtm] | [![][win-x86-badge-5.0.1XX-rc2]][win-x86-version-5.0.1XX-rc2]
[Installer][win-x86-installer-5.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc2]
[zip][win-x86-zip-5.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc2] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | +| **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[Installer][win-arm64-installer-5.0.1XX-rc2] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | **N/A** | **N/A** | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rtm]][linux-version-5.0.1XX-rtm]
[DEB Installer][linux-DEB-installer-5.0.1XX-rtm] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rtm]
[RPM Installer][linux-RPM-installer-5.0.1XX-rtm] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rtm]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rtm] - [Checksum][linux-targz-checksum-5.0.1XX-rtm] | [![][linux-badge-5.0.1XX-rc2]][linux-version-5.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc2] - [Checksum][linux-targz-checksum-5.0.1XX-rc2] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][linux-arm-badge-5.0.1XX-rc2]][linux-arm-version-5.0.1XX-rc2]
[tar.gz][linux-arm-targz-5.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc2] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][linux-arm64-badge-5.0.1XX-rc2]][linux-arm64-version-5.0.1XX-rc2]
[tar.gz][linux-arm64-targz-5.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc2] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | +| **Linux-musl-x64** | [![][linux-musl-x64-badge-master]][linux-musl-x64-version-master]
[tar.gz][linux-musl-x64-targz-master] - [Checksum][linux-musl-x64-targz-checksum-master] | [![][linux-musl-x64-badge-5.0.1XX-rtm]][linux-musl-x64-version-5.0.1XX-rtm]
[tar.gz][linux-musl-x64-targz-5.0.1XX-rtm] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX-rtm] | [![][linux-musl-x64-badge-5.0.1XX-rc2]][linux-musl-x64-version-5.0.1XX-rc2]
[tar.gz][linux-musl-x64-targz-5.0.1XX-rc2] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX-rc2] | [![][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-x64-badge-3.1.1XX]][linux-musl-x64-version-3.1.1XX]
[tar.gz][linux-musl-x64-targz-3.1.1XX] - [Checksum][linux-musl-x64-targz-checksum-3.1.1XX] | +| **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | +| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | +| **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | +| **macOS x64** | [![][osx-x64-badge-master]][osx-x64-version-master]
[Installer][osx-x64-installer-master] - [Checksum][osx-x64-installer-checksum-master]
[tar.gz][osx-x64-targz-master] - [Checksum][osx-x64-targz-checksum-master] | [![][osx-x64-badge-5.0.1XX-rtm]][osx-x64-version-5.0.1XX-rtm]
[Installer][osx-x64-installer-5.0.1XX-rtm] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-x64-targz-5.0.1XX-rtm] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rtm] | [![][osx-x64-badge-5.0.1XX-rc2]][osx-x64-version-5.0.1XX-rc2]
[Installer][osx-x64-installer-5.0.1XX-rc2] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rc2]
[tar.gz][osx-x64-targz-5.0.1XX-rc2] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rc2] | [![][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] | [![][osx-x64-badge-3.1.1XX]][osx-x64-version-3.1.1XX]
[Installer][osx-x64-installer-3.1.1XX] - [Checksum][osx-x64-installer-checksum-3.1.1XX]
[tar.gz][osx-x64-targz-3.1.1XX] - [Checksum][osx-x64-targz-checksum-3.1.1XX] | +| **macOS arm64** | [![][osx-arm64-badge-master]][osx-arm64-version-master]
[Installer][osx-arm64-installer-master] - [Checksum][osx-arm64-installer-checksum-master]
[tar.gz][osx-arm64-targz-master] - [Checksum][osx-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | + +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) +> * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md) + +.NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) + +[win-x64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-x64.txt +[win-x64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x64.zip.sha + +[win-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x64.zip.sha + +[win-x64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x64.zip.sha + +[win-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x64_Release_version_badge.svg +[win-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[win-x64-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x64.zip.sha + +[win-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_x64_Release_version_badge.svg +[win-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[win-x64-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.zip.sha + +[win-x86-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-x86.txt +[win-x86-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-x86.zip.sha + +[win-x86-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-x86.zip.sha + +[win-x86-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-x86.zip.sha + +[win-x86-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_x86_Release_version_badge.svg +[win-x86-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[win-x86-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-x86.zip.sha + +[win-x86-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_x86_Release_version_badge.svg +[win-x86-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[win-x86-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.zip.sha + +[osx-x64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/osx_x64_Release_version_badge.svg +[osx-x64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-osx-x64.txt +[osx-x64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + +[osx-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/osx_x64_Release_version_badge.svg +[osx-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-osx-x64.txt +[osx-x64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + +[osx-x64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/osx_x64_Release_version_badge.svg +[osx-x64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-osx-x64.txt +[osx-x64-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg +[osx-x64-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-x64-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-x64-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + +[osx-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/osx_x64_Release_version_badge.svg +[osx-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[osx-x64-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg +[osx-x64-installer-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-x64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-x64-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + +[osx-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/osx_x64_Release_version_badge.svg +[osx-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[osx-x64-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg +[osx-x64-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-x64-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-x64-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + +[osx-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/osx_arm64_Release_version_badge.svg +[osx-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-osx-arm64.txt +[osx-arm64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.pkg +[osx-arm64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.pkg.sha +[osx-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.tar.gz +[osx-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-osx-arm64.pkg.tar.gz.sha + +[linux-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_x64_Release_version_badge.svg +[linux-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + +[linux-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + +[linux-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + +[linux-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_x64_Release_version_badge.svg +[linux-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[linux-DEB-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-x64.tar.gz.sha + +[linux-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_x64_Release_version_badge.svg +[linux-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[linux-DEB-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha + +[linux-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + +[linux-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + +[linux-arm-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + +[linux-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm_Release_version_badge.svg +[linux-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[linux-arm-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm.tar.gz.sha + +[linux-arm-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_arm_Release_version_badge.svg +[linux-arm-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[linux-arm-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha + +[linux-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + +[linux-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + +[linux-arm64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + +[linux-arm64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[linux-arm64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha + +[linux-arm64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[linux-arm64-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha + +[rhel-6-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[rhel-6-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[rhel-6-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + +[linux-musl-x64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + +[linux-musl-x64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + +[linux-musl-x64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-x64-targz-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + +[linux-musl-x64-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[linux-musl-x64-targz-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + +[linux-musl-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[linux-musl-x64-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-x64-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + +[linux-musl-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm.tar.gz.sha + +[linux-musl-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz.sha + +[win-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm.txt +[win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip.sha + +[win-arm-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm.zip.sha + +[win-arm-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm.zip.sha + +[win-arm-badge-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/win_arm_Release_version_badge.svg +[win-arm-version-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/latest.version +[win-arm-zip-3.1.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-arm.zip +[win-arm-zip-checksum-3.1.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.4xx/dotnet-sdk-latest-win-arm.zip.sha + +[win-arm-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_arm_Release_version_badge.svg +[win-arm-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[win-arm-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm.zip +[win-arm-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm.zip.sha + +[win-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.zip.sha + +[win-arm64-badge-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-rtm]: https://aka.ms/dotnet/net5/5.0.1xx/daily/Sdk/dotnet-sdk-win-arm64.zip.sha + +[win-arm64-badge-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/productCommit-win-arm64.txt +[win-arm64-installer-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe +[win-arm64-installer-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.exe.sha +[win-arm64-zip-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-rc2]: https://aka.ms/dotnet/net5/rc2/Sdk/dotnet-sdk-win-arm64.zip.sha + +[sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories""" diff --git a/tools/sdk-readme-table-generator/TableGenerator.Tests/TableGenerator.Tests.fsproj b/tools/sdk-readme-table-generator/TableGenerator.Tests/TableGenerator.Tests.fsproj new file mode 100644 index 000000000..f33878f9b --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator.Tests/TableGenerator.Tests.fsproj @@ -0,0 +1,17 @@ + + + netcoreapp3.1 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tools/sdk-readme-table-generator/TableGenerator.sln b/tools/sdk-readme-table-generator/TableGenerator.sln new file mode 100644 index 000000000..7e79f61ad --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29610.7 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TableGenerator", "TableGenerator\TableGenerator.fsproj", "{7F07B3CD-2E70-428F-8C7D-46A436211774}" +EndProject +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TableGenerator.Tests", "TableGenerator.Tests\TableGenerator.Tests.fsproj", "{4957E781-3178-41A1-BC65-0A00F41B2685}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7F07B3CD-2E70-428F-8C7D-46A436211774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7F07B3CD-2E70-428F-8C7D-46A436211774}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7F07B3CD-2E70-428F-8C7D-46A436211774}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7F07B3CD-2E70-428F-8C7D-46A436211774}.Release|Any CPU.Build.0 = Release|Any CPU + {4957E781-3178-41A1-BC65-0A00F41B2685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4957E781-3178-41A1-BC65-0A00F41B2685}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4957E781-3178-41A1-BC65-0A00F41B2685}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4957E781-3178-41A1-BC65-0A00F41B2685}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7B5BEADF-7D46-4729-A771-A306FBB2E154} + EndGlobalSection +EndGlobal diff --git a/tools/sdk-readme-table-generator/TableGenerator/Program.fs b/tools/sdk-readme-table-generator/TableGenerator/Program.fs new file mode 100644 index 000000000..b35c04efd --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator/Program.fs @@ -0,0 +1,47 @@ +module TableGenerator.App + +open System +open TableGenerator.Shared +open TableGenerator.Reference +open TableGenerator.Table + +let inputBranches = + [ { GitBranchName = "master" + DisplayName = "Master
(6.0.x Runtime)" + AkaMsChannel = Some("net6/dev") } + { GitBranchName = "release/5.0.2xx" + DisplayName = "Release/5.0.2XX
(5.0 Runtime)" + AkaMsChannel = Some("net5/5.0.2xx/daily") } + { GitBranchName = "release/5.0.1xx-rtm" + DisplayName = "5.0.100 RTM
(5.0 Runtime)" + AkaMsChannel = Some("net5/5.0.1xx/daily") } + { GitBranchName = "release/3.1.4xx" + DisplayName = "Release/3.1.4XX
(3.1.x Runtime)" + AkaMsChannel = None } + { GitBranchName = "release/3.1.1xx" + DisplayName = "Release/3.1.1XX
(3.1.x Runtime)" + AkaMsChannel = None }] + + +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) +> * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md) + +.NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md)""" + +let sdksha2 = + "[sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories" + +let wholeTable branches = + String.Join + (Environment.NewLine + Environment.NewLine, + [ table branches + referentNotes + referenceList branches + sdksha2 ]) + +[] +let main argv = + Console.WriteLine(wholeTable inputBranches) + 0 diff --git a/tools/sdk-readme-table-generator/TableGenerator/Reference.fs b/tools/sdk-readme-table-generator/TableGenerator/Reference.fs new file mode 100644 index 000000000..9092a70e7 --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator/Reference.fs @@ -0,0 +1,202 @@ +module TableGenerator.Reference + +open System +open TableGenerator.Shared + +let referenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[{0}-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[{0}-installer-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.exe +[{0}-installer-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.exe.sha +[{0}-zip-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.zip +[{0}-zip-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.zip.sha""" + + AkaMSTemplate = """[{0}-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[{0}-installer-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.exe +[{0}-installer-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.exe.sha +[{0}-zip-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.zip +[{0}-zip-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.zip.sha""" +} + +let targzReferenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[{0}-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[{0}-targz-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz.sha""" + + AkaMSTemplate = """[{0}-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[{0}-targz-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz.sha""" } + +let linuxArmNoArchitectureReferenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[{0}-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[{0}-targz-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz.sha""" + + AkaMSTemplate = """[{0}-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[{0}-targz-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz.sha""" } + +let osxReferenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[{0}-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[{0}-installer-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.pkg +[{0}-installer-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.pkg.sha +[{0}-targz-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz.sha""" + + AkaMSTemplate = """[{0}-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[{0}-installer-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.pkg +[{0}-installer-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.pkg.sha +[{0}-targz-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.pkg.tar.gz.sha""" +} + +let linuxReferenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[linux-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[linux-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[linux-DEB-installer-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz +[linux-targz-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz.sha""" + + AkaMSTemplate = """[linux-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[linux-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[linux-DEB-installer-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz +[linux-targz-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz.sha""" +} + +let rhel6ReferenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[rhel-6-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[rhel-6-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[rhel-6-targz-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz +[rhel-6-targz-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz.sha""" + + AkaMSTemplate = """[rhel-6-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[rhel-6-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[rhel-6-targz-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz +[rhel-6-targz-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz.sha""" +} + +let linuxMuslReferenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[{0}-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[{0}-targz-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.tar.gz.sha""" + + AkaMSTemplate = """[{0}-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[{0}-targz-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz +[{0}-targz-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.tar.gz.sha""" +} + +let winMuslReferenceTemplate: ReferenceTemplate = { + LegacyTemplate = """[{0}-badge-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/latest.version +[{0}-zip-{1}]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.zip +[{0}-zip-checksum-{1}]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/{2}/dotnet-sdk-latest-{0}.zip.sha""" + + AkaMSTemplate = """[{0}-badge-{1}]: https://aka.ms/dotnet/{4}/Sdk/{3}_Release_version_badge.svg +[{0}-version-{1}]: https://aka.ms/dotnet/{4}/Sdk/productCommit-{0}.txt +[{0}-zip-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.zip +[{0}-zip-checksum-{1}]: https://aka.ms/dotnet/{4}/Sdk/dotnet-sdk-{0}.zip.sha""" +} + +let formatTemplate (platform: String) (template: ReferenceTemplate) (branch: Branch): Option = + if branch.AkaMsChannel <> None then + Some (String.Format(template.AkaMSTemplate, + platform, // 0 - win-x64 + (branchNameShorten branch), // 1 - 5.0.1xx-preview2 + branch.GitBranchName, // 2 - 5.0.100-preview.2.20169.1 + (platform.Replace('-', '_')), // 3 - win_64 + branch.AkaMsChannel.Value)) // 4 - 5.0/preview2 + else + Some (String.Format(template.LegacyTemplate, + platform, // 0 - win-64 + (branchNameShorten branch), // 1 - 5.0.1xx-preview2 + branch.GitBranchName, // 2 - 5.0.100-preview.2.20169.1 + (platform.Replace('-', '_')))) // 3 - win_64 + +let winX64ReferenceTemplate = formatTemplate "win-x64" referenceTemplate + +let winX86ReferenceTemplate = formatTemplate "win-x86" referenceTemplate + +let osxX64ReferenceTemplate = formatTemplate "osx-x64" osxReferenceTemplate + +let osxArm64ReferenceTemplate branch = + let format branch = formatTemplate "osx-arm64" osxReferenceTemplate branch + match getMajorMinor branch with + | Master -> format branch + | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | _ -> None + +let linuxX64ReferenceTemplate = formatTemplate "linux-x64" linuxReferenceTemplate + +let linuxArmReferenceTemplate = formatTemplate "linux-arm" linuxArmNoArchitectureReferenceTemplate + +let linuxArm64ReferenceTemplate = formatTemplate "linux-arm64" linuxArmNoArchitectureReferenceTemplate + +let rhel6x64ReferenceTemplate = formatTemplate "rhel.6-x64" rhel6ReferenceTemplate + +let linuxMuslx64ReferenceTemplate = formatTemplate "linux-musl-x64" linuxMuslReferenceTemplate + +let linuxMuslArmReferenceTemplate branch = + let format branch = formatTemplate "linux-musl-arm" linuxMuslReferenceTemplate branch + match getMajorMinor branch with + | Master -> format branch + | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | _ -> None + +let linuxMuslArm64ReferenceTemplate branch = + let format branch = formatTemplate "linux-musl-arm64" linuxMuslReferenceTemplate branch + match getMajorMinor branch with + | Master -> format branch + | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | _ -> None + +let winArmMuslReferenceTemplate branch = + match getMajorMinor branch with + | NoVersion -> None + | MajorMinor { Major = major; Minor = minor } when major <= 2 && minor <= 1 -> None + | _ -> formatTemplate "win-arm" winMuslReferenceTemplate branch + +let winArm64MuslReferenceTemplate branch = + match getMajorMinor branch with + | NoVersion -> None + | MajorMinor { Major = major; Minor = minor } when major < 5 -> None + | _ -> formatTemplate "win-arm64" referenceTemplate branch + +let templates = + [ winX64ReferenceTemplate + winX86ReferenceTemplate + osxX64ReferenceTemplate + osxArm64ReferenceTemplate + linuxX64ReferenceTemplate + linuxArmReferenceTemplate + linuxArm64ReferenceTemplate + rhel6x64ReferenceTemplate + linuxMuslx64ReferenceTemplate + linuxMuslArmReferenceTemplate + linuxMuslArm64ReferenceTemplate + winArmMuslReferenceTemplate + winArm64MuslReferenceTemplate ] + +let referenceList branches = + String.Join + (Environment.NewLine + Environment.NewLine, + templates + |> List.collect (fun template -> + branches + |> List.map template + |> List.choose id)) diff --git a/tools/sdk-readme-table-generator/TableGenerator/Shared.fs b/tools/sdk-readme-table-generator/TableGenerator/Shared.fs new file mode 100644 index 000000000..6cbaabc67 --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator/Shared.fs @@ -0,0 +1,42 @@ +module TableGenerator.Shared + +open NuGet.Versioning +open System + +type Branch = + { GitBranchName: string + DisplayName: string + AkaMsChannel: string option } + +type ReferenceTemplate = + { AkaMSTemplate: string + LegacyTemplate: string } + +let branchNameShorten (branch: Branch): string = + branch.GitBranchName.Substring(branch.GitBranchName.IndexOf('/') + 1).Replace("xx", "XX") + +type BranchMajorMinorVersion = + { Major: int + Minor: int + Release: string} + +type BranchMajorMinorVersionOrMaster = + | Master + | MajorMinor of BranchMajorMinorVersion + | NoVersion + +let getMajorMinor (branch: Branch): BranchMajorMinorVersionOrMaster = + match branch.GitBranchName = "master" with + | true -> Master + | _ -> + match branch.GitBranchName.IndexOf('/') with + | index when index < 0 -> NoVersion + | _ -> + match NuGetVersion.TryParseStrict + (branch.GitBranchName.Substring(branch.GitBranchName.IndexOf('/') + 1).Replace("xx", "99")) with + | true, version -> + MajorMinor + { Major = version.Major + Minor = version.Minor + Release = version.Release} + | _ -> NoVersion diff --git a/tools/sdk-readme-table-generator/TableGenerator/Table.fs b/tools/sdk-readme-table-generator/TableGenerator/Table.fs new file mode 100644 index 000000000..52d1c9374 --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator/Table.fs @@ -0,0 +1,144 @@ +module TableGenerator.Table + +open System +open TableGenerator.Shared + +let notAvailable = "**N/A**" + +let windowsDesktopArchTableTemplate = + """[![][{0}-badge-{1}]][{0}-version-{1}]
[Installer][{0}-installer-{1}] - [Checksum][{0}-installer-checksum-{1}]
[zip][{0}-zip-{1}] - [Checksum][{0}-zip-checksum-{1}]""" + +let linuxArmTableTemplate = + "[![][{0}-badge-{1}]][{0}-version-{1}]
[tar.gz][{0}-targz-{1}] - [Checksum][{0}-targz-checksum-{1}]" + +let osxDesktopArchTableTemplate = + """[![][{0}-badge-{1}]][{0}-version-{1}]
[Installer][{0}-installer-{1}] - [Checksum][{0}-installer-checksum-{1}]
[tar.gz][{0}-targz-{1}] - [Checksum][{0}-targz-checksum-{1}]""" + +let joinListOfArchs (listOfArchs: List): string = "| " + String.Join(" | ", listOfArchs) + " |" + +let formRow rowTitle tableTemplateForThisArch branches = + let inList = + List.concat + [ [ rowTitle ] + (branches |> List.map tableTemplateForThisArch) ] + joinListOfArchs inList + +let windowsX64Row branches = + let tableTemplateForThisArch branch = + String.Format(windowsDesktopArchTableTemplate, "win-x64", branchNameShorten branch) + formRow "**Windows x64**" tableTemplateForThisArch branches + +let windowsX86Row branches = + let tableTemplateForThisArch branch = + String.Format(windowsDesktopArchTableTemplate, "win-x86", branchNameShorten branch) + formRow "**Windows x86**" tableTemplateForThisArch branches + +let osxX64Row branches = + let tableTemplateForThisArch branch = String.Format(osxDesktopArchTableTemplate, "osx-x64", branchNameShorten branch) + formRow "**macOS x64**" tableTemplateForThisArch branches + +let osxArm64Row branches = + let format branch = String.Format(osxDesktopArchTableTemplate, "osx-arm64", branchNameShorten branch) + let tableTemplateForThisArch branch = + match getMajorMinor branch with + | Master -> format branch + | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | _ -> notAvailable + formRow "**macOS arm64**" tableTemplateForThisArch branches + +let linuxDesktopArchRow branches = + let tableTemplate = + """[![][linux-badge-{0}]][linux-version-{0}]
[DEB Installer][linux-DEB-installer-{0}] - [Checksum][linux-DEB-installer-checksum-{0}]
[RPM Installer][linux-RPM-installer-{0}] - [Checksum][linux-RPM-installer-checksum-{0}]
_see installer note below_1
[tar.gz][linux-targz-{0}] - [Checksum][linux-targz-checksum-{0}]""" + let tableTemplateForThisArch branch = String.Format(tableTemplate, branchNameShorten branch) + formRow "**Linux x64**" tableTemplateForThisArch branches + +let linuxArmRow branches = + let tableTemplateForThisArch branch = String.Format(linuxArmTableTemplate, "linux-arm", branchNameShorten branch) + formRow "**Linux arm**" tableTemplateForThisArch branches + +let linuxArm64Row branches = + let tableTemplateForThisArch branch = String.Format(linuxArmTableTemplate, "linux-arm64", branchNameShorten branch) + formRow "**Linux arm64**" tableTemplateForThisArch branches + +let rhel6Row branches = + let tableTemplateForThisArch branch = + match getMajorMinor branch with + | NoVersion -> notAvailable + | Master -> notAvailable + | MajorMinor { Major = major; Minor = minor } when major >= 5 -> notAvailable + | _ -> String.Format(linuxArmTableTemplate, "rhel-6", branchNameShorten branch) + formRow "**RHEL 6**" tableTemplateForThisArch branches + +let linuxMuslRowX64 branches = + let format branch = String.Format(linuxArmTableTemplate, "linux-musl-x64", branchNameShorten branch) + let tableTemplateForThisArch branch = format branch + formRow "**Linux-musl-x64**" tableTemplateForThisArch branches + +let linuxMuslRowArm branches = + let format branch = String.Format(linuxArmTableTemplate, "linux-musl-arm", branchNameShorten branch) + let tableTemplateForThisArch branch = + match getMajorMinor branch with + | Master -> format branch + | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | _ -> notAvailable + formRow "**Linux-musl-arm**" tableTemplateForThisArch branches + +let linuxMuslRowArm64 branches = + let format branch = String.Format(linuxArmTableTemplate, "linux-musl-arm64", branchNameShorten branch) + let tableTemplateForThisArch branch = + match getMajorMinor branch with + | Master -> format branch + | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | _ -> notAvailable + formRow "**Linux-musl-arm64**" tableTemplateForThisArch branches + +let windowsArmRow branches = + let tableTemplate = + "[![][win-arm-badge-{0}]][win-arm-version-{0}]
[zip][win-arm-zip-{0}] - [Checksum][win-arm-zip-checksum-{0}]" + + let tableTemplateForThisArch branch = + match getMajorMinor branch with + | NoVersion -> notAvailable + | Master -> notAvailable + | MajorMinor { Major = major; Minor = minor } when ( major >= 5) -> notAvailable + | _ -> String.Format(tableTemplate, branchNameShorten branch) + formRow "**Windows arm**" tableTemplateForThisArch branches + +let windowsArm64Row branches = + let tableTemplate = + "[![][win-arm64-badge-{0}]][win-arm64-version-{0}]
[zip][win-arm64-zip-{0}]" + + let tableInstallerTemplate = + """[![][win-arm64-badge-{0}]][win-arm64-version-{0}]
[Installer][win-arm64-installer-{0}] - [Checksum][win-arm64-installer-checksum-{0}]
[zip][win-arm64-zip-{0}]""" + + let tableTemplateForThisArch branch = + match getMajorMinor branch with + | NoVersion -> notAvailable + | MajorMinor { Major = major; Minor = minor; Release = release; } when major <= 3 -> notAvailable + | MajorMinor { Major = major; Minor = minor; Release = release; } when major = 5 -> String.Format(tableInstallerTemplate, branchNameShorten branch) + | _ -> String.Format(tableTemplate, branchNameShorten branch) + formRow "**Windows arm64**" tableTemplateForThisArch branches + +let titleRow = formRow "Platform" (fun (b: Branch) -> b.DisplayName) + +let separator = formRow ":---------" (fun _ -> ":----------:") + +let rows = + [ titleRow + separator + windowsX64Row + windowsX86Row + windowsArmRow + windowsArm64Row + linuxDesktopArchRow + linuxArmRow + linuxArm64Row + linuxMuslRowX64 + linuxMuslRowArm + linuxMuslRowArm64 + rhel6Row + osxX64Row + osxArm64Row + ] + +let table branches = String.Join(Environment.NewLine, rows |> List.map (fun row -> row branches)) diff --git a/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj b/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj new file mode 100644 index 000000000..875b6cfcb --- /dev/null +++ b/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj @@ -0,0 +1,19 @@ + + + + Exe + netcoreapp3.1 + + + + + + + + + + + + + + From 324f57351a480216352a4dd8b0814251c6b5205d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 00:18:48 +0000 Subject: [PATCH 300/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.9 (#9129) [master] 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 1666a28f2..def701220 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2
- + https://github.com/dotnet/sdk - cad3fa309825d8c97e6d28075e594a51aa251a32 + 311d80f953872e097efd467862a1c6afc3755195 - + https://github.com/dotnet/sdk - cad3fa309825d8c97e6d28075e594a51aa251a32 + 311d80f953872e097efd467862a1c6afc3755195 diff --git a/eng/Versions.props b/eng/Versions.props index cb049889d..4301f30ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.7 - 6.0.100-alpha.1.20573.7 + 6.0.100-alpha.1.20573.9 + 6.0.100-alpha.1.20573.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 22bbd9cd48eded448fc49d8cd4c0a743c532f729 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 03:32:14 +0000 Subject: [PATCH 301/375] [master] Update dependencies from dotnet/sdk (#9132) [master] 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 def701220..cfc52587f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 311d80f953872e097efd467862a1c6afc3755195 + 74a8a3df651fdf3d818033d761daec7c17707bf5 - + https://github.com/dotnet/sdk - 311d80f953872e097efd467862a1c6afc3755195 + 74a8a3df651fdf3d818033d761daec7c17707bf5 diff --git a/eng/Versions.props b/eng/Versions.props index 4301f30ab..65118ddf5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.9 - 6.0.100-alpha.1.20573.9 + 6.0.100-alpha.1.20573.13 + 6.0.100-alpha.1.20573.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6cd04d0964b8e247e05dccfebb3de88b1ea6b11b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 04:39:46 +0000 Subject: [PATCH 302/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.14 (#9134) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20570.9 to 6.0.0-alpha.1.20573.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20570.9 to 6.0.0-alpha.1.20573.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20570.9 to 6.0.0-alpha.1.20573.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20570.9 to 6.0.0-alpha.1.20573.11 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20570.9 to 6.0.0-alpha.1.20573.11 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20570.9 to 6.0.0-alpha.1.20573.11 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20570.9 to 6.0.0-alpha.1.20573.11 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cfc52587f..96caff6a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/aspnetcore - 59e4261f41fecd873617a7673dad24da40f30515 + 97ea8f8f68231784eed92d49abd5bfb7faca2e63 - + https://github.com/dotnet/aspnetcore - 59e4261f41fecd873617a7673dad24da40f30515 + 97ea8f8f68231784eed92d49abd5bfb7faca2e63 - + https://github.com/dotnet/aspnetcore - 59e4261f41fecd873617a7673dad24da40f30515 + 97ea8f8f68231784eed92d49abd5bfb7faca2e63 - + https://github.com/dotnet/aspnetcore - 59e4261f41fecd873617a7673dad24da40f30515 + 97ea8f8f68231784eed92d49abd5bfb7faca2e63 https://github.com/dotnet/efcore f4628ea869b971fdbeadab8890d46be192e0af89 - + https://github.com/dotnet/aspnetcore - 59e4261f41fecd873617a7673dad24da40f30515 + 97ea8f8f68231784eed92d49abd5bfb7faca2e63 - + https://github.com/dotnet/aspnetcore - 59e4261f41fecd873617a7673dad24da40f30515 + 97ea8f8f68231784eed92d49abd5bfb7faca2e63 - + https://github.com/dotnet/aspnetcore - 59e4261f41fecd873617a7673dad24da40f30515 + 97ea8f8f68231784eed92d49abd5bfb7faca2e63 https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - 74a8a3df651fdf3d818033d761daec7c17707bf5 + d2384afb2c28b418e900e51cc41d08fffcfaf0db - + https://github.com/dotnet/sdk - 74a8a3df651fdf3d818033d761daec7c17707bf5 + d2384afb2c28b418e900e51cc41d08fffcfaf0db diff --git a/eng/Versions.props b/eng/Versions.props index 65118ddf5..704ab9ca0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20570.9 - 6.0.0-alpha.1.20570.9 - 6.0.0-alpha.1.20570.9 - 6.0.0-alpha.1.20570.9 - 6.0.0-alpha.1.20570.9 - 6.0.0-alpha.1.20570.9 - 6.0.0-alpha.1.20570.9 + 6.0.0-alpha.1.20573.11 + 6.0.0-alpha.1.20573.11 + 6.0.0-alpha.1.20573.11 + 6.0.0-alpha.1.20573.11 + 6.0.0-alpha.1.20573.11 + 6.0.0-alpha.1.20573.11 + 6.0.0-alpha.1.20573.11 0.2.0 - 6.0.100-alpha.1.20573.13 - 6.0.100-alpha.1.20573.13 + 6.0.100-alpha.1.20573.14 + 6.0.100-alpha.1.20573.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ee0f048dcc41454cdbb2da681ccb3cf7de03bd5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 05:37:28 +0000 Subject: [PATCH 303/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.15 (#9135) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201123-03 to 16.9.0-preview-20201123-04 (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 96caff6a5..c655a58cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - d2384afb2c28b418e900e51cc41d08fffcfaf0db + ba13a9d1ac890ffd107b364242289fddbc3671d2 - + https://github.com/dotnet/sdk - d2384afb2c28b418e900e51cc41d08fffcfaf0db + ba13a9d1ac890ffd107b364242289fddbc3671d2 @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - b6cdf7de86696a22b228bc054faed22ed925dbf6 + 5354492943722ee83de2a82574411e87289730b7 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 704ab9ca0..ac20cd51c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.14 - 6.0.100-alpha.1.20573.14 + 6.0.100-alpha.1.20573.15 + 6.0.100-alpha.1.20573.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201123-03 + 16.9.0-preview-20201123-04 From fa26d1409e7f8685dfcd2f943eddc88427734b1d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 07:16:46 +0000 Subject: [PATCH 304/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.17 (#9137) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20573.10 to 3.9.0-2.20574.4 (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 c655a58cd..dfab6b64a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - ba13a9d1ac890ffd107b364242289fddbc3671d2 + c43a25ed49e794c48b48550bb232be1fdedc8327 - + https://github.com/dotnet/sdk - ba13a9d1ac890ffd107b364242289fddbc3671d2 + c43a25ed49e794c48b48550bb232be1fdedc8327 @@ -121,9 +121,9 @@ 8ee2557ccbaf9e4cf243f15b8cb95da4eddb18aa linker - + https://github.com/dotnet/roslyn - edf43e80d55de958f8db2c0fd0f184309da25bb6 + e052e2b9bb5696b09fb4fdae72f1d044aec44eac https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index ac20cd51c..daa5be26e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.15 - 6.0.100-alpha.1.20573.15 + 6.0.100-alpha.1.20573.17 + 6.0.100-alpha.1.20573.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e24b2c83881690cebf23986945bc8b9bf0e7ed3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 08:29:41 +0000 Subject: [PATCH 305/375] Update dependencies from https://github.com/dotnet/sdk build 20201123.18 (#9138) [master] 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 dfab6b64a..bb86ec217 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 86370252408392abf3dfb310aefe462c2b9009d2 - + https://github.com/dotnet/sdk - c43a25ed49e794c48b48550bb232be1fdedc8327 + 8ed60c62b7fe25ecee657f79485325ebda970a84 - + https://github.com/dotnet/sdk - c43a25ed49e794c48b48550bb232be1fdedc8327 + 8ed60c62b7fe25ecee657f79485325ebda970a84 diff --git a/eng/Versions.props b/eng/Versions.props index daa5be26e..0a0f762d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.17 - 6.0.100-alpha.1.20573.17 + 6.0.100-alpha.1.20573.18 + 6.0.100-alpha.1.20573.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a047fd344eec1048a8099ca61867e0235fcf6dad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 14:15:47 +0000 Subject: [PATCH 306/375] Update dependencies from https://github.com/dotnet/arcade build 20201123.2 (#9142) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20563.1 to 1.0.0-beta.20568.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/performance/crossgen_perf.proj | 6 +++--- eng/common/performance/performance-setup.sh | 6 ++++++ eng/common/post-build/sourcelink-validation.ps1 | 2 +- global.json | 2 +- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb86ec217..3b0ce1102 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - a9a80fb35d2e7da21509441d665a40022ce8f1b4 + 35bddd4fbfab8da3518fb920250d7c9e0c3138ff - + https://github.com/dotnet/arcade - a9a80fb35d2e7da21509441d665a40022ce8f1b4 + 35bddd4fbfab8da3518fb920250d7c9e0c3138ff https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink d3394b77de882fa0ef7357bd522fe7323ba503a2 - + https://github.com/dotnet/xliff-tasks - 58fe21ee620bce9dca02874bfc9e58684ed62d62 + 6c35941248214c592f89b1a1fbc7a8473471dfc1 diff --git a/eng/Versions.props b/eng/Versions.props index 0a0f762d0..72521fe06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20567.7 + 6.0.0-beta.20573.2 diff --git a/eng/common/performance/crossgen_perf.proj b/eng/common/performance/crossgen_perf.proj index cf09e4057..eb8bdd9c4 100644 --- a/eng/common/performance/crossgen_perf.proj +++ b/eng/common/performance/crossgen_perf.proj @@ -19,7 +19,7 @@ python3 - $(HelixPreCommands);chmod +x $HELIX_WORKITEM_PAYLOAD/startup/Startup;chmod +x $HELIX_WORKITEM_PAYLOAD/startup/perfcollect;sudo apt update + $(HelixPreCommands);chmod +x $HELIX_WORKITEM_PAYLOAD/startup/Startup;chmod +x $HELIX_WORKITEM_PAYLOAD/startup/perfcollect;sudo apt update;chmod +x $HELIX_WORKITEM_PAYLOAD/SOD/SizeOnDisk $HELIX_CORRELATION_PAYLOAD/Core_Root $HELIX_CORRELATION_PAYLOAD/performance/src/scenarios/ $(ScenarioDirectory)crossgen/ @@ -69,7 +69,7 @@ $(WorkItemDirectory) $(Python) $(CrossgenDirectory)pre.py crossgen --core-root $(CoreRoot) --single %(Identity) - $(Python) $(CrossgenDirectory)test.py sod --scenario-name "Crossgen %(Identity) Size" --dirs ./crossgen/ + $(Python) $(CrossgenDirectory)test.py sod --scenario-name "Crossgen %(Identity) Size" --dirs ./crossgen.out/ $(Python) $(CrossgenDirectory)post.py @@ -78,7 +78,7 @@ $(WorkItemDirectory) $(Python) $(Crossgen2Directory)pre.py crossgen2 --core-root $(CoreRoot) --single %(Identity) - $(Python) $(Crossgen2Directory)test.py sod --scenario-name "Crossgen2 %(Identity) Size" --dirs ./crossgen/ + $(Python) $(Crossgen2Directory)test.py sod --scenario-name "Crossgen2 %(Identity) Size" --dirs ./crossgen.out/ $(Python) $(Crossgen2Directory)post.py diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 315815a96..c8e211bcb 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -198,6 +198,12 @@ if [[ "$internal" == true ]]; then else queue=Ubuntu.1804.Amd64.Tiger.Perf fi +else + if [[ "$architecture" = "arm64" ]]; then + queue=ubuntu.1804.armarch.open + else + queue=Ubuntu.1804.Amd64.Open + fi fi if [[ "$mono_dotnet" != "" ]] && [[ "$monointerpreter" == "false" ]]; then diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index 1728b742b..1c46f7b63 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -164,7 +164,7 @@ function CheckJobResult( [ref]$ValidationFailures, [switch]$logErrors) { if ($result -ne '0') { - if ($logError) { + if ($logErrors) { Write-PipelineTelemetryError -Category 'SourceLink' -Message "$packagePath has broken SourceLink links." } $ValidationFailures.Value++ diff --git a/global.json b/global.json index 1ba708d24..30aeb9e99 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20567.7" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20573.2" } } From 27fafc7bba8727a38dc011f92728097385ef7e3c Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 24 Nov 2020 10:02:32 -0800 Subject: [PATCH 307/375] Enable post-build signing (#9122) Enables post build signing. This repo will discontinue signing in-build and instead the entire product will sign all at once in the staging pipelines. --- .vsts-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7a25c70ef..5f3f43828 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -16,6 +16,8 @@ variables: value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json - name: _PublishUsingPipelines value: false +- name: PostBuildSign + value: true - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-DotNetCli-Storage - group: DotNet-Blob-Feed From bd06b98d6b26a6357fc472859bb3782b9323a852 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 07:48:25 +0000 Subject: [PATCH 308/375] Update dependencies from https://github.com/dotnet/sdk build 20201124.1 (#9143) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20568.1 to 6.0.0-alpha.1.20574.1 (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 3b0ce1102..a96312501 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,17 +87,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 86370252408392abf3dfb310aefe462c2b9009d2 + f501108ab2972534fad28b76a210d588b223cb77 - + https://github.com/dotnet/sdk - 8ed60c62b7fe25ecee657f79485325ebda970a84 + af2f7aec56fe6c763be2ea3ad7bc7e862b6e48c9 - + https://github.com/dotnet/sdk - 8ed60c62b7fe25ecee657f79485325ebda970a84 + af2f7aec56fe6c763be2ea3ad7bc7e862b6e48c9 diff --git a/eng/Versions.props b/eng/Versions.props index 72521fe06..5b840eceb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20568.1 + 6.0.0-alpha.1.20574.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20573.18 - 6.0.100-alpha.1.20573.18 + 6.0.100-alpha.1.20574.1 + 6.0.100-alpha.1.20574.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9382505d9c7dbc41010b50ba29edd5be9d1b3b75 Mon Sep 17 00:00:00 2001 From: Missy Messa <47990216+missymessa@users.noreply.github.com> Date: Wed, 25 Nov 2020 08:27:05 -0800 Subject: [PATCH 309/375] Revert "Enable post-build signing (#9122)" This reverts commit 27fafc7bba8727a38dc011f92728097385ef7e3c. --- .vsts-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 5f3f43828..7a25c70ef 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -16,8 +16,6 @@ variables: value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json - name: _PublishUsingPipelines value: false -- name: PostBuildSign - value: true - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-DotNetCli-Storage - group: DotNet-Blob-Feed From c0b0f38c35da59c2eb793a3ea29ec151b8430ba9 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 30 Nov 2020 16:55:13 -0800 Subject: [PATCH 310/375] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9545a42c1..21a245c38 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -Please do not directly edit the table below. Use https://github.com/dotnet/installer/tree/master/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 hte table. +Please do not directly edit the table below. Use https://github.com/dotnet/installer/tree/master/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 | Master
(6.0.x Runtime) | Release/5.0.2XX
(5.0 Runtime) | 5.0.100 RTM
(5.0 Runtime) | Release/3.1.4XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | From 336b2cdcf7a35577bdb07d248a2873b4cac0b160 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 1 Dec 2020 06:56:48 -0800 Subject: [PATCH 311/375] Reenable and fix post build signing (#9176) Fixes post build signing so that the manifests are conformant with the requirement that items to sign should also appear in the artifacts section of a manifest. --- .vsts-ci.yml | 2 ++ eng/Publishing.props | 12 ++++++++++++ eng/Signing.props | 16 +++++----------- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7a25c70ef..5f3f43828 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -16,6 +16,8 @@ variables: value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json - name: _PublishUsingPipelines value: false +- name: PostBuildSign + value: true - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-DotNetCli-Storage - group: DotNet-Blob-Feed diff --git a/eng/Publishing.props b/eng/Publishing.props index e34b66cc2..f2b53179f 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -115,6 +115,18 @@ $(BlobStoragePartialRelativePath)/$(FullNugetVersion)/$([System.String]::Copy('%(Filename)%(Extension)')) + + + + + + + + + + + + false diff --git a/eng/Signing.props b/eng/Signing.props index bac80eb60..fbafae48e 100644 --- a/eng/Signing.props +++ b/eng/Signing.props @@ -2,17 +2,10 @@ - - - - - - - - - - - + + + @@ -24,6 +17,7 @@ It is therefore expected that could be an empty set. --> true + true From f2294767a503fcdb5e6489cd580b74b3125f9276 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:19:38 +0000 Subject: [PATCH 312/375] Update dependencies from https://github.com/dotnet/arcade build 20201201.2 (#9190) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/tools.sh | 14 +++++++++----- global.json | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a96312501..1622f2c6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@
- + https://github.com/dotnet/arcade - 35bddd4fbfab8da3518fb920250d7c9e0c3138ff + 6d8efa00a7dd2d15e07df673a83cecb8a0a3031f - + https://github.com/dotnet/arcade - 35bddd4fbfab8da3518fb920250d7c9e0c3138ff + 6d8efa00a7dd2d15e07df673a83cecb8a0a3031f https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 5b840eceb..983742343 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20573.2 + 6.0.0-beta.20601.2 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 98186e784..871527241 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -249,7 +249,7 @@ function with_retries { return 0 fi - timeout=$((2**$retries-1)) + timeout=$((3**$retries-1)) echo "Failed to execute '$@'. Waiting $timeout seconds before next attempt ($retries out of $maxRetries)." 1>&2 sleep $timeout done @@ -271,10 +271,14 @@ function GetDotNetInstallScript { # Use curl if available, otherwise use wget if command -v curl > /dev/null; then - with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { - local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." - ExitWithExitCode $exit_code + # first, try directly, if this fails we will retry with verbose logging + curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { + echo "curl failed; will now retry with verbose logging." + with_retries curl "$install_script_url" -sSL --verbose --retry 10 --create-dirs -o "$install_script" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } } else with_retries wget -v -O "$install_script" "$install_script_url" || { diff --git a/global.json b/global.json index 30aeb9e99..99a20d047 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20573.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20601.2" } } From 652ea37586d85aae3ff851493e851533ca336a23 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 7 Dec 2020 11:28:06 -0800 Subject: [PATCH 313/375] Reorder the table to match runtime where macOS is before Linux. --- README.md | 4 ++-- .../TableGenerator.Tests/DomainTests.fs | 4 ++-- tools/sdk-readme-table-generator/TableGenerator/Table.fs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 21a245c38..d47833b6e 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Please do not directly edit the table below. Use https://github.com/dotnet/insta | **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][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-5.0.1XX-rtm]][win-x86-version-5.0.1XX-rtm]
[Installer][win-x86-installer-5.0.1XX-rtm] - [Checksum][win-x86-installer-checksum-5.0.1XX-rtm]
[zip][win-x86-zip-5.0.1XX-rtm] - [Checksum][win-x86-zip-checksum-5.0.1XX-rtm] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | | **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | | **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][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] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | **N/A** | **N/A** | +| **macOS x64** | [![][osx-x64-badge-master]][osx-x64-version-master]
[Installer][osx-x64-installer-master] - [Checksum][osx-x64-installer-checksum-master]
[tar.gz][osx-x64-targz-master] - [Checksum][osx-x64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][osx-x64-version-5.0.1XX-rtm]
[Installer][osx-x64-installer-5.0.1XX-rtm] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-x64-targz-5.0.1XX-rtm] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rtm] | [![][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] | [![][osx-x64-badge-3.1.1XX]][osx-x64-version-3.1.1XX]
[Installer][osx-x64-installer-3.1.1XX] - [Checksum][osx-x64-installer-checksum-3.1.1XX]
[tar.gz][osx-x64-targz-3.1.1XX] - [Checksum][osx-x64-targz-checksum-3.1.1XX] | +| **macOS arm64** | [![][osx-arm64-badge-master]][osx-arm64-version-master]
[Installer][osx-arm64-installer-master] - [Checksum][osx-arm64-installer-checksum-master]
[tar.gz][osx-arm64-targz-master] - [Checksum][osx-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-version-5.0.1XX-rtm]
[DEB Installer][linux-DEB-installer-5.0.1XX-rtm] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rtm]
[RPM Installer][linux-RPM-installer-5.0.1XX-rtm] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rtm]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rtm] - [Checksum][linux-targz-checksum-5.0.1XX-rtm] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | | **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | | **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | @@ -82,8 +84,6 @@ Please do not directly edit the table below. Use https://github.com/dotnet/insta | **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | -| **macOS x64** | [![][osx-x64-badge-master]][osx-x64-version-master]
[Installer][osx-x64-installer-master] - [Checksum][osx-x64-installer-checksum-master]
[tar.gz][osx-x64-targz-master] - [Checksum][osx-x64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][osx-x64-version-5.0.1XX-rtm]
[Installer][osx-x64-installer-5.0.1XX-rtm] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-x64-targz-5.0.1XX-rtm] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rtm] | [![][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] | [![][osx-x64-badge-3.1.1XX]][osx-x64-version-3.1.1XX]
[Installer][osx-x64-installer-3.1.1XX] - [Checksum][osx-x64-installer-checksum-3.1.1XX]
[tar.gz][osx-x64-targz-3.1.1XX] - [Checksum][osx-x64-targz-checksum-3.1.1XX] | -| **macOS arm64** | [![][osx-arm64-badge-master]][osx-arm64-version-master]
[Installer][osx-arm64-installer-master] - [Checksum][osx-arm64-installer-checksum-master]
[tar.gz][osx-arm64-targz-master] - [Checksum][osx-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | 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: diff --git a/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs index fe2981fa8..9ed7515d0 100644 --- a/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs +++ b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs @@ -230,6 +230,8 @@ let ``pinning tests for readme in master 11/02/2020``() = | **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-rtm]][win-x86-version-5.0.1XX-rtm]
[Installer][win-x86-installer-5.0.1XX-rtm] - [Checksum][win-x86-installer-checksum-5.0.1XX-rtm]
[zip][win-x86-zip-5.0.1XX-rtm] - [Checksum][win-x86-zip-checksum-5.0.1XX-rtm] | [![][win-x86-badge-5.0.1XX-rc2]][win-x86-version-5.0.1XX-rc2]
[Installer][win-x86-installer-5.0.1XX-rc2] - [Checksum][win-x86-installer-checksum-5.0.1XX-rc2]
[zip][win-x86-zip-5.0.1XX-rc2] - [Checksum][win-x86-zip-checksum-5.0.1XX-rc2] | [![][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] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | | **Windows arm** | **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] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | | **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
[zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-rtm]][win-arm64-version-5.0.1XX-rtm]
[Installer][win-arm64-installer-5.0.1XX-rtm] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rtm]
[zip][win-arm64-zip-5.0.1XX-rtm] | [![][win-arm64-badge-5.0.1XX-rc2]][win-arm64-version-5.0.1XX-rc2]
[Installer][win-arm64-installer-5.0.1XX-rc2] - [Checksum][win-arm64-installer-checksum-5.0.1XX-rc2]
[zip][win-arm64-zip-5.0.1XX-rc2] | **N/A** | **N/A** | +| **macOS x64** | [![][osx-x64-badge-master]][osx-x64-version-master]
[Installer][osx-x64-installer-master] - [Checksum][osx-x64-installer-checksum-master]
[tar.gz][osx-x64-targz-master] - [Checksum][osx-x64-targz-checksum-master] | [![][osx-x64-badge-5.0.1XX-rtm]][osx-x64-version-5.0.1XX-rtm]
[Installer][osx-x64-installer-5.0.1XX-rtm] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-x64-targz-5.0.1XX-rtm] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rtm] | [![][osx-x64-badge-5.0.1XX-rc2]][osx-x64-version-5.0.1XX-rc2]
[Installer][osx-x64-installer-5.0.1XX-rc2] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rc2]
[tar.gz][osx-x64-targz-5.0.1XX-rc2] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rc2] | [![][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] | [![][osx-x64-badge-3.1.1XX]][osx-x64-version-3.1.1XX]
[Installer][osx-x64-installer-3.1.1XX] - [Checksum][osx-x64-installer-checksum-3.1.1XX]
[tar.gz][osx-x64-targz-3.1.1XX] - [Checksum][osx-x64-targz-checksum-3.1.1XX] | +| **macOS arm64** | [![][osx-arm64-badge-master]][osx-arm64-version-master]
[Installer][osx-arm64-installer-master] - [Checksum][osx-arm64-installer-checksum-master]
[tar.gz][osx-arm64-targz-master] - [Checksum][osx-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-rtm]][linux-version-5.0.1XX-rtm]
[DEB Installer][linux-DEB-installer-5.0.1XX-rtm] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rtm]
[RPM Installer][linux-RPM-installer-5.0.1XX-rtm] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rtm]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rtm] - [Checksum][linux-targz-checksum-5.0.1XX-rtm] | [![][linux-badge-5.0.1XX-rc2]][linux-version-5.0.1XX-rc2]
[DEB Installer][linux-DEB-installer-5.0.1XX-rc2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-rc2]
[RPM Installer][linux-RPM-installer-5.0.1XX-rc2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-rc2]
_see installer note below_1
[tar.gz][linux-targz-5.0.1XX-rc2] - [Checksum][linux-targz-checksum-5.0.1XX-rc2] | [![][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-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | | **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][linux-arm-badge-5.0.1XX-rc2]][linux-arm-version-5.0.1XX-rc2]
[tar.gz][linux-arm-targz-5.0.1XX-rc2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rc2] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | | **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][linux-arm64-badge-5.0.1XX-rc2]][linux-arm64-version-5.0.1XX-rc2]
[tar.gz][linux-arm64-targz-5.0.1XX-rc2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rc2] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | @@ -237,8 +239,6 @@ let ``pinning tests for readme in master 11/02/2020``() = | **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | -| **macOS x64** | [![][osx-x64-badge-master]][osx-x64-version-master]
[Installer][osx-x64-installer-master] - [Checksum][osx-x64-installer-checksum-master]
[tar.gz][osx-x64-targz-master] - [Checksum][osx-x64-targz-checksum-master] | [![][osx-x64-badge-5.0.1XX-rtm]][osx-x64-version-5.0.1XX-rtm]
[Installer][osx-x64-installer-5.0.1XX-rtm] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rtm]
[tar.gz][osx-x64-targz-5.0.1XX-rtm] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rtm] | [![][osx-x64-badge-5.0.1XX-rc2]][osx-x64-version-5.0.1XX-rc2]
[Installer][osx-x64-installer-5.0.1XX-rc2] - [Checksum][osx-x64-installer-checksum-5.0.1XX-rc2]
[tar.gz][osx-x64-targz-5.0.1XX-rc2] - [Checksum][osx-x64-targz-checksum-5.0.1XX-rc2] | [![][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] | [![][osx-x64-badge-3.1.1XX]][osx-x64-version-3.1.1XX]
[Installer][osx-x64-installer-3.1.1XX] - [Checksum][osx-x64-installer-checksum-3.1.1XX]
[tar.gz][osx-x64-targz-3.1.1XX] - [Checksum][osx-x64-targz-checksum-3.1.1XX] | -| **macOS arm64** | [![][osx-arm64-badge-master]][osx-arm64-version-master]
[Installer][osx-arm64-installer-master] - [Checksum][osx-arm64-installer-checksum-master]
[tar.gz][osx-arm64-targz-master] - [Checksum][osx-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | 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: diff --git a/tools/sdk-readme-table-generator/TableGenerator/Table.fs b/tools/sdk-readme-table-generator/TableGenerator/Table.fs index 52d1c9374..fa47f9a2e 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Table.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Table.fs @@ -130,6 +130,8 @@ let rows = windowsX86Row windowsArmRow windowsArm64Row + osxX64Row + osxArm64Row linuxDesktopArchRow linuxArmRow linuxArm64Row @@ -137,8 +139,6 @@ let rows = linuxMuslRowArm linuxMuslRowArm64 rhel6Row - osxX64Row - osxArm64Row ] let table branches = String.Join(Environment.NewLine, rows |> List.map (fun row -> row branches)) From e5876e7119cc9fc27bf9b9e6ebcce263c0d565db Mon Sep 17 00:00:00 2001 From: Will Godbe Date: Tue, 8 Dec 2020 10:50:54 -0800 Subject: [PATCH 314/375] Update AspnetCore template/runtime versions to 5.0.1 --- eng/Versions.props | 2 +- src/redist/targets/GenerateBundledVersions.targets | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 983742343..5c8094cf1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -114,7 +114,7 @@ $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplates50PackageVersion) $(MicrosoftDotNetCommonItemTemplates50PackageVersion) - $(MicrosoftAspNetCoreAppRuntime50PackageVersion) + 5.0.1 4.8.1-servicing.19605.5 3.1.2-servicing.20066.4 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a9f8a9b4c..0a547abb3 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -34,8 +34,8 @@ <_WindowsDesktop50DefaultRuntimeFrameworkVersion>5.0.0 <_WindowsDesktop50RuntimePackVersion>5.0.0 <_WindowsDesktop50TargetingPackVersion>5.0.0 - <_AspNet50DefaultRuntimeFrameworkVersion>5.0.0 - <_AspNet50RuntimePackVersion>5.0.0 + <_AspNet50DefaultRuntimeFrameworkVersion>5.0.1 + <_AspNet50RuntimePackVersion>5.0.1 <_AspNet50TargetingPackVersion>5.0.0 <_NETCoreApp31RuntimePackVersion>3.1.9 From 8d0a196da7e86288ba94aa6bae8d2b3a538b87a4 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 8 Dec 2020 15:34:37 -0800 Subject: [PATCH 315/375] Update GenerateBundledVersions.targets --- src/redist/targets/GenerateBundledVersions.targets | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 0a547abb3..e7eec8398 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -334,7 +334,7 @@ Copyright (c) .NET Foundation. All rights reserved. Date: Tue, 8 Dec 2020 15:35:20 -0800 Subject: [PATCH 316/375] Update GenerateBundledVersions.targets --- src/redist/targets/GenerateBundledVersions.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index e7eec8398..1eb957839 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -409,7 +409,7 @@ Copyright (c) .NET Foundation. All rights reserved. Date: Wed, 9 Dec 2020 03:11:38 +0000 Subject: [PATCH 317/375] Update dependencies from https://github.com/dotnet/arcade build 20201204.2 (#9197) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20566-02 to 1.1.0-beta-20580-02 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.20568.1 to 1.0.0-beta.20574.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 16 ++-- eng/Versions.props | 2 +- eng/common/pipeline-logging-functions.ps1 | 102 +++++++++++++--------- eng/common/pipeline-logging-functions.sh | 26 +++++- eng/common/tools.ps1 | 15 +++- eng/common/tools.sh | 13 ++- global.json | 2 +- 7 files changed, 118 insertions(+), 58 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1622f2c6b..c2cd30232 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,25 +148,25 @@
- + https://github.com/dotnet/arcade - 6d8efa00a7dd2d15e07df673a83cecb8a0a3031f + ea609b8e036359934332480de9336d98fcbb3f91 - + https://github.com/dotnet/arcade - 6d8efa00a7dd2d15e07df673a83cecb8a0a3031f + ea609b8e036359934332480de9336d98fcbb3f91 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - d3394b77de882fa0ef7357bd522fe7323ba503a2 + 2062f0c2bae2674b1b8b4416b0e13a8675560f3b - + https://github.com/dotnet/xliff-tasks - 6c35941248214c592f89b1a1fbc7a8473471dfc1 + 7e29f28189ba6add06fe169e39a2187fc92d73a0 diff --git a/eng/Versions.props b/eng/Versions.props index 983742343..56bc94788 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20601.2 + 6.0.0-beta.20604.2 diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index 8484451f3..8e422c561 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -29,14 +29,14 @@ function Write-PipelineTelemetryError { [switch]$AsOutput, [switch]$Force) - $PSBoundParameters.Remove('Category') | Out-Null + $PSBoundParameters.Remove('Category') | Out-Null - if($Force -Or ((Test-Path variable:ci) -And $ci)) { - $Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message" - } - $PSBoundParameters.Remove('Message') | Out-Null - $PSBoundParameters.Add('Message', $Message) - Write-PipelineTaskError @PSBoundParameters + if ($Force -Or ((Test-Path variable:ci) -And $ci)) { + $Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message" + } + $PSBoundParameters.Remove('Message') | Out-Null + $PSBoundParameters.Add('Message', $Message) + Write-PipelineTaskError @PSBoundParameters } # Specify "-Force" to force pipeline formatted output even if "$ci" is false or not set @@ -55,8 +55,8 @@ function Write-PipelineTaskError { [switch]$Force ) - if(!$Force -And (-Not (Test-Path variable:ci) -Or !$ci)) { - if($Type -eq 'error') { + if (!$Force -And (-Not (Test-Path variable:ci) -Or !$ci)) { + if ($Type -eq 'error') { Write-Host $Message -ForegroundColor Red return } @@ -66,47 +66,61 @@ function Write-PipelineTaskError { } } - if(($Type -ne 'error') -and ($Type -ne 'warning')) { + if (($Type -ne 'error') -and ($Type -ne 'warning')) { Write-Host $Message return } $PSBoundParameters.Remove('Force') | Out-Null - if(-not $PSBoundParameters.ContainsKey('Type')) { + if (-not $PSBoundParameters.ContainsKey('Type')) { $PSBoundParameters.Add('Type', 'error') } Write-LogIssue @PSBoundParameters - } +} - function Write-PipelineSetVariable { +function Write-PipelineSetVariable { [CmdletBinding()] param( - [Parameter(Mandatory = $true)] - [string]$Name, - [string]$Value, - [switch]$Secret, - [switch]$AsOutput, - [bool]$IsMultiJobVariable=$true) + [Parameter(Mandatory = $true)] + [string]$Name, + [string]$Value, + [switch]$Secret, + [switch]$AsOutput, + [bool]$IsMultiJobVariable = $true) - if((Test-Path variable:ci) -And $ci) { + if ((Test-Path variable:ci) -And $ci) { Write-LoggingCommand -Area 'task' -Event 'setvariable' -Data $Value -Properties @{ - 'variable' = $Name - 'isSecret' = $Secret - 'isOutput' = $IsMultiJobVariable + 'variable' = $Name + 'isSecret' = $Secret + 'isOutput' = $IsMultiJobVariable } -AsOutput:$AsOutput - } - } + } +} - function Write-PipelinePrependPath { +function Write-PipelinePrependPath { [CmdletBinding()] param( - [Parameter(Mandatory=$true)] - [string]$Path, - [switch]$AsOutput) + [Parameter(Mandatory = $true)] + [string]$Path, + [switch]$AsOutput) - if((Test-Path variable:ci) -And $ci) { + if ((Test-Path variable:ci) -And $ci) { Write-LoggingCommand -Area 'task' -Event 'prependpath' -Data $Path -AsOutput:$AsOutput - } - } + } +} + +function Write-PipelineSetResult { + [CmdletBinding()] + param( + [ValidateSet("Succeeded", "SucceededWithIssues", "Failed", "Cancelled", "Skipped")] + [Parameter(Mandatory = $true)] + [string]$Result, + [string]$Message) + if ((Test-Path variable:ci) -And $ci) { + Write-LoggingCommand -Area 'task' -Event 'complete' -Data $Message -Properties @{ + 'result' = $Result + } + } +} <######################################## # Private functions. @@ -123,7 +137,8 @@ function Format-LoggingCommandData { foreach ($mapping in $script:loggingCommandEscapeMappings) { $Value = $Value.Replace($mapping.Token, $mapping.Replacement) } - } else { + } + else { for ($i = $script:loggingCommandEscapeMappings.Length - 1 ; $i -ge 0 ; $i--) { $mapping = $script:loggingCommandEscapeMappings[$i] $Value = $Value.Replace($mapping.Replacement, $mapping.Token) @@ -156,7 +171,8 @@ function Format-LoggingCommand { if ($first) { $null = $sb.Append(' ') $first = $false - } else { + } + else { $null = $sb.Append(';') } @@ -193,7 +209,8 @@ function Write-LoggingCommand { $command = Format-LoggingCommand -Area $Area -Event $Event -Data $Data -Properties $Properties if ($AsOutput) { $command - } else { + } + else { Write-Host $command } } @@ -212,12 +229,12 @@ function Write-LogIssue { [switch]$AsOutput) $command = Format-LoggingCommand -Area 'task' -Event 'logissue' -Data $Message -Properties @{ - 'type' = $Type - 'code' = $ErrCode - 'sourcepath' = $SourcePath - 'linenumber' = $LineNumber - 'columnnumber' = $ColumnNumber - } + 'type' = $Type + 'code' = $ErrCode + 'sourcepath' = $SourcePath + 'linenumber' = $LineNumber + 'columnnumber' = $ColumnNumber + } if ($AsOutput) { return $command } @@ -229,7 +246,8 @@ function Write-LogIssue { $foregroundColor = [System.ConsoleColor]::Red $backgroundColor = [System.ConsoleColor]::Black } - } else { + } + else { $foregroundColor = $host.PrivateData.WarningForegroundColor $backgroundColor = $host.PrivateData.WarningBackgroundColor if ($foregroundColor -isnot [System.ConsoleColor] -or $backgroundColor -isnot [System.ConsoleColor]) { diff --git a/eng/common/pipeline-logging-functions.sh b/eng/common/pipeline-logging-functions.sh index 6cd0a3400..da5a7e612 100755 --- a/eng/common/pipeline-logging-functions.sh +++ b/eng/common/pipeline-logging-functions.sh @@ -179,4 +179,28 @@ function Write-PipelinePrependPath { if [[ "$ci" == true ]]; then echo "##vso[task.prependpath]$prepend_path" fi -} \ No newline at end of file +} + +function Write-PipelineSetResult { + local result='' + local message='' + + while [[ $# -gt 0 ]]; do + opt="$(echo "${1/#--/-}" | awk '{print tolower($0)}')" + case "$opt" in + -result|-r) + result=$2 + shift + ;; + -message|-m) + message=$2 + shift + ;; + esac + shift + done + + if [[ "$ci" == true ]]; then + echo "##vso[task.complete result=$result;]$message" + fi +} diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index fc09059ff..bc8b66e29 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -677,14 +677,23 @@ function MSBuild-Core() { $exitCode = Exec-Process $buildTool.Path $cmdArgs if ($exitCode -ne 0) { - Write-PipelineTelemetryError -Category 'Build' -Message 'Build failed.' + # We should not Write-PipelineTaskError here because that message shows up in the build summary + # The build already logged an error, that's the reason it failed. Producing an error here only adds noise. + Write-Host "Build failed with exit code $exitCode. Check errors above." -ForegroundColor Red $buildLog = GetMSBuildBinaryLogCommandLineArgument $args - if ($buildLog -ne $null) { + if ($null -ne $buildLog) { Write-Host "See log: $buildLog" -ForegroundColor DarkGray } - ExitWithExitCode $exitCode + if ($ci) { + Write-PipelineSetResult -Result "Failed" -Message "msbuild execution failed." + # Exiting with an exit code causes the azure pipelines task to log yet another "noise" error + # The above Write-PipelineSetResult will cause the task to be marked as failure without adding yet another error + ExitWithExitCode 0 + } else { + ExitWithExitCode $exitCode + } } } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 871527241..0295dd9ff 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -441,8 +441,17 @@ function MSBuild-Core { "$_InitializeBuildTool" "$@" || { local exit_code=$? - Write-PipelineTaskError "Build failed (exit code '$exit_code')." - ExitWithExitCode $exit_code + # We should not Write-PipelineTaskError here because that message shows up in the build summary + # The build already logged an error, that's the reason it failed. Producing an error here only adds noise. + echo "Build failed with exit code $exit_code. Check errors above." + if [[ "$ci" == "true" ]]; then + Write-PipelineSetResult -result "Failed" -message "msbuild execution failed." + # Exiting with an exit code causes the azure pipelines task to log yet another "noise" error + # The above Write-PipelineSetResult will cause the task to be marked as failure without adding yet another error + ExitWithExitCode 0 + else + ExitWithExitCode $exit_code + fi } } diff --git a/global.json b/global.json index 99a20d047..0a017ce2d 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20601.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20604.2" } } From c848d289036876a0ab80fa90c40d4bd80f50ce4a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 13:52:49 +0000 Subject: [PATCH 318/375] Update dependencies from https://github.com/dotnet/arcade build 20201207.11 (#9200) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20574.1 to 1.0.0-beta.20605.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/performance/microbenchmarks.proj | 2 +- global.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2cd30232..424c367c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@
- + https://github.com/dotnet/arcade - ea609b8e036359934332480de9336d98fcbb3f91 + ae4226e0521b46075925444f3d733e05ae74dc0d - + https://github.com/dotnet/arcade - ea609b8e036359934332480de9336d98fcbb3f91 + ae4226e0521b46075925444f3d733e05ae74dc0d https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink 2062f0c2bae2674b1b8b4416b0e13a8675560f3b - + https://github.com/dotnet/xliff-tasks - 7e29f28189ba6add06fe169e39a2187fc92d73a0 + e3a45fddee008a25d4dfc1c5222d93636ecf009b diff --git a/eng/Versions.props b/eng/Versions.props index 56bc94788..db1ea03c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20604.2 + 6.0.0-beta.20607.11 diff --git a/eng/common/performance/microbenchmarks.proj b/eng/common/performance/microbenchmarks.proj index 94b6efbc9..318ca5f1b 100644 --- a/eng/common/performance/microbenchmarks.proj +++ b/eng/common/performance/microbenchmarks.proj @@ -141,4 +141,4 @@ 4:00 - \ No newline at end of file + diff --git a/global.json b/global.json index 0a017ce2d..e8df442c4 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20604.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20607.11" } } From c8258d9a380bb9b7622fb4b7cb77a4bcf5232bf3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 13:59:41 +0000 Subject: [PATCH 319/375] Update dependencies from https://github.com/dotnet/arcade build 20201208.21 (#9204) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20580-02 to 1.1.0-beta-20607-02 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/performance/microbenchmarks.proj | 2 +- global.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 424c367c4..aa20beb8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,21 +148,21 @@
- + https://github.com/dotnet/arcade - ae4226e0521b46075925444f3d733e05ae74dc0d + b984ce874f048ec28e1067e9f47bdb183682df46 - + https://github.com/dotnet/arcade - ae4226e0521b46075925444f3d733e05ae74dc0d + b984ce874f048ec28e1067e9f47bdb183682df46 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 2062f0c2bae2674b1b8b4416b0e13a8675560f3b + f3182c5db7acd80fab1e8ce3332b327886692951 https://github.com/dotnet/xliff-tasks diff --git a/eng/Versions.props b/eng/Versions.props index db1ea03c2..8f61a3a42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20607.11 + 6.0.0-beta.20608.21 diff --git a/eng/common/performance/microbenchmarks.proj b/eng/common/performance/microbenchmarks.proj index 318ca5f1b..94b6efbc9 100644 --- a/eng/common/performance/microbenchmarks.proj +++ b/eng/common/performance/microbenchmarks.proj @@ -141,4 +141,4 @@ 4:00 - + \ No newline at end of file diff --git a/global.json b/global.json index e8df442c4..2c17d237a 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20607.11" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21" } } From ab75328ef8bbb181f2aae93c6590afddff72fd0b Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 10 Dec 2020 15:32:33 -0600 Subject: [PATCH 320/375] Bump _NET50RuntimePackVersion to 5.0.1 --- src/redist/targets/GenerateBundledVersions.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a9f8a9b4c..bb4f8ebef 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -29,7 +29,7 @@ <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) <_NET50DefaultRuntimeFrameworkVersion>5.0.0 - <_NET50RuntimePackVersion>5.0.0 + <_NET50RuntimePackVersion>5.0.1 <_NET50TargetingPackVersion>5.0.0 <_WindowsDesktop50DefaultRuntimeFrameworkVersion>5.0.0 <_WindowsDesktop50RuntimePackVersion>5.0.0 From fe01e66a2749581b8f2d8d178b29d2c25de96a3c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:54:05 +0000 Subject: [PATCH 321/375] Update dependencies from https://github.com/dotnet/arcade build 20201209.9 (#9211) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20605.1 to 1.0.0-beta.20608.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/post-build/post-build-utils.ps1 | 6 +++--- global.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa20beb8a..17889d1ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - b984ce874f048ec28e1067e9f47bdb183682df46 + 66c6b1b53965afd8ee5695a36b1909d006ae98af - + https://github.com/dotnet/arcade - b984ce874f048ec28e1067e9f47bdb183682df46 + 66c6b1b53965afd8ee5695a36b1909d006ae98af https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink f3182c5db7acd80fab1e8ce3332b327886692951 - + https://github.com/dotnet/xliff-tasks - e3a45fddee008a25d4dfc1c5222d93636ecf009b + 2737d94d136f96dc6d0e5b08c4ed0791477fac25 diff --git a/eng/Versions.props b/eng/Versions.props index 8f61a3a42..11288fc54 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20608.21 + 6.0.0-beta.20609.9 diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index 7d4974479..534f6988d 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -69,9 +69,9 @@ function Trigger-Subscription([string]$SubscriptionId) { function Validate-MaestroVars { try { - Get-Variable MaestroApiEndPoint -Scope Global | Out-Null - Get-Variable MaestroApiVersion -Scope Global | Out-Null - Get-Variable MaestroApiAccessToken -Scope Global | Out-Null + Get-Variable MaestroApiEndPoint | Out-Null + Get-Variable MaestroApiVersion | Out-Null + Get-Variable MaestroApiAccessToken | Out-Null if (!($MaestroApiEndPoint -Match '^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$')) { Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" diff --git a/global.json b/global.json index 2c17d237a..f5c66bafa 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20609.9" } } From f442630c2ccf9858163aaaadc2db3b55d91fff34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 13:54:40 +0000 Subject: [PATCH 322/375] Update dependencies from https://github.com/dotnet/arcade build 20201210.4 (#9221) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20608.1 to 1.0.0-beta.20609.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 17889d1ee..8d79b947d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - 66c6b1b53965afd8ee5695a36b1909d006ae98af + 3346d7b4ff047c854913fb2ded6e3aa726da6d11 - + https://github.com/dotnet/arcade - 66c6b1b53965afd8ee5695a36b1909d006ae98af + 3346d7b4ff047c854913fb2ded6e3aa726da6d11 https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink f3182c5db7acd80fab1e8ce3332b327886692951 - + https://github.com/dotnet/xliff-tasks - 2737d94d136f96dc6d0e5b08c4ed0791477fac25 + a23212cca46ae31bda5641976c457c29ae76f137 diff --git a/eng/Versions.props b/eng/Versions.props index 11288fc54..f080db939 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20609.9 + 6.0.0-beta.20610.4 diff --git a/global.json b/global.json index f5c66bafa..3b8f38f68 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20609.9" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20610.4" } } From 3f100132de2a04b8e562a8c2d65e0e5a0eba9909 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 14 Dec 2020 16:22:37 -0800 Subject: [PATCH 323/375] Update README.md --- tools/sdk-readme-table-generator/README.md | Bin 1106 -> 948 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/tools/sdk-readme-table-generator/README.md b/tools/sdk-readme-table-generator/README.md index 28f53a88d9d609ae4ce6f018cbd4f5780239e137..9ce5ad6e7dc86c5329535dfedc5b6b2a0e87d693 100644 GIT binary patch literal 948 zcma)4OKRLe5Zw>V9SVDsz#x&&#@@wv0z+_O9PdKFEp=(sjMOE%OBQpsEOMk=A+IEb zc#%bfw2)M<`u%?W_<2cRZ$Ht){=@Cvp43$x(~%=5r;@gt?dDPbyfbNwXC9G;z8P-d zM0Lyci9)1m44o%0Q|!d~W%B#0R&~hNWqAzRj#W`hUwYBVT85a_bseYIg`M=KpuG<| zpYjyqFzQWm5!>^VZNE=)Os+4QOjFCz#u8J=(<31F9VR42d+aCY6{AICP}zG1fFH2$wj5y$`s;}#sP%i7W6RAG-z0;?Es`H zbltxkn;;)RZ|qjG1s&7`M1g1#%Dqdvqbz?}+FytpI;V}Ko}BmWcQi3RV^1$o0eOp% z*}0WVK{q3o&-=3)r;1e}MxlB3#eP<2!mEdxcTmGPrhb_+T(`)3mkkMLeb3YcROCNG zEvrtda>15Mzlz>(H-zi+m&g4zJz}?vil9*%#9%(87bG}pfWG-am|`)s?s*X`!?_%c z7s>OiifIU3TbQj=vUJxP!=|YXb!$$~YJ&GrfCjff+w$$^{hB3b)CGpDLCy1OAFZDU znvwtl-(Y#iE=BryiM&FDYm3#c>m@H0zPP%gN>rD#D&}-SC#SBUdtfv8NRf Y4^$(Y&?7>qL{m+%DZw1N4zZThZ;k0ldjJ3c literal 1106 zcma)*%}c{T5XI*#_&+T5qTt6_Z;BN}1W|7yH2uyTy_sH${yCNEU^~i0M z!sfg@ZTLz@3^sA!iM{cePSC{X|5e!;4cyZlL}kbJf%TOv zSG@G|a*eh1ZU`gsNSQ!|>SE=1SGL!wqZyxU`KD>ey+-BM*E6tFmb#(&Z5%Oh);~#^ zE9(L0H`g-rS-IpF From 0f985b1947ef457d2593e9a37d2ae8570b600bc1 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Mon, 14 Dec 2020 22:10:08 -0800 Subject: [PATCH 324/375] Restore the changes to the files in the eng/ foler and global.json --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 2 +- eng/common/post-build/post-build-utils.ps1 | 6 +++--- global.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b1c35b5e..aa20beb8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -129,12 +129,12 @@ https://github.com/dotnet/msbuild 56ab6340935d039999a588621733fa2384dae2a3 - + https://github.com/NuGet/NuGet.Client - 8e3cdf1b3475a0cb68a65dd2ffd51a2135f1fb67 + a4c9d63bf942f1df1ba9486a87bad2e4b6888488 - https://github.com/dotnet/CliCommandLineParser + https://github.com/dotnet/cliCommandLineParser 0e89c2116ad28e404ba56c14d1c3f938caa25a01 @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - 3346d7b4ff047c854913fb2ded6e3aa726da6d11 + b984ce874f048ec28e1067e9f47bdb183682df46 - + https://github.com/dotnet/arcade - 3346d7b4ff047c854913fb2ded6e3aa726da6d11 + b984ce874f048ec28e1067e9f47bdb183682df46 https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink f3182c5db7acd80fab1e8ce3332b327886692951 - + https://github.com/dotnet/xliff-tasks - a23212cca46ae31bda5641976c457c29ae76f137 + e3a45fddee008a25d4dfc1c5222d93636ecf009b diff --git a/eng/Versions.props b/eng/Versions.props index f080db939..8f61a3a42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20610.4 + 6.0.0-beta.20608.21 diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index 534f6988d..7d4974479 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -69,9 +69,9 @@ function Trigger-Subscription([string]$SubscriptionId) { function Validate-MaestroVars { try { - Get-Variable MaestroApiEndPoint | Out-Null - Get-Variable MaestroApiVersion | Out-Null - Get-Variable MaestroApiAccessToken | Out-Null + Get-Variable MaestroApiEndPoint -Scope Global | Out-Null + Get-Variable MaestroApiVersion -Scope Global | Out-Null + Get-Variable MaestroApiAccessToken -Scope Global | Out-Null if (!($MaestroApiEndPoint -Match '^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$')) { Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" diff --git a/global.json b/global.json index 3b8f38f68..2c17d237a 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20610.4" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21" } } From 72b2e440abceb8974e73b89a9f5e4d4c4e0b6cfe Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Tue, 15 Dec 2020 12:57:44 +0100 Subject: [PATCH 325/375] Update README.md and table generator for linux-musl-arm --- README.md | 14 ++++++++++++-- .../TableGenerator.Tests/DomainTests.fs | 2 ++ .../TableGenerator/Reference.fs | 4 ++-- .../TableGenerator/Shared.fs | 2 ++ .../TableGenerator/Table.fs | 4 ++-- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d47833b6e..84540aa04 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ Please do not directly edit the table below. Use https://github.com/dotnet/insta | **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-arm-version-5.0.1XX-rtm]
[tar.gz][linux-arm-targz-5.0.1XX-rtm] - [Checksum][linux-arm-targz-checksum-5.0.1XX-rtm] | [![][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-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | | **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-arm64-version-5.0.1XX-rtm]
[tar.gz][linux-arm64-targz-5.0.1XX-rtm] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-rtm] | [![][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-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | | **Linux-musl-x64** | [![][linux-musl-x64-badge-master]][linux-musl-x64-version-master]
[tar.gz][linux-musl-x64-targz-master] - [Checksum][linux-musl-x64-targz-checksum-master] | [![][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-5.0.1XX-rtm]][linux-musl-x64-version-5.0.1XX-rtm]
[tar.gz][linux-musl-x64-targz-5.0.1XX-rtm] - [Checksum][linux-musl-x64-targz-checksum-5.0.1XX-rtm] | [![][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-x64-badge-3.1.1XX]][linux-musl-x64-version-3.1.1XX]
[tar.gz][linux-musl-x64-targz-3.1.1XX] - [Checksum][linux-musl-x64-targz-checksum-3.1.1XX] | -| **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | -| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | **N/A** | **N/A** | **N/A** | **N/A** | +| **Linux-musl-arm** | [![][linux-musl-arm-badge-master]][linux-musl-arm-version-master]
[tar.gz][linux-musl-arm-targz-master] - [Checksum][linux-musl-arm-targz-checksum-master] | [![][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** | **N/A** | **N/A** | +| **Linux-musl-arm64** | [![][linux-musl-arm64-badge-master]][linux-musl-arm64-version-master]
[tar.gz][linux-musl-arm64-targz-master] - [Checksum][linux-musl-arm64-targz-checksum-master] | [![][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** | **N/A** | **N/A** | | **RHEL 6** | **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] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | Reference notes: @@ -354,11 +354,21 @@ Reference notes: [linux-musl-arm-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm.tar.gz [linux-musl-arm-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm.tar.gz.sha +[linux-musl-arm-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/linux_musl_arm_Release_version_badge.svg +[linux-musl-arm-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-linux-musl-arm.txt +[linux-musl-arm-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-musl-arm.tar.gz +[linux-musl-arm-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-musl-arm.tar.gz.sha + [linux-musl-arm64-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/linux_musl_arm64_Release_version_badge.svg [linux-musl-arm64-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-linux-musl-arm64.txt [linux-musl-arm64-targz-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz [linux-musl-arm64-targz-checksum-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz.sha +[linux-musl-arm64-badge-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/linux_musl_arm64_Release_version_badge.svg +[linux-musl-arm64-version-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/productCommit-linux-musl-arm64.txt +[linux-musl-arm64-targz-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz +[linux-musl-arm64-targz-checksum-5.0.2XX]: https://aka.ms/dotnet/net5/5.0.2xx/daily/Sdk/dotnet-sdk-linux-musl-arm64.tar.gz.sha + [win-arm-badge-master]: https://aka.ms/dotnet/net6/dev/Sdk/win_arm_Release_version_badge.svg [win-arm-version-master]: https://aka.ms/dotnet/net6/dev/Sdk/productCommit-win-arm.txt [win-arm-zip-master]: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm.zip diff --git a/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs index 9ed7515d0..317470222 100644 --- a/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs +++ b/tools/sdk-readme-table-generator/TableGenerator.Tests/DomainTests.fs @@ -36,6 +36,7 @@ let ``it can get major and minor version of a branch``() = (MajorMinor ({ Major = 3 Minor = 1 + Patch = 199 Release = ""})) [] @@ -49,6 +50,7 @@ let ``it can get major and minor version of a preview branch``() = (MajorMinor ({ Major = 5 Minor = 0 + Patch = 199 Release = "preview2"})) [] diff --git a/tools/sdk-readme-table-generator/TableGenerator/Reference.fs b/tools/sdk-readme-table-generator/TableGenerator/Reference.fs index 9092a70e7..3f45cf8cf 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Reference.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Reference.fs @@ -155,14 +155,14 @@ let linuxMuslArmReferenceTemplate branch = let format branch = formatTemplate "linux-musl-arm" linuxMuslReferenceTemplate branch match getMajorMinor branch with | Master -> format branch - | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | MajorMinor { Major = major; Minor = _minor; Patch = patch } when major >= 6 || (major >= 5 && patch >= 299) -> format branch | _ -> None let linuxMuslArm64ReferenceTemplate branch = let format branch = formatTemplate "linux-musl-arm64" linuxMuslReferenceTemplate branch match getMajorMinor branch with | Master -> format branch - | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | MajorMinor { Major = major; Minor = _minor; Patch = patch } when major >= 6 || (major >= 5 && patch >= 299) -> format branch | _ -> None let winArmMuslReferenceTemplate branch = diff --git a/tools/sdk-readme-table-generator/TableGenerator/Shared.fs b/tools/sdk-readme-table-generator/TableGenerator/Shared.fs index 6cbaabc67..63aec60ff 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Shared.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Shared.fs @@ -18,6 +18,7 @@ let branchNameShorten (branch: Branch): string = type BranchMajorMinorVersion = { Major: int Minor: int + Patch: int Release: string} type BranchMajorMinorVersionOrMaster = @@ -38,5 +39,6 @@ let getMajorMinor (branch: Branch): BranchMajorMinorVersionOrMaster = MajorMinor { Major = version.Major Minor = version.Minor + Patch = version.Patch Release = version.Release} | _ -> NoVersion diff --git a/tools/sdk-readme-table-generator/TableGenerator/Table.fs b/tools/sdk-readme-table-generator/TableGenerator/Table.fs index fa47f9a2e..3be2d34ab 100644 --- a/tools/sdk-readme-table-generator/TableGenerator/Table.fs +++ b/tools/sdk-readme-table-generator/TableGenerator/Table.fs @@ -79,7 +79,7 @@ let linuxMuslRowArm branches = let tableTemplateForThisArch branch = match getMajorMinor branch with | Master -> format branch - | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | MajorMinor { Major = major; Minor = _minor; Patch = patch } when major >= 6 || (major >= 5 && patch >= 299) -> format branch | _ -> notAvailable formRow "**Linux-musl-arm**" tableTemplateForThisArch branches @@ -88,7 +88,7 @@ let linuxMuslRowArm64 branches = let tableTemplateForThisArch branch = match getMajorMinor branch with | Master -> format branch - | MajorMinor { Major = major; Minor = _minor } when major >= 6 -> format branch + | MajorMinor { Major = major; Minor = _minor; Patch = patch } when major >= 6 || (major >= 5 && patch >= 299) -> format branch | _ -> notAvailable formRow "**Linux-musl-arm64**" tableTemplateForThisArch branches From 6b9e921aadef039041a66c98c7a93e7f0aabfd56 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 16:48:30 +0000 Subject: [PATCH 326/375] Update dependencies from https://github.com/dotnet/arcade build 20201214.8 (#9237) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20605.1 to 1.0.0-beta.20610.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/native/CommonLibrary.psm1 | 2 +- eng/common/post-build/post-build-utils.ps1 | 6 +++--- global.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa20beb8a..3ee3db82c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@
- + https://github.com/dotnet/arcade - b984ce874f048ec28e1067e9f47bdb183682df46 + b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 - + https://github.com/dotnet/arcade - b984ce874f048ec28e1067e9f47bdb183682df46 + b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink f3182c5db7acd80fab1e8ce3332b327886692951 - + https://github.com/dotnet/xliff-tasks - e3a45fddee008a25d4dfc1c5222d93636ecf009b + 686f15821486dd41b31b11380e86a2e616134b72 diff --git a/eng/Versions.props b/eng/Versions.props index 8f61a3a42..25135e13d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20608.21 + 6.0.0-beta.20614.8 diff --git a/eng/common/native/CommonLibrary.psm1 b/eng/common/native/CommonLibrary.psm1 index d7d1a6510..adf707c8f 100644 --- a/eng/common/native/CommonLibrary.psm1 +++ b/eng/common/native/CommonLibrary.psm1 @@ -48,7 +48,7 @@ function DownloadAndExtract { -Verbose:$Verbose if ($DownloadStatus -Eq $False) { - Write-Error "Download failed" + Write-Error "Download failed from $Uri" return $False } diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index 7d4974479..534f6988d 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -69,9 +69,9 @@ function Trigger-Subscription([string]$SubscriptionId) { function Validate-MaestroVars { try { - Get-Variable MaestroApiEndPoint -Scope Global | Out-Null - Get-Variable MaestroApiVersion -Scope Global | Out-Null - Get-Variable MaestroApiAccessToken -Scope Global | Out-Null + Get-Variable MaestroApiEndPoint | Out-Null + Get-Variable MaestroApiVersion | Out-Null + Get-Variable MaestroApiAccessToken | Out-Null if (!($MaestroApiEndPoint -Match '^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$')) { Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" diff --git a/global.json b/global.json index 2c17d237a..e69c52fff 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20614.8" } } From 489b5caeee1bc7989868feb782ecc781befb8536 Mon Sep 17 00:00:00 2001 From: Will Godbe Date: Wed, 16 Dec 2020 14:38:51 -0800 Subject: [PATCH 327/375] Apply feedback --- src/redist/targets/GenerateBundledVersions.targets | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 1eb957839..7fdd0440b 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -28,13 +28,10 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NET50DefaultRuntimeFrameworkVersion>5.0.0 <_NET50RuntimePackVersion>5.0.0 <_NET50TargetingPackVersion>5.0.0 - <_WindowsDesktop50DefaultRuntimeFrameworkVersion>5.0.0 <_WindowsDesktop50RuntimePackVersion>5.0.0 <_WindowsDesktop50TargetingPackVersion>5.0.0 - <_AspNet50DefaultRuntimeFrameworkVersion>5.0.1 <_AspNet50RuntimePackVersion>5.0.1 <_AspNet50TargetingPackVersion>5.0.0 @@ -409,7 +406,7 @@ Copyright (c) .NET Foundation. All rights reserved. Date: Thu, 17 Dec 2020 13:55:46 +0000 Subject: [PATCH 328/375] Update dependencies from https://github.com/dotnet/arcade build 20201215.4 (#9241) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20607-02 to 1.1.0-beta-20614-02 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.20610.1 to 1.0.0-beta.20612.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/performance/microbenchmarks.proj | 2 +- global.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3ee3db82c..fb10a9543 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,25 +148,25 @@
- + https://github.com/dotnet/arcade - b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 + 7d638bb082f374f7c8ddbada79f757662df4a246 - + https://github.com/dotnet/arcade - b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 + 7d638bb082f374f7c8ddbada79f757662df4a246 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - f3182c5db7acd80fab1e8ce3332b327886692951 + 0811fcd5406f22b086eb64b554514231a17766fd - + https://github.com/dotnet/xliff-tasks - 686f15821486dd41b31b11380e86a2e616134b72 + 9249d6a64e04e6ab113d4ffac14cc1b8329d78d3 diff --git a/eng/Versions.props b/eng/Versions.props index 25135e13d..c62adfc53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20614.8 + 6.0.0-beta.20615.4 diff --git a/eng/common/performance/microbenchmarks.proj b/eng/common/performance/microbenchmarks.proj index 94b6efbc9..318ca5f1b 100644 --- a/eng/common/performance/microbenchmarks.proj +++ b/eng/common/performance/microbenchmarks.proj @@ -141,4 +141,4 @@ 4:00 - \ No newline at end of file + diff --git a/global.json b/global.json index e69c52fff..a6b359ab6 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20614.8" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20615.4" } } From adb2829c64255d8625020adce9ad93e05a8c6f38 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 14:02:38 +0000 Subject: [PATCH 329/375] Update dependencies from https://github.com/dotnet/arcade build 20201216.18 (#9245) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20612.1 to 1.0.0-beta.20615.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb10a9543..b4591f15c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@
- + https://github.com/dotnet/arcade - 7d638bb082f374f7c8ddbada79f757662df4a246 + 26b005488dd7ddf6356873cb01a7b763a82a9622 - + https://github.com/dotnet/arcade - 7d638bb082f374f7c8ddbada79f757662df4a246 + 26b005488dd7ddf6356873cb01a7b763a82a9622 https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink 0811fcd5406f22b086eb64b554514231a17766fd - + https://github.com/dotnet/xliff-tasks - 9249d6a64e04e6ab113d4ffac14cc1b8329d78d3 + af2393ec57243ed926ef1e635ea5c48ce77bb1e1 diff --git a/eng/Versions.props b/eng/Versions.props index 79d139140..bf2c068e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20615.4 + 6.0.0-beta.20616.18 diff --git a/global.json b/global.json index a6b359ab6..95f730173 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20615.4" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20616.18" } } From 299af9aff6a947a20e859978f0af1bb4af6b8dbc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 10:43:24 +0000 Subject: [PATCH 330/375] Update dependencies from https://github.com/dotnet/arcade build 20201218.3 (#9253) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/tools.ps1 | 25 ++++++++++++++++++++----- global.json | 2 +- 4 files changed, 26 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b4591f15c..b23963cbf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@
- + https://github.com/dotnet/arcade - 26b005488dd7ddf6356873cb01a7b763a82a9622 + e9b75e1cd4e63570624006a6d5bdb48b5b40b513 - + https://github.com/dotnet/arcade - 26b005488dd7ddf6356873cb01a7b763a82a9622 + e9b75e1cd4e63570624006a6d5bdb48b5b40b513 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index bf2c068e3..b447ee9d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20616.18 + 6.0.0-beta.20618.3 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index bc8b66e29..ce280eb95 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -439,11 +439,26 @@ function LocateVisualStudio([object]$vsRequirements = $null){ if (!(Test-Path $vsWhereExe)) { Create-Directory $vsWhereDir Write-Host 'Downloading vswhere' - try { - Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe - } - catch { - Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ + $maxRetries = 5 + $retries = 1 + + while($true) { + try { + Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe + break + } + catch{ + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ + } + + if (++$retries -le $maxRetries) { + $delayInSeconds = [math]::Pow(2, $retries) - 1 # Exponential backoff + Write-Host "Retrying. Waiting for $delayInSeconds seconds before next attempt ($retries of $maxRetries)." + Start-Sleep -Seconds $delayInSeconds + } + else { + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Unable to download file in $maxRetries attempts." + } } } diff --git a/global.json b/global.json index 95f730173..c0daf89a9 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20616.18" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20618.3" } } From 942c1d81153c39cd27aaac34b1570b21f3498a86 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 13:59:02 +0000 Subject: [PATCH 331/375] Update dependencies from https://github.com/dotnet/arcade build 20201221.12 (#9255) [master] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/post-build/publish-using-darc.ps1 | 4 ++-- global.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b23963cbf..7e426faa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - e9b75e1cd4e63570624006a6d5bdb48b5b40b513 + 3ba79fbd73d6765b67d0f75ac9dac148d6bea346 - + https://github.com/dotnet/arcade - e9b75e1cd4e63570624006a6d5bdb48b5b40b513 + 3ba79fbd73d6765b67d0f75ac9dac148d6bea346 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index b447ee9d0..a24a0ee61 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20618.3 + 6.0.0-beta.20621.12 diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index 31cf27674..6b68ee847 100644 --- a/eng/common/post-build/publish-using-darc.ps1 +++ b/eng/common/post-build/publish-using-darc.ps1 @@ -22,12 +22,12 @@ try { $optionalParams = [System.Collections.ArrayList]::new() if ("" -ne $ArtifactsPublishingAdditionalParameters) { - $optionalParams.Add("artifact-publishing-parameters") | Out-Null + $optionalParams.Add("--artifact-publishing-parameters") | Out-Null $optionalParams.Add($ArtifactsPublishingAdditionalParameters) | Out-Null } if ("" -ne $SymbolPublishingAdditionalParameters) { - $optionalParams.Add("symbol-publishing-parameters") | Out-Null + $optionalParams.Add("--symbol-publishing-parameters") | Out-Null $optionalParams.Add($SymbolPublishingAdditionalParameters) | Out-Null } diff --git a/global.json b/global.json index c0daf89a9..b07e0d296 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20618.3" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20621.12" } } From 9ce64552b67ab100be0a81cc688555432f1d207f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 14:53:41 +0000 Subject: [PATCH 332/375] [master] Update dependencies from dotnet/sdk (#9172) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20570.2 to 6.0.0-alpha.1.20618.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20570.2 to 6.0.0-alpha.1.20618.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20561.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20561.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20561.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20561.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20561.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20561.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20573.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20573.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20573.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 6.0.0-alpha.1.20563.8 to 6.0.0-alpha.1.20622.2 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20573.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20573.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20573.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20573.11 to 6.0.0-alpha.1.20622.11 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20574.1 to 6.0.0-alpha.1.20622.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-alpha.1.20570.3 to 6.0.0-alpha.1.20602.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20570.2 to 6.0.0-alpha.1.20618.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20570.3 to 6.0.0-alpha.1.20618.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201123-04 to 16.9.0-preview-20201222-01 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20561.1 to 6.0.0-alpha.1.20622.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20574.4 to 3.9.0-4.20622.12 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.9.0-preview-20561-01 to 16.9.0-preview-20621-02 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 5.9.0-preview.2.6967 to 5.9.0-preview.3.6981 (parent: Microsoft.NET.Sdk) - Merge remote-tracking branch 'upstream/master' into darc-master-3f693b44-a860-4569-8621-22998351b733 - Build using targeting and runtime packs from dependency updates --- Directory.Build.targets | 10 ++++ eng/Version.Details.xml | 108 ++++++++++++++++++++-------------------- eng/Versions.props | 44 ++++++++-------- 3 files changed, 86 insertions(+), 76 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 177d64c47..30121eef4 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,4 +1,14 @@ + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e426faa8..723d0324d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,41 +1,41 @@ - + https://github.com/dotnet/windowsdesktop - 3c16307f74d9cb7efdc9ab9fe0adf352a605ba4e + f211b93b54354a93b54117dd0febabf8b2ba3c81 - + https://github.com/dotnet/windowsdesktop - 3c16307f74d9cb7efdc9ab9fe0adf352a605ba4e + f211b93b54354a93b54117dd0febabf8b2ba3c81 - + https://github.com/dotnet/windowsdesktop - 3c16307f74d9cb7efdc9ab9fe0adf352a605ba4e + f211b93b54354a93b54117dd0febabf8b2ba3c81 - + https://github.com/dotnet/runtime - f56a56f90ff9124c85e4d889faeeca0824d2d437 + a545d13cef55534995115eb5f761fd0cecf66fc1 - + https://github.com/dotnet/runtime - f56a56f90ff9124c85e4d889faeeca0824d2d437 + a545d13cef55534995115eb5f761fd0cecf66fc1 https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - f56a56f90ff9124c85e4d889faeeca0824d2d437 + a545d13cef55534995115eb5f761fd0cecf66fc1 - + https://github.com/dotnet/runtime - f56a56f90ff9124c85e4d889faeeca0824d2d437 + a545d13cef55534995115eb5f761fd0cecf66fc1 - + https://github.com/dotnet/runtime - f56a56f90ff9124c85e4d889faeeca0824d2d437 + a545d13cef55534995115eb5f761fd0cecf66fc1 @@ -43,41 +43,41 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - f56a56f90ff9124c85e4d889faeeca0824d2d437 + a545d13cef55534995115eb5f761fd0cecf66fc1 - + https://github.com/dotnet/aspnetcore - 97ea8f8f68231784eed92d49abd5bfb7faca2e63 + 224c3737f6a4c24c4e1fab304f22370de42be037 - + https://github.com/dotnet/aspnetcore - 97ea8f8f68231784eed92d49abd5bfb7faca2e63 + 224c3737f6a4c24c4e1fab304f22370de42be037 - + https://github.com/dotnet/aspnetcore - 97ea8f8f68231784eed92d49abd5bfb7faca2e63 + 224c3737f6a4c24c4e1fab304f22370de42be037 - + https://github.com/dotnet/aspnetcore - 97ea8f8f68231784eed92d49abd5bfb7faca2e63 + 224c3737f6a4c24c4e1fab304f22370de42be037 - + https://github.com/dotnet/efcore - f4628ea869b971fdbeadab8890d46be192e0af89 + 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 97ea8f8f68231784eed92d49abd5bfb7faca2e63 + 224c3737f6a4c24c4e1fab304f22370de42be037 - + https://github.com/dotnet/aspnetcore - 97ea8f8f68231784eed92d49abd5bfb7faca2e63 + 224c3737f6a4c24c4e1fab304f22370de42be037 - + https://github.com/dotnet/aspnetcore - 97ea8f8f68231784eed92d49abd5bfb7faca2e63 + 224c3737f6a4c24c4e1fab304f22370de42be037 https://github.com/dotnet/test-templates @@ -87,51 +87,51 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - f501108ab2972534fad28b76a210d588b223cb77 + 45cc8cb8b1bfdc76e9b0b41904c796cda4d96872 - + https://github.com/dotnet/sdk - af2f7aec56fe6c763be2ea3ad7bc7e862b6e48c9 + 67709f7055a651963b6dfe53180b0a8ab108ebcf - + https://github.com/dotnet/sdk - af2f7aec56fe6c763be2ea3ad7bc7e862b6e48c9 + 67709f7055a651963b6dfe53180b0a8ab108ebcf - + https://github.com/dotnet/winforms - 00b77530a64b0e0e1bfcc57e523f46c58e7c6843 + 141b5047068579bfae582a737598fbd6370a8127 - + https://github.com/dotnet/wpf - a23d33d2813bedcd52583a949b5f483bce25916f + aae76f88bdbd606183078433f6a7a25d0dbbb812 https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - 5354492943722ee83de2a82574411e87289730b7 + 4f594fcab18869e7aee431450adeff58b1b74b76 - + https://github.com/mono/linker - 8ee2557ccbaf9e4cf243f15b8cb95da4eddb18aa + 8ecdb90f69bacd96eb8a171d01a29b83494c0611 linker - + https://github.com/dotnet/roslyn - e052e2b9bb5696b09fb4fdae72f1d044aec44eac + 3446772a034e8f72d514fe00cc1d53ef18bd7536 - + https://github.com/dotnet/msbuild - 56ab6340935d039999a588621733fa2384dae2a3 + 0e8461c69fd364502d1430691f1268709b112443 - + https://github.com/NuGet/NuGet.Client - a4c9d63bf942f1df1ba9486a87bad2e4b6888488 + 7e23737fdf89fe34c90ac8878c96843b2f0dd17e https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index a24a0ee61..f0cf6cb8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,15 +24,15 @@ - 6.0.0-alpha.1.20570.3 + 6.0.0-alpha.1.20602.1 - 6.0.0-alpha.1.20570.3 + 6.0.0-alpha.1.20618.1 - 6.0.0-alpha.1.20574.1 + 6.0.0-alpha.1.20622.1 @@ -45,43 +45,43 @@ - 6.0.0-alpha.1.20573.11 - 6.0.0-alpha.1.20573.11 - 6.0.0-alpha.1.20573.11 - 6.0.0-alpha.1.20573.11 - 6.0.0-alpha.1.20573.11 - 6.0.0-alpha.1.20573.11 - 6.0.0-alpha.1.20573.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 0.2.0 - 6.0.100-alpha.1.20574.1 - 6.0.100-alpha.1.20574.1 + 6.0.100-alpha.1.20623.3 + 6.0.100-alpha.1.20623.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20561.11 + 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20561.11 - 6.0.0-alpha.1.20561.11 - 6.0.0-alpha.1.20561.11 - 6.0.0-alpha.1.20561.11 - 6.0.0-alpha.1.20561.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20622.11 2.1.0 - 6.0.0-alpha.1.20570.2 - 6.0.0-alpha.1.20570.2 - 6.0.0-alpha.1.20570.2 + 6.0.0-alpha.1.20618.2 + 6.0.0-alpha.1.20618.2 + 6.0.0-alpha.1.20618.2 @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201123-04 + 16.9.0-preview-20201222-01 From 96cbb2dee3ea803e61cf1c4614f5c6e7cfcf7b20 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 16:15:25 +0000 Subject: [PATCH 333/375] Update dependencies from https://github.com/dotnet/sdk build 20201223.4 (#9256) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20618.2 to 6.0.0-alpha.1.20622.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20618.2 to 6.0.0-alpha.1.20622.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20618.2 to 6.0.0-alpha.1.20622.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20618.1 to 6.0.0-alpha.1.20622.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 723d0324d..c5ed670fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f211b93b54354a93b54117dd0febabf8b2ba3c81 + 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 - + https://github.com/dotnet/windowsdesktop - f211b93b54354a93b54117dd0febabf8b2ba3c81 + 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 - + https://github.com/dotnet/windowsdesktop - f211b93b54354a93b54117dd0febabf8b2ba3c81 + 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 https://github.com/dotnet/runtime @@ -91,22 +91,22 @@ https://github.com/dotnet/templating 45cc8cb8b1bfdc76e9b0b41904c796cda4d96872 - + https://github.com/dotnet/sdk - 67709f7055a651963b6dfe53180b0a8ab108ebcf + 17411e8f93a5b364991e3d3ef51839ca7bda169c - + https://github.com/dotnet/sdk - 67709f7055a651963b6dfe53180b0a8ab108ebcf + 17411e8f93a5b364991e3d3ef51839ca7bda169c https://github.com/dotnet/winforms 141b5047068579bfae582a737598fbd6370a8127 - + https://github.com/dotnet/wpf - aae76f88bdbd606183078433f6a7a25d0dbbb812 + 63da6bf239e83548b592681e0408ce0e9eacf33b https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index f0cf6cb8d..bef9fbfee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 6.0.0-alpha.1.20618.1 + 6.0.0-alpha.1.20622.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20623.3 - 6.0.100-alpha.1.20623.3 + 6.0.100-alpha.1.20623.4 + 6.0.100-alpha.1.20623.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20618.2 - 6.0.0-alpha.1.20618.2 - 6.0.0-alpha.1.20618.2 + 6.0.0-alpha.1.20622.2 + 6.0.0-alpha.1.20622.2 + 6.0.0-alpha.1.20622.2 From f831e334d3c411732ebef7a9b137f8f1be90af4b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 17:23:25 +0000 Subject: [PATCH 334/375] Update dependencies from https://github.com/dotnet/sdk build 20201223.5 (#9257) [master] 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 c5ed670fe..d538ebffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 45cc8cb8b1bfdc76e9b0b41904c796cda4d96872 - + https://github.com/dotnet/sdk - 17411e8f93a5b364991e3d3ef51839ca7bda169c + 3734c5b97da5a1e8d2ceb6b9f4a164afaf79910c - + https://github.com/dotnet/sdk - 17411e8f93a5b364991e3d3ef51839ca7bda169c + 3734c5b97da5a1e8d2ceb6b9f4a164afaf79910c diff --git a/eng/Versions.props b/eng/Versions.props index bef9fbfee..d4dbe82b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20623.4 - 6.0.100-alpha.1.20623.4 + 6.0.100-alpha.1.20623.5 + 6.0.100-alpha.1.20623.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f7f0309f5038f532661af61b58b231a822e95740 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 18:53:36 +0000 Subject: [PATCH 335/375] Update dependencies from https://github.com/dotnet/sdk build 20201223.6 (#9258) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20622.1 to 6.0.0-alpha.1.20623.1 (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 d538ebffd..f6fd79969 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,17 +87,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 45cc8cb8b1bfdc76e9b0b41904c796cda4d96872 + 0bc66cfe5f6b0c61eeabfdbc718228705b2b1342 - + https://github.com/dotnet/sdk - 3734c5b97da5a1e8d2ceb6b9f4a164afaf79910c + 252d91b6e4dbeb18e2d8dbb11480398bc99e41d9 - + https://github.com/dotnet/sdk - 3734c5b97da5a1e8d2ceb6b9f4a164afaf79910c + 252d91b6e4dbeb18e2d8dbb11480398bc99e41d9 diff --git a/eng/Versions.props b/eng/Versions.props index d4dbe82b0..87749a11a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20622.1 + 6.0.0-alpha.1.20623.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20623.5 - 6.0.100-alpha.1.20623.5 + 6.0.100-alpha.1.20623.6 + 6.0.100-alpha.1.20623.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6da7261853250c153c588007fe8fed43981b599a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 21:15:31 +0000 Subject: [PATCH 336/375] Update dependencies from https://github.com/dotnet/sdk build 20201223.8 (#9260) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (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 f6fd79969..5bc86948f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 - + https://github.com/dotnet/runtime - a545d13cef55534995115eb5f761fd0cecf66fc1 + a70005f4d89e03622b4dd3bea058f102e60702af - + https://github.com/dotnet/runtime - a545d13cef55534995115eb5f761fd0cecf66fc1 + a70005f4d89e03622b4dd3bea058f102e60702af https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - a545d13cef55534995115eb5f761fd0cecf66fc1 + a70005f4d89e03622b4dd3bea058f102e60702af - + https://github.com/dotnet/runtime - a545d13cef55534995115eb5f761fd0cecf66fc1 + a70005f4d89e03622b4dd3bea058f102e60702af - + https://github.com/dotnet/runtime - a545d13cef55534995115eb5f761fd0cecf66fc1 + a70005f4d89e03622b4dd3bea058f102e60702af @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a545d13cef55534995115eb5f761fd0cecf66fc1 + a70005f4d89e03622b4dd3bea058f102e60702af https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 0bc66cfe5f6b0c61eeabfdbc718228705b2b1342 - + https://github.com/dotnet/sdk - 252d91b6e4dbeb18e2d8dbb11480398bc99e41d9 + a4d75a6507d99487982697b0830a3c9cd49dd72d - + https://github.com/dotnet/sdk - 252d91b6e4dbeb18e2d8dbb11480398bc99e41d9 + a4d75a6507d99487982697b0830a3c9cd49dd72d diff --git a/eng/Versions.props b/eng/Versions.props index 87749a11a..eb4283003 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20623.6 - 6.0.100-alpha.1.20623.6 + 6.0.100-alpha.1.20623.8 + 6.0.100-alpha.1.20623.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 2.1.0 From 709962a141c6f02b1433def70514be93971b5e11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 00:07:37 +0000 Subject: [PATCH 337/375] [master] Update dependencies from dotnet/sdk (#9261) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20622.11 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.9.0-preview-20621-02 to 16.9.0-preview-20623-01 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5bc86948f..bc0e960a4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime a70005f4d89e03622b4dd3bea058f102e60702af - + https://github.com/dotnet/aspnetcore - 224c3737f6a4c24c4e1fab304f22370de42be037 + 76f1cc27f200933d02d516a8c3711216aef4129e - + https://github.com/dotnet/aspnetcore - 224c3737f6a4c24c4e1fab304f22370de42be037 + 76f1cc27f200933d02d516a8c3711216aef4129e - + https://github.com/dotnet/aspnetcore - 224c3737f6a4c24c4e1fab304f22370de42be037 + 76f1cc27f200933d02d516a8c3711216aef4129e - + https://github.com/dotnet/aspnetcore - 224c3737f6a4c24c4e1fab304f22370de42be037 + 76f1cc27f200933d02d516a8c3711216aef4129e https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 224c3737f6a4c24c4e1fab304f22370de42be037 + 76f1cc27f200933d02d516a8c3711216aef4129e - + https://github.com/dotnet/aspnetcore - 224c3737f6a4c24c4e1fab304f22370de42be037 + 76f1cc27f200933d02d516a8c3711216aef4129e - + https://github.com/dotnet/aspnetcore - 224c3737f6a4c24c4e1fab304f22370de42be037 + 76f1cc27f200933d02d516a8c3711216aef4129e https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 0bc66cfe5f6b0c61eeabfdbc718228705b2b1342 - + https://github.com/dotnet/sdk - a4d75a6507d99487982697b0830a3c9cd49dd72d + 54cb16047f523c86d2a79c362c675c17d6834f36 - + https://github.com/dotnet/sdk - a4d75a6507d99487982697b0830a3c9cd49dd72d + 54cb16047f523c86d2a79c362c675c17d6834f36 @@ -125,9 +125,9 @@ https://github.com/dotnet/roslyn 3446772a034e8f72d514fe00cc1d53ef18bd7536 - + https://github.com/dotnet/msbuild - 0e8461c69fd364502d1430691f1268709b112443 + a2c42ce9fc8d6fbd4a8cd600073803b8687c9341 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index eb4283003..4bea61deb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 - 6.0.0-alpha.1.20622.11 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 0.2.0 - 6.0.100-alpha.1.20623.8 - 6.0.100-alpha.1.20623.8 + 6.0.100-alpha.1.20623.10 + 6.0.100-alpha.1.20623.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0911f699bfb02523f642c66c88b402a360818b2d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 14:59:16 +0000 Subject: [PATCH 338/375] [master] Update dependencies from dotnet/sdk (#9265) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20623.1 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-4.20622.12 to 3.9.0-4.20623.4 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc0e960a4..eb207b96e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,17 +87,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 0bc66cfe5f6b0c61eeabfdbc718228705b2b1342 + 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 54cb16047f523c86d2a79c362c675c17d6834f36 + dacd6c259978cfea9e1f3e0d37793d265c915fef - + https://github.com/dotnet/sdk - 54cb16047f523c86d2a79c362c675c17d6834f36 + dacd6c259978cfea9e1f3e0d37793d265c915fef @@ -121,9 +121,9 @@ 8ecdb90f69bacd96eb8a171d01a29b83494c0611 linker - + https://github.com/dotnet/roslyn - 3446772a034e8f72d514fe00cc1d53ef18bd7536 + 3771331700abe929950fa2331fb9a6a3040dec10 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 4bea61deb..32c3c6acf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20623.1 + 6.0.0-alpha.1.20624.2 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20623.10 - 6.0.100-alpha.1.20623.10 + 6.0.100-alpha.1.20624.1 + 6.0.100-alpha.1.20624.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a64d447104a346a7e8ac5c1e325c1ef23d800986 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 19:11:36 +0000 Subject: [PATCH 339/375] Update dependencies from https://github.com/dotnet/sdk build 20201224.2 (#9268) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20624.2 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 60 ++++++++++++++++++++--------------------- eng/Versions.props | 30 ++++++++++----------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb207b96e..206f526b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 - + https://github.com/dotnet/runtime - a70005f4d89e03622b4dd3bea058f102e60702af + adacdc0c9057f755f09b19ceaf1fde15af5278a6 - + https://github.com/dotnet/runtime - a70005f4d89e03622b4dd3bea058f102e60702af + adacdc0c9057f755f09b19ceaf1fde15af5278a6 https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - a70005f4d89e03622b4dd3bea058f102e60702af + adacdc0c9057f755f09b19ceaf1fde15af5278a6 - + https://github.com/dotnet/runtime - a70005f4d89e03622b4dd3bea058f102e60702af + adacdc0c9057f755f09b19ceaf1fde15af5278a6 - + https://github.com/dotnet/runtime - a70005f4d89e03622b4dd3bea058f102e60702af + adacdc0c9057f755f09b19ceaf1fde15af5278a6 @@ -43,41 +43,41 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a70005f4d89e03622b4dd3bea058f102e60702af + adacdc0c9057f755f09b19ceaf1fde15af5278a6 - + https://github.com/dotnet/aspnetcore - 76f1cc27f200933d02d516a8c3711216aef4129e + 4900ad44cb953a0742f6e49bb0607f7a8876cf2e - + https://github.com/dotnet/aspnetcore - 76f1cc27f200933d02d516a8c3711216aef4129e + 4900ad44cb953a0742f6e49bb0607f7a8876cf2e - + https://github.com/dotnet/aspnetcore - 76f1cc27f200933d02d516a8c3711216aef4129e + 4900ad44cb953a0742f6e49bb0607f7a8876cf2e - + https://github.com/dotnet/aspnetcore - 76f1cc27f200933d02d516a8c3711216aef4129e + 4900ad44cb953a0742f6e49bb0607f7a8876cf2e https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 76f1cc27f200933d02d516a8c3711216aef4129e + 4900ad44cb953a0742f6e49bb0607f7a8876cf2e - + https://github.com/dotnet/aspnetcore - 76f1cc27f200933d02d516a8c3711216aef4129e + 4900ad44cb953a0742f6e49bb0607f7a8876cf2e - + https://github.com/dotnet/aspnetcore - 76f1cc27f200933d02d516a8c3711216aef4129e + 4900ad44cb953a0742f6e49bb0607f7a8876cf2e https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - dacd6c259978cfea9e1f3e0d37793d265c915fef + c5ad2caa0de9142e36f9e3d76b6fa97384c039ce - + https://github.com/dotnet/sdk - dacd6c259978cfea9e1f3e0d37793d265c915fef + c5ad2caa0de9142e36f9e3d76b6fa97384c039ce diff --git a/eng/Versions.props b/eng/Versions.props index 32c3c6acf..de8ec7265 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,36 +45,36 @@ - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 0.2.0 - 6.0.100-alpha.1.20624.1 - 6.0.100-alpha.1.20624.1 + 6.0.100-alpha.1.20624.2 + 6.0.100-alpha.1.20624.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.2 2.1.0 From c8719de5e5317ab200ead9b59fbf1b1d96c30be2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 19:55:12 +0000 Subject: [PATCH 340/375] Update dependencies from https://github.com/dotnet/sdk build 20201224.3 (#9269) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20622.1 to 6.0.0-alpha.1.20624.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 206f526b4..bf77d2aaa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - c5ad2caa0de9142e36f9e3d76b6fa97384c039ce + c87f0d3fc04e4d9a6bf1d9142911ee1d6e3a1fbd - + https://github.com/dotnet/sdk - c5ad2caa0de9142e36f9e3d76b6fa97384c039ce + c87f0d3fc04e4d9a6bf1d9142911ee1d6e3a1fbd @@ -116,9 +116,9 @@ https://github.com/microsoft/vstest 4f594fcab18869e7aee431450adeff58b1b74b76 - + https://github.com/mono/linker - 8ecdb90f69bacd96eb8a171d01a29b83494c0611 + 6d05762d54a56309e49e6d8b70dca272e78e3e19 linker diff --git a/eng/Versions.props b/eng/Versions.props index de8ec7265..6eb788f92 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20624.2 - 6.0.100-alpha.1.20624.2 + 6.0.100-alpha.1.20624.3 + 6.0.100-alpha.1.20624.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d9a9c2bd2ee98e403c06cd826349e1e260d2db1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 02:12:33 +0000 Subject: [PATCH 341/375] Update dependencies from https://github.com/dotnet/sdk build 20201224.4 (#9270) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20622.2 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20622.2 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20622.2 to 6.0.0-alpha.1.20623.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-alpha.1.20622.1 to 6.0.0-alpha.1.20623.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf77d2aaa..4dcab4561 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 + 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/windowsdesktop - 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 + 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/windowsdesktop - 8d40d735f2ea548ada8b8c38ce1642dc8a7acaf2 + 7d87394075e5af4be83239ceb54ba708c3227c86 https://github.com/dotnet/runtime @@ -91,22 +91,22 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - c87f0d3fc04e4d9a6bf1d9142911ee1d6e3a1fbd + ec80b587919731125eeb63851bd1987e20d4baed - + https://github.com/dotnet/sdk - c87f0d3fc04e4d9a6bf1d9142911ee1d6e3a1fbd + ec80b587919731125eeb63851bd1987e20d4baed https://github.com/dotnet/winforms 141b5047068579bfae582a737598fbd6370a8127 - + https://github.com/dotnet/wpf - 63da6bf239e83548b592681e0408ce0e9eacf33b + e02568197312c9190beb5b2d23f21bcbbfc46d3c https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 6eb788f92..5604666cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 6.0.0-alpha.1.20622.1 + 6.0.0-alpha.1.20623.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20624.3 - 6.0.100-alpha.1.20624.3 + 6.0.100-alpha.1.20624.4 + 6.0.100-alpha.1.20624.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20622.2 - 6.0.0-alpha.1.20622.2 - 6.0.0-alpha.1.20622.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20623.2 From 0cd80e78c70826c4115923d5efbc59ca77d9c0ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Dec 2020 00:01:35 +0000 Subject: [PATCH 342/375] Update dependencies from https://github.com/dotnet/sdk build 20201225.1 (#9271) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20624.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20624.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20624.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20624.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20624.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20624.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 4dcab4561..4d5ab7102 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/runtime - adacdc0c9057f755f09b19ceaf1fde15af5278a6 + 96c97c2cf48a4dc2bd9365c67f442b68514a007c - + https://github.com/dotnet/runtime - adacdc0c9057f755f09b19ceaf1fde15af5278a6 + 96c97c2cf48a4dc2bd9365c67f442b68514a007c https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - adacdc0c9057f755f09b19ceaf1fde15af5278a6 + 96c97c2cf48a4dc2bd9365c67f442b68514a007c - + https://github.com/dotnet/runtime - adacdc0c9057f755f09b19ceaf1fde15af5278a6 + 96c97c2cf48a4dc2bd9365c67f442b68514a007c - + https://github.com/dotnet/runtime - adacdc0c9057f755f09b19ceaf1fde15af5278a6 + 96c97c2cf48a4dc2bd9365c67f442b68514a007c @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - adacdc0c9057f755f09b19ceaf1fde15af5278a6 + 96c97c2cf48a4dc2bd9365c67f442b68514a007c https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - ec80b587919731125eeb63851bd1987e20d4baed + 81e7d4c8d5b073c344ddab624cebe8bb012721e3 - + https://github.com/dotnet/sdk - ec80b587919731125eeb63851bd1987e20d4baed + 81e7d4c8d5b073c344ddab624cebe8bb012721e3 diff --git a/eng/Versions.props b/eng/Versions.props index 5604666cc..7932f704b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20624.4 - 6.0.100-alpha.1.20624.4 + 6.0.100-alpha.1.20625.1 + 6.0.100-alpha.1.20625.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.8 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20624.8 + 6.0.0-alpha.1.20624.8 + 6.0.0-alpha.1.20624.8 + 6.0.0-alpha.1.20624.8 + 6.0.0-alpha.1.20624.8 2.1.0 From 81734690edf9415428457cb0051f1ac7fa996bdc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Dec 2020 18:25:43 +0000 Subject: [PATCH 343/375] Update dependencies from https://github.com/dotnet/sdk build 20201226.1 (#9273) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20624.8 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20624.8 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20624.8 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20624.8 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20624.8 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20624.8 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20626.2 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 60 ++++++++++++++++++++--------------------- eng/Versions.props | 30 ++++++++++----------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d5ab7102..e162307ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/runtime - 96c97c2cf48a4dc2bd9365c67f442b68514a007c + 95109a67ed952d51da42265d393191d5d5e322e3 - + https://github.com/dotnet/runtime - 96c97c2cf48a4dc2bd9365c67f442b68514a007c + 95109a67ed952d51da42265d393191d5d5e322e3 https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 96c97c2cf48a4dc2bd9365c67f442b68514a007c + 95109a67ed952d51da42265d393191d5d5e322e3 - + https://github.com/dotnet/runtime - 96c97c2cf48a4dc2bd9365c67f442b68514a007c + 95109a67ed952d51da42265d393191d5d5e322e3 - + https://github.com/dotnet/runtime - 96c97c2cf48a4dc2bd9365c67f442b68514a007c + 95109a67ed952d51da42265d393191d5d5e322e3 @@ -43,41 +43,41 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 96c97c2cf48a4dc2bd9365c67f442b68514a007c + 95109a67ed952d51da42265d393191d5d5e322e3 - + https://github.com/dotnet/aspnetcore - 4900ad44cb953a0742f6e49bb0607f7a8876cf2e + dae62ab0db02a3b4ff72afd343e67ff6e7828c7e - + https://github.com/dotnet/aspnetcore - 4900ad44cb953a0742f6e49bb0607f7a8876cf2e + dae62ab0db02a3b4ff72afd343e67ff6e7828c7e - + https://github.com/dotnet/aspnetcore - 4900ad44cb953a0742f6e49bb0607f7a8876cf2e + dae62ab0db02a3b4ff72afd343e67ff6e7828c7e - + https://github.com/dotnet/aspnetcore - 4900ad44cb953a0742f6e49bb0607f7a8876cf2e + dae62ab0db02a3b4ff72afd343e67ff6e7828c7e https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 4900ad44cb953a0742f6e49bb0607f7a8876cf2e + dae62ab0db02a3b4ff72afd343e67ff6e7828c7e - + https://github.com/dotnet/aspnetcore - 4900ad44cb953a0742f6e49bb0607f7a8876cf2e + dae62ab0db02a3b4ff72afd343e67ff6e7828c7e - + https://github.com/dotnet/aspnetcore - 4900ad44cb953a0742f6e49bb0607f7a8876cf2e + dae62ab0db02a3b4ff72afd343e67ff6e7828c7e https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 81e7d4c8d5b073c344ddab624cebe8bb012721e3 + 8f0166e00e60200ecddb483bd9ce0fd9bd5c0ab5 - + https://github.com/dotnet/sdk - 81e7d4c8d5b073c344ddab624cebe8bb012721e3 + 8f0166e00e60200ecddb483bd9ce0fd9bd5c0ab5 diff --git a/eng/Versions.props b/eng/Versions.props index 7932f704b..a832ac179 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,36 +45,36 @@ - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 - 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 0.2.0 - 6.0.100-alpha.1.20625.1 - 6.0.100-alpha.1.20625.1 + 6.0.100-alpha.1.20626.1 + 6.0.100-alpha.1.20626.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20624.8 + 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20624.8 - 6.0.0-alpha.1.20624.8 - 6.0.0-alpha.1.20624.8 - 6.0.0-alpha.1.20624.8 - 6.0.0-alpha.1.20624.8 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20626.2 2.1.0 From b6e3e9b5a22e6ca16998c6c08a3edbd715bd270e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 02:28:40 +0000 Subject: [PATCH 344/375] Update dependencies from https://github.com/dotnet/sdk build 20201227.1 (#9274) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-4.20623.4 to 3.9.0-4.20627.4 (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 e162307ab..9b4838690 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 8f0166e00e60200ecddb483bd9ce0fd9bd5c0ab5 + 4e1654e5b644d40e56b95f2a8a0dccc3f39fabbd - + https://github.com/dotnet/sdk - 8f0166e00e60200ecddb483bd9ce0fd9bd5c0ab5 + 4e1654e5b644d40e56b95f2a8a0dccc3f39fabbd @@ -121,9 +121,9 @@ 6d05762d54a56309e49e6d8b70dca272e78e3e19 linker - + https://github.com/dotnet/roslyn - 3771331700abe929950fa2331fb9a6a3040dec10 + ca950c2039668f0af2777530d8d2245456a0ca59 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index a832ac179..a7baf3e73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20626.1 - 6.0.100-alpha.1.20626.1 + 6.0.100-alpha.1.20627.1 + 6.0.100-alpha.1.20627.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9213938ae765794176f721af9f54a0b8572082ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 06:48:09 +0000 Subject: [PATCH 345/375] [master] Update dependencies from dotnet/sdk (#9276) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20626.2 to 6.0.0-alpha.1.20627.4 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20624.1 to 6.0.0-alpha.1.20627.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 9b4838690..07e24b948 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/runtime - 95109a67ed952d51da42265d393191d5d5e322e3 + 5078dd61a81c88dbdd131a77b8148b4dee3803fa - + https://github.com/dotnet/runtime - 95109a67ed952d51da42265d393191d5d5e322e3 + 5078dd61a81c88dbdd131a77b8148b4dee3803fa https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 95109a67ed952d51da42265d393191d5d5e322e3 + 5078dd61a81c88dbdd131a77b8148b4dee3803fa - + https://github.com/dotnet/runtime - 95109a67ed952d51da42265d393191d5d5e322e3 + 5078dd61a81c88dbdd131a77b8148b4dee3803fa - + https://github.com/dotnet/runtime - 95109a67ed952d51da42265d393191d5d5e322e3 + 5078dd61a81c88dbdd131a77b8148b4dee3803fa @@ -43,41 +43,41 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 95109a67ed952d51da42265d393191d5d5e322e3 + 5078dd61a81c88dbdd131a77b8148b4dee3803fa - + https://github.com/dotnet/aspnetcore - dae62ab0db02a3b4ff72afd343e67ff6e7828c7e + 9b004488801ee005cff5d8d2eb3176f4e5d881ad - + https://github.com/dotnet/aspnetcore - dae62ab0db02a3b4ff72afd343e67ff6e7828c7e + 9b004488801ee005cff5d8d2eb3176f4e5d881ad - + https://github.com/dotnet/aspnetcore - dae62ab0db02a3b4ff72afd343e67ff6e7828c7e + 9b004488801ee005cff5d8d2eb3176f4e5d881ad - + https://github.com/dotnet/aspnetcore - dae62ab0db02a3b4ff72afd343e67ff6e7828c7e + 9b004488801ee005cff5d8d2eb3176f4e5d881ad https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - dae62ab0db02a3b4ff72afd343e67ff6e7828c7e + 9b004488801ee005cff5d8d2eb3176f4e5d881ad - + https://github.com/dotnet/aspnetcore - dae62ab0db02a3b4ff72afd343e67ff6e7828c7e + 9b004488801ee005cff5d8d2eb3176f4e5d881ad - + https://github.com/dotnet/aspnetcore - dae62ab0db02a3b4ff72afd343e67ff6e7828c7e + 9b004488801ee005cff5d8d2eb3176f4e5d881ad https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 4e1654e5b644d40e56b95f2a8a0dccc3f39fabbd + d269f6aa04b0be3db792ae20d871cf6832275dd2 - + https://github.com/dotnet/sdk - 4e1654e5b644d40e56b95f2a8a0dccc3f39fabbd + d269f6aa04b0be3db792ae20d871cf6832275dd2 @@ -116,9 +116,9 @@ https://github.com/microsoft/vstest 4f594fcab18869e7aee431450adeff58b1b74b76 - + https://github.com/mono/linker - 6d05762d54a56309e49e6d8b70dca272e78e3e19 + ad8c47d4df098867937cc98001c9f19bedd7d8e9 linker diff --git a/eng/Versions.props b/eng/Versions.props index a7baf3e73..038dde48e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,36 +45,36 @@ - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20627.4 + 6.0.0-alpha.1.20627.4 + 6.0.0-alpha.1.20627.4 + 6.0.0-alpha.1.20627.4 + 6.0.0-alpha.1.20627.4 + 6.0.0-alpha.1.20627.4 + 6.0.0-alpha.1.20627.4 0.2.0 - 6.0.100-alpha.1.20627.1 - 6.0.100-alpha.1.20627.1 + 6.0.100-alpha.1.20627.4 + 6.0.100-alpha.1.20627.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20627.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 - 6.0.0-alpha.1.20626.2 + 6.0.0-alpha.1.20627.2 + 6.0.0-alpha.1.20627.2 + 6.0.0-alpha.1.20627.2 + 6.0.0-alpha.1.20627.2 + 6.0.0-alpha.1.20627.2 2.1.0 From b0c9e934d4ac7c921bdcc01e6a24222d4de683bd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 08:05:15 +0000 Subject: [PATCH 346/375] Update dependencies from https://github.com/dotnet/sdk build 20201227.5 (#9277) [master] 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 07e24b948..143516606 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - d269f6aa04b0be3db792ae20d871cf6832275dd2 + 9378580435873d60ee41ca5330698a0429183103 - + https://github.com/dotnet/sdk - d269f6aa04b0be3db792ae20d871cf6832275dd2 + 9378580435873d60ee41ca5330698a0429183103 diff --git a/eng/Versions.props b/eng/Versions.props index 038dde48e..1360e921b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20627.4 - 6.0.100-alpha.1.20627.4 + 6.0.100-alpha.1.20627.5 + 6.0.100-alpha.1.20627.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a19d42cc5fa9384936f62e7e4299cc305e14e014 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 15:54:21 +0000 Subject: [PATCH 347/375] Update dependencies from https://github.com/dotnet/sdk build 20201228.1 (#9278) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20627.2 to 6.0.0-alpha.1.20627.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20627.2 to 6.0.0-alpha.1.20627.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20627.2 to 6.0.0-alpha.1.20627.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20627.2 to 6.0.0-alpha.1.20627.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20627.2 to 6.0.0-alpha.1.20627.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20627.2 to 6.0.0-alpha.1.20627.5 (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 143516606..963d18cd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/runtime - 5078dd61a81c88dbdd131a77b8148b4dee3803fa + a7ce46b8d3490d771fac3610524106b0d7588087 - + https://github.com/dotnet/runtime - 5078dd61a81c88dbdd131a77b8148b4dee3803fa + a7ce46b8d3490d771fac3610524106b0d7588087 https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 5078dd61a81c88dbdd131a77b8148b4dee3803fa + a7ce46b8d3490d771fac3610524106b0d7588087 - + https://github.com/dotnet/runtime - 5078dd61a81c88dbdd131a77b8148b4dee3803fa + a7ce46b8d3490d771fac3610524106b0d7588087 - + https://github.com/dotnet/runtime - 5078dd61a81c88dbdd131a77b8148b4dee3803fa + a7ce46b8d3490d771fac3610524106b0d7588087 @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5078dd61a81c88dbdd131a77b8148b4dee3803fa + a7ce46b8d3490d771fac3610524106b0d7588087 https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 9378580435873d60ee41ca5330698a0429183103 + db54adbfe2e8da45b7181bedc13e7d3e531c5089 - + https://github.com/dotnet/sdk - 9378580435873d60ee41ca5330698a0429183103 + db54adbfe2e8da45b7181bedc13e7d3e531c5089 diff --git a/eng/Versions.props b/eng/Versions.props index 1360e921b..1eaad5237 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20627.5 - 6.0.100-alpha.1.20627.5 + 6.0.100-alpha.1.20628.1 + 6.0.100-alpha.1.20628.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20627.2 + 6.0.0-alpha.1.20627.5 - 6.0.0-alpha.1.20627.2 - 6.0.0-alpha.1.20627.2 - 6.0.0-alpha.1.20627.2 - 6.0.0-alpha.1.20627.2 - 6.0.0-alpha.1.20627.2 + 6.0.0-alpha.1.20627.5 + 6.0.0-alpha.1.20627.5 + 6.0.0-alpha.1.20627.5 + 6.0.0-alpha.1.20627.5 + 6.0.0-alpha.1.20627.5 2.1.0 From c372550d77765eef308a0766b8c8b05bb8dac566 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 18:29:17 +0000 Subject: [PATCH 348/375] Update dependencies from https://github.com/dotnet/sdk build 20201228.2 (#9279) [master] 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 963d18cd2..1c9cb49aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - db54adbfe2e8da45b7181bedc13e7d3e531c5089 + 907de5012f7fa05b6fa92cfef87de3d8c31b368b - + https://github.com/dotnet/sdk - db54adbfe2e8da45b7181bedc13e7d3e531c5089 + 907de5012f7fa05b6fa92cfef87de3d8c31b368b diff --git a/eng/Versions.props b/eng/Versions.props index 1eaad5237..2acda2376 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20628.1 - 6.0.100-alpha.1.20628.1 + 6.0.100-alpha.1.20628.2 + 6.0.100-alpha.1.20628.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 12d18b008175c218fb44cb6229b7b2a9f3d94a35 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 19:44:37 +0000 Subject: [PATCH 349/375] [master] Update dependencies from dotnet/sdk (#9280) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20627.4 to 6.0.0-alpha.1.20628.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20627.4 to 6.0.0-alpha.1.20628.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20627.4 to 6.0.0-alpha.1.20628.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20627.4 to 6.0.0-alpha.1.20628.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20627.4 to 6.0.0-alpha.1.20628.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20627.4 to 6.0.0-alpha.1.20628.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20627.4 to 6.0.0-alpha.1.20628.3 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20627.1 to 6.0.0-alpha.1.20628.2 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1c9cb49aa..d107b99e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime a7ce46b8d3490d771fac3610524106b0d7588087 - + https://github.com/dotnet/aspnetcore - 9b004488801ee005cff5d8d2eb3176f4e5d881ad + 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 - + https://github.com/dotnet/aspnetcore - 9b004488801ee005cff5d8d2eb3176f4e5d881ad + 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 - + https://github.com/dotnet/aspnetcore - 9b004488801ee005cff5d8d2eb3176f4e5d881ad + 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 - + https://github.com/dotnet/aspnetcore - 9b004488801ee005cff5d8d2eb3176f4e5d881ad + 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 9b004488801ee005cff5d8d2eb3176f4e5d881ad + 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 - + https://github.com/dotnet/aspnetcore - 9b004488801ee005cff5d8d2eb3176f4e5d881ad + 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 - + https://github.com/dotnet/aspnetcore - 9b004488801ee005cff5d8d2eb3176f4e5d881ad + 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 907de5012f7fa05b6fa92cfef87de3d8c31b368b + 5b9d57d1a5d28041c5c8b42cfcb08885eff6f9c6 - + https://github.com/dotnet/sdk - 907de5012f7fa05b6fa92cfef87de3d8c31b368b + 5b9d57d1a5d28041c5c8b42cfcb08885eff6f9c6 @@ -116,9 +116,9 @@ https://github.com/microsoft/vstest 4f594fcab18869e7aee431450adeff58b1b74b76 - + https://github.com/mono/linker - ad8c47d4df098867937cc98001c9f19bedd7d8e9 + e68a1c586b5b5174e21e3f0d4b00322c547e4c3d linker diff --git a/eng/Versions.props b/eng/Versions.props index 2acda2376..c7a9193db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20627.4 - 6.0.0-alpha.1.20627.4 - 6.0.0-alpha.1.20627.4 - 6.0.0-alpha.1.20627.4 - 6.0.0-alpha.1.20627.4 - 6.0.0-alpha.1.20627.4 - 6.0.0-alpha.1.20627.4 + 6.0.0-alpha.1.20628.3 + 6.0.0-alpha.1.20628.3 + 6.0.0-alpha.1.20628.3 + 6.0.0-alpha.1.20628.3 + 6.0.0-alpha.1.20628.3 + 6.0.0-alpha.1.20628.3 + 6.0.0-alpha.1.20628.3 0.2.0 - 6.0.100-alpha.1.20628.2 - 6.0.100-alpha.1.20628.2 + 6.0.100-alpha.1.20628.4 + 6.0.100-alpha.1.20628.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1c9a52fd431d9438d48158c57d7ca5748f30a60d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 22:47:21 +0000 Subject: [PATCH 350/375] [master] Update dependencies from dotnet/sdk (#9281) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20628.3 to 6.0.0-alpha.1.20628.5 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20628.3 to 6.0.0-alpha.1.20628.5 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20628.3 to 6.0.0-alpha.1.20628.5 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20628.3 to 6.0.0-alpha.1.20628.5 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20628.3 to 6.0.0-alpha.1.20628.5 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20628.3 to 6.0.0-alpha.1.20628.5 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20628.3 to 6.0.0-alpha.1.20628.5 (parent: Microsoft.NET.Sdk) - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201222-01 to 16.9.0-preview-20201228-02 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 20 ++++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d107b99e2..384b8fafe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime a7ce46b8d3490d771fac3610524106b0d7588087 - + https://github.com/dotnet/aspnetcore - 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 + cd5303d6d82b067ec5365970229fe34588f924d0 - + https://github.com/dotnet/aspnetcore - 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 + cd5303d6d82b067ec5365970229fe34588f924d0 - + https://github.com/dotnet/aspnetcore - 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 + cd5303d6d82b067ec5365970229fe34588f924d0 - + https://github.com/dotnet/aspnetcore - 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 + cd5303d6d82b067ec5365970229fe34588f924d0 https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 + cd5303d6d82b067ec5365970229fe34588f924d0 - + https://github.com/dotnet/aspnetcore - 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 + cd5303d6d82b067ec5365970229fe34588f924d0 - + https://github.com/dotnet/aspnetcore - 3af6c9a6b61f52b3f5efcdfa5a0549c81cdbb845 + cd5303d6d82b067ec5365970229fe34588f924d0 https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 5b9d57d1a5d28041c5c8b42cfcb08885eff6f9c6 + 9895fd1d37eb1cfd759201ec9694cd2fe03cb718 - + https://github.com/dotnet/sdk - 5b9d57d1a5d28041c5c8b42cfcb08885eff6f9c6 + 9895fd1d37eb1cfd759201ec9694cd2fe03cb718 @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - 4f594fcab18869e7aee431450adeff58b1b74b76 + 31e948166f962b5c9d01aed1c2aae88c2f45f4b3 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index c7a9193db..d9fb0a24d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20628.3 - 6.0.0-alpha.1.20628.3 - 6.0.0-alpha.1.20628.3 - 6.0.0-alpha.1.20628.3 - 6.0.0-alpha.1.20628.3 - 6.0.0-alpha.1.20628.3 - 6.0.0-alpha.1.20628.3 + 6.0.0-alpha.1.20628.5 + 6.0.0-alpha.1.20628.5 + 6.0.0-alpha.1.20628.5 + 6.0.0-alpha.1.20628.5 + 6.0.0-alpha.1.20628.5 + 6.0.0-alpha.1.20628.5 + 6.0.0-alpha.1.20628.5 0.2.0 - 6.0.100-alpha.1.20628.4 - 6.0.100-alpha.1.20628.4 + 6.0.100-alpha.1.20628.6 + 6.0.100-alpha.1.20628.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201222-01 + 16.9.0-preview-20201228-02 From bf34a9a7a346e99c4ae3913baa01a37d20418dd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 23:53:01 +0000 Subject: [PATCH 351/375] Update dependencies from https://github.com/dotnet/sdk build 20201228.7 (#9282) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20628.5 to 6.0.0-alpha.1.20628.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20628.5 to 6.0.0-alpha.1.20628.9 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20628.5 to 6.0.0-alpha.1.20628.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20628.5 to 6.0.0-alpha.1.20628.9 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20628.5 to 6.0.0-alpha.1.20628.9 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20628.5 to 6.0.0-alpha.1.20628.9 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20628.5 to 6.0.0-alpha.1.20628.9 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 384b8fafe..8297431f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime a7ce46b8d3490d771fac3610524106b0d7588087 - + https://github.com/dotnet/aspnetcore - cd5303d6d82b067ec5365970229fe34588f924d0 + e04dee0b665fd7545b5d24b8b30ebad990af424a - + https://github.com/dotnet/aspnetcore - cd5303d6d82b067ec5365970229fe34588f924d0 + e04dee0b665fd7545b5d24b8b30ebad990af424a - + https://github.com/dotnet/aspnetcore - cd5303d6d82b067ec5365970229fe34588f924d0 + e04dee0b665fd7545b5d24b8b30ebad990af424a - + https://github.com/dotnet/aspnetcore - cd5303d6d82b067ec5365970229fe34588f924d0 + e04dee0b665fd7545b5d24b8b30ebad990af424a https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - cd5303d6d82b067ec5365970229fe34588f924d0 + e04dee0b665fd7545b5d24b8b30ebad990af424a - + https://github.com/dotnet/aspnetcore - cd5303d6d82b067ec5365970229fe34588f924d0 + e04dee0b665fd7545b5d24b8b30ebad990af424a - + https://github.com/dotnet/aspnetcore - cd5303d6d82b067ec5365970229fe34588f924d0 + e04dee0b665fd7545b5d24b8b30ebad990af424a https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 9895fd1d37eb1cfd759201ec9694cd2fe03cb718 + f66edc12f625ce99330a19df158ba2f5e585c11c - + https://github.com/dotnet/sdk - 9895fd1d37eb1cfd759201ec9694cd2fe03cb718 + f66edc12f625ce99330a19df158ba2f5e585c11c diff --git a/eng/Versions.props b/eng/Versions.props index d9fb0a24d..f7381f8f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20628.5 - 6.0.0-alpha.1.20628.5 - 6.0.0-alpha.1.20628.5 - 6.0.0-alpha.1.20628.5 - 6.0.0-alpha.1.20628.5 - 6.0.0-alpha.1.20628.5 - 6.0.0-alpha.1.20628.5 + 6.0.0-alpha.1.20628.9 + 6.0.0-alpha.1.20628.9 + 6.0.0-alpha.1.20628.9 + 6.0.0-alpha.1.20628.9 + 6.0.0-alpha.1.20628.9 + 6.0.0-alpha.1.20628.9 + 6.0.0-alpha.1.20628.9 0.2.0 - 6.0.100-alpha.1.20628.6 - 6.0.100-alpha.1.20628.6 + 6.0.100-alpha.1.20628.7 + 6.0.100-alpha.1.20628.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d60b7b5d5980fb68f9dc3fb71cf22c35631c1575 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 06:55:02 +0000 Subject: [PATCH 352/375] Update dependencies from https://github.com/dotnet/sdk build 20201228.8 (#9283) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20628.9 to 6.0.0-alpha.1.20628.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20628.9 to 6.0.0-alpha.1.20628.14 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20628.9 to 6.0.0-alpha.1.20628.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20628.9 to 6.0.0-alpha.1.20628.14 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20628.9 to 6.0.0-alpha.1.20628.14 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20628.9 to 6.0.0-alpha.1.20628.14 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20628.9 to 6.0.0-alpha.1.20628.14 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8297431f7..69a4f8367 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime a7ce46b8d3490d771fac3610524106b0d7588087 - + https://github.com/dotnet/aspnetcore - e04dee0b665fd7545b5d24b8b30ebad990af424a + 0838d81e042662d403b33b048a118a7da52333dc - + https://github.com/dotnet/aspnetcore - e04dee0b665fd7545b5d24b8b30ebad990af424a + 0838d81e042662d403b33b048a118a7da52333dc - + https://github.com/dotnet/aspnetcore - e04dee0b665fd7545b5d24b8b30ebad990af424a + 0838d81e042662d403b33b048a118a7da52333dc - + https://github.com/dotnet/aspnetcore - e04dee0b665fd7545b5d24b8b30ebad990af424a + 0838d81e042662d403b33b048a118a7da52333dc https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - e04dee0b665fd7545b5d24b8b30ebad990af424a + 0838d81e042662d403b33b048a118a7da52333dc - + https://github.com/dotnet/aspnetcore - e04dee0b665fd7545b5d24b8b30ebad990af424a + 0838d81e042662d403b33b048a118a7da52333dc - + https://github.com/dotnet/aspnetcore - e04dee0b665fd7545b5d24b8b30ebad990af424a + 0838d81e042662d403b33b048a118a7da52333dc https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - f66edc12f625ce99330a19df158ba2f5e585c11c + c3af9594dae19c62c7208e8ecfae5a3f0f19e313 - + https://github.com/dotnet/sdk - f66edc12f625ce99330a19df158ba2f5e585c11c + c3af9594dae19c62c7208e8ecfae5a3f0f19e313 diff --git a/eng/Versions.props b/eng/Versions.props index f7381f8f3..e7b6d9eed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20628.9 - 6.0.0-alpha.1.20628.9 - 6.0.0-alpha.1.20628.9 - 6.0.0-alpha.1.20628.9 - 6.0.0-alpha.1.20628.9 - 6.0.0-alpha.1.20628.9 - 6.0.0-alpha.1.20628.9 + 6.0.0-alpha.1.20628.14 + 6.0.0-alpha.1.20628.14 + 6.0.0-alpha.1.20628.14 + 6.0.0-alpha.1.20628.14 + 6.0.0-alpha.1.20628.14 + 6.0.0-alpha.1.20628.14 + 6.0.0-alpha.1.20628.14 0.2.0 - 6.0.100-alpha.1.20628.7 - 6.0.100-alpha.1.20628.7 + 6.0.100-alpha.1.20628.8 + 6.0.100-alpha.1.20628.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5a9e93101967fe861ae1ab801375728c06d635f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:02:37 +0000 Subject: [PATCH 353/375] Update dependencies from https://github.com/dotnet/arcade build 20201223.1 (#9284) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20614-02 to 1.1.0-beta-20621-02 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.20615.1 to 1.0.0-beta.20622.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 69a4f8367..7bcc4ec0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,25 +148,25 @@ - + https://github.com/dotnet/arcade - 3ba79fbd73d6765b67d0f75ac9dac148d6bea346 + 7e0f9bc02f83d0a561d9edb963d856334f048f0d - + https://github.com/dotnet/arcade - 3ba79fbd73d6765b67d0f75ac9dac148d6bea346 + 7e0f9bc02f83d0a561d9edb963d856334f048f0d https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 0811fcd5406f22b086eb64b554514231a17766fd + 9cd2fb642acb474fec620a94f3fff9fb8c8c0306 - + https://github.com/dotnet/xliff-tasks - af2393ec57243ed926ef1e635ea5c48ce77bb1e1 + 5cc452359a3487d19def304c355bf42bae30e63d diff --git a/eng/Versions.props b/eng/Versions.props index e7b6d9eed..ed4374c14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20621.12 + 6.0.0-beta.20623.1 diff --git a/global.json b/global.json index b07e0d296..02b9dc2bb 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20621.12" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20623.1" } } From 2d3393938711b766559eaedee62ba02fb00d2867 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 16:17:27 +0000 Subject: [PATCH 354/375] [master] Update dependencies from dotnet/sdk (#9285) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201228-02 to 16.9.0-preview-20201229-01 (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 7bcc4ec0d..98db6a950 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - c3af9594dae19c62c7208e8ecfae5a3f0f19e313 + b3ed2276bff970b4067fd09a3aca8d39263b10f8 - + https://github.com/dotnet/sdk - c3af9594dae19c62c7208e8ecfae5a3f0f19e313 + b3ed2276bff970b4067fd09a3aca8d39263b10f8 @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - 31e948166f962b5c9d01aed1c2aae88c2f45f4b3 + d51f4cc6dcff4bb44d25e3622dd5e8f8727fad08 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index ed4374c14..626d72816 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20628.8 - 6.0.100-alpha.1.20628.8 + 6.0.100-alpha.1.20629.2 + 6.0.100-alpha.1.20629.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201228-02 + 16.9.0-preview-20201229-01 From 1b7ddec1d3d42c068988fef1da3b034bcff5e898 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 18:15:06 +0000 Subject: [PATCH 355/375] Update dependencies from https://github.com/dotnet/sdk build 20201229.3 (#9286) [master] 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 98db6a950..21d151266 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - b3ed2276bff970b4067fd09a3aca8d39263b10f8 + 4191572924db60039c2b746f7d261070a056932e - + https://github.com/dotnet/sdk - b3ed2276bff970b4067fd09a3aca8d39263b10f8 + 4191572924db60039c2b746f7d261070a056932e diff --git a/eng/Versions.props b/eng/Versions.props index 626d72816..ba9f931f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20629.2 - 6.0.100-alpha.1.20629.2 + 6.0.100-alpha.1.20629.3 + 6.0.100-alpha.1.20629.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2a413327b2ad60675df6dc07d1382f5a926d5e11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 19:23:00 +0000 Subject: [PATCH 356/375] [master] Update dependencies from dotnet/sdk (#9287) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20627.5 to 6.0.0-alpha.1.20628.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20627.5 to 6.0.0-alpha.1.20628.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20627.5 to 6.0.0-alpha.1.20628.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20627.5 to 6.0.0-alpha.1.20628.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20627.5 to 6.0.0-alpha.1.20628.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20627.5 to 6.0.0-alpha.1.20628.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20628.14 to 6.0.0-alpha.1.20629.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20628.14 to 6.0.0-alpha.1.20629.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20628.14 to 6.0.0-alpha.1.20629.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20628.14 to 6.0.0-alpha.1.20629.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20628.14 to 6.0.0-alpha.1.20629.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20628.14 to 6.0.0-alpha.1.20629.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20628.14 to 6.0.0-alpha.1.20629.2 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 60 ++++++++++++++++++++--------------------- eng/Versions.props | 30 ++++++++++----------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21d151266..6f9eea87a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/runtime - a7ce46b8d3490d771fac3610524106b0d7588087 + 8dcbd4e9a1d5354720e413f5dd810a288a80611e - + https://github.com/dotnet/runtime - a7ce46b8d3490d771fac3610524106b0d7588087 + 8dcbd4e9a1d5354720e413f5dd810a288a80611e https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - a7ce46b8d3490d771fac3610524106b0d7588087 + 8dcbd4e9a1d5354720e413f5dd810a288a80611e - + https://github.com/dotnet/runtime - a7ce46b8d3490d771fac3610524106b0d7588087 + 8dcbd4e9a1d5354720e413f5dd810a288a80611e - + https://github.com/dotnet/runtime - a7ce46b8d3490d771fac3610524106b0d7588087 + 8dcbd4e9a1d5354720e413f5dd810a288a80611e @@ -43,41 +43,41 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a7ce46b8d3490d771fac3610524106b0d7588087 + 8dcbd4e9a1d5354720e413f5dd810a288a80611e - + https://github.com/dotnet/aspnetcore - 0838d81e042662d403b33b048a118a7da52333dc + 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad - + https://github.com/dotnet/aspnetcore - 0838d81e042662d403b33b048a118a7da52333dc + 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad - + https://github.com/dotnet/aspnetcore - 0838d81e042662d403b33b048a118a7da52333dc + 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad - + https://github.com/dotnet/aspnetcore - 0838d81e042662d403b33b048a118a7da52333dc + 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 0838d81e042662d403b33b048a118a7da52333dc + 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad - + https://github.com/dotnet/aspnetcore - 0838d81e042662d403b33b048a118a7da52333dc + 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad - + https://github.com/dotnet/aspnetcore - 0838d81e042662d403b33b048a118a7da52333dc + 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 4191572924db60039c2b746f7d261070a056932e + 620e27babd2469c70c187319151b12988bc13d5d - + https://github.com/dotnet/sdk - 4191572924db60039c2b746f7d261070a056932e + 620e27babd2469c70c187319151b12988bc13d5d diff --git a/eng/Versions.props b/eng/Versions.props index ba9f931f5..7fe6514a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,36 +45,36 @@ - 6.0.0-alpha.1.20628.14 - 6.0.0-alpha.1.20628.14 - 6.0.0-alpha.1.20628.14 - 6.0.0-alpha.1.20628.14 - 6.0.0-alpha.1.20628.14 - 6.0.0-alpha.1.20628.14 - 6.0.0-alpha.1.20628.14 + 6.0.0-alpha.1.20629.2 + 6.0.0-alpha.1.20629.2 + 6.0.0-alpha.1.20629.2 + 6.0.0-alpha.1.20629.2 + 6.0.0-alpha.1.20629.2 + 6.0.0-alpha.1.20629.2 + 6.0.0-alpha.1.20629.2 0.2.0 - 6.0.100-alpha.1.20629.3 - 6.0.100-alpha.1.20629.3 + 6.0.100-alpha.1.20629.6 + 6.0.100-alpha.1.20629.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20627.5 + 6.0.0-alpha.1.20628.6 - 6.0.0-alpha.1.20627.5 - 6.0.0-alpha.1.20627.5 - 6.0.0-alpha.1.20627.5 - 6.0.0-alpha.1.20627.5 - 6.0.0-alpha.1.20627.5 + 6.0.0-alpha.1.20628.6 + 6.0.0-alpha.1.20628.6 + 6.0.0-alpha.1.20628.6 + 6.0.0-alpha.1.20628.6 + 6.0.0-alpha.1.20628.6 2.1.0 From af97eae636209a46a3aaf7adce76e13b509b8640 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 02:41:03 +0000 Subject: [PATCH 357/375] Update dependencies from https://github.com/dotnet/sdk build 20201229.8 (#9288) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20629.2 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20629.2 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20629.2 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20629.2 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20629.2 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20629.2 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20629.2 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f9eea87a..df1ad57eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,37 +47,37 @@ https://github.com/dotnet/runtime 8dcbd4e9a1d5354720e413f5dd810a288a80611e - + https://github.com/dotnet/aspnetcore - 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad + 554c0c5c2b021d513ae8616dd690b42722a4025b - + https://github.com/dotnet/aspnetcore - 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad + 554c0c5c2b021d513ae8616dd690b42722a4025b - + https://github.com/dotnet/aspnetcore - 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad + 554c0c5c2b021d513ae8616dd690b42722a4025b - + https://github.com/dotnet/aspnetcore - 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad + 554c0c5c2b021d513ae8616dd690b42722a4025b https://github.com/dotnet/efcore 03c1ba5275b11963ee1d05ad388ded2fda861c1b - + https://github.com/dotnet/aspnetcore - 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad + 554c0c5c2b021d513ae8616dd690b42722a4025b - + https://github.com/dotnet/aspnetcore - 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad + 554c0c5c2b021d513ae8616dd690b42722a4025b - + https://github.com/dotnet/aspnetcore - 0db9bfbcd28b306bb1ed565aea37c0dd47b482ad + 554c0c5c2b021d513ae8616dd690b42722a4025b https://github.com/dotnet/test-templates @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 620e27babd2469c70c187319151b12988bc13d5d + 6545e81bd505d68f57941fa91babc6345a22e1a7 - + https://github.com/dotnet/sdk - 620e27babd2469c70c187319151b12988bc13d5d + 6545e81bd505d68f57941fa91babc6345a22e1a7 diff --git a/eng/Versions.props b/eng/Versions.props index 7fe6514a2..937a0e138 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,21 +45,21 @@ - 6.0.0-alpha.1.20629.2 - 6.0.0-alpha.1.20629.2 - 6.0.0-alpha.1.20629.2 - 6.0.0-alpha.1.20629.2 - 6.0.0-alpha.1.20629.2 - 6.0.0-alpha.1.20629.2 - 6.0.0-alpha.1.20629.2 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 0.2.0 - 6.0.100-alpha.1.20629.6 - 6.0.100-alpha.1.20629.6 + 6.0.100-alpha.1.20629.8 + 6.0.100-alpha.1.20629.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6d9f6b72c6bf180de3d21c4be7a1de29fe9e567f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 17:28:10 +0000 Subject: [PATCH 358/375] Update dependencies from https://github.com/dotnet/sdk build 20201230.1 (#9291) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20628.6 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20628.6 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20628.6 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20628.6 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20628.6 to 6.0.0-alpha.1.20629.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20628.6 to 6.0.0-alpha.1.20629.3 (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 df1ad57eb..c22c9cb1c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop 7d87394075e5af4be83239ceb54ba708c3227c86 - + https://github.com/dotnet/runtime - 8dcbd4e9a1d5354720e413f5dd810a288a80611e + 8d7e074fe88d05a66f70e1717c1bea490cd41d2e - + https://github.com/dotnet/runtime - 8dcbd4e9a1d5354720e413f5dd810a288a80611e + 8d7e074fe88d05a66f70e1717c1bea490cd41d2e https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 8dcbd4e9a1d5354720e413f5dd810a288a80611e + 8d7e074fe88d05a66f70e1717c1bea490cd41d2e - + https://github.com/dotnet/runtime - 8dcbd4e9a1d5354720e413f5dd810a288a80611e + 8d7e074fe88d05a66f70e1717c1bea490cd41d2e - + https://github.com/dotnet/runtime - 8dcbd4e9a1d5354720e413f5dd810a288a80611e + 8d7e074fe88d05a66f70e1717c1bea490cd41d2e @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 8dcbd4e9a1d5354720e413f5dd810a288a80611e + 8d7e074fe88d05a66f70e1717c1bea490cd41d2e https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 3e87760abcc615da236bc48995fc0e6f65e7577b - + https://github.com/dotnet/sdk - 6545e81bd505d68f57941fa91babc6345a22e1a7 + d95e94347f5bc9f171c1e69b62c26c5132ebe066 - + https://github.com/dotnet/sdk - 6545e81bd505d68f57941fa91babc6345a22e1a7 + d95e94347f5bc9f171c1e69b62c26c5132ebe066 diff --git a/eng/Versions.props b/eng/Versions.props index 937a0e138..7bf51d08b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20629.8 - 6.0.100-alpha.1.20629.8 + 6.0.100-alpha.1.20630.1 + 6.0.100-alpha.1.20630.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20628.6 + 6.0.0-alpha.1.20629.3 - 6.0.0-alpha.1.20628.6 - 6.0.0-alpha.1.20628.6 - 6.0.0-alpha.1.20628.6 - 6.0.0-alpha.1.20628.6 - 6.0.0-alpha.1.20628.6 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20629.3 2.1.0 From eb4990b65c573caf2d54482f2b4eeb1b0dd4caf0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 19:59:40 +0000 Subject: [PATCH 359/375] Update dependencies from https://github.com/dotnet/sdk build 20201230.2 (#9292) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20624.2 to 6.0.0-alpha.1.20630.1 (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 c22c9cb1c..d4f137fd6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,17 +87,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 3e87760abcc615da236bc48995fc0e6f65e7577b + 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - d95e94347f5bc9f171c1e69b62c26c5132ebe066 + 3a811d5d594e0293cc835637755cf95ad25992de - + https://github.com/dotnet/sdk - d95e94347f5bc9f171c1e69b62c26c5132ebe066 + 3a811d5d594e0293cc835637755cf95ad25992de diff --git a/eng/Versions.props b/eng/Versions.props index 7bf51d08b..6d7b95583 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 6.0.0-alpha.1.20624.2 + 6.0.0-alpha.1.20630.1 @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20630.1 - 6.0.100-alpha.1.20630.1 + 6.0.100-alpha.1.20630.2 + 6.0.100-alpha.1.20630.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8eb21388a8d51a5d26611ec65754c0a41331ae8d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 21:06:59 +0000 Subject: [PATCH 360/375] Update dependencies from https://github.com/dotnet/sdk build 20201230.3 (#9293) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201229-01 to 16.9.0-preview-20201230-01 (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 d4f137fd6..2c3f260d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 3a811d5d594e0293cc835637755cf95ad25992de + 407a852384ea09a76248635df39f52bc096603ba - + https://github.com/dotnet/sdk - 3a811d5d594e0293cc835637755cf95ad25992de + 407a852384ea09a76248635df39f52bc096603ba @@ -112,9 +112,9 @@ https://github.com/dotnet/fsharp 7fd0736d33a20f55b013494fa35c504f9f19b4e5 - + https://github.com/microsoft/vstest - d51f4cc6dcff4bb44d25e3622dd5e8f8727fad08 + cfb061170e25be67bfa39f1071606e4ff4c32b1c https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 6d7b95583..5f10fc4e7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20630.2 - 6.0.100-alpha.1.20630.2 + 6.0.100-alpha.1.20630.3 + 6.0.100-alpha.1.20630.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -143,7 +143,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.9.0-preview-20201229-01 + 16.9.0-preview-20201230-01 From 042d5a747e13dc40d6f90f44aeea837778248792 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 23:46:10 +0000 Subject: [PATCH 361/375] [master] Update dependencies from dotnet/sdk (#9294) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20629.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20629.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20623.2 to 6.0.0-alpha.1.20629.1 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 5.9.0-preview.3.6981 to 5.9.0-preview.3.6995 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c3f260d3..051bdc9c1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7d87394075e5af4be83239ceb54ba708c3227c86 + df85f3b6fcc2758360e429e72710d56ab3232dfb - + https://github.com/dotnet/windowsdesktop - 7d87394075e5af4be83239ceb54ba708c3227c86 + df85f3b6fcc2758360e429e72710d56ab3232dfb - + https://github.com/dotnet/windowsdesktop - 7d87394075e5af4be83239ceb54ba708c3227c86 + df85f3b6fcc2758360e429e72710d56ab3232dfb https://github.com/dotnet/runtime @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 407a852384ea09a76248635df39f52bc096603ba + e4b4de8212350bcf9a4d10e6eb0185abefe2d9ac - + https://github.com/dotnet/sdk - 407a852384ea09a76248635df39f52bc096603ba + e4b4de8212350bcf9a4d10e6eb0185abefe2d9ac @@ -129,9 +129,9 @@ https://github.com/dotnet/msbuild a2c42ce9fc8d6fbd4a8cd600073803b8687c9341 - + https://github.com/NuGet/NuGet.Client - 7e23737fdf89fe34c90ac8878c96843b2f0dd17e + 5e1970e323f9f55794c6a77562c5535c12d5c2a4 https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index 5f10fc4e7..a3253ffdf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20630.3 - 6.0.100-alpha.1.20630.3 + 6.0.100-alpha.1.20630.5 + 6.0.100-alpha.1.20630.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 - 6.0.0-alpha.1.20623.2 + 6.0.0-alpha.1.20629.1 + 6.0.0-alpha.1.20629.1 + 6.0.0-alpha.1.20629.1 From d8a1946f1e070fcae955e9c4363cd5b2810944d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 04:56:42 +0000 Subject: [PATCH 362/375] Update dependencies from https://github.com/dotnet/sdk build 20201230.8 (#9298) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.9.0-preview-20623-01 to 16.9.0-preview-20630-02 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 10 +++++----- eng/Versions.props | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 051bdc9c1..f870fabdb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - e4b4de8212350bcf9a4d10e6eb0185abefe2d9ac + 8e79b48de8ad73a152a7f27a904135b0f9b072be - + https://github.com/dotnet/sdk - e4b4de8212350bcf9a4d10e6eb0185abefe2d9ac + 8e79b48de8ad73a152a7f27a904135b0f9b072be @@ -125,7 +125,7 @@ https://github.com/dotnet/roslyn ca950c2039668f0af2777530d8d2245456a0ca59 - + https://github.com/dotnet/msbuild a2c42ce9fc8d6fbd4a8cd600073803b8687c9341 diff --git a/eng/Versions.props b/eng/Versions.props index a3253ffdf..81af95436 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20630.5 - 6.0.100-alpha.1.20630.5 + 6.0.100-alpha.1.20630.8 + 6.0.100-alpha.1.20630.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b5e2c0e984c9b02e66056c1dddf0b0b7a21b6a5a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 14:01:40 +0000 Subject: [PATCH 363/375] Update dependencies from https://github.com/dotnet/arcade build 20201230.2 (#9303) [master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20621-02 to 1.1.0-beta-20628-02 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.20622.1 to 1.0.0-beta.20629.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/tools.sh | 4 +++- global.json | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f870fabdb..06606dd27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,25 +148,25 @@ - + https://github.com/dotnet/arcade - 7e0f9bc02f83d0a561d9edb963d856334f048f0d + 4c8515c18ebe0071c32fed467ee3890fbd488898 - + https://github.com/dotnet/arcade - 7e0f9bc02f83d0a561d9edb963d856334f048f0d + 4c8515c18ebe0071c32fed467ee3890fbd488898 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 9cd2fb642acb474fec620a94f3fff9fb8c8c0306 + a681f62457a6b30eacc4b48a62267a8481fd4d58 - + https://github.com/dotnet/xliff-tasks - 5cc452359a3487d19def304c355bf42bae30e63d + bf9be5e267ddbf9f51c2014f7646a4c30354b748 diff --git a/eng/Versions.props b/eng/Versions.props index 81af95436..4db3e0c06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20623.1 + 6.0.0-beta.20630.2 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 0295dd9ff..b160c370f 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -273,7 +273,9 @@ function GetDotNetInstallScript { if command -v curl > /dev/null; then # first, try directly, if this fails we will retry with verbose logging curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { - echo "curl failed; will now retry with verbose logging." + echo "Curl failed; dumping some information about dotnet.microsoft.com for later investigation" + echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443 + echo "Will now retry the same URL with verbose logging." with_retries curl "$install_script_url" -sSL --verbose --retry 10 --create-dirs -o "$install_script" || { local exit_code=$? Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." diff --git a/global.json b/global.json index 02b9dc2bb..89a8fc355 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20623.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20630.2" } } From 5de02bc871726b4ea8d865def239d8b6937fb5ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 15:49:23 +0000 Subject: [PATCH 364/375] [master] Update dependencies from dotnet/sdk (#9301) [master] Update dependencies from dotnet/sdk - Coherency Updates: - NuGet.Build.Tasks: from 5.9.0-preview.3.6995 to 5.9.0-preview.3.7002 (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 06606dd27..e9938de45 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 8e79b48de8ad73a152a7f27a904135b0f9b072be + 68a601ef30ed5faa3a5738e22a76f2f9b5e2b2a5 - + https://github.com/dotnet/sdk - 8e79b48de8ad73a152a7f27a904135b0f9b072be + 68a601ef30ed5faa3a5738e22a76f2f9b5e2b2a5 @@ -129,9 +129,9 @@ https://github.com/dotnet/msbuild a2c42ce9fc8d6fbd4a8cd600073803b8687c9341 - + https://github.com/NuGet/NuGet.Client - 5e1970e323f9f55794c6a77562c5535c12d5c2a4 + 56d7104c17995bb34c4af7a5e42fc66a44bc08b1 https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index 4db3e0c06..9c880ccb3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20630.8 - 6.0.100-alpha.1.20630.8 + 6.0.100-alpha.1.20631.2 + 6.0.100-alpha.1.20631.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1217290ac9425f9bf085be71573c3806c2fbad1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 19:14:15 +0000 Subject: [PATCH 365/375] [master] Update dependencies from dotnet/sdk (#9304) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20629.3 to 6.0.0-alpha.1.20631.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20629.3 to 6.0.0-alpha.1.20631.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20629.3 to 6.0.0-alpha.1.20631.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20629.3 to 6.0.0-alpha.1.20631.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20629.3 to 6.0.0-alpha.1.20631.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20629.3 to 6.0.0-alpha.1.20631.2 (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 e9938de45..b976f04c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop df85f3b6fcc2758360e429e72710d56ab3232dfb - + https://github.com/dotnet/runtime - 8d7e074fe88d05a66f70e1717c1bea490cd41d2e + 752c927cf26a3c57190d46b3635de52cc49b203e - + https://github.com/dotnet/runtime - 8d7e074fe88d05a66f70e1717c1bea490cd41d2e + 752c927cf26a3c57190d46b3635de52cc49b203e https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 8d7e074fe88d05a66f70e1717c1bea490cd41d2e + 752c927cf26a3c57190d46b3635de52cc49b203e - + https://github.com/dotnet/runtime - 8d7e074fe88d05a66f70e1717c1bea490cd41d2e + 752c927cf26a3c57190d46b3635de52cc49b203e - + https://github.com/dotnet/runtime - 8d7e074fe88d05a66f70e1717c1bea490cd41d2e + 752c927cf26a3c57190d46b3635de52cc49b203e @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 8d7e074fe88d05a66f70e1717c1bea490cd41d2e + 752c927cf26a3c57190d46b3635de52cc49b203e https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 68a601ef30ed5faa3a5738e22a76f2f9b5e2b2a5 + ce466047461aba49bb6457ded7362f7f73e5bc09 - + https://github.com/dotnet/sdk - 68a601ef30ed5faa3a5738e22a76f2f9b5e2b2a5 + ce466047461aba49bb6457ded7362f7f73e5bc09 diff --git a/eng/Versions.props b/eng/Versions.props index 9c880ccb3..f71108a27 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20631.2 - 6.0.100-alpha.1.20631.2 + 6.0.100-alpha.1.20631.4 + 6.0.100-alpha.1.20631.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20631.2 - 6.0.0-alpha.1.20629.3 - 6.0.0-alpha.1.20629.3 - 6.0.0-alpha.1.20629.3 - 6.0.0-alpha.1.20629.3 - 6.0.0-alpha.1.20629.3 + 6.0.0-alpha.1.20631.2 + 6.0.0-alpha.1.20631.2 + 6.0.0-alpha.1.20631.2 + 6.0.0-alpha.1.20631.2 + 6.0.0-alpha.1.20631.2 2.1.0 From bf42fd7b4b8225c2e90306255e1b3d7fef32bb63 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 20:42:47 +0000 Subject: [PATCH 366/375] Update dependencies from https://github.com/dotnet/sdk build 20201231.5 (#9306) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-4.20627.4 to 3.9.0-4.20630.10 (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 b976f04c8..8f1decca8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - ce466047461aba49bb6457ded7362f7f73e5bc09 + 95c855fa2b4bf2f59d2434061b2bee617b117bce - + https://github.com/dotnet/sdk - ce466047461aba49bb6457ded7362f7f73e5bc09 + 95c855fa2b4bf2f59d2434061b2bee617b117bce @@ -121,9 +121,9 @@ e68a1c586b5b5174e21e3f0d4b00322c547e4c3d linker - + https://github.com/dotnet/roslyn - ca950c2039668f0af2777530d8d2245456a0ca59 + da5c0bd23220da1eecd6d804a1c52db9f29c6716 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index f71108a27..db2c702ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.20631.4 - 6.0.100-alpha.1.20631.4 + 6.0.100-alpha.1.20631.5 + 6.0.100-alpha.1.20631.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0e55ad173da810db3bae09f0ecfc008857ceec1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Jan 2021 17:11:43 +0000 Subject: [PATCH 367/375] [master] Update dependencies from dotnet/sdk (#9308) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20631.2 to 6.0.0-alpha.1.21051.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20631.2 to 6.0.0-alpha.1.21051.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20631.2 to 6.0.0-alpha.1.21051.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20631.2 to 6.0.0-alpha.1.21051.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20631.2 to 6.0.0-alpha.1.21051.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20631.2 to 6.0.0-alpha.1.21051.2 (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 8f1decca8..ca0d0e97a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop df85f3b6fcc2758360e429e72710d56ab3232dfb - + https://github.com/dotnet/runtime - 752c927cf26a3c57190d46b3635de52cc49b203e + c985bdcec2a9190e733bcada413a193d5ff60c0d - + https://github.com/dotnet/runtime - 752c927cf26a3c57190d46b3635de52cc49b203e + c985bdcec2a9190e733bcada413a193d5ff60c0d https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 752c927cf26a3c57190d46b3635de52cc49b203e + c985bdcec2a9190e733bcada413a193d5ff60c0d - + https://github.com/dotnet/runtime - 752c927cf26a3c57190d46b3635de52cc49b203e + c985bdcec2a9190e733bcada413a193d5ff60c0d - + https://github.com/dotnet/runtime - 752c927cf26a3c57190d46b3635de52cc49b203e + c985bdcec2a9190e733bcada413a193d5ff60c0d @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 752c927cf26a3c57190d46b3635de52cc49b203e + c985bdcec2a9190e733bcada413a193d5ff60c0d https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 95c855fa2b4bf2f59d2434061b2bee617b117bce + 917b98c1388c3fd7cc8fa5d2ee7f22ba01575747 - + https://github.com/dotnet/sdk - 95c855fa2b4bf2f59d2434061b2bee617b117bce + 917b98c1388c3fd7cc8fa5d2ee7f22ba01575747 diff --git a/eng/Versions.props b/eng/Versions.props index db2c702ae..08d294425 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.20631.5 - 6.0.100-alpha.1.20631.5 + 6.0.100-alpha.1.21052.1 + 6.0.100-alpha.1.21052.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.20631.2 + 6.0.0-alpha.1.21051.2 - 6.0.0-alpha.1.20631.2 - 6.0.0-alpha.1.20631.2 - 6.0.0-alpha.1.20631.2 - 6.0.0-alpha.1.20631.2 - 6.0.0-alpha.1.20631.2 + 6.0.0-alpha.1.21051.2 + 6.0.0-alpha.1.21051.2 + 6.0.0-alpha.1.21051.2 + 6.0.0-alpha.1.21051.2 + 6.0.0-alpha.1.21051.2 2.1.0 From 48d9336aa3ad9915931eb4d2bb4efe4e4d29021d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 17:08:29 +0000 Subject: [PATCH 368/375] Update dependencies from https://github.com/dotnet/sdk build 20210103.1 (#9310) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.21051.2 to 6.0.0-alpha.1.21052.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.21051.2 to 6.0.0-alpha.1.21052.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.21051.2 to 6.0.0-alpha.1.21052.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.21051.2 to 6.0.0-alpha.1.21052.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.21051.2 to 6.0.0-alpha.1.21052.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.21051.2 to 6.0.0-alpha.1.21052.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 ca0d0e97a..df75e1e34 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop df85f3b6fcc2758360e429e72710d56ab3232dfb - + https://github.com/dotnet/runtime - c985bdcec2a9190e733bcada413a193d5ff60c0d + e87e32f50caa4122cf689eebb3810989dee6e125 - + https://github.com/dotnet/runtime - c985bdcec2a9190e733bcada413a193d5ff60c0d + e87e32f50caa4122cf689eebb3810989dee6e125 https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - c985bdcec2a9190e733bcada413a193d5ff60c0d + e87e32f50caa4122cf689eebb3810989dee6e125 - + https://github.com/dotnet/runtime - c985bdcec2a9190e733bcada413a193d5ff60c0d + e87e32f50caa4122cf689eebb3810989dee6e125 - + https://github.com/dotnet/runtime - c985bdcec2a9190e733bcada413a193d5ff60c0d + e87e32f50caa4122cf689eebb3810989dee6e125 @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c985bdcec2a9190e733bcada413a193d5ff60c0d + e87e32f50caa4122cf689eebb3810989dee6e125 https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 917b98c1388c3fd7cc8fa5d2ee7f22ba01575747 + 0176e2c7ffff4660d2328d391cf500241434786f - + https://github.com/dotnet/sdk - 917b98c1388c3fd7cc8fa5d2ee7f22ba01575747 + 0176e2c7ffff4660d2328d391cf500241434786f diff --git a/eng/Versions.props b/eng/Versions.props index 08d294425..b84d34dfa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.21052.1 - 6.0.100-alpha.1.21052.1 + 6.0.100-alpha.1.21053.1 + 6.0.100-alpha.1.21053.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.21051.2 + 6.0.0-alpha.1.21052.6 - 6.0.0-alpha.1.21051.2 - 6.0.0-alpha.1.21051.2 - 6.0.0-alpha.1.21051.2 - 6.0.0-alpha.1.21051.2 - 6.0.0-alpha.1.21051.2 + 6.0.0-alpha.1.21052.6 + 6.0.0-alpha.1.21052.6 + 6.0.0-alpha.1.21052.6 + 6.0.0-alpha.1.21052.6 + 6.0.0-alpha.1.21052.6 2.1.0 From 059ef53c2c8235d606010314211d803aa588aa47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 05:48:31 +0000 Subject: [PATCH 369/375] [master] Update dependencies from dotnet/sdk (#9311) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-4.20630.10 to 3.9.0-4.20631.6 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.9.0-preview-20630-02 to 16.9.0-preview-21053-01 (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 df75e1e34..83781a7c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 0176e2c7ffff4660d2328d391cf500241434786f + 06f9e5e60c3dbecf14bdab91c2921185e0e98f79 - + https://github.com/dotnet/sdk - 0176e2c7ffff4660d2328d391cf500241434786f + 06f9e5e60c3dbecf14bdab91c2921185e0e98f79 @@ -121,13 +121,13 @@ e68a1c586b5b5174e21e3f0d4b00322c547e4c3d linker - + https://github.com/dotnet/roslyn - da5c0bd23220da1eecd6d804a1c52db9f29c6716 + c34bb049f1f74256f109794509cd9f0f1c23faea - + https://github.com/dotnet/msbuild - a2c42ce9fc8d6fbd4a8cd600073803b8687c9341 + 1c88d13fed073488b949e0da659f959e2e5cc3ea https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index b84d34dfa..1b4664144 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.21053.1 - 6.0.100-alpha.1.21053.1 + 6.0.100-alpha.1.21053.4 + 6.0.100-alpha.1.21053.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From cea43401c9a1c39bafbde51604b0d14088789522 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 08:01:35 +0000 Subject: [PATCH 370/375] Update dependencies from https://github.com/dotnet/sdk build 20210103.5 (#9313) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-alpha.1.20629.1 to 6.0.0-alpha.1.20631.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20629.1 to 6.0.0-alpha.1.20631.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-alpha.1.20629.1 to 6.0.0-alpha.1.20631.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 83781a7c9..343ddc14d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - df85f3b6fcc2758360e429e72710d56ab3232dfb + e245df05ce582d8f36e68f7b4ae7a9c4ff2bec80 - + https://github.com/dotnet/windowsdesktop - df85f3b6fcc2758360e429e72710d56ab3232dfb + e245df05ce582d8f36e68f7b4ae7a9c4ff2bec80 - + https://github.com/dotnet/windowsdesktop - df85f3b6fcc2758360e429e72710d56ab3232dfb + e245df05ce582d8f36e68f7b4ae7a9c4ff2bec80 https://github.com/dotnet/runtime @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 06f9e5e60c3dbecf14bdab91c2921185e0e98f79 + 870578e8d3375790c16fb29bc564966f7dc20ca9 - + https://github.com/dotnet/sdk - 06f9e5e60c3dbecf14bdab91c2921185e0e98f79 + 870578e8d3375790c16fb29bc564966f7dc20ca9 diff --git a/eng/Versions.props b/eng/Versions.props index 1b4664144..560e81da6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.21053.4 - 6.0.100-alpha.1.21053.4 + 6.0.100-alpha.1.21053.5 + 6.0.100-alpha.1.21053.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -79,9 +79,9 @@ - 6.0.0-alpha.1.20629.1 - 6.0.0-alpha.1.20629.1 - 6.0.0-alpha.1.20629.1 + 6.0.0-alpha.1.20631.1 + 6.0.0-alpha.1.20631.1 + 6.0.0-alpha.1.20631.1 From b8744f0162583701a6853d44894a62647ef7e691 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 18:28:18 +0000 Subject: [PATCH 371/375] [master] Update dependencies from dotnet/sdk (#9314) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.21052.6 to 6.0.0-alpha.1.21053.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.21052.6 to 6.0.0-alpha.1.21053.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.21052.6 to 6.0.0-alpha.1.21053.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.21052.6 to 6.0.0-alpha.1.21053.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.21052.6 to 6.0.0-alpha.1.21053.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.21052.6 to 6.0.0-alpha.1.21053.3 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20628.2 to 6.0.0-alpha.1.21054.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 343ddc14d..15cc8d26d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop e245df05ce582d8f36e68f7b4ae7a9c4ff2bec80 - + https://github.com/dotnet/runtime - e87e32f50caa4122cf689eebb3810989dee6e125 + 144cac3d0ce162444452a5dcc837b904fe149ef4 - + https://github.com/dotnet/runtime - e87e32f50caa4122cf689eebb3810989dee6e125 + 144cac3d0ce162444452a5dcc837b904fe149ef4 https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - e87e32f50caa4122cf689eebb3810989dee6e125 + 144cac3d0ce162444452a5dcc837b904fe149ef4 - + https://github.com/dotnet/runtime - e87e32f50caa4122cf689eebb3810989dee6e125 + 144cac3d0ce162444452a5dcc837b904fe149ef4 - + https://github.com/dotnet/runtime - e87e32f50caa4122cf689eebb3810989dee6e125 + 144cac3d0ce162444452a5dcc837b904fe149ef4 @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e87e32f50caa4122cf689eebb3810989dee6e125 + 144cac3d0ce162444452a5dcc837b904fe149ef4 https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 870578e8d3375790c16fb29bc564966f7dc20ca9 + 1e0d36cb1bcc04546c37edef28410cde17ba3973 - + https://github.com/dotnet/sdk - 870578e8d3375790c16fb29bc564966f7dc20ca9 + 1e0d36cb1bcc04546c37edef28410cde17ba3973 @@ -116,9 +116,9 @@ https://github.com/microsoft/vstest cfb061170e25be67bfa39f1071606e4ff4c32b1c - + https://github.com/mono/linker - e68a1c586b5b5174e21e3f0d4b00322c547e4c3d + 09a68470b485e463d5e6ccaf10e20492e3b73c8d linker diff --git a/eng/Versions.props b/eng/Versions.props index 560e81da6..1ccb1d7d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.21053.5 - 6.0.100-alpha.1.21053.5 + 6.0.100-alpha.1.21054.2 + 6.0.100-alpha.1.21054.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.21052.6 + 6.0.0-alpha.1.21053.3 - 6.0.0-alpha.1.21052.6 - 6.0.0-alpha.1.21052.6 - 6.0.0-alpha.1.21052.6 - 6.0.0-alpha.1.21052.6 - 6.0.0-alpha.1.21052.6 + 6.0.0-alpha.1.21053.3 + 6.0.0-alpha.1.21053.3 + 6.0.0-alpha.1.21053.3 + 6.0.0-alpha.1.21053.3 + 6.0.0-alpha.1.21053.3 2.1.0 From 3b494aa0c15fa456ed3177766e8f6cafea5d03c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:09:19 +0000 Subject: [PATCH 372/375] Update dependencies from https://github.com/dotnet/sdk build 20210104.3 (#9315) [master] 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 15cc8d26d..4554e2d4e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 1e0d36cb1bcc04546c37edef28410cde17ba3973 + 1c4638b19ea7f3fa7e99d7e7a914ddd46b9255fb - + https://github.com/dotnet/sdk - 1e0d36cb1bcc04546c37edef28410cde17ba3973 + 1c4638b19ea7f3fa7e99d7e7a914ddd46b9255fb diff --git a/eng/Versions.props b/eng/Versions.props index 1ccb1d7d1..6aa52f5ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.21054.2 - 6.0.100-alpha.1.21054.2 + 6.0.100-alpha.1.21054.3 + 6.0.100-alpha.1.21054.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f5251ed313aaf049b69da974b8781711e51bc4ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 04:29:28 +0000 Subject: [PATCH 373/375] Update dependencies from https://github.com/dotnet/sdk build 20210104.4 (#9316) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.21054.1 to 6.0.0-alpha.1.21054.5 (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 4554e2d4e..ff48bdc5f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 1c4638b19ea7f3fa7e99d7e7a914ddd46b9255fb + de44c06a26632d451eab9edeac72d15aed919df3 - + https://github.com/dotnet/sdk - 1c4638b19ea7f3fa7e99d7e7a914ddd46b9255fb + de44c06a26632d451eab9edeac72d15aed919df3 @@ -116,9 +116,9 @@ https://github.com/microsoft/vstest cfb061170e25be67bfa39f1071606e4ff4c32b1c - + https://github.com/mono/linker - 09a68470b485e463d5e6ccaf10e20492e3b73c8d + c45a25d77dfe278bd8fa675cb998cb0573dcb1c0 linker diff --git a/eng/Versions.props b/eng/Versions.props index 6aa52f5ba..c9218333e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.21054.3 - 6.0.100-alpha.1.21054.3 + 6.0.100-alpha.1.21054.4 + 6.0.100-alpha.1.21054.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b97e7603d0b1c1c0610c44c9958fc7c2ffd477f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 08:39:41 +0000 Subject: [PATCH 374/375] Update dependencies from https://github.com/dotnet/sdk build 20210104.6 (#9318) [master] 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 ff48bdc5f..1b345223c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - de44c06a26632d451eab9edeac72d15aed919df3 + 639fd6935a9daac175de198b376c768ccd6bcc77 - + https://github.com/dotnet/sdk - de44c06a26632d451eab9edeac72d15aed919df3 + 639fd6935a9daac175de198b376c768ccd6bcc77 diff --git a/eng/Versions.props b/eng/Versions.props index c9218333e..a280d4883 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,8 +58,8 @@ - 6.0.100-alpha.1.21054.4 - 6.0.100-alpha.1.21054.4 + 6.0.100-alpha.1.21054.6 + 6.0.100-alpha.1.21054.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ce3e8d41a181d2619d09e0dc2b6376395f4482dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 16:06:53 +0000 Subject: [PATCH 375/375] [master] Update dependencies from dotnet/sdk (#9320) [master] Update dependencies from dotnet/sdk - Coherency Updates: - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.21053.3 to 6.0.0-alpha.1.21054.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.21053.3 to 6.0.0-alpha.1.21054.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.21053.3 to 6.0.0-alpha.1.21054.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.21053.3 to 6.0.0-alpha.1.21054.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.21053.3 to 6.0.0-alpha.1.21054.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.21053.3 to 6.0.0-alpha.1.21054.6 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.9.0-preview-21053-01 to 16.9.0-preview-21054-03 (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 1b345223c..1c47d1d0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,29 +13,29 @@ https://github.com/dotnet/windowsdesktop e245df05ce582d8f36e68f7b4ae7a9c4ff2bec80 - + https://github.com/dotnet/runtime - 144cac3d0ce162444452a5dcc837b904fe149ef4 + fd5609d44cfa904334864e113f253ed9c5e660b8 - + https://github.com/dotnet/runtime - 144cac3d0ce162444452a5dcc837b904fe149ef4 + fd5609d44cfa904334864e113f253ed9c5e660b8 https://github.com/dotnet/runtime f56a56f90ff9124c85e4d889faeeca0824d2d437 - + https://github.com/dotnet/runtime - 144cac3d0ce162444452a5dcc837b904fe149ef4 + fd5609d44cfa904334864e113f253ed9c5e660b8 - + https://github.com/dotnet/runtime - 144cac3d0ce162444452a5dcc837b904fe149ef4 + fd5609d44cfa904334864e113f253ed9c5e660b8 - + https://github.com/dotnet/runtime - 144cac3d0ce162444452a5dcc837b904fe149ef4 + fd5609d44cfa904334864e113f253ed9c5e660b8 @@ -43,9 +43,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 144cac3d0ce162444452a5dcc837b904fe149ef4 + fd5609d44cfa904334864e113f253ed9c5e660b8 https://github.com/dotnet/aspnetcore @@ -91,13 +91,13 @@ https://github.com/dotnet/templating 4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf - + https://github.com/dotnet/sdk - 639fd6935a9daac175de198b376c768ccd6bcc77 + c9cf2db6e362ad60c1390b4ee6a9d153d5568c0a - + https://github.com/dotnet/sdk - 639fd6935a9daac175de198b376c768ccd6bcc77 + c9cf2db6e362ad60c1390b4ee6a9d153d5568c0a @@ -125,9 +125,9 @@ https://github.com/dotnet/roslyn c34bb049f1f74256f109794509cd9f0f1c23faea - + https://github.com/dotnet/msbuild - 1c88d13fed073488b949e0da659f959e2e5cc3ea + c70d520b5b8df990f651f0d00cd186a68cb277c6 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index a280d4883..6fd81a0c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,23 +58,23 @@ - 6.0.100-alpha.1.21054.6 - 6.0.100-alpha.1.21054.6 + 6.0.100-alpha.1.21055.2 + 6.0.100-alpha.1.21055.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 6.0.0-alpha.1.21053.3 + 6.0.0-alpha.1.21054.6 - 6.0.0-alpha.1.21053.3 - 6.0.0-alpha.1.21053.3 - 6.0.0-alpha.1.21053.3 - 6.0.0-alpha.1.21053.3 - 6.0.0-alpha.1.21053.3 + 6.0.0-alpha.1.21054.6 + 6.0.0-alpha.1.21054.6 + 6.0.0-alpha.1.21054.6 + 6.0.0-alpha.1.21054.6 + 6.0.0-alpha.1.21054.6 2.1.0