From 53a032d0314ffb281a5ad3ca94eddc421a48b792 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 4 Sep 2020 14:28:02 -0700 Subject: [PATCH 001/148] Revert back to 473d1b592e8c281f03dcc4024c04c7c188e99c03 repo state (#8408) This reverts state to the current rc1 candidate. A few changes got applied on top that we do not want to take Co-authored-by: dotnet-bot --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f8b1df702..5f375c98b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 9ea6951cdc8e275e30901a51be700e88d03c4bb9 - + https://github.com/dotnet/runtime - d2e8221c4d18df2f01010eb3867f989fe9cfc7b3 + 38017c3935de95d0335bac04f4901ddfc2718656 - + https://github.com/dotnet/runtime - d2e8221c4d18df2f01010eb3867f989fe9cfc7b3 + 38017c3935de95d0335bac04f4901ddfc2718656 - + https://github.com/dotnet/runtime - d2e8221c4d18df2f01010eb3867f989fe9cfc7b3 + 38017c3935de95d0335bac04f4901ddfc2718656 - + https://github.com/dotnet/runtime - d2e8221c4d18df2f01010eb3867f989fe9cfc7b3 + 38017c3935de95d0335bac04f4901ddfc2718656 - + https://github.com/dotnet/runtime - d2e8221c4d18df2f01010eb3867f989fe9cfc7b3 + 38017c3935de95d0335bac04f4901ddfc2718656 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - d2e8221c4d18df2f01010eb3867f989fe9cfc7b3 + 38017c3935de95d0335bac04f4901ddfc2718656 https://github.com/dotnet/aspnetcore @@ -79,13 +79,13 @@ https://github.com/dotnet/templating da62f3656cac0ac4bfb6b012bc072b3499f78e6c - + https://github.com/dotnet/sdk - 808c567d7bd443f93553c9a09cfc0f509185c16f + 394fae2553937858c8f05a6158613dcc7f821fba - + https://github.com/dotnet/sdk - 808c567d7bd443f93553c9a09cfc0f509185c16f + 394fae2553937858c8f05a6158613dcc7f821fba @@ -96,9 +96,9 @@ https://github.com/dotnet/wpf be89bbfaded6ad3f0f4143bf1a8dd075a5789715 - + https://github.com/dotnet/fsharp - 918387ac7303945695a8ea92dc02a9dbcfdc0c92 + 068ebd3c599bc5a47163a18b8b90d2fe5517186e https://github.com/microsoft/vstest @@ -109,9 +109,9 @@ 863b5502cc43b1c75b5a93ac395899f8d8b5f0a4 linker - + https://github.com/dotnet/roslyn - e78b37e454b97aba60afe28def2d5a7a3f1a372d + 90e570d763637c4d0d30524674a64b07bb885994 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 18ada1dcd..8d230533e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,22 +53,22 @@ - 5.0.100-rc.1.20453.14 - 5.0.100-rc.1.20453.14 + 5.0.100-rc.1.20452.20 + 5.0.100-rc.1.20452.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rc.1.20452.14 + 5.0.0-rc.1.20451.14 - 5.0.0-rc.1.20452.14 - 5.0.0-rc.1.20452.14 - 5.0.0-rc.1.20452.14 - 5.0.0-rc.1.20452.14 - 5.0.0-rc.1.20452.14 + 5.0.0-rc.1.20451.14 + 5.0.0-rc.1.20451.14 + 5.0.0-rc.1.20451.14 + 5.0.0-rc.1.20451.14 + 5.0.0-rc.1.20451.14 2.1.0 From 4d44907633e3dd1642ed159f79d9ba78afb27df2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:12:55 +0000 Subject: [PATCH 002/148] Update dependencies from https://github.com/dotnet/arcade build 20200924.4 (#8738) [release/5.0.1xx] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 +-- eng/Versions.props | 2 +- eng/common/performance/performance-setup.sh | 2 +- eng/common/templates/job/source-build.yml | 49 ++++++++++++++ eng/common/templates/jobs/jobs.yml | 16 +++++ eng/common/templates/jobs/source-build.yml | 48 ++++++++++++++ .../templates/post-build/post-build.yml | 31 ++++----- eng/common/templates/steps/source-build.yml | 66 +++++++++++++++++++ eng/common/tools.ps1 | 4 +- eng/common/tools.sh | 2 + global.json | 2 +- 11 files changed, 207 insertions(+), 23 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 7ff38de08..67a58bb8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,13 +140,13 @@ - + https://github.com/dotnet/arcade - 0365488709f58e37de6c2180e7fb243203ca0a9c + 61cde6e8fb9d5c9790867b279deb41783a780cd8 - + https://github.com/dotnet/arcade - 0365488709f58e37de6c2180e7fb243203ca0a9c + 61cde6e8fb9d5c9790867b279deb41783a780cd8 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 026111ca7..f372bcfc1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-beta.20471.1 + 5.0.0-beta.20474.4 diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 806e56c61..99d1b7bc1 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -201,7 +201,6 @@ if [[ "$internal" == true ]]; then fi 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 @@ -211,6 +210,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/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/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index df06f5371..0854e4896 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -78,21 +78,22 @@ stages: 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}} + - ${{ 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 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/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 d4a907589..c403f91c9 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.20474.4" } } From 03ffbd8fcfc8376536ff095a692911dc7d9ce401 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 28 Sep 2020 10:54:26 -0700 Subject: [PATCH 003/148] Update installer to rtm branding (#8711) Co-authored-by: Matt Mitchell --- eng/Versions.props | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index f372bcfc1..f3f57f96f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -10,8 +10,7 @@ 1 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) - rc - 2 + rtm $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 5f7663d64cead632ee4babbbede98ce454911028 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 19:40:54 +0000 Subject: [PATCH 004/148] Update dependencies from https://github.com/dotnet/sdk build 20200928.5 (#8740) [release/5.0.1xx] 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) - NuGet.Build.Tasks: from 5.8.0-rc.6853 to 5.8.0-rc.6860 (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 67a58bb8d..9276b2127 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 + 6095c398e848634115071ec4bee18846eebfe6b7 - + https://github.com/dotnet/sdk - 0551cfeeadee9779fe94b2da6c74871af938d35a + 6095c398e848634115071ec4bee18846eebfe6b7 @@ -121,9 +121,9 @@ https://github.com/dotnet/msbuild 250161603c003af239d6e276c4fc6357586ba301 - + https://github.com/NuGet/NuGet.Client - 0e5413751caebf168e7d363c88b9c22a3560fe60 + 2582e3e232c7f8b0834509d39b8e0cca2bc57e21 https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index f3f57f96f..08709292b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,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-rtm.20478.5 + 5.0.100-rtm.20478.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 002116d21d79dca8fbe00f341bf8c80f4428760c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 20:59:59 +0000 Subject: [PATCH 005/148] Update dependencies from https://github.com/dotnet/sdk build 20200928.6 (#8741) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.2.20471.2 to 5.0.0-rtm.20478.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 9276b2127..1a9dc8d10 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 + 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 6095c398e848634115071ec4bee18846eebfe6b7 + b71d0fde3c76216a6a70ade4396f12b635198a3c - + https://github.com/dotnet/sdk - 6095c398e848634115071ec4bee18846eebfe6b7 + b71d0fde3c76216a6a70ade4396f12b635198a3c diff --git a/eng/Versions.props b/eng/Versions.props index 08709292b..1c7dc7ece 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -31,7 +31,7 @@ - 5.0.0-rc.2.20471.2 + 5.0.0-rtm.20478.4 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20478.5 - 5.0.100-rtm.20478.5 + 5.0.100-rtm.20478.6 + 5.0.100-rtm.20478.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 45be3c135d63cd15409f87dbe7469af17bf08c7a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 01:03:20 +0000 Subject: [PATCH 006/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8742) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rc.2.20473.6 to 5.0.0-rtm.20478.8 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rc.2.20473.6 to 5.0.0-rtm.20478.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.11 (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.11 (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.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.11 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rc.2.20473.9 to 5.0.0-rc.2.20474.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.2.20473.14 to 5.0.0-rtm.20478.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rc.2.20473.14 to 5.0.0-rtm.20478.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.2.20473.14 to 5.0.0-rtm.20478.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.2.20473.14 to 5.0.0-rtm.20478.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.2.20473.14 to 5.0.0-rtm.20478.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.2.20473.14 to 5.0.0-rtm.20478.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.2.20473.14 to 5.0.0-rtm.20478.3 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rc.2.20473.7 to 5.0.0-rtm.20475.10 (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-rtm.20478.8 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rc.2.20473.5 to 5.0.0-rtm.20475.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 80 ++++++++++++++++++++--------------------- eng/Versions.props | 40 ++++++++++----------- 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a9dc8d10..19ffd9a62 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - c71e13f80b7e7c62d81dde989c206df42c5924e2 + ac813e119c236ff554e593fa0241b474e33c414e - + https://github.com/dotnet/windowsdesktop - c71e13f80b7e7c62d81dde989c206df42c5924e2 + ac813e119c236ff554e593fa0241b474e33c414e - + https://github.com/dotnet/windowsdesktop - c71e13f80b7e7c62d81dde989c206df42c5924e2 + ac813e119c236ff554e593fa0241b474e33c414e - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + e48e542f5c433c6e217f4ea54d1e2bba353f5d1b - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + e48e542f5c433c6e217f4ea54d1e2bba353f5d1b - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + e48e542f5c433c6e217f4ea54d1e2bba353f5d1b - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + e48e542f5c433c6e217f4ea54d1e2bba353f5d1b - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + e48e542f5c433c6e217f4ea54d1e2bba353f5d1b @@ -39,37 +39,37 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 467647115ce628504762ee3555d4439ae2da6582 + e48e542f5c433c6e217f4ea54d1e2bba353f5d1b - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 9df997c89e6e02d5f8633bc7e4efbc29f01a700c - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 9df997c89e6e02d5f8633bc7e4efbc29f01a700c - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 9df997c89e6e02d5f8633bc7e4efbc29f01a700c - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 9df997c89e6e02d5f8633bc7e4efbc29f01a700c - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 9df997c89e6e02d5f8633bc7e4efbc29f01a700c - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 9df997c89e6e02d5f8633bc7e4efbc29f01a700c - + https://github.com/dotnet/aspnetcore - 230daab5b609895b0353b28c4211a5701dd614ad + 9df997c89e6e02d5f8633bc7e4efbc29f01a700c https://github.com/dotnet/test-templates @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - b71d0fde3c76216a6a70ade4396f12b635198a3c + 28c5b9ce739e85c6c032bb2014bc6bdf78d9f474 - + https://github.com/dotnet/sdk - b71d0fde3c76216a6a70ade4396f12b635198a3c + 28c5b9ce739e85c6c032bb2014bc6bdf78d9f474 - + https://github.com/dotnet/winforms - 9d2bbfc661d724bd33869203dc5453910f1bf944 + 8ff4eeee85f70d8d917d3b07389701d624484aeb - + https://github.com/dotnet/wpf - ff605be0f60b590c657e2bc6ad84a5442ce7ca5b + 0bc7fd0a0c20ac14edd96a9c62d4fcfdbbf9815f https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 1c7dc7ece..e79b46aec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rc.2.20473.7 + 5.0.0-rtm.20475.10 - 5.0.0-rc.2.20473.5 + 5.0.0-rtm.20475.4 @@ -43,43 +43,43 @@ - 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-rtm.20478.3 + 5.0.0-rtm.20478.3 + 5.0.0-rtm.20478.3 + 5.0.0-rtm.20478.3 + 5.0.0-rtm.20478.3 + 5.0.0-rtm.20478.3 + 5.0.0-rtm.20478.3 0.2.0 - 5.0.100-rtm.20478.6 - 5.0.100-rtm.20478.6 + 5.0.100-rtm.20478.12 + 5.0.100-rtm.20478.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rc.2.20473.9 + 5.0.0-rc.2.20474.11 - 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.11 + 5.0.0-rc.2.20474.11 + 5.0.0-rc.2.20474.11 + 5.0.0-rc.2.20474.11 + 5.0.0-rc.2.20474.11 2.1.0 - 5.0.0-rc.2.20473.6 - 5.0.0-rc.2.20473.6 - 5.0.0-rc.2.20473.6 + 5.0.0-rtm.20478.8 + 5.0.0-rtm.20478.8 + 5.0.0-rtm.20478.8 From b4ece3d5c5065a3fdd43eab52807729ff8b80b92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 05:37:10 +0000 Subject: [PATCH 007/148] Update dependencies from https://github.com/dotnet/sdk build 20200928.14 (#8744) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.FSharp.Compiler: from 11.0.0-beta.20471.4 to 11.0.0-beta.20478.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 19ffd9a62..f21a96f97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 28c5b9ce739e85c6c032bb2014bc6bdf78d9f474 + f88af786c14fa0fdfec02670300421cccd7b1155 - + https://github.com/dotnet/sdk - 28c5b9ce739e85c6c032bb2014bc6bdf78d9f474 + f88af786c14fa0fdfec02670300421cccd7b1155 @@ -100,9 +100,9 @@ https://github.com/dotnet/wpf 0bc7fd0a0c20ac14edd96a9c62d4fcfdbbf9815f - + https://github.com/dotnet/fsharp - 53e58f4b5814540bf037567a8b01f777066b4961 + f394b34045020afb92a4510a98c8c4bde9ac33f4 https://github.com/microsoft/vstest diff --git a/eng/Versions.props b/eng/Versions.props index e79b46aec..471501360 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20478.12 - 5.0.100-rtm.20478.12 + 5.0.100-rtm.20478.14 + 5.0.100-rtm.20478.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e20e0c3360e8e9f93c821c952c91f65cbf010b2f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 07:15:43 +0000 Subject: [PATCH 008/148] Update dependencies from https://github.com/dotnet/sdk build 20200928.16 (#8745) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20474.4 to 3.8.0-4.20479.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 f21a96f97..d95b086a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - f88af786c14fa0fdfec02670300421cccd7b1155 + 432b5d1ddc848209f2f6241ce8f10f85878b4b48 - + https://github.com/dotnet/sdk - f88af786c14fa0fdfec02670300421cccd7b1155 + 432b5d1ddc848209f2f6241ce8f10f85878b4b48 @@ -113,9 +113,9 @@ 6d26f7ac409c5723bca669385e65582e69b4da75 linker - + https://github.com/dotnet/roslyn - cec38d8c307bb51596c35b6517f45607d8ea9cc8 + c634d784b9d653c4db2d33871f0da2ecb9e9ae0c https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 471501360..c48212bb1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20478.14 - 5.0.100-rtm.20478.14 + 5.0.100-rtm.20478.16 + 5.0.100-rtm.20478.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dd473536656c61f6f839cac0ed75803b8be18ad4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 10:54:51 +0000 Subject: [PATCH 009/148] Update dependencies from https://github.com/dotnet/sdk build 20200929.2 (#8748) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20479.1 to 3.8.0-4.20479.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 d95b086a8..143ec0135 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 432b5d1ddc848209f2f6241ce8f10f85878b4b48 + ed59217a1caaf708390ebd0006e081ad677c60b3 - + https://github.com/dotnet/sdk - 432b5d1ddc848209f2f6241ce8f10f85878b4b48 + ed59217a1caaf708390ebd0006e081ad677c60b3 @@ -113,9 +113,9 @@ 6d26f7ac409c5723bca669385e65582e69b4da75 linker - + https://github.com/dotnet/roslyn - c634d784b9d653c4db2d33871f0da2ecb9e9ae0c + 1dd007226c75bda68c2e37d46c3ccfacb85d952b https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index c48212bb1..f26735c95 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20478.16 - 5.0.100-rtm.20478.16 + 5.0.100-rtm.20479.2 + 5.0.100-rtm.20479.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 88ce0567fd87556ed4ea883a60d42c6f1b859623 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 00:13:16 +0000 Subject: [PATCH 010/148] Update dependencies from https://github.com/dotnet/sdk build 20200929.5 (#8751) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.7 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.7 (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 143ec0135..899c576a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime e48e542f5c433c6e217f4ea54d1e2bba353f5d1b - + https://github.com/dotnet/aspnetcore - 9df997c89e6e02d5f8633bc7e4efbc29f01a700c + 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 - + https://github.com/dotnet/aspnetcore - 9df997c89e6e02d5f8633bc7e4efbc29f01a700c + 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 - + https://github.com/dotnet/aspnetcore - 9df997c89e6e02d5f8633bc7e4efbc29f01a700c + 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 - + https://github.com/dotnet/aspnetcore - 9df997c89e6e02d5f8633bc7e4efbc29f01a700c + 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 - + https://github.com/dotnet/aspnetcore - 9df997c89e6e02d5f8633bc7e4efbc29f01a700c + 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 - + https://github.com/dotnet/aspnetcore - 9df997c89e6e02d5f8633bc7e4efbc29f01a700c + 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 - + https://github.com/dotnet/aspnetcore - 9df997c89e6e02d5f8633bc7e4efbc29f01a700c + 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - ed59217a1caaf708390ebd0006e081ad677c60b3 + a8b216b3cc5acc924c8457e2aaed8b717a449682 - + https://github.com/dotnet/sdk - ed59217a1caaf708390ebd0006e081ad677c60b3 + a8b216b3cc5acc924c8457e2aaed8b717a449682 diff --git a/eng/Versions.props b/eng/Versions.props index f26735c95..b5a9130e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20478.3 - 5.0.0-rtm.20478.3 - 5.0.0-rtm.20478.3 - 5.0.0-rtm.20478.3 - 5.0.0-rtm.20478.3 - 5.0.0-rtm.20478.3 - 5.0.0-rtm.20478.3 + 5.0.0-rtm.20479.7 + 5.0.0-rtm.20479.7 + 5.0.0-rtm.20479.7 + 5.0.0-rtm.20479.7 + 5.0.0-rtm.20479.7 + 5.0.0-rtm.20479.7 + 5.0.0-rtm.20479.7 0.2.0 - 5.0.100-rtm.20479.2 - 5.0.100-rtm.20479.2 + 5.0.100-rtm.20479.5 + 5.0.100-rtm.20479.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d146b0f70111b55d067f24fdf0b6c765dbae5495 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 03:21:06 +0000 Subject: [PATCH 011/148] Update dependencies from https://github.com/dotnet/sdk build 20200929.7 (#8752) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20479.7 to 5.0.0-rtm.20479.12 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20479.7 to 5.0.0-rtm.20479.12 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20479.7 to 5.0.0-rtm.20479.12 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20479.7 to 5.0.0-rtm.20479.12 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20479.7 to 5.0.0-rtm.20479.12 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20479.7 to 5.0.0-rtm.20479.12 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20479.7 to 5.0.0-rtm.20479.12 (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 899c576a5..3a912e722 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime e48e542f5c433c6e217f4ea54d1e2bba353f5d1b - + https://github.com/dotnet/aspnetcore - 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 + e62bd65421397f98a0e0136d4bad93d1153af07a - + https://github.com/dotnet/aspnetcore - 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 + e62bd65421397f98a0e0136d4bad93d1153af07a - + https://github.com/dotnet/aspnetcore - 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 + e62bd65421397f98a0e0136d4bad93d1153af07a - + https://github.com/dotnet/aspnetcore - 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 + e62bd65421397f98a0e0136d4bad93d1153af07a - + https://github.com/dotnet/aspnetcore - 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 + e62bd65421397f98a0e0136d4bad93d1153af07a - + https://github.com/dotnet/aspnetcore - 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 + e62bd65421397f98a0e0136d4bad93d1153af07a - + https://github.com/dotnet/aspnetcore - 792df8a4c2e907c38aad0bb5f78c9b53b5838f04 + e62bd65421397f98a0e0136d4bad93d1153af07a https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - a8b216b3cc5acc924c8457e2aaed8b717a449682 + cc0c63b5289b15ced06ca00acae4a997a72da268 - + https://github.com/dotnet/sdk - a8b216b3cc5acc924c8457e2aaed8b717a449682 + cc0c63b5289b15ced06ca00acae4a997a72da268 diff --git a/eng/Versions.props b/eng/Versions.props index b5a9130e6..92c61393e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20479.7 - 5.0.0-rtm.20479.7 - 5.0.0-rtm.20479.7 - 5.0.0-rtm.20479.7 - 5.0.0-rtm.20479.7 - 5.0.0-rtm.20479.7 - 5.0.0-rtm.20479.7 + 5.0.0-rtm.20479.12 + 5.0.0-rtm.20479.12 + 5.0.0-rtm.20479.12 + 5.0.0-rtm.20479.12 + 5.0.0-rtm.20479.12 + 5.0.0-rtm.20479.12 + 5.0.0-rtm.20479.12 0.2.0 - 5.0.100-rtm.20479.5 - 5.0.100-rtm.20479.5 + 5.0.100-rtm.20479.7 + 5.0.100-rtm.20479.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c3b36cba6ec543c82cd0f305465cccca5750078a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 06:27:00 +0000 Subject: [PATCH 012/148] Update dependencies from https://github.com/dotnet/sdk build 20200929.10 (#8753) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rc.2.20474.11 to 5.0.0-rtm.20479.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rc.2.20474.11 to 5.0.0-rtm.20479.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.2.20474.11 to 5.0.0-rtm.20479.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rc.2.20474.11 to 5.0.0-rtm.20479.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rc.2.20474.11 to 5.0.0-rtm.20479.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rc.2.20474.11 to 5.0.0-rtm.20479.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 3a912e722..0adb46f5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ac813e119c236ff554e593fa0241b474e33c414e - + https://github.com/dotnet/runtime - e48e542f5c433c6e217f4ea54d1e2bba353f5d1b + 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 - + https://github.com/dotnet/runtime - e48e542f5c433c6e217f4ea54d1e2bba353f5d1b + 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 - + https://github.com/dotnet/runtime - e48e542f5c433c6e217f4ea54d1e2bba353f5d1b + 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 - + https://github.com/dotnet/runtime - e48e542f5c433c6e217f4ea54d1e2bba353f5d1b + 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 - + https://github.com/dotnet/runtime - e48e542f5c433c6e217f4ea54d1e2bba353f5d1b + 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e48e542f5c433c6e217f4ea54d1e2bba353f5d1b + 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - cc0c63b5289b15ced06ca00acae4a997a72da268 + a4c04590a355c187f4dc1c1e85f4272316bd84b8 - + https://github.com/dotnet/sdk - cc0c63b5289b15ced06ca00acae4a997a72da268 + a4c04590a355c187f4dc1c1e85f4272316bd84b8 diff --git a/eng/Versions.props b/eng/Versions.props index 92c61393e..ff5bc726c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20479.7 - 5.0.100-rtm.20479.7 + 5.0.100-rtm.20479.10 + 5.0.100-rtm.20479.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rc.2.20474.11 + 5.0.0-rtm.20479.8 - 5.0.0-rc.2.20474.11 - 5.0.0-rc.2.20474.11 - 5.0.0-rc.2.20474.11 - 5.0.0-rc.2.20474.11 - 5.0.0-rc.2.20474.11 + 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 2.1.0 From f014dcb851cc274cac8da5363df2f170a7f9e2c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 07:14:06 +0000 Subject: [PATCH 013/148] Update dependencies from https://github.com/dotnet/sdk build 20200929.11 (#8754) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20478.8 to 5.0.0-rtm.20478.9 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20478.8 to 5.0.0-rtm.20478.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20479.12 to 5.0.0-rtm.20479.13 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20479.12 to 5.0.0-rtm.20479.13 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20479.12 to 5.0.0-rtm.20479.13 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20479.12 to 5.0.0-rtm.20479.13 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20479.12 to 5.0.0-rtm.20479.13 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20479.12 to 5.0.0-rtm.20479.13 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20479.12 to 5.0.0-rtm.20479.13 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20475.10 to 5.0.0-rtm.20478.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20478.8 to 5.0.0-rtm.20478.9 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20475.4 to 5.0.0-rtm.20478.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- 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 0adb46f5c..a82be3ab6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ac813e119c236ff554e593fa0241b474e33c414e + f040d64fbd24878ee281d03172f7c56f23e611a4 - + https://github.com/dotnet/windowsdesktop - ac813e119c236ff554e593fa0241b474e33c414e + f040d64fbd24878ee281d03172f7c56f23e611a4 - + https://github.com/dotnet/windowsdesktop - ac813e119c236ff554e593fa0241b474e33c414e + f040d64fbd24878ee281d03172f7c56f23e611a4 https://github.com/dotnet/runtime @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 - + https://github.com/dotnet/aspnetcore - e62bd65421397f98a0e0136d4bad93d1153af07a + 75e707bc38beae984dc021c1e1e225e953fdce04 - + https://github.com/dotnet/aspnetcore - e62bd65421397f98a0e0136d4bad93d1153af07a + 75e707bc38beae984dc021c1e1e225e953fdce04 - + https://github.com/dotnet/aspnetcore - e62bd65421397f98a0e0136d4bad93d1153af07a + 75e707bc38beae984dc021c1e1e225e953fdce04 - + https://github.com/dotnet/aspnetcore - e62bd65421397f98a0e0136d4bad93d1153af07a + 75e707bc38beae984dc021c1e1e225e953fdce04 - + https://github.com/dotnet/aspnetcore - e62bd65421397f98a0e0136d4bad93d1153af07a + 75e707bc38beae984dc021c1e1e225e953fdce04 - + https://github.com/dotnet/aspnetcore - e62bd65421397f98a0e0136d4bad93d1153af07a + 75e707bc38beae984dc021c1e1e225e953fdce04 - + https://github.com/dotnet/aspnetcore - e62bd65421397f98a0e0136d4bad93d1153af07a + 75e707bc38beae984dc021c1e1e225e953fdce04 https://github.com/dotnet/test-templates @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - a4c04590a355c187f4dc1c1e85f4272316bd84b8 + 655edd958fad922cb2762438048b860a096b4e1b - + https://github.com/dotnet/sdk - a4c04590a355c187f4dc1c1e85f4272316bd84b8 + 655edd958fad922cb2762438048b860a096b4e1b - + https://github.com/dotnet/winforms - 8ff4eeee85f70d8d917d3b07389701d624484aeb + 69928559b05569919c0dc51bd8333c596615d317 - + https://github.com/dotnet/wpf - 0bc7fd0a0c20ac14edd96a9c62d4fcfdbbf9815f + 1065c0553a7be73041ca72c7336ba0902419e548 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index ff5bc726c..40ed3dbbc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20475.10 + 5.0.0-rtm.20478.3 - 5.0.0-rtm.20475.4 + 5.0.0-rtm.20478.1 @@ -43,21 +43,21 @@ - 5.0.0-rtm.20479.12 - 5.0.0-rtm.20479.12 - 5.0.0-rtm.20479.12 - 5.0.0-rtm.20479.12 - 5.0.0-rtm.20479.12 - 5.0.0-rtm.20479.12 - 5.0.0-rtm.20479.12 + 5.0.0-rtm.20479.13 + 5.0.0-rtm.20479.13 + 5.0.0-rtm.20479.13 + 5.0.0-rtm.20479.13 + 5.0.0-rtm.20479.13 + 5.0.0-rtm.20479.13 + 5.0.0-rtm.20479.13 0.2.0 - 5.0.100-rtm.20479.10 - 5.0.100-rtm.20479.10 + 5.0.100-rtm.20479.11 + 5.0.100-rtm.20479.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20478.8 - 5.0.0-rtm.20478.8 - 5.0.0-rtm.20478.8 + 5.0.0-rtm.20478.9 + 5.0.0-rtm.20478.9 + 5.0.0-rtm.20478.9 From 3cdbfcbe254a71b48452d96fb05cf5ac5ec6dcd4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 08:37:09 +0000 Subject: [PATCH 014/148] Update dependencies from https://github.com/dotnet/sdk build 20200929.13 (#8756) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20479.2 to 3.8.0-4.20480.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 a82be3ab6..5224114ac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 655edd958fad922cb2762438048b860a096b4e1b + feaa67f1b0de65f6c819125fb4169994e5966f24 - + https://github.com/dotnet/sdk - 655edd958fad922cb2762438048b860a096b4e1b + feaa67f1b0de65f6c819125fb4169994e5966f24 @@ -113,9 +113,9 @@ 6d26f7ac409c5723bca669385e65582e69b4da75 linker - + https://github.com/dotnet/roslyn - 1dd007226c75bda68c2e37d46c3ccfacb85d952b + d0a23d1c23c7ae4435ec8a12234534c497dfcdd3 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 40ed3dbbc..679981e3a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20479.11 - 5.0.100-rtm.20479.11 + 5.0.100-rtm.20479.13 + 5.0.100-rtm.20479.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f660263130701d69b7d5b43c41feced8cdd61352 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 10:05:52 +0000 Subject: [PATCH 015/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8757) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20478.9 to 5.0.0-rtm.20479.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20478.9 to 5.0.0-rtm.20479.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20479.13 to 5.0.0-rtm.20479.19 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20479.13 to 5.0.0-rtm.20479.19 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20479.13 to 5.0.0-rtm.20479.19 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20479.13 to 5.0.0-rtm.20479.19 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20479.13 to 5.0.0-rtm.20479.19 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20479.13 to 5.0.0-rtm.20479.19 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20479.13 to 5.0.0-rtm.20479.19 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20478.3 to 5.0.0-rtm.20479.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20478.9 to 5.0.0-rtm.20479.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20478.1 to 5.0.0-rtm.20479.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- 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 5224114ac..c038c50bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f040d64fbd24878ee281d03172f7c56f23e611a4 + d287b9ccca811ef59ed024b3e275ce93bf4a79ea - + https://github.com/dotnet/windowsdesktop - f040d64fbd24878ee281d03172f7c56f23e611a4 + d287b9ccca811ef59ed024b3e275ce93bf4a79ea - + https://github.com/dotnet/windowsdesktop - f040d64fbd24878ee281d03172f7c56f23e611a4 + d287b9ccca811ef59ed024b3e275ce93bf4a79ea https://github.com/dotnet/runtime @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 - + https://github.com/dotnet/aspnetcore - 75e707bc38beae984dc021c1e1e225e953fdce04 + 99d108994641677500c4113add7742a32b7e9e3e - + https://github.com/dotnet/aspnetcore - 75e707bc38beae984dc021c1e1e225e953fdce04 + 99d108994641677500c4113add7742a32b7e9e3e - + https://github.com/dotnet/aspnetcore - 75e707bc38beae984dc021c1e1e225e953fdce04 + 99d108994641677500c4113add7742a32b7e9e3e - + https://github.com/dotnet/aspnetcore - 75e707bc38beae984dc021c1e1e225e953fdce04 + 99d108994641677500c4113add7742a32b7e9e3e - + https://github.com/dotnet/aspnetcore - 75e707bc38beae984dc021c1e1e225e953fdce04 + 99d108994641677500c4113add7742a32b7e9e3e - + https://github.com/dotnet/aspnetcore - 75e707bc38beae984dc021c1e1e225e953fdce04 + 99d108994641677500c4113add7742a32b7e9e3e - + https://github.com/dotnet/aspnetcore - 75e707bc38beae984dc021c1e1e225e953fdce04 + 99d108994641677500c4113add7742a32b7e9e3e https://github.com/dotnet/test-templates @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - feaa67f1b0de65f6c819125fb4169994e5966f24 + 8c13763517608e651b8da0315bc367ea17a50a75 - + https://github.com/dotnet/sdk - feaa67f1b0de65f6c819125fb4169994e5966f24 + 8c13763517608e651b8da0315bc367ea17a50a75 - + https://github.com/dotnet/winforms - 69928559b05569919c0dc51bd8333c596615d317 + 009a0b4d334c17225621c53e168ef9088077189f - + https://github.com/dotnet/wpf - 1065c0553a7be73041ca72c7336ba0902419e548 + a94ea6b6bdb10b4f6f4e56027a65cf3cf105d397 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 679981e3a..465d85de2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20478.3 + 5.0.0-rtm.20479.2 - 5.0.0-rtm.20478.1 + 5.0.0-rtm.20479.2 @@ -43,21 +43,21 @@ - 5.0.0-rtm.20479.13 - 5.0.0-rtm.20479.13 - 5.0.0-rtm.20479.13 - 5.0.0-rtm.20479.13 - 5.0.0-rtm.20479.13 - 5.0.0-rtm.20479.13 - 5.0.0-rtm.20479.13 + 5.0.0-rtm.20479.19 + 5.0.0-rtm.20479.19 + 5.0.0-rtm.20479.19 + 5.0.0-rtm.20479.19 + 5.0.0-rtm.20479.19 + 5.0.0-rtm.20479.19 + 5.0.0-rtm.20479.19 0.2.0 - 5.0.100-rtm.20479.13 - 5.0.100-rtm.20479.13 + 5.0.100-rtm.20480.2 + 5.0.100-rtm.20480.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20478.9 - 5.0.0-rtm.20478.9 - 5.0.0-rtm.20478.9 + 5.0.0-rtm.20479.2 + 5.0.0-rtm.20479.2 + 5.0.0-rtm.20479.2 From 866be960e2c479a77bb1ad7ec7b948b84a2a17ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 12:39:38 +0000 Subject: [PATCH 016/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.3 (#8758) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20479.2 to 5.0.0-rtm.20479.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20479.2 to 5.0.0-rtm.20479.3 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20479.2 to 5.0.0-rtm.20479.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20479.2 to 5.0.0-rtm.20479.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20479.2 to 5.0.0-rtm.20479.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 c038c50bf..8c2b9d8e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d287b9ccca811ef59ed024b3e275ce93bf4a79ea + a62547bc4fe29373151be23c56b38c5ca8f248d8 - + https://github.com/dotnet/windowsdesktop - d287b9ccca811ef59ed024b3e275ce93bf4a79ea + a62547bc4fe29373151be23c56b38c5ca8f248d8 - + https://github.com/dotnet/windowsdesktop - d287b9ccca811ef59ed024b3e275ce93bf4a79ea + a62547bc4fe29373151be23c56b38c5ca8f248d8 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 8c13763517608e651b8da0315bc367ea17a50a75 + 52bd37805c79c9b21074c3a04e1a4bbe4e08be53 - + https://github.com/dotnet/sdk - 8c13763517608e651b8da0315bc367ea17a50a75 + 52bd37805c79c9b21074c3a04e1a4bbe4e08be53 - + https://github.com/dotnet/winforms - 009a0b4d334c17225621c53e168ef9088077189f + d304584cd144eb38d606489b770cf8aa7bae1af0 - + https://github.com/dotnet/wpf - a94ea6b6bdb10b4f6f4e56027a65cf3cf105d397 + 708b73d48565814bbc92d215ed5f860200997f7f https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 465d85de2..e7917b666 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20479.2 + 5.0.0-rtm.20479.3 - 5.0.0-rtm.20479.2 + 5.0.0-rtm.20479.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.2 - 5.0.100-rtm.20480.2 + 5.0.100-rtm.20480.3 + 5.0.100-rtm.20480.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20479.2 - 5.0.0-rtm.20479.2 - 5.0.0-rtm.20479.2 + 5.0.0-rtm.20479.3 + 5.0.0-rtm.20479.3 + 5.0.0-rtm.20479.3 From c2abbccbd1d953587e1ffaad9dd09f69cd736e7b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 14:07:24 +0000 Subject: [PATCH 017/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.4 (#8759) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 5.0.0-rc.2.20468.1 to 5.0.0-rtm.20480.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 8c2b9d8e0..b1cf03c0e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 52bd37805c79c9b21074c3a04e1a4bbe4e08be53 + 6fb518e34abfe9e60ca19852506e705c0ae27bd2 - + https://github.com/dotnet/sdk - 52bd37805c79c9b21074c3a04e1a4bbe4e08be53 + 6fb518e34abfe9e60ca19852506e705c0ae27bd2 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 2418d9ec492e93245e1ce8699d6ae9cd7b86649b - + https://github.com/mono/linker - 6d26f7ac409c5723bca669385e65582e69b4da75 + bdddd557535b711c1e663392783afd2c11534a91 linker diff --git a/eng/Versions.props b/eng/Versions.props index e7917b666..b353bde7e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.3 - 5.0.100-rtm.20480.3 + 5.0.100-rtm.20480.4 + 5.0.100-rtm.20480.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bf9ce2984515c3da6c5dcce8843d6a4725203797 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:36:23 +0000 Subject: [PATCH 018/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.7 (#8761) [release/5.0.1xx] 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 b1cf03c0e..c4c95d22d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 6fb518e34abfe9e60ca19852506e705c0ae27bd2 + cab0890e5102a443eb65311887d6d3890ecdb8f6 - + https://github.com/dotnet/sdk - 6fb518e34abfe9e60ca19852506e705c0ae27bd2 + cab0890e5102a443eb65311887d6d3890ecdb8f6 diff --git a/eng/Versions.props b/eng/Versions.props index b353bde7e..363ace2ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.4 - 5.0.100-rtm.20480.4 + 5.0.100-rtm.20480.7 + 5.0.100-rtm.20480.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ba5f3253c10f47356ee1198d2e924891a07230d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:12:09 +0000 Subject: [PATCH 019/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.11 (#8762) [release/5.0.1xx] 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 c4c95d22d..759e9e58e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - cab0890e5102a443eb65311887d6d3890ecdb8f6 + e3fca8e1672a3d50743dcc84a19387a7d04bb4c5 - + https://github.com/dotnet/sdk - cab0890e5102a443eb65311887d6d3890ecdb8f6 + e3fca8e1672a3d50743dcc84a19387a7d04bb4c5 diff --git a/eng/Versions.props b/eng/Versions.props index 363ace2ee..174c8c6aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.7 - 5.0.100-rtm.20480.7 + 5.0.100-rtm.20480.11 + 5.0.100-rtm.20480.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b1ced054b31b68049f646685cc8d305cd3a9a389 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:05:20 +0000 Subject: [PATCH 020/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.12 (#8763) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.20480.1 to 5.0.0-rtm.20480.7 (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 759e9e58e..9cd4ce28d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - e3fca8e1672a3d50743dcc84a19387a7d04bb4c5 + 01d7e513dea5a1a373c4287ae16c21159e02f19d - + https://github.com/dotnet/sdk - e3fca8e1672a3d50743dcc84a19387a7d04bb4c5 + 01d7e513dea5a1a373c4287ae16c21159e02f19d @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 2418d9ec492e93245e1ce8699d6ae9cd7b86649b - + https://github.com/mono/linker - bdddd557535b711c1e663392783afd2c11534a91 + 9cf216749f76acea43a481f03ab8095dd15351cb linker diff --git a/eng/Versions.props b/eng/Versions.props index 174c8c6aa..8a0412181 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.11 - 5.0.100-rtm.20480.11 + 5.0.100-rtm.20480.12 + 5.0.100-rtm.20480.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 493bd7992a3e6b42a300bd8ad1b89290a7e5ecf3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:20:47 +0000 Subject: [PATCH 021/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.15 (#8765) [release/5.0.1xx] 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 9cd4ce28d..5042b43c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 01d7e513dea5a1a373c4287ae16c21159e02f19d + 1775ec33623907978c6b6aef5737e0c08be41a9c - + https://github.com/dotnet/sdk - 01d7e513dea5a1a373c4287ae16c21159e02f19d + 1775ec33623907978c6b6aef5737e0c08be41a9c diff --git a/eng/Versions.props b/eng/Versions.props index 8a0412181..6347fb599 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.12 - 5.0.100-rtm.20480.12 + 5.0.100-rtm.20480.15 + 5.0.100-rtm.20480.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8298397790645086bfc13dc15b9e7863f2921c42 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:15:12 +0000 Subject: [PATCH 022/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.17 (#8766) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20479.19 to 5.0.0-rtm.20480.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20479.19 to 5.0.0-rtm.20480.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20479.19 to 5.0.0-rtm.20480.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20479.19 to 5.0.0-rtm.20480.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20479.19 to 5.0.0-rtm.20480.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20479.19 to 5.0.0-rtm.20480.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20479.19 to 5.0.0-rtm.20480.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 5042b43c4..cb8995df7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 - + https://github.com/dotnet/aspnetcore - 99d108994641677500c4113add7742a32b7e9e3e + e24064c3f634b5dfd8de665fd50fb3b386b15734 - + https://github.com/dotnet/aspnetcore - 99d108994641677500c4113add7742a32b7e9e3e + e24064c3f634b5dfd8de665fd50fb3b386b15734 - + https://github.com/dotnet/aspnetcore - 99d108994641677500c4113add7742a32b7e9e3e + e24064c3f634b5dfd8de665fd50fb3b386b15734 - + https://github.com/dotnet/aspnetcore - 99d108994641677500c4113add7742a32b7e9e3e + e24064c3f634b5dfd8de665fd50fb3b386b15734 - + https://github.com/dotnet/aspnetcore - 99d108994641677500c4113add7742a32b7e9e3e + e24064c3f634b5dfd8de665fd50fb3b386b15734 - + https://github.com/dotnet/aspnetcore - 99d108994641677500c4113add7742a32b7e9e3e + e24064c3f634b5dfd8de665fd50fb3b386b15734 - + https://github.com/dotnet/aspnetcore - 99d108994641677500c4113add7742a32b7e9e3e + e24064c3f634b5dfd8de665fd50fb3b386b15734 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 1775ec33623907978c6b6aef5737e0c08be41a9c + 86d5c95155695b22785613e9b26d1ee68b190d76 - + https://github.com/dotnet/sdk - 1775ec33623907978c6b6aef5737e0c08be41a9c + 86d5c95155695b22785613e9b26d1ee68b190d76 diff --git a/eng/Versions.props b/eng/Versions.props index 6347fb599..590d82b21 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20479.19 - 5.0.0-rtm.20479.19 - 5.0.0-rtm.20479.19 - 5.0.0-rtm.20479.19 - 5.0.0-rtm.20479.19 - 5.0.0-rtm.20479.19 - 5.0.0-rtm.20479.19 + 5.0.0-rtm.20480.4 + 5.0.0-rtm.20480.4 + 5.0.0-rtm.20480.4 + 5.0.0-rtm.20480.4 + 5.0.0-rtm.20480.4 + 5.0.0-rtm.20480.4 + 5.0.0-rtm.20480.4 0.2.0 - 5.0.100-rtm.20480.15 - 5.0.100-rtm.20480.15 + 5.0.100-rtm.20480.17 + 5.0.100-rtm.20480.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d287bf4bbecfca4a4477e5d10c76b07b1d67609a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:00:28 +0000 Subject: [PATCH 023/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.19 (#8767) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20480.2 to 3.8.0-4.20480.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 cb8995df7..efda5f8ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 86d5c95155695b22785613e9b26d1ee68b190d76 + 6aae3b69b3e290044f99ef0d440d2626e0ae84b2 - + https://github.com/dotnet/sdk - 86d5c95155695b22785613e9b26d1ee68b190d76 + 6aae3b69b3e290044f99ef0d440d2626e0ae84b2 @@ -113,9 +113,9 @@ 9cf216749f76acea43a481f03ab8095dd15351cb linker - + https://github.com/dotnet/roslyn - d0a23d1c23c7ae4435ec8a12234534c497dfcdd3 + 0d0ca13201ed08f81b1ce345d09a2eaecbc748e7 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 590d82b21..8fea2552f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.17 - 5.0.100-rtm.20480.17 + 5.0.100-rtm.20480.19 + 5.0.100-rtm.20480.19 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d95dc13aa5a369201c735c9a0714b920a9d1aeac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:10:01 +0000 Subject: [PATCH 024/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.20 (#8768) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20479.8 to 5.0.0-rtm.20480.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20479.8 to 5.0.0-rtm.20480.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20479.8 to 5.0.0-rtm.20480.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20479.8 to 5.0.0-rtm.20480.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20479.8 to 5.0.0-rtm.20480.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20479.8 to 5.0.0-rtm.20480.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 efda5f8ee..a209c91bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop a62547bc4fe29373151be23c56b38c5ca8f248d8 - + https://github.com/dotnet/runtime - 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 + 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 - + https://github.com/dotnet/runtime - 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 + 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 - + https://github.com/dotnet/runtime - 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 + 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 - + https://github.com/dotnet/runtime - 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 + 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 - + https://github.com/dotnet/runtime - 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 + 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 63d5747b854336e2cbbd0a8d9943e1a6675c85e9 + 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 6aae3b69b3e290044f99ef0d440d2626e0ae84b2 + d2b579eb8643a35b3f4647db9154d8c07083e0c4 - + https://github.com/dotnet/sdk - 6aae3b69b3e290044f99ef0d440d2626e0ae84b2 + d2b579eb8643a35b3f4647db9154d8c07083e0c4 diff --git a/eng/Versions.props b/eng/Versions.props index 8fea2552f..051fdc876 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20480.19 - 5.0.100-rtm.20480.19 + 5.0.100-rtm.20480.20 + 5.0.100-rtm.20480.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20479.8 + 5.0.0-rtm.20480.7 - 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 2.1.0 From 0154c6851a5b80778391dd0b96d19263c7aeaae4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 03:46:24 +0000 Subject: [PATCH 025/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.21 (#8769) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20480.4 to 5.0.0-rtm.20480.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20480.4 to 5.0.0-rtm.20480.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20480.4 to 5.0.0-rtm.20480.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20480.4 to 5.0.0-rtm.20480.6 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20480.4 to 5.0.0-rtm.20480.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20480.4 to 5.0.0-rtm.20480.6 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20480.4 to 5.0.0-rtm.20480.6 (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 a209c91bd..fafc6f60f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 - + https://github.com/dotnet/aspnetcore - e24064c3f634b5dfd8de665fd50fb3b386b15734 + 720f88231a96a4746eb4bab2f904b41810561b56 - + https://github.com/dotnet/aspnetcore - e24064c3f634b5dfd8de665fd50fb3b386b15734 + 720f88231a96a4746eb4bab2f904b41810561b56 - + https://github.com/dotnet/aspnetcore - e24064c3f634b5dfd8de665fd50fb3b386b15734 + 720f88231a96a4746eb4bab2f904b41810561b56 - + https://github.com/dotnet/aspnetcore - e24064c3f634b5dfd8de665fd50fb3b386b15734 + 720f88231a96a4746eb4bab2f904b41810561b56 - + https://github.com/dotnet/aspnetcore - e24064c3f634b5dfd8de665fd50fb3b386b15734 + 720f88231a96a4746eb4bab2f904b41810561b56 - + https://github.com/dotnet/aspnetcore - e24064c3f634b5dfd8de665fd50fb3b386b15734 + 720f88231a96a4746eb4bab2f904b41810561b56 - + https://github.com/dotnet/aspnetcore - e24064c3f634b5dfd8de665fd50fb3b386b15734 + 720f88231a96a4746eb4bab2f904b41810561b56 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - d2b579eb8643a35b3f4647db9154d8c07083e0c4 + 5aaca1fcea9e93adcc070822295ec9dc2b857ace - + https://github.com/dotnet/sdk - d2b579eb8643a35b3f4647db9154d8c07083e0c4 + 5aaca1fcea9e93adcc070822295ec9dc2b857ace diff --git a/eng/Versions.props b/eng/Versions.props index 051fdc876..291552153 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20480.4 - 5.0.0-rtm.20480.4 - 5.0.0-rtm.20480.4 - 5.0.0-rtm.20480.4 - 5.0.0-rtm.20480.4 - 5.0.0-rtm.20480.4 - 5.0.0-rtm.20480.4 + 5.0.0-rtm.20480.6 + 5.0.0-rtm.20480.6 + 5.0.0-rtm.20480.6 + 5.0.0-rtm.20480.6 + 5.0.0-rtm.20480.6 + 5.0.0-rtm.20480.6 + 5.0.0-rtm.20480.6 0.2.0 - 5.0.100-rtm.20480.20 - 5.0.100-rtm.20480.20 + 5.0.100-rtm.20480.21 + 5.0.100-rtm.20480.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0a9eb4870a01824c54a1a8584ecc64ca0e80dfcb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 05:48:32 +0000 Subject: [PATCH 026/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.22 (#8770) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20480.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20480.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20480.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20480.8 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20480.8 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20480.8 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20480.8 (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 fafc6f60f..978c09cd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 - + https://github.com/dotnet/aspnetcore - 720f88231a96a4746eb4bab2f904b41810561b56 + e2b1b20633ef8dc88aeaddeae01e2d8e855314fe - + https://github.com/dotnet/aspnetcore - 720f88231a96a4746eb4bab2f904b41810561b56 + e2b1b20633ef8dc88aeaddeae01e2d8e855314fe - + https://github.com/dotnet/aspnetcore - 720f88231a96a4746eb4bab2f904b41810561b56 + e2b1b20633ef8dc88aeaddeae01e2d8e855314fe - + https://github.com/dotnet/aspnetcore - 720f88231a96a4746eb4bab2f904b41810561b56 + e2b1b20633ef8dc88aeaddeae01e2d8e855314fe - + https://github.com/dotnet/aspnetcore - 720f88231a96a4746eb4bab2f904b41810561b56 + e2b1b20633ef8dc88aeaddeae01e2d8e855314fe - + https://github.com/dotnet/aspnetcore - 720f88231a96a4746eb4bab2f904b41810561b56 + e2b1b20633ef8dc88aeaddeae01e2d8e855314fe - + https://github.com/dotnet/aspnetcore - 720f88231a96a4746eb4bab2f904b41810561b56 + e2b1b20633ef8dc88aeaddeae01e2d8e855314fe https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 5aaca1fcea9e93adcc070822295ec9dc2b857ace + 1b89bc6ebb2e6bb8e50099bfa64266d6bdfe3f8a - + https://github.com/dotnet/sdk - 5aaca1fcea9e93adcc070822295ec9dc2b857ace + 1b89bc6ebb2e6bb8e50099bfa64266d6bdfe3f8a diff --git a/eng/Versions.props b/eng/Versions.props index 291552153..bb51d5fe2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20480.6 - 5.0.0-rtm.20480.6 - 5.0.0-rtm.20480.6 - 5.0.0-rtm.20480.6 - 5.0.0-rtm.20480.6 - 5.0.0-rtm.20480.6 - 5.0.0-rtm.20480.6 + 5.0.0-rtm.20480.8 + 5.0.0-rtm.20480.8 + 5.0.0-rtm.20480.8 + 5.0.0-rtm.20480.8 + 5.0.0-rtm.20480.8 + 5.0.0-rtm.20480.8 + 5.0.0-rtm.20480.8 0.2.0 - 5.0.100-rtm.20480.21 - 5.0.100-rtm.20480.21 + 5.0.100-rtm.20480.22 + 5.0.100-rtm.20480.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 29b05d6aaa2bfa354ff55d478e4596fbdf310620 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:16:16 +0000 Subject: [PATCH 027/148] Update dependencies from https://github.com/dotnet/sdk build 20200930.23 (#8771) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20480.7 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20480.7 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20480.7 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20480.7 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20480.7 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20480.7 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 978c09cd0..d30dff83c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop a62547bc4fe29373151be23c56b38c5ca8f248d8 - + https://github.com/dotnet/runtime - 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 + e093079efaa8bee7cff855ba66c944b5828d708a - + https://github.com/dotnet/runtime - 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 + e093079efaa8bee7cff855ba66c944b5828d708a - + https://github.com/dotnet/runtime - 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 + e093079efaa8bee7cff855ba66c944b5828d708a - + https://github.com/dotnet/runtime - 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 + e093079efaa8bee7cff855ba66c944b5828d708a - + https://github.com/dotnet/runtime - 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 + e093079efaa8bee7cff855ba66c944b5828d708a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6604f6d92d3ba4efb41d51a51f38ed53eb04d9e2 + e093079efaa8bee7cff855ba66c944b5828d708a https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 1b89bc6ebb2e6bb8e50099bfa64266d6bdfe3f8a + 736f4ff447a0fe9157f8bd31de0a3e5a3a99feaf - + https://github.com/dotnet/sdk - 1b89bc6ebb2e6bb8e50099bfa64266d6bdfe3f8a + 736f4ff447a0fe9157f8bd31de0a3e5a3a99feaf diff --git a/eng/Versions.props b/eng/Versions.props index bb51d5fe2..30d110793 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20480.22 - 5.0.100-rtm.20480.22 + 5.0.100-rtm.20480.23 + 5.0.100-rtm.20480.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20480.7 + 5.0.0-rtm.20480.9 - 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.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 2.1.0 From 0aa7431fba078d66275ff4c3a42742cef97c1999 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:09:20 +0000 Subject: [PATCH 028/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.1 (#8772) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20479.3 to 5.0.0-rtm.20480.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20479.3 to 5.0.0-rtm.20480.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20479.3 to 5.0.0-rtm.20480.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20479.3 to 5.0.0-rtm.20480.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20479.3 to 5.0.0-rtm.20480.1 (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 d30dff83c..bcc91fe41 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a62547bc4fe29373151be23c56b38c5ca8f248d8 + eda08beb3234edd89212f82977c45ea29447b3e8 - + https://github.com/dotnet/windowsdesktop - a62547bc4fe29373151be23c56b38c5ca8f248d8 + eda08beb3234edd89212f82977c45ea29447b3e8 - + https://github.com/dotnet/windowsdesktop - a62547bc4fe29373151be23c56b38c5ca8f248d8 + eda08beb3234edd89212f82977c45ea29447b3e8 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 736f4ff447a0fe9157f8bd31de0a3e5a3a99feaf + 2f43763bc9fff4ad760dbdd5ac6830491da7f820 - + https://github.com/dotnet/sdk - 736f4ff447a0fe9157f8bd31de0a3e5a3a99feaf + 2f43763bc9fff4ad760dbdd5ac6830491da7f820 - + https://github.com/dotnet/winforms - d304584cd144eb38d606489b770cf8aa7bae1af0 + 362308f6e4215b3d2bf63c2f09238dd83daed145 - + https://github.com/dotnet/wpf - 708b73d48565814bbc92d215ed5f860200997f7f + 2f656cb012d3b1a62e2587316c54b82787620e84 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 30d110793..51cc5b6da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20479.3 + 5.0.0-rtm.20480.6 - 5.0.0-rtm.20479.3 + 5.0.0-rtm.20480.1 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20480.23 - 5.0.100-rtm.20480.23 + 5.0.100-rtm.20501.1 + 5.0.100-rtm.20501.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20479.3 - 5.0.0-rtm.20479.3 - 5.0.0-rtm.20479.3 + 5.0.0-rtm.20480.1 + 5.0.0-rtm.20480.1 + 5.0.0-rtm.20480.1 From ec271a2914aa987cde22497f284c2ebdc54a0387 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:23:08 +0000 Subject: [PATCH 029/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.2 (#8773) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20480.8 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20480.8 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20480.8 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20480.8 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20480.8 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20480.8 to 5.0.0-rtm.20480.9 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20480.8 to 5.0.0-rtm.20480.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 bcc91fe41..35e842bab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime e093079efaa8bee7cff855ba66c944b5828d708a - + https://github.com/dotnet/aspnetcore - e2b1b20633ef8dc88aeaddeae01e2d8e855314fe + 7c3a072dfde3ff5c21f24f2192eedd6bb003909a - + https://github.com/dotnet/aspnetcore - e2b1b20633ef8dc88aeaddeae01e2d8e855314fe + 7c3a072dfde3ff5c21f24f2192eedd6bb003909a - + https://github.com/dotnet/aspnetcore - e2b1b20633ef8dc88aeaddeae01e2d8e855314fe + 7c3a072dfde3ff5c21f24f2192eedd6bb003909a - + https://github.com/dotnet/aspnetcore - e2b1b20633ef8dc88aeaddeae01e2d8e855314fe + 7c3a072dfde3ff5c21f24f2192eedd6bb003909a - + https://github.com/dotnet/aspnetcore - e2b1b20633ef8dc88aeaddeae01e2d8e855314fe + 7c3a072dfde3ff5c21f24f2192eedd6bb003909a - + https://github.com/dotnet/aspnetcore - e2b1b20633ef8dc88aeaddeae01e2d8e855314fe + 7c3a072dfde3ff5c21f24f2192eedd6bb003909a - + https://github.com/dotnet/aspnetcore - e2b1b20633ef8dc88aeaddeae01e2d8e855314fe + 7c3a072dfde3ff5c21f24f2192eedd6bb003909a https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 2f43763bc9fff4ad760dbdd5ac6830491da7f820 + 83e0dc3e32f535be45c23546d14b4eb6f2657d38 - + https://github.com/dotnet/sdk - 2f43763bc9fff4ad760dbdd5ac6830491da7f820 + 83e0dc3e32f535be45c23546d14b4eb6f2657d38 diff --git a/eng/Versions.props b/eng/Versions.props index 51cc5b6da..b8e0c497c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20480.8 - 5.0.0-rtm.20480.8 - 5.0.0-rtm.20480.8 - 5.0.0-rtm.20480.8 - 5.0.0-rtm.20480.8 - 5.0.0-rtm.20480.8 - 5.0.0-rtm.20480.8 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 + 5.0.0-rtm.20480.9 0.2.0 - 5.0.100-rtm.20501.1 - 5.0.100-rtm.20501.1 + 5.0.100-rtm.20501.2 + 5.0.100-rtm.20501.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e43fd8e2acca5767a2ada0982b5e805ad66e4244 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:04:39 +0000 Subject: [PATCH 030/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.3 (#8774) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20480.1 to 5.0.0-rtm.20501.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20480.1 to 5.0.0-rtm.20501.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20480.6 to 5.0.0-rtm.20501.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20480.1 to 5.0.0-rtm.20501.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20480.1 to 5.0.0-rtm.20501.1 (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 35e842bab..11addc90a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - eda08beb3234edd89212f82977c45ea29447b3e8 + c8c0f462002033199dae278ee46e32e75b8d1318 - + https://github.com/dotnet/windowsdesktop - eda08beb3234edd89212f82977c45ea29447b3e8 + c8c0f462002033199dae278ee46e32e75b8d1318 - + https://github.com/dotnet/windowsdesktop - eda08beb3234edd89212f82977c45ea29447b3e8 + c8c0f462002033199dae278ee46e32e75b8d1318 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 83e0dc3e32f535be45c23546d14b4eb6f2657d38 + a9dfa7500670c338946a632f662c5d35ddd429ca - + https://github.com/dotnet/sdk - 83e0dc3e32f535be45c23546d14b4eb6f2657d38 + a9dfa7500670c338946a632f662c5d35ddd429ca - + https://github.com/dotnet/winforms - 362308f6e4215b3d2bf63c2f09238dd83daed145 + 39e60474ed1fd21786f94f38b97e24a390a0c425 - + https://github.com/dotnet/wpf - 2f656cb012d3b1a62e2587316c54b82787620e84 + 2548db13a6491019819cf516fd6e26669b24a9b9 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index b8e0c497c..f29756915 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20480.6 + 5.0.0-rtm.20501.1 - 5.0.0-rtm.20480.1 + 5.0.0-rtm.20501.1 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20501.2 - 5.0.100-rtm.20501.2 + 5.0.100-rtm.20501.3 + 5.0.100-rtm.20501.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20480.1 - 5.0.0-rtm.20480.1 - 5.0.0-rtm.20480.1 + 5.0.0-rtm.20501.1 + 5.0.0-rtm.20501.1 + 5.0.0-rtm.20501.1 From 2bd04710d8559829ba89710668dd1f51e88ac3ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 20:25:41 +0000 Subject: [PATCH 031/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.5 (#8776) [release/5.0.1xx] 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 11addc90a..5fb3e51f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - a9dfa7500670c338946a632f662c5d35ddd429ca + d5c41c6d67cc623e7a5fae6fd40242e3918a84c9 - + https://github.com/dotnet/sdk - a9dfa7500670c338946a632f662c5d35ddd429ca + d5c41c6d67cc623e7a5fae6fd40242e3918a84c9 diff --git a/eng/Versions.props b/eng/Versions.props index f29756915..4d1a54c44 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20501.3 - 5.0.100-rtm.20501.3 + 5.0.100-rtm.20501.5 + 5.0.100-rtm.20501.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dc84cc60a863652b1e81a86cdc5d4371d3f5aaaf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:48:57 +0000 Subject: [PATCH 032/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.9 (#8779) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.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 5fb3e51f1..811e473da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime e093079efaa8bee7cff855ba66c944b5828d708a - + https://github.com/dotnet/aspnetcore - 7c3a072dfde3ff5c21f24f2192eedd6bb003909a + 0f7e8ec9791976814667812d496a2c667dafcfe9 - + https://github.com/dotnet/aspnetcore - 7c3a072dfde3ff5c21f24f2192eedd6bb003909a + 0f7e8ec9791976814667812d496a2c667dafcfe9 - + https://github.com/dotnet/aspnetcore - 7c3a072dfde3ff5c21f24f2192eedd6bb003909a + 0f7e8ec9791976814667812d496a2c667dafcfe9 - + https://github.com/dotnet/aspnetcore - 7c3a072dfde3ff5c21f24f2192eedd6bb003909a + 0f7e8ec9791976814667812d496a2c667dafcfe9 - + https://github.com/dotnet/aspnetcore - 7c3a072dfde3ff5c21f24f2192eedd6bb003909a + 0f7e8ec9791976814667812d496a2c667dafcfe9 - + https://github.com/dotnet/aspnetcore - 7c3a072dfde3ff5c21f24f2192eedd6bb003909a + 0f7e8ec9791976814667812d496a2c667dafcfe9 - + https://github.com/dotnet/aspnetcore - 7c3a072dfde3ff5c21f24f2192eedd6bb003909a + 0f7e8ec9791976814667812d496a2c667dafcfe9 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - d5c41c6d67cc623e7a5fae6fd40242e3918a84c9 + 1edc65c6df42dd6894cc7002b89c5be575afa8cf - + https://github.com/dotnet/sdk - d5c41c6d67cc623e7a5fae6fd40242e3918a84c9 + 1edc65c6df42dd6894cc7002b89c5be575afa8cf diff --git a/eng/Versions.props b/eng/Versions.props index 4d1a54c44..df429a83c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 + 5.0.0-rtm.20501.4 + 5.0.0-rtm.20501.4 + 5.0.0-rtm.20501.4 + 5.0.0-rtm.20501.4 + 5.0.0-rtm.20501.4 + 5.0.0-rtm.20501.4 + 5.0.0-rtm.20501.4 0.2.0 - 5.0.100-rtm.20501.5 - 5.0.100-rtm.20501.5 + 5.0.100-rtm.20501.9 + 5.0.100-rtm.20501.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From dacad913dff416b2ed018b33df522c9920f440b8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 05:39:45 +0000 Subject: [PATCH 033/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.11 (#8780) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20501.1 to 5.0.0-rtm.20501.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20501.1 to 5.0.0-rtm.20501.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20501.1 to 5.0.0-rtm.20501.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20501.1 to 5.0.0-rtm.20501.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20501.1 to 5.0.0-rtm.20501.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 811e473da..b9bbc67d1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c8c0f462002033199dae278ee46e32e75b8d1318 + 78c936806aa5af07beb420895c146a18f16b24a5 - + https://github.com/dotnet/windowsdesktop - c8c0f462002033199dae278ee46e32e75b8d1318 + 78c936806aa5af07beb420895c146a18f16b24a5 - + https://github.com/dotnet/windowsdesktop - c8c0f462002033199dae278ee46e32e75b8d1318 + 78c936806aa5af07beb420895c146a18f16b24a5 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 1edc65c6df42dd6894cc7002b89c5be575afa8cf + ba16f78bed30b115e79efd9b990bf2171717be96 - + https://github.com/dotnet/sdk - 1edc65c6df42dd6894cc7002b89c5be575afa8cf + ba16f78bed30b115e79efd9b990bf2171717be96 - + https://github.com/dotnet/winforms - 39e60474ed1fd21786f94f38b97e24a390a0c425 + 13e58c17f01d908b12fd17ec03f109698992e110 - + https://github.com/dotnet/wpf - 2548db13a6491019819cf516fd6e26669b24a9b9 + 23d539317c81a3e3265e4958acd56567eaac23b7 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index df429a83c..d57efb36b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20501.1 + 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.1 + 5.0.0-rtm.20501.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20501.9 - 5.0.100-rtm.20501.9 + 5.0.100-rtm.20501.11 + 5.0.100-rtm.20501.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20501.1 - 5.0.0-rtm.20501.1 - 5.0.0-rtm.20501.1 + 5.0.0-rtm.20501.2 + 5.0.0-rtm.20501.2 + 5.0.0-rtm.20501.2 From f4cd0d0b0f513ed052158570cd25fc1af876c8f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 06:45:38 +0000 Subject: [PATCH 034/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.12 (#8781) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20480.9 to 5.0.0-rtm.20501.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20501.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20501.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20501.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20501.11 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20501.11 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20501.11 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20501.11 (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 b9bbc67d1..32dabdc4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 78c936806aa5af07beb420895c146a18f16b24a5 - + https://github.com/dotnet/runtime - e093079efaa8bee7cff855ba66c944b5828d708a + 513a197afb51fb49a300134352bb5d8707caedff - + https://github.com/dotnet/runtime - e093079efaa8bee7cff855ba66c944b5828d708a + 513a197afb51fb49a300134352bb5d8707caedff - + https://github.com/dotnet/runtime - e093079efaa8bee7cff855ba66c944b5828d708a + 513a197afb51fb49a300134352bb5d8707caedff - + https://github.com/dotnet/runtime - e093079efaa8bee7cff855ba66c944b5828d708a + 513a197afb51fb49a300134352bb5d8707caedff - + https://github.com/dotnet/runtime - e093079efaa8bee7cff855ba66c944b5828d708a + 513a197afb51fb49a300134352bb5d8707caedff @@ -39,37 +39,37 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e093079efaa8bee7cff855ba66c944b5828d708a + 513a197afb51fb49a300134352bb5d8707caedff - + https://github.com/dotnet/aspnetcore - 0f7e8ec9791976814667812d496a2c667dafcfe9 + 3fc1e62d3fa5293cf695baca0a9bbd2512416979 - + https://github.com/dotnet/aspnetcore - 0f7e8ec9791976814667812d496a2c667dafcfe9 + 3fc1e62d3fa5293cf695baca0a9bbd2512416979 - + https://github.com/dotnet/aspnetcore - 0f7e8ec9791976814667812d496a2c667dafcfe9 + 3fc1e62d3fa5293cf695baca0a9bbd2512416979 - + https://github.com/dotnet/aspnetcore - 0f7e8ec9791976814667812d496a2c667dafcfe9 + 3fc1e62d3fa5293cf695baca0a9bbd2512416979 - + https://github.com/dotnet/aspnetcore - 0f7e8ec9791976814667812d496a2c667dafcfe9 + 3fc1e62d3fa5293cf695baca0a9bbd2512416979 - + https://github.com/dotnet/aspnetcore - 0f7e8ec9791976814667812d496a2c667dafcfe9 + 3fc1e62d3fa5293cf695baca0a9bbd2512416979 - + https://github.com/dotnet/aspnetcore - 0f7e8ec9791976814667812d496a2c667dafcfe9 + 3fc1e62d3fa5293cf695baca0a9bbd2512416979 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - ba16f78bed30b115e79efd9b990bf2171717be96 + 5584e7c3103be145405a7081fddb5370f8a98677 - + https://github.com/dotnet/sdk - ba16f78bed30b115e79efd9b990bf2171717be96 + 5584e7c3103be145405a7081fddb5370f8a98677 diff --git a/eng/Versions.props b/eng/Versions.props index d57efb36b..4b5874951 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,36 +43,36 @@ - 5.0.0-rtm.20501.4 - 5.0.0-rtm.20501.4 - 5.0.0-rtm.20501.4 - 5.0.0-rtm.20501.4 - 5.0.0-rtm.20501.4 - 5.0.0-rtm.20501.4 - 5.0.0-rtm.20501.4 + 5.0.0-rtm.20501.11 + 5.0.0-rtm.20501.11 + 5.0.0-rtm.20501.11 + 5.0.0-rtm.20501.11 + 5.0.0-rtm.20501.11 + 5.0.0-rtm.20501.11 + 5.0.0-rtm.20501.11 0.2.0 - 5.0.100-rtm.20501.11 - 5.0.100-rtm.20501.11 + 5.0.100-rtm.20501.12 + 5.0.100-rtm.20501.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20480.9 + 5.0.0-rtm.20501.8 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 - 5.0.0-rtm.20480.9 + 5.0.0-rtm.20501.8 + 5.0.0-rtm.20501.8 + 5.0.0-rtm.20501.8 + 5.0.0-rtm.20501.8 + 5.0.0-rtm.20501.8 2.1.0 From fae378182dac2a76ab1902671a0513f5b1065b5c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:03:29 +0000 Subject: [PATCH 035/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.13 (#8782) [release/5.0.1xx] 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 32dabdc4c..9f8a1638c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 5584e7c3103be145405a7081fddb5370f8a98677 + 9c7f2cd8f34d15f4b4e2065e86ad994082744743 - + https://github.com/dotnet/sdk - 5584e7c3103be145405a7081fddb5370f8a98677 + 9c7f2cd8f34d15f4b4e2065e86ad994082744743 diff --git a/eng/Versions.props b/eng/Versions.props index 4b5874951..089941084 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20501.12 - 5.0.100-rtm.20501.12 + 5.0.100-rtm.20501.13 + 5.0.100-rtm.20501.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f819449867234c22297fb2d82f59701729b66e3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:12:10 +0000 Subject: [PATCH 036/148] Update dependencies from https://github.com/dotnet/sdk build 20201001.14 (#8783) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20501.2 to 5.0.0-rtm.20501.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20501.2 to 5.0.0-rtm.20501.3 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20501.3 to 5.0.0-rtm.20501.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20501.2 to 5.0.0-rtm.20501.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20501.3 to 5.0.0-rtm.20501.4 (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 9f8a1638c..f766af5c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 78c936806aa5af07beb420895c146a18f16b24a5 + ca3be523a6af1c425f454115da70aa38ebacba21 - + https://github.com/dotnet/windowsdesktop - 78c936806aa5af07beb420895c146a18f16b24a5 + ca3be523a6af1c425f454115da70aa38ebacba21 - + https://github.com/dotnet/windowsdesktop - 78c936806aa5af07beb420895c146a18f16b24a5 + ca3be523a6af1c425f454115da70aa38ebacba21 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 9c7f2cd8f34d15f4b4e2065e86ad994082744743 + 1a44413c6ea1aabb0cd0e85dcc83d0d151cd80c5 - + https://github.com/dotnet/sdk - 9c7f2cd8f34d15f4b4e2065e86ad994082744743 + 1a44413c6ea1aabb0cd0e85dcc83d0d151cd80c5 - + https://github.com/dotnet/winforms - 13e58c17f01d908b12fd17ec03f109698992e110 + eb8f6a80d89400bc6965e49ef790c87c90232a64 - + https://github.com/dotnet/wpf - 23d539317c81a3e3265e4958acd56567eaac23b7 + c4f2fc1685094acdd011db6f83a2f2699adfb206 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 089941084..bef8548fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.6 - 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.4 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20501.13 - 5.0.100-rtm.20501.13 + 5.0.100-rtm.20501.14 + 5.0.100-rtm.20501.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20501.2 - 5.0.0-rtm.20501.2 - 5.0.0-rtm.20501.2 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 + 5.0.0-rtm.20501.3 From dd35c6af5f10ee6c6c67fa2528df3688df7685f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:38:38 +0000 Subject: [PATCH 037/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.1 (#8784) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20501.8 to 5.0.0-rtm.20501.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20501.8 to 5.0.0-rtm.20501.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20501.8 to 5.0.0-rtm.20501.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20501.8 to 5.0.0-rtm.20501.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20501.8 to 5.0.0-rtm.20501.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20501.8 to 5.0.0-rtm.20501.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 f766af5c6..56fe35ac8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ca3be523a6af1c425f454115da70aa38ebacba21 - + https://github.com/dotnet/runtime - 513a197afb51fb49a300134352bb5d8707caedff + fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f - + https://github.com/dotnet/runtime - 513a197afb51fb49a300134352bb5d8707caedff + fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f - + https://github.com/dotnet/runtime - 513a197afb51fb49a300134352bb5d8707caedff + fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f - + https://github.com/dotnet/runtime - 513a197afb51fb49a300134352bb5d8707caedff + fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f - + https://github.com/dotnet/runtime - 513a197afb51fb49a300134352bb5d8707caedff + fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 513a197afb51fb49a300134352bb5d8707caedff + fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 1a44413c6ea1aabb0cd0e85dcc83d0d151cd80c5 + b9615f02617e4ae2f7e07017e234dd08ad8568ce - + https://github.com/dotnet/sdk - 1a44413c6ea1aabb0cd0e85dcc83d0d151cd80c5 + b9615f02617e4ae2f7e07017e234dd08ad8568ce diff --git a/eng/Versions.props b/eng/Versions.props index bef8548fc..8f6230033 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20501.14 - 5.0.100-rtm.20501.14 + 5.0.100-rtm.20502.1 + 5.0.100-rtm.20502.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20501.8 + 5.0.0-rtm.20501.10 - 5.0.0-rtm.20501.8 - 5.0.0-rtm.20501.8 - 5.0.0-rtm.20501.8 - 5.0.0-rtm.20501.8 - 5.0.0-rtm.20501.8 + 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 2.1.0 From 1e3f500e70736b0066f1787089b6f5147d3b6cb6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 15:04:33 +0000 Subject: [PATCH 038/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8785) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20501.11 to 5.0.0-rtm.20502.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20501.11 to 5.0.0-rtm.20502.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20501.11 to 5.0.0-rtm.20502.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20501.11 to 5.0.0-rtm.20502.1 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20501.11 to 5.0.0-rtm.20502.1 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20501.11 to 5.0.0-rtm.20502.1 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20501.11 to 5.0.0-rtm.20502.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20480.4 to 3.8.0-4.20502.3 (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 56fe35ac8..0b279b55b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f - + https://github.com/dotnet/aspnetcore - 3fc1e62d3fa5293cf695baca0a9bbd2512416979 + 0c77189d4bc524170a569e6e9755619e4ef69570 - + https://github.com/dotnet/aspnetcore - 3fc1e62d3fa5293cf695baca0a9bbd2512416979 + 0c77189d4bc524170a569e6e9755619e4ef69570 - + https://github.com/dotnet/aspnetcore - 3fc1e62d3fa5293cf695baca0a9bbd2512416979 + 0c77189d4bc524170a569e6e9755619e4ef69570 - + https://github.com/dotnet/aspnetcore - 3fc1e62d3fa5293cf695baca0a9bbd2512416979 + 0c77189d4bc524170a569e6e9755619e4ef69570 - + https://github.com/dotnet/aspnetcore - 3fc1e62d3fa5293cf695baca0a9bbd2512416979 + 0c77189d4bc524170a569e6e9755619e4ef69570 - + https://github.com/dotnet/aspnetcore - 3fc1e62d3fa5293cf695baca0a9bbd2512416979 + 0c77189d4bc524170a569e6e9755619e4ef69570 - + https://github.com/dotnet/aspnetcore - 3fc1e62d3fa5293cf695baca0a9bbd2512416979 + 0c77189d4bc524170a569e6e9755619e4ef69570 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - b9615f02617e4ae2f7e07017e234dd08ad8568ce + 3e39f30a23660a24c9bb3229c808c5e882aa9c35 - + https://github.com/dotnet/sdk - b9615f02617e4ae2f7e07017e234dd08ad8568ce + 3e39f30a23660a24c9bb3229c808c5e882aa9c35 @@ -113,9 +113,9 @@ 9cf216749f76acea43a481f03ab8095dd15351cb linker - + https://github.com/dotnet/roslyn - 0d0ca13201ed08f81b1ce345d09a2eaecbc748e7 + bad92993584ee01dab96f3ac7c5f195c539b9b80 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 8f6230033..9cb059469 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20501.11 - 5.0.0-rtm.20501.11 - 5.0.0-rtm.20501.11 - 5.0.0-rtm.20501.11 - 5.0.0-rtm.20501.11 - 5.0.0-rtm.20501.11 - 5.0.0-rtm.20501.11 + 5.0.0-rtm.20502.1 + 5.0.0-rtm.20502.1 + 5.0.0-rtm.20502.1 + 5.0.0-rtm.20502.1 + 5.0.0-rtm.20502.1 + 5.0.0-rtm.20502.1 + 5.0.0-rtm.20502.1 0.2.0 - 5.0.100-rtm.20502.1 - 5.0.100-rtm.20502.1 + 5.0.100-rtm.20502.3 + 5.0.100-rtm.20502.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5e7240f46eec52c5205b469e60115d47c34d307f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 21:18:05 +0000 Subject: [PATCH 039/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.6 (#8786) [release/5.0.1xx] 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 0b279b55b..5e98c8e3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 3e39f30a23660a24c9bb3229c808c5e882aa9c35 + 784c5d8b7ee0e3c8a8286c0fa3c8dc167bb143b2 - + https://github.com/dotnet/sdk - 3e39f30a23660a24c9bb3229c808c5e882aa9c35 + 784c5d8b7ee0e3c8a8286c0fa3c8dc167bb143b2 diff --git a/eng/Versions.props b/eng/Versions.props index 9cb059469..942fe576e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20502.3 - 5.0.100-rtm.20502.3 + 5.0.100-rtm.20502.6 + 5.0.100-rtm.20502.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 46bc1850316eeb40c8e8ac662ca2b0dfa13ba607 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 23:37:07 +0000 Subject: [PATCH 040/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.7 (#8788) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20502.1 to 5.0.0-rtm.20502.5 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20502.1 to 5.0.0-rtm.20502.5 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.1 to 5.0.0-rtm.20502.5 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20502.1 to 5.0.0-rtm.20502.5 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20502.1 to 5.0.0-rtm.20502.5 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20502.1 to 5.0.0-rtm.20502.5 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20502.1 to 5.0.0-rtm.20502.5 (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 5e98c8e3d..14a705426 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f - + https://github.com/dotnet/aspnetcore - 0c77189d4bc524170a569e6e9755619e4ef69570 + 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b - + https://github.com/dotnet/aspnetcore - 0c77189d4bc524170a569e6e9755619e4ef69570 + 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b - + https://github.com/dotnet/aspnetcore - 0c77189d4bc524170a569e6e9755619e4ef69570 + 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b - + https://github.com/dotnet/aspnetcore - 0c77189d4bc524170a569e6e9755619e4ef69570 + 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b - + https://github.com/dotnet/aspnetcore - 0c77189d4bc524170a569e6e9755619e4ef69570 + 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b - + https://github.com/dotnet/aspnetcore - 0c77189d4bc524170a569e6e9755619e4ef69570 + 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b - + https://github.com/dotnet/aspnetcore - 0c77189d4bc524170a569e6e9755619e4ef69570 + 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 784c5d8b7ee0e3c8a8286c0fa3c8dc167bb143b2 + 29c13f8e77f5ca9e67ddca1de7dc81ae966fa278 - + https://github.com/dotnet/sdk - 784c5d8b7ee0e3c8a8286c0fa3c8dc167bb143b2 + 29c13f8e77f5ca9e67ddca1de7dc81ae966fa278 diff --git a/eng/Versions.props b/eng/Versions.props index 942fe576e..879826866 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20502.1 - 5.0.0-rtm.20502.1 - 5.0.0-rtm.20502.1 - 5.0.0-rtm.20502.1 - 5.0.0-rtm.20502.1 - 5.0.0-rtm.20502.1 - 5.0.0-rtm.20502.1 + 5.0.0-rtm.20502.5 + 5.0.0-rtm.20502.5 + 5.0.0-rtm.20502.5 + 5.0.0-rtm.20502.5 + 5.0.0-rtm.20502.5 + 5.0.0-rtm.20502.5 + 5.0.0-rtm.20502.5 0.2.0 - 5.0.100-rtm.20502.6 - 5.0.100-rtm.20502.6 + 5.0.100-rtm.20502.7 + 5.0.100-rtm.20502.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 917014469198a6b291165e90ab7ef7dd5ea88274 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 01:00:14 +0000 Subject: [PATCH 041/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.8 (#8789) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20501.10 to 5.0.0-rtm.20502.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20501.10 to 5.0.0-rtm.20502.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20501.10 to 5.0.0-rtm.20502.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20501.10 to 5.0.0-rtm.20502.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20501.10 to 5.0.0-rtm.20502.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20501.10 to 5.0.0-rtm.20502.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 14a705426..0d60bd67d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ca3be523a6af1c425f454115da70aa38ebacba21 - + https://github.com/dotnet/runtime - fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f + 863b458d760b96dc5ae7db57d53003149c4961e1 - + https://github.com/dotnet/runtime - fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f + 863b458d760b96dc5ae7db57d53003149c4961e1 - + https://github.com/dotnet/runtime - fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f + 863b458d760b96dc5ae7db57d53003149c4961e1 - + https://github.com/dotnet/runtime - fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f + 863b458d760b96dc5ae7db57d53003149c4961e1 - + https://github.com/dotnet/runtime - fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f + 863b458d760b96dc5ae7db57d53003149c4961e1 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - fd6137593e4d1cdc99b98d53f5e18fae8e2fcb8f + 863b458d760b96dc5ae7db57d53003149c4961e1 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 29c13f8e77f5ca9e67ddca1de7dc81ae966fa278 + 66a884b2e28d394923c7ca3cf023fbba55e51c25 - + https://github.com/dotnet/sdk - 29c13f8e77f5ca9e67ddca1de7dc81ae966fa278 + 66a884b2e28d394923c7ca3cf023fbba55e51c25 diff --git a/eng/Versions.props b/eng/Versions.props index 879826866..befb4a448 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20502.7 - 5.0.100-rtm.20502.7 + 5.0.100-rtm.20502.8 + 5.0.100-rtm.20502.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20501.10 + 5.0.0-rtm.20502.4 - 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.4 + 5.0.0-rtm.20502.4 + 5.0.0-rtm.20502.4 + 5.0.0-rtm.20502.4 + 5.0.0-rtm.20502.4 2.1.0 From ead5192aecb418e535d2350894a21721edda08d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 02:18:13 +0000 Subject: [PATCH 042/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.10 (#8791) [release/5.0.1xx] 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 0d60bd67d..b1bad6843 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 66a884b2e28d394923c7ca3cf023fbba55e51c25 + 9b7ea077f5e33ac3c6448ce6432dd0b3b27fdef6 - + https://github.com/dotnet/sdk - 66a884b2e28d394923c7ca3cf023fbba55e51c25 + 9b7ea077f5e33ac3c6448ce6432dd0b3b27fdef6 diff --git a/eng/Versions.props b/eng/Versions.props index befb4a448..2de009e63 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20502.8 - 5.0.100-rtm.20502.8 + 5.0.100-rtm.20502.10 + 5.0.100-rtm.20502.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ec8dcc926765432208ab6c86ee7b7fee6a06ec83 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 04:16:45 +0000 Subject: [PATCH 043/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.13 (#8793) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20502.4 to 5.0.0-rtm.20502.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20502.4 to 5.0.0-rtm.20502.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.4 to 5.0.0-rtm.20502.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20502.4 to 5.0.0-rtm.20502.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20502.4 to 5.0.0-rtm.20502.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20502.4 to 5.0.0-rtm.20502.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 b1bad6843..3a9ff3439 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ca3be523a6af1c425f454115da70aa38ebacba21 - + https://github.com/dotnet/runtime - 863b458d760b96dc5ae7db57d53003149c4961e1 + 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/runtime - 863b458d760b96dc5ae7db57d53003149c4961e1 + 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/runtime - 863b458d760b96dc5ae7db57d53003149c4961e1 + 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/runtime - 863b458d760b96dc5ae7db57d53003149c4961e1 + 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/runtime - 863b458d760b96dc5ae7db57d53003149c4961e1 + 3c6e6cc14728ce9a1955e076d2a758407dc70f5a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 863b458d760b96dc5ae7db57d53003149c4961e1 + 3c6e6cc14728ce9a1955e076d2a758407dc70f5a https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 9b7ea077f5e33ac3c6448ce6432dd0b3b27fdef6 + ff11c04ecfed62a2c2a8863b911e1e13d5807834 - + https://github.com/dotnet/sdk - 9b7ea077f5e33ac3c6448ce6432dd0b3b27fdef6 + ff11c04ecfed62a2c2a8863b911e1e13d5807834 diff --git a/eng/Versions.props b/eng/Versions.props index 2de009e63..e5db07a8c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20502.10 - 5.0.100-rtm.20502.10 + 5.0.100-rtm.20502.13 + 5.0.100-rtm.20502.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20502.4 + 5.0.0-rtm.20502.8 - 5.0.0-rtm.20502.4 - 5.0.0-rtm.20502.4 - 5.0.0-rtm.20502.4 - 5.0.0-rtm.20502.4 - 5.0.0-rtm.20502.4 + 5.0.0-rtm.20502.8 + 5.0.0-rtm.20502.8 + 5.0.0-rtm.20502.8 + 5.0.0-rtm.20502.8 + 5.0.0-rtm.20502.8 2.1.0 From 0b52c3087fd0e535c2974ad4045b74a0177403f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 05:23:46 +0000 Subject: [PATCH 044/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.14 (#8794) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20502.5 to 5.0.0-rtm.20502.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20502.5 to 5.0.0-rtm.20502.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.5 to 5.0.0-rtm.20502.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20502.5 to 5.0.0-rtm.20502.11 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20502.5 to 5.0.0-rtm.20502.11 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20502.5 to 5.0.0-rtm.20502.11 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20502.5 to 5.0.0-rtm.20502.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 3a9ff3439..c6bc5c9bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/aspnetcore - 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b + 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a - + https://github.com/dotnet/aspnetcore - 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b + 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a - + https://github.com/dotnet/aspnetcore - 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b + 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a - + https://github.com/dotnet/aspnetcore - 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b + 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a - + https://github.com/dotnet/aspnetcore - 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b + 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a - + https://github.com/dotnet/aspnetcore - 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b + 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a - + https://github.com/dotnet/aspnetcore - 854b4aad4d8ddbf6bb40c9aa8e351230a982be1b + 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - ff11c04ecfed62a2c2a8863b911e1e13d5807834 + 69983520d6344032b4e3325e28d0b1bed60b73db - + https://github.com/dotnet/sdk - ff11c04ecfed62a2c2a8863b911e1e13d5807834 + 69983520d6344032b4e3325e28d0b1bed60b73db diff --git a/eng/Versions.props b/eng/Versions.props index e5db07a8c..17166deb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20502.5 - 5.0.0-rtm.20502.5 - 5.0.0-rtm.20502.5 - 5.0.0-rtm.20502.5 - 5.0.0-rtm.20502.5 - 5.0.0-rtm.20502.5 - 5.0.0-rtm.20502.5 + 5.0.0-rtm.20502.11 + 5.0.0-rtm.20502.11 + 5.0.0-rtm.20502.11 + 5.0.0-rtm.20502.11 + 5.0.0-rtm.20502.11 + 5.0.0-rtm.20502.11 + 5.0.0-rtm.20502.11 0.2.0 - 5.0.100-rtm.20502.13 - 5.0.100-rtm.20502.13 + 5.0.100-rtm.20502.14 + 5.0.100-rtm.20502.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 91260d6f2ce9f965cb6b1126e5e82d57b8adad4c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 06:10:47 +0000 Subject: [PATCH 045/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.15 (#8795) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20502.3 to 3.8.0-4.20503.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 c6bc5c9bc..859a432ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 69983520d6344032b4e3325e28d0b1bed60b73db + f2d3cac0f2ae5e2ccb8e014b682dd6a9931d8469 - + https://github.com/dotnet/sdk - 69983520d6344032b4e3325e28d0b1bed60b73db + f2d3cac0f2ae5e2ccb8e014b682dd6a9931d8469 @@ -113,9 +113,9 @@ 9cf216749f76acea43a481f03ab8095dd15351cb linker - + https://github.com/dotnet/roslyn - bad92993584ee01dab96f3ac7c5f195c539b9b80 + 75d31ee941ce4dbbe5752f4ac2d5c0583f388a27 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 17166deb2..ce96c2d7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20502.14 - 5.0.100-rtm.20502.14 + 5.0.100-rtm.20502.15 + 5.0.100-rtm.20502.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5fe30be089905dc8939e373d3e0c56f50c93e894 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 07:53:58 +0000 Subject: [PATCH 046/148] Update dependencies from https://github.com/dotnet/sdk build 20201002.17 (#8796) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20502.11 to 5.0.0-rtm.20502.13 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20502.11 to 5.0.0-rtm.20502.13 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.11 to 5.0.0-rtm.20502.13 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20502.11 to 5.0.0-rtm.20502.13 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20502.11 to 5.0.0-rtm.20502.13 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20502.11 to 5.0.0-rtm.20502.13 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20502.11 to 5.0.0-rtm.20502.13 (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 859a432ff..588ee6f3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/aspnetcore - 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a + 96c082f2853bf4b5bf6972f0a58c36448ef57b46 - + https://github.com/dotnet/aspnetcore - 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a + 96c082f2853bf4b5bf6972f0a58c36448ef57b46 - + https://github.com/dotnet/aspnetcore - 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a + 96c082f2853bf4b5bf6972f0a58c36448ef57b46 - + https://github.com/dotnet/aspnetcore - 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a + 96c082f2853bf4b5bf6972f0a58c36448ef57b46 - + https://github.com/dotnet/aspnetcore - 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a + 96c082f2853bf4b5bf6972f0a58c36448ef57b46 - + https://github.com/dotnet/aspnetcore - 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a + 96c082f2853bf4b5bf6972f0a58c36448ef57b46 - + https://github.com/dotnet/aspnetcore - 8eb9603a9cbc2a741148a62e4fcaa5aaf2caaa0a + 96c082f2853bf4b5bf6972f0a58c36448ef57b46 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - f2d3cac0f2ae5e2ccb8e014b682dd6a9931d8469 + daa041e791aabc3e76bf3dc39a4378c15bc60c9a - + https://github.com/dotnet/sdk - f2d3cac0f2ae5e2ccb8e014b682dd6a9931d8469 + daa041e791aabc3e76bf3dc39a4378c15bc60c9a diff --git a/eng/Versions.props b/eng/Versions.props index ce96c2d7d..ea6f91db7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20502.11 - 5.0.0-rtm.20502.11 - 5.0.0-rtm.20502.11 - 5.0.0-rtm.20502.11 - 5.0.0-rtm.20502.11 - 5.0.0-rtm.20502.11 - 5.0.0-rtm.20502.11 + 5.0.0-rtm.20502.13 + 5.0.0-rtm.20502.13 + 5.0.0-rtm.20502.13 + 5.0.0-rtm.20502.13 + 5.0.0-rtm.20502.13 + 5.0.0-rtm.20502.13 + 5.0.0-rtm.20502.13 0.2.0 - 5.0.100-rtm.20502.15 - 5.0.100-rtm.20502.15 + 5.0.100-rtm.20502.17 + 5.0.100-rtm.20502.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3e7f702fcd68c3987ff164005385e1111a5a62fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 09:12:10 +0000 Subject: [PATCH 047/148] Update dependencies from https://github.com/dotnet/sdk build 20201003.1 (#8797) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20502.13 to 5.0.0-rtm.20502.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20502.13 to 5.0.0-rtm.20502.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.13 to 5.0.0-rtm.20502.14 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20502.13 to 5.0.0-rtm.20502.14 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20502.13 to 5.0.0-rtm.20502.14 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20502.13 to 5.0.0-rtm.20502.14 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20502.13 to 5.0.0-rtm.20502.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 588ee6f3e..2da2a6146 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/aspnetcore - 96c082f2853bf4b5bf6972f0a58c36448ef57b46 + 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 - + https://github.com/dotnet/aspnetcore - 96c082f2853bf4b5bf6972f0a58c36448ef57b46 + 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 - + https://github.com/dotnet/aspnetcore - 96c082f2853bf4b5bf6972f0a58c36448ef57b46 + 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 - + https://github.com/dotnet/aspnetcore - 96c082f2853bf4b5bf6972f0a58c36448ef57b46 + 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 - + https://github.com/dotnet/aspnetcore - 96c082f2853bf4b5bf6972f0a58c36448ef57b46 + 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 - + https://github.com/dotnet/aspnetcore - 96c082f2853bf4b5bf6972f0a58c36448ef57b46 + 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 - + https://github.com/dotnet/aspnetcore - 96c082f2853bf4b5bf6972f0a58c36448ef57b46 + 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - daa041e791aabc3e76bf3dc39a4378c15bc60c9a + 35c7eeadb968accde3544a004dcffbdd1698380d - + https://github.com/dotnet/sdk - daa041e791aabc3e76bf3dc39a4378c15bc60c9a + 35c7eeadb968accde3544a004dcffbdd1698380d diff --git a/eng/Versions.props b/eng/Versions.props index ea6f91db7..b34598e2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20502.13 - 5.0.0-rtm.20502.13 - 5.0.0-rtm.20502.13 - 5.0.0-rtm.20502.13 - 5.0.0-rtm.20502.13 - 5.0.0-rtm.20502.13 - 5.0.0-rtm.20502.13 + 5.0.0-rtm.20502.14 + 5.0.0-rtm.20502.14 + 5.0.0-rtm.20502.14 + 5.0.0-rtm.20502.14 + 5.0.0-rtm.20502.14 + 5.0.0-rtm.20502.14 + 5.0.0-rtm.20502.14 0.2.0 - 5.0.100-rtm.20502.17 - 5.0.100-rtm.20502.17 + 5.0.100-rtm.20503.1 + 5.0.100-rtm.20503.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 477a618f56d08279f3437bd6535918614625d1f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:39:50 +0000 Subject: [PATCH 048/148] Update dependencies from https://github.com/dotnet/sdk build 20201003.2 (#8798) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20502.14 to 5.0.0-rtm.20502.15 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20502.14 to 5.0.0-rtm.20502.15 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.14 to 5.0.0-rtm.20502.15 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20502.14 to 5.0.0-rtm.20502.15 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20502.14 to 5.0.0-rtm.20502.15 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20502.14 to 5.0.0-rtm.20502.15 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20502.14 to 5.0.0-rtm.20502.15 (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 2da2a6146..8d54ccef9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/aspnetcore - 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 + a3767eedb08b55428e56f4f3f0055eb42eccf3b1 - + https://github.com/dotnet/aspnetcore - 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 + a3767eedb08b55428e56f4f3f0055eb42eccf3b1 - + https://github.com/dotnet/aspnetcore - 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 + a3767eedb08b55428e56f4f3f0055eb42eccf3b1 - + https://github.com/dotnet/aspnetcore - 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 + a3767eedb08b55428e56f4f3f0055eb42eccf3b1 - + https://github.com/dotnet/aspnetcore - 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 + a3767eedb08b55428e56f4f3f0055eb42eccf3b1 - + https://github.com/dotnet/aspnetcore - 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 + a3767eedb08b55428e56f4f3f0055eb42eccf3b1 - + https://github.com/dotnet/aspnetcore - 9bfe5a8760f0154ba3331b45fe10179bfa6bf491 + a3767eedb08b55428e56f4f3f0055eb42eccf3b1 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 35c7eeadb968accde3544a004dcffbdd1698380d + 5a707d271585bf064c808321eca42d178c291286 - + https://github.com/dotnet/sdk - 35c7eeadb968accde3544a004dcffbdd1698380d + 5a707d271585bf064c808321eca42d178c291286 diff --git a/eng/Versions.props b/eng/Versions.props index b34598e2d..57f9bb6e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20502.14 - 5.0.0-rtm.20502.14 - 5.0.0-rtm.20502.14 - 5.0.0-rtm.20502.14 - 5.0.0-rtm.20502.14 - 5.0.0-rtm.20502.14 - 5.0.0-rtm.20502.14 + 5.0.0-rtm.20502.15 + 5.0.0-rtm.20502.15 + 5.0.0-rtm.20502.15 + 5.0.0-rtm.20502.15 + 5.0.0-rtm.20502.15 + 5.0.0-rtm.20502.15 + 5.0.0-rtm.20502.15 0.2.0 - 5.0.100-rtm.20503.1 - 5.0.100-rtm.20503.1 + 5.0.100-rtm.20503.2 + 5.0.100-rtm.20503.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fa369e265fed7b9fc22d541233658be976ff16c4 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Mon, 5 Oct 2020 16:02:49 -0700 Subject: [PATCH 049/148] Update implicit versions for 3.1.9 and 2.1.23 releases --- src/redist/targets/GenerateBundledVersions.targets | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 9a3fe30eb..f6c7024fc 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -31,20 +31,20 @@ <_NETCoreApp30RuntimePackVersion>3.0.3 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_NETCoreApp31RuntimePackVersion>3.1.7 + <_NETCoreApp31RuntimePackVersion>3.1.9 <_NETCoreApp31TargetingPackVersion>3.1.0 <_WindowsDesktop30RuntimePackVersion>3.0.3 <_WindowsDesktop30TargetingPackVersion>3.0.0 - <_WindowsDesktop31RuntimePackVersion>3.1.2 + <_WindowsDesktop31RuntimePackVersion>3.1.9 <_WindowsDesktop31TargetingPackVersion>3.1.0 <_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]) @@ -145,7 +145,7 @@ + LatestVersion="2.1.23" /> + LatestVersion="2.1.23"/> + LatestVersion="2.1.23"/> Date: Tue, 6 Oct 2020 02:39:42 +0000 Subject: [PATCH 050/148] Update dependencies from https://github.com/dotnet/sdk build 20201005.4 (#8801) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20501.3 to 5.0.0-rtm.20502.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20501.3 to 5.0.0-rtm.20502.3 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20501.6 to 5.0.0-rtm.20502.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20501.3 to 5.0.0-rtm.20502.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20501.4 to 5.0.0-rtm.20502.4 (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 8d54ccef9..f7acaaaa0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ca3be523a6af1c425f454115da70aa38ebacba21 + 06f5c816f618bbf5ece1931c03c354a88ebaa898 - + https://github.com/dotnet/windowsdesktop - ca3be523a6af1c425f454115da70aa38ebacba21 + 06f5c816f618bbf5ece1931c03c354a88ebaa898 - + https://github.com/dotnet/windowsdesktop - ca3be523a6af1c425f454115da70aa38ebacba21 + 06f5c816f618bbf5ece1931c03c354a88ebaa898 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 5a707d271585bf064c808321eca42d178c291286 + bc92b7d7b541b17ab9ec6df2aee365fcfc15e181 - + https://github.com/dotnet/sdk - 5a707d271585bf064c808321eca42d178c291286 + bc92b7d7b541b17ab9ec6df2aee365fcfc15e181 - + https://github.com/dotnet/winforms - eb8f6a80d89400bc6965e49ef790c87c90232a64 + 98120ed91ea4d4b1e1110cb230a2d88cab6b9d79 - + https://github.com/dotnet/wpf - c4f2fc1685094acdd011db6f83a2f2699adfb206 + ab840c4778badb5ce6b80e99c86a7874242c700e https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 57f9bb6e8..2b0029a50 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20501.6 + 5.0.0-rtm.20502.2 - 5.0.0-rtm.20501.4 + 5.0.0-rtm.20502.4 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20503.2 - 5.0.100-rtm.20503.2 + 5.0.100-rtm.20505.4 + 5.0.100-rtm.20505.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 - 5.0.0-rtm.20501.3 + 5.0.0-rtm.20502.3 + 5.0.0-rtm.20502.3 + 5.0.0-rtm.20502.3 From 5b38ccf624b74f9d74e4667372902ed834176034 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 12:59:21 +0000 Subject: [PATCH 051/148] Update dependencies from https://github.com/dotnet/sdk build 20201006.1 (#8802) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20502.3 to 5.0.0-rtm.20505.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20502.3 to 5.0.0-rtm.20505.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20502.3 to 5.0.0-rtm.20505.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20502.4 to 5.0.0-rtm.20505.2 (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 f7acaaaa0..81a8e6840 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 06f5c816f618bbf5ece1931c03c354a88ebaa898 + c2ba6b17f229f3cf7d0ec8ccb3bfbfde4a96f28f - + https://github.com/dotnet/windowsdesktop - 06f5c816f618bbf5ece1931c03c354a88ebaa898 + c2ba6b17f229f3cf7d0ec8ccb3bfbfde4a96f28f - + https://github.com/dotnet/windowsdesktop - 06f5c816f618bbf5ece1931c03c354a88ebaa898 + c2ba6b17f229f3cf7d0ec8ccb3bfbfde4a96f28f https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - bc92b7d7b541b17ab9ec6df2aee365fcfc15e181 + 9e84d6a3f2710d86e47c97e69ea51a5374ee2d5d - + https://github.com/dotnet/sdk - bc92b7d7b541b17ab9ec6df2aee365fcfc15e181 + 9e84d6a3f2710d86e47c97e69ea51a5374ee2d5d https://github.com/dotnet/winforms 98120ed91ea4d4b1e1110cb230a2d88cab6b9d79 - + https://github.com/dotnet/wpf - ab840c4778badb5ce6b80e99c86a7874242c700e + 3d4e91cb5b3888597c1f60eca347217a9bde1596 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 2b0029a50..48a584277 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 5.0.0-rtm.20502.4 + 5.0.0-rtm.20505.2 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20505.4 - 5.0.100-rtm.20505.4 + 5.0.100-rtm.20506.1 + 5.0.100-rtm.20506.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20502.3 - 5.0.0-rtm.20502.3 - 5.0.0-rtm.20502.3 + 5.0.0-rtm.20505.1 + 5.0.0-rtm.20505.1 + 5.0.0-rtm.20505.1 From 7a9a8e93cd5651c320e4a5f947a185f481d77b64 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 00:23:51 +0000 Subject: [PATCH 052/148] Update dependencies from https://github.com/dotnet/sdk build 20201006.4 (#8804) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20502.15 to 5.0.0-rtm.20505.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20502.15 to 5.0.0-rtm.20505.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.15 to 5.0.0-rtm.20505.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20502.15 to 5.0.0-rtm.20505.6 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20502.15 to 5.0.0-rtm.20505.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20502.15 to 5.0.0-rtm.20505.6 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20502.15 to 5.0.0-rtm.20505.6 (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 81a8e6840..49f3740f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 3c6e6cc14728ce9a1955e076d2a758407dc70f5a - + https://github.com/dotnet/aspnetcore - a3767eedb08b55428e56f4f3f0055eb42eccf3b1 + fda7d1d660dfd38446472cc75403c052974fda41 - + https://github.com/dotnet/aspnetcore - a3767eedb08b55428e56f4f3f0055eb42eccf3b1 + fda7d1d660dfd38446472cc75403c052974fda41 - + https://github.com/dotnet/aspnetcore - a3767eedb08b55428e56f4f3f0055eb42eccf3b1 + fda7d1d660dfd38446472cc75403c052974fda41 - + https://github.com/dotnet/aspnetcore - a3767eedb08b55428e56f4f3f0055eb42eccf3b1 + fda7d1d660dfd38446472cc75403c052974fda41 - + https://github.com/dotnet/aspnetcore - a3767eedb08b55428e56f4f3f0055eb42eccf3b1 + fda7d1d660dfd38446472cc75403c052974fda41 - + https://github.com/dotnet/aspnetcore - a3767eedb08b55428e56f4f3f0055eb42eccf3b1 + fda7d1d660dfd38446472cc75403c052974fda41 - + https://github.com/dotnet/aspnetcore - a3767eedb08b55428e56f4f3f0055eb42eccf3b1 + fda7d1d660dfd38446472cc75403c052974fda41 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 9e84d6a3f2710d86e47c97e69ea51a5374ee2d5d + b3c45a92472705fe1f9fddae941a878d877d2454 - + https://github.com/dotnet/sdk - 9e84d6a3f2710d86e47c97e69ea51a5374ee2d5d + b3c45a92472705fe1f9fddae941a878d877d2454 diff --git a/eng/Versions.props b/eng/Versions.props index 48a584277..7a8117373 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20502.15 - 5.0.0-rtm.20502.15 - 5.0.0-rtm.20502.15 - 5.0.0-rtm.20502.15 - 5.0.0-rtm.20502.15 - 5.0.0-rtm.20502.15 - 5.0.0-rtm.20502.15 + 5.0.0-rtm.20505.6 + 5.0.0-rtm.20505.6 + 5.0.0-rtm.20505.6 + 5.0.0-rtm.20505.6 + 5.0.0-rtm.20505.6 + 5.0.0-rtm.20505.6 + 5.0.0-rtm.20505.6 0.2.0 - 5.0.100-rtm.20506.1 - 5.0.100-rtm.20506.1 + 5.0.100-rtm.20506.4 + 5.0.100-rtm.20506.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7fd7c5790cb7b1951f26aca1fb0c042ee9b48586 Mon Sep 17 00:00:00 2001 From: Manodasan Wignarajah Date: Tue, 6 Oct 2020 19:03:48 -0700 Subject: [PATCH 053/148] Update Windows SDK projection to version without preview suffix Update Windows SDK projection to version without preview suffix. Note we will have another SDK projection update with some final bug fixes needed for RTM. --- eng/ManualVersions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/ManualVersions.props b/eng/ManualVersions.props index cb76746e4..7f5aa6a66 100644 --- a/eng/ManualVersions.props +++ b/eng/ManualVersions.props @@ -9,8 +9,8 @@ Basically: In this file, choose the highest version when resolving merge conflicts. --> - 10.0.17763.3-preview - 10.0.18362.4-preview - 10.0.19041.3-preview + 10.0.17763.7 + 10.0.18362.7 + 10.0.19041.7 From 8959aeb2a21d60514a61f2d3ed30144fb436c5de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 03:23:27 +0000 Subject: [PATCH 054/148] Update dependencies from https://github.com/dotnet/sdk build 20201006.9 (#8807) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20502.8 to 5.0.0-rtm.20506.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20502.8 to 5.0.0-rtm.20506.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20502.8 to 5.0.0-rtm.20506.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20502.8 to 5.0.0-rtm.20506.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20502.8 to 5.0.0-rtm.20506.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20502.8 to 5.0.0-rtm.20506.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 49f3740f7..7e1bce297 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c2ba6b17f229f3cf7d0ec8ccb3bfbfde4a96f28f - + https://github.com/dotnet/runtime - 3c6e6cc14728ce9a1955e076d2a758407dc70f5a + 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/runtime - 3c6e6cc14728ce9a1955e076d2a758407dc70f5a + 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/runtime - 3c6e6cc14728ce9a1955e076d2a758407dc70f5a + 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/runtime - 3c6e6cc14728ce9a1955e076d2a758407dc70f5a + 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/runtime - 3c6e6cc14728ce9a1955e076d2a758407dc70f5a + 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 3c6e6cc14728ce9a1955e076d2a758407dc70f5a + 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - b3c45a92472705fe1f9fddae941a878d877d2454 + 50a0d382e46a743801c36e82f29b67fd8eab0ba2 - + https://github.com/dotnet/sdk - b3c45a92472705fe1f9fddae941a878d877d2454 + 50a0d382e46a743801c36e82f29b67fd8eab0ba2 diff --git a/eng/Versions.props b/eng/Versions.props index 7a8117373..7e5c230af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20506.4 - 5.0.100-rtm.20506.4 + 5.0.100-rtm.20506.9 + 5.0.100-rtm.20506.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20502.8 + 5.0.0-rtm.20506.3 - 5.0.0-rtm.20502.8 - 5.0.0-rtm.20502.8 - 5.0.0-rtm.20502.8 - 5.0.0-rtm.20502.8 - 5.0.0-rtm.20502.8 + 5.0.0-rtm.20506.3 + 5.0.0-rtm.20506.3 + 5.0.0-rtm.20506.3 + 5.0.0-rtm.20506.3 + 5.0.0-rtm.20506.3 2.1.0 From 1772e22458a7fbc77071184b8c15ee2117730c3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 04:57:53 +0000 Subject: [PATCH 055/148] Update dependencies from https://github.com/dotnet/sdk build 20201006.11 (#8809) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20505.6 to 5.0.0-rtm.20506.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20505.6 to 5.0.0-rtm.20506.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20505.6 to 5.0.0-rtm.20506.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20505.6 to 5.0.0-rtm.20506.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20505.6 to 5.0.0-rtm.20506.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20505.6 to 5.0.0-rtm.20506.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20505.6 to 5.0.0-rtm.20506.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 7e1bce297..a4e187cab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/aspnetcore - fda7d1d660dfd38446472cc75403c052974fda41 + 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 - + https://github.com/dotnet/aspnetcore - fda7d1d660dfd38446472cc75403c052974fda41 + 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 - + https://github.com/dotnet/aspnetcore - fda7d1d660dfd38446472cc75403c052974fda41 + 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 - + https://github.com/dotnet/aspnetcore - fda7d1d660dfd38446472cc75403c052974fda41 + 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 - + https://github.com/dotnet/aspnetcore - fda7d1d660dfd38446472cc75403c052974fda41 + 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 - + https://github.com/dotnet/aspnetcore - fda7d1d660dfd38446472cc75403c052974fda41 + 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 - + https://github.com/dotnet/aspnetcore - fda7d1d660dfd38446472cc75403c052974fda41 + 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 50a0d382e46a743801c36e82f29b67fd8eab0ba2 + 3c13d19026368fa743b021a387d9bcd473720e49 - + https://github.com/dotnet/sdk - 50a0d382e46a743801c36e82f29b67fd8eab0ba2 + 3c13d19026368fa743b021a387d9bcd473720e49 diff --git a/eng/Versions.props b/eng/Versions.props index 7e5c230af..af118b1b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20505.6 - 5.0.0-rtm.20505.6 - 5.0.0-rtm.20505.6 - 5.0.0-rtm.20505.6 - 5.0.0-rtm.20505.6 - 5.0.0-rtm.20505.6 - 5.0.0-rtm.20505.6 + 5.0.0-rtm.20506.4 + 5.0.0-rtm.20506.4 + 5.0.0-rtm.20506.4 + 5.0.0-rtm.20506.4 + 5.0.0-rtm.20506.4 + 5.0.0-rtm.20506.4 + 5.0.0-rtm.20506.4 0.2.0 - 5.0.100-rtm.20506.9 - 5.0.100-rtm.20506.9 + 5.0.100-rtm.20506.11 + 5.0.100-rtm.20506.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 863c51b65276787287c226c7f21d95c88ab76dae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 05:50:03 +0000 Subject: [PATCH 056/148] Update dependencies from https://github.com/dotnet/sdk build 20201006.13 (#8810) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20506.4 to 5.0.0-rtm.20506.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20506.4 to 5.0.0-rtm.20506.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20506.4 to 5.0.0-rtm.20506.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20506.4 to 5.0.0-rtm.20506.7 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20506.4 to 5.0.0-rtm.20506.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20506.4 to 5.0.0-rtm.20506.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20506.4 to 5.0.0-rtm.20506.7 (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 a4e187cab..322959277 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/aspnetcore - 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 + 503ab6de61322213976fdf6c41fdb63c14283dac - + https://github.com/dotnet/aspnetcore - 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 + 503ab6de61322213976fdf6c41fdb63c14283dac - + https://github.com/dotnet/aspnetcore - 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 + 503ab6de61322213976fdf6c41fdb63c14283dac - + https://github.com/dotnet/aspnetcore - 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 + 503ab6de61322213976fdf6c41fdb63c14283dac - + https://github.com/dotnet/aspnetcore - 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 + 503ab6de61322213976fdf6c41fdb63c14283dac - + https://github.com/dotnet/aspnetcore - 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 + 503ab6de61322213976fdf6c41fdb63c14283dac - + https://github.com/dotnet/aspnetcore - 8b741bd9c6a2a89f1bf373a26fed7eefc9a9a400 + 503ab6de61322213976fdf6c41fdb63c14283dac https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 3c13d19026368fa743b021a387d9bcd473720e49 + 4a2218c57e419c9f2bb05db7ceba4c0258d0a14c - + https://github.com/dotnet/sdk - 3c13d19026368fa743b021a387d9bcd473720e49 + 4a2218c57e419c9f2bb05db7ceba4c0258d0a14c diff --git a/eng/Versions.props b/eng/Versions.props index af118b1b4..11d08204a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20506.4 - 5.0.0-rtm.20506.4 - 5.0.0-rtm.20506.4 - 5.0.0-rtm.20506.4 - 5.0.0-rtm.20506.4 - 5.0.0-rtm.20506.4 - 5.0.0-rtm.20506.4 + 5.0.0-rtm.20506.7 + 5.0.0-rtm.20506.7 + 5.0.0-rtm.20506.7 + 5.0.0-rtm.20506.7 + 5.0.0-rtm.20506.7 + 5.0.0-rtm.20506.7 + 5.0.0-rtm.20506.7 0.2.0 - 5.0.100-rtm.20506.11 - 5.0.100-rtm.20506.11 + 5.0.100-rtm.20506.13 + 5.0.100-rtm.20506.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bbb5e413a6da8c63ee7cd6cf1d6bab65e2980825 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 08:45:14 +0000 Subject: [PATCH 057/148] Update dependencies from https://github.com/dotnet/sdk build 20201006.16 (#8811) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20505.1 to 5.0.0-rtm.20506.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20505.1 to 5.0.0-rtm.20506.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20502.2 to 5.0.0-rtm.20506.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20505.1 to 5.0.0-rtm.20506.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20505.2 to 5.0.0-rtm.20506.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 322959277..af14625fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c2ba6b17f229f3cf7d0ec8ccb3bfbfde4a96f28f + 0fc09ec0d5bb53279d2898cb91e91c5aa1418f6d - + https://github.com/dotnet/windowsdesktop - c2ba6b17f229f3cf7d0ec8ccb3bfbfde4a96f28f + 0fc09ec0d5bb53279d2898cb91e91c5aa1418f6d - + https://github.com/dotnet/windowsdesktop - c2ba6b17f229f3cf7d0ec8ccb3bfbfde4a96f28f + 0fc09ec0d5bb53279d2898cb91e91c5aa1418f6d https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 4a2218c57e419c9f2bb05db7ceba4c0258d0a14c + bc19eaedb3d2c6622b4cfe414059a3effca7d474 - + https://github.com/dotnet/sdk - 4a2218c57e419c9f2bb05db7ceba4c0258d0a14c + bc19eaedb3d2c6622b4cfe414059a3effca7d474 - + https://github.com/dotnet/winforms - 98120ed91ea4d4b1e1110cb230a2d88cab6b9d79 + 9895c14a54241c0e02b1c9b7fd15dd9981e8c08a - + https://github.com/dotnet/wpf - 3d4e91cb5b3888597c1f60eca347217a9bde1596 + c01a204cfbb98865071e34958866e292c5373beb https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 11d08204a..c144a39db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20502.2 + 5.0.0-rtm.20506.2 - 5.0.0-rtm.20505.2 + 5.0.0-rtm.20506.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20506.13 - 5.0.100-rtm.20506.13 + 5.0.100-rtm.20506.16 + 5.0.100-rtm.20506.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20505.1 - 5.0.0-rtm.20505.1 - 5.0.0-rtm.20505.1 + 5.0.0-rtm.20506.2 + 5.0.0-rtm.20506.2 + 5.0.0-rtm.20506.2 From beba26b3654bac769b3e74352094c0bb082b6054 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 18:55:06 +0000 Subject: [PATCH 058/148] Update dependencies from https://github.com/dotnet/sdk build 20201007.2 (#8812) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.8.0-preview-20473-01 to 16.8.0-preview-20475-05 (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 af14625fe..15dc2579e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - bc19eaedb3d2c6622b4cfe414059a3effca7d474 + 1240ab6f399fe4f2e4f2515f30fa2be9f927317e - + https://github.com/dotnet/sdk - bc19eaedb3d2c6622b4cfe414059a3effca7d474 + 1240ab6f399fe4f2e4f2515f30fa2be9f927317e @@ -117,9 +117,9 @@ https://github.com/dotnet/roslyn 75d31ee941ce4dbbe5752f4ac2d5c0583f388a27 - + https://github.com/dotnet/msbuild - 250161603c003af239d6e276c4fc6357586ba301 + aed5e7ed0b7e031d3e486c63b206902bf825b128 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index c144a39db..95951f632 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20506.16 - 5.0.100-rtm.20506.16 + 5.0.100-rtm.20507.2 + 5.0.100-rtm.20507.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 58e96f5ffbea29f6b85552811c052af2f000c6ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 00:29:53 +0000 Subject: [PATCH 059/148] Update dependencies from https://github.com/dotnet/sdk build 20201007.3 (#8814) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.20480.7 to 5.0.0-rtm.20507.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 15dc2579e..0608ec71e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 1240ab6f399fe4f2e4f2515f30fa2be9f927317e + b26fe579f0dd1fe259de348c9ddfa500779bba80 - + https://github.com/dotnet/sdk - 1240ab6f399fe4f2e4f2515f30fa2be9f927317e + b26fe579f0dd1fe259de348c9ddfa500779bba80 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 2418d9ec492e93245e1ce8699d6ae9cd7b86649b - + https://github.com/mono/linker - 9cf216749f76acea43a481f03ab8095dd15351cb + 7b58c9473128930a58bd960c10e84b28f2f4a906 linker diff --git a/eng/Versions.props b/eng/Versions.props index 95951f632..c191bfa76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20507.2 - 5.0.100-rtm.20507.2 + 5.0.100-rtm.20507.3 + 5.0.100-rtm.20507.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b786856b21f1b2a0c7a188f43e9bba76926be18b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 03:11:27 +0000 Subject: [PATCH 060/148] Update dependencies from https://github.com/dotnet/sdk build 20201007.5 (#8815) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20503.2 to 3.8.0-4.20507.21 (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 0608ec71e..22469a834 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - b26fe579f0dd1fe259de348c9ddfa500779bba80 + 2fb9486fb8402719f10d278eb808eedef4bc2405 - + https://github.com/dotnet/sdk - b26fe579f0dd1fe259de348c9ddfa500779bba80 + 2fb9486fb8402719f10d278eb808eedef4bc2405 @@ -113,9 +113,9 @@ 7b58c9473128930a58bd960c10e84b28f2f4a906 linker - + https://github.com/dotnet/roslyn - 75d31ee941ce4dbbe5752f4ac2d5c0583f388a27 + 82cb26e9633ee856ed15cbaf84b1f35553d1d023 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index c191bfa76..daa40f29e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20507.3 - 5.0.100-rtm.20507.3 + 5.0.100-rtm.20507.5 + 5.0.100-rtm.20507.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9227d5d0d88e2b4f5d638148fa0c968cd963710b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 04:13:50 +0000 Subject: [PATCH 061/148] Update dependencies from https://github.com/dotnet/sdk build 20201007.6 (#8816) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20506.7 to 5.0.0-rtm.20507.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20506.7 to 5.0.0-rtm.20507.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20506.7 to 5.0.0-rtm.20507.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20506.7 to 5.0.0-rtm.20507.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20506.7 to 5.0.0-rtm.20507.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20506.7 to 5.0.0-rtm.20507.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20506.7 to 5.0.0-rtm.20507.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 22469a834..75d63fcb1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/aspnetcore - 503ab6de61322213976fdf6c41fdb63c14283dac + 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 - + https://github.com/dotnet/aspnetcore - 503ab6de61322213976fdf6c41fdb63c14283dac + 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 - + https://github.com/dotnet/aspnetcore - 503ab6de61322213976fdf6c41fdb63c14283dac + 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 - + https://github.com/dotnet/aspnetcore - 503ab6de61322213976fdf6c41fdb63c14283dac + 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 - + https://github.com/dotnet/aspnetcore - 503ab6de61322213976fdf6c41fdb63c14283dac + 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 - + https://github.com/dotnet/aspnetcore - 503ab6de61322213976fdf6c41fdb63c14283dac + 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 - + https://github.com/dotnet/aspnetcore - 503ab6de61322213976fdf6c41fdb63c14283dac + 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 2fb9486fb8402719f10d278eb808eedef4bc2405 + ae1d73072094608f5e2c66b06f2942994132ada5 - + https://github.com/dotnet/sdk - 2fb9486fb8402719f10d278eb808eedef4bc2405 + ae1d73072094608f5e2c66b06f2942994132ada5 diff --git a/eng/Versions.props b/eng/Versions.props index daa40f29e..21c816856 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20506.7 - 5.0.0-rtm.20506.7 - 5.0.0-rtm.20506.7 - 5.0.0-rtm.20506.7 - 5.0.0-rtm.20506.7 - 5.0.0-rtm.20506.7 - 5.0.0-rtm.20506.7 + 5.0.0-rtm.20507.2 + 5.0.0-rtm.20507.2 + 5.0.0-rtm.20507.2 + 5.0.0-rtm.20507.2 + 5.0.0-rtm.20507.2 + 5.0.0-rtm.20507.2 + 5.0.0-rtm.20507.2 0.2.0 - 5.0.100-rtm.20507.5 - 5.0.100-rtm.20507.5 + 5.0.100-rtm.20507.6 + 5.0.100-rtm.20507.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 58b69b3f54c7ef5dd7b63d48d8193092368d2bd6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 08:02:53 +0000 Subject: [PATCH 062/148] Update dependencies from https://github.com/dotnet/sdk build 20201007.8 (#8817) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20507.2 to 5.0.0-rtm.20507.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20507.2 to 5.0.0-rtm.20507.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20507.2 to 5.0.0-rtm.20507.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20507.2 to 5.0.0-rtm.20507.7 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20507.2 to 5.0.0-rtm.20507.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20507.2 to 5.0.0-rtm.20507.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20507.2 to 5.0.0-rtm.20507.7 (parent: Microsoft.NET.Sdk) - Microsoft.FSharp.Compiler: from 11.0.0-beta.20478.4 to 11.0.0-beta.20507.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 75d63fcb1..2a626c068 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/aspnetcore - 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 + 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 - + https://github.com/dotnet/aspnetcore - 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 + 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 - + https://github.com/dotnet/aspnetcore - 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 + 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 - + https://github.com/dotnet/aspnetcore - 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 + 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 - + https://github.com/dotnet/aspnetcore - 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 + 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 - + https://github.com/dotnet/aspnetcore - 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 + 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 - + https://github.com/dotnet/aspnetcore - 5b6362f29afe2e1aeee3f8a9f4d84f4d6e56fdb9 + 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - ae1d73072094608f5e2c66b06f2942994132ada5 + f703fea3b3968376674866e487dbada3f5a129c8 - + https://github.com/dotnet/sdk - ae1d73072094608f5e2c66b06f2942994132ada5 + f703fea3b3968376674866e487dbada3f5a129c8 @@ -100,9 +100,9 @@ https://github.com/dotnet/wpf c01a204cfbb98865071e34958866e292c5373beb - + https://github.com/dotnet/fsharp - f394b34045020afb92a4510a98c8c4bde9ac33f4 + da6be68280c89131cdba2045525b80890401defd https://github.com/microsoft/vstest diff --git a/eng/Versions.props b/eng/Versions.props index 21c816856..e98c98fde 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20507.2 - 5.0.0-rtm.20507.2 - 5.0.0-rtm.20507.2 - 5.0.0-rtm.20507.2 - 5.0.0-rtm.20507.2 - 5.0.0-rtm.20507.2 - 5.0.0-rtm.20507.2 + 5.0.0-rtm.20507.7 + 5.0.0-rtm.20507.7 + 5.0.0-rtm.20507.7 + 5.0.0-rtm.20507.7 + 5.0.0-rtm.20507.7 + 5.0.0-rtm.20507.7 + 5.0.0-rtm.20507.7 0.2.0 - 5.0.100-rtm.20507.6 - 5.0.100-rtm.20507.6 + 5.0.100-rtm.20507.8 + 5.0.100-rtm.20507.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e9e3fbb43bb9ef4e71cf3dad6a624ba8ddb5a2f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 13:20:13 +0000 Subject: [PATCH 063/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.2 (#8818) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20507.7 to 5.0.0-rtm.20507.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20507.7 to 5.0.0-rtm.20507.11 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20507.7 to 5.0.0-rtm.20507.11 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20507.7 to 5.0.0-rtm.20507.11 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20507.7 to 5.0.0-rtm.20507.11 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20507.7 to 5.0.0-rtm.20507.11 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20507.7 to 5.0.0-rtm.20507.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 2a626c068..74fcbcaa7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/aspnetcore - 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 + 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 - + https://github.com/dotnet/aspnetcore - 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 + 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 - + https://github.com/dotnet/aspnetcore - 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 + 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 - + https://github.com/dotnet/aspnetcore - 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 + 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 - + https://github.com/dotnet/aspnetcore - 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 + 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 - + https://github.com/dotnet/aspnetcore - 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 + 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 - + https://github.com/dotnet/aspnetcore - 8f17d4a6bdfe6703d4ed00442021e4902ee8d043 + 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - f703fea3b3968376674866e487dbada3f5a129c8 + a9038d3e465a13a7ea53572c5d372e395e90707f - + https://github.com/dotnet/sdk - f703fea3b3968376674866e487dbada3f5a129c8 + a9038d3e465a13a7ea53572c5d372e395e90707f diff --git a/eng/Versions.props b/eng/Versions.props index e98c98fde..cefe8084c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20507.7 - 5.0.0-rtm.20507.7 - 5.0.0-rtm.20507.7 - 5.0.0-rtm.20507.7 - 5.0.0-rtm.20507.7 - 5.0.0-rtm.20507.7 - 5.0.0-rtm.20507.7 + 5.0.0-rtm.20507.11 + 5.0.0-rtm.20507.11 + 5.0.0-rtm.20507.11 + 5.0.0-rtm.20507.11 + 5.0.0-rtm.20507.11 + 5.0.0-rtm.20507.11 + 5.0.0-rtm.20507.11 0.2.0 - 5.0.100-rtm.20507.8 - 5.0.100-rtm.20507.8 + 5.0.100-rtm.20508.2 + 5.0.100-rtm.20508.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 678c6a2f24af472fff123a916b4f80c79f20de63 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 16:40:01 +0000 Subject: [PATCH 064/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.4 (#8819) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20507.11 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20507.11 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20507.11 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20507.11 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20507.11 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20507.11 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20507.11 to 5.0.0-rtm.20508.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 74fcbcaa7..88847a123 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 - + https://github.com/dotnet/aspnetcore - 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 + 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 - + https://github.com/dotnet/aspnetcore - 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 + 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 - + https://github.com/dotnet/aspnetcore - 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 + 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 - + https://github.com/dotnet/aspnetcore - 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 + 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 - + https://github.com/dotnet/aspnetcore - 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 + 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 - + https://github.com/dotnet/aspnetcore - 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 + 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 - + https://github.com/dotnet/aspnetcore - 8118a25e7fcb94d5e98577445fae9b4ff8e83bb5 + 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - a9038d3e465a13a7ea53572c5d372e395e90707f + d13ce6ce368c600c57d4b31d5b909149fabea46f - + https://github.com/dotnet/sdk - a9038d3e465a13a7ea53572c5d372e395e90707f + d13ce6ce368c600c57d4b31d5b909149fabea46f diff --git a/eng/Versions.props b/eng/Versions.props index cefe8084c..867d0aba3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20507.11 - 5.0.0-rtm.20507.11 - 5.0.0-rtm.20507.11 - 5.0.0-rtm.20507.11 - 5.0.0-rtm.20507.11 - 5.0.0-rtm.20507.11 - 5.0.0-rtm.20507.11 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 0.2.0 - 5.0.100-rtm.20508.2 - 5.0.100-rtm.20508.2 + 5.0.100-rtm.20508.4 + 5.0.100-rtm.20508.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5dc21a288bf1639725fa7ab7bf14952dbbd32707 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 8 Oct 2020 10:17:43 -0700 Subject: [PATCH 065/148] Update template/31 versions (#8813) --- eng/Versions.props | 4 ++-- src/redist/targets/GenerateBundledVersions.targets | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 867d0aba3..d75e6ae3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -105,10 +105,10 @@ 4.8.1-servicing.19605.5 3.1.2-servicing.20066.4 1.7.2 - 3.1.2 + 3.1.8 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) - 3.1.7 + 3.1.8 3.2.1 4.8.0-rc2.19462.10 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 9a3fe30eb..738650ef7 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -31,20 +31,20 @@ <_NETCoreApp30RuntimePackVersion>3.0.3 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_NETCoreApp31RuntimePackVersion>3.1.7 + <_NETCoreApp31RuntimePackVersion>3.1.8 <_NETCoreApp31TargetingPackVersion>3.1.0 <_WindowsDesktop30RuntimePackVersion>3.0.3 <_WindowsDesktop30TargetingPackVersion>3.0.0 - <_WindowsDesktop31RuntimePackVersion>3.1.2 + <_WindowsDesktop31RuntimePackVersion>3.1.8 <_WindowsDesktop31TargetingPackVersion>3.1.0 <_AspNet30RuntimePackVersion>3.0.3 <_AspNet30TargetingPackVersion>3.0.1 - <_AspNet31RuntimePackVersion>3.1.2 - <_AspNet31TargetingPackVersion>3.1.2 + <_AspNet31RuntimePackVersion>3.1.8 + <_AspNet31TargetingPackVersion>3.1.8 <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) From 72922290bc6e9aee6978fa0f4fe4ab74119adbaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 20:44:41 +0000 Subject: [PATCH 066/148] Update dependencies from https://github.com/dotnet/arcade build 20201006.7 (#8820) [release/5.0.1xx] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-20464-02 to 1.1.0-beta-20476-01 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.20420.1 to 1.0.0-beta.20502.2 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/templates/job/job.yml | 12 +++++++++++- .../templates/steps/perf-send-to-helix.yml | 2 +- eng/common/templates/steps/send-to-helix.yml | 2 +- global.json | 2 +- 6 files changed, 23 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 88847a123..c23ed305c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,25 +140,25 @@ - + https://github.com/dotnet/arcade - 61cde6e8fb9d5c9790867b279deb41783a780cd8 + ee39cd1573dbb8011f343e1037af51d4fc00a747 - + https://github.com/dotnet/arcade - 61cde6e8fb9d5c9790867b279deb41783a780cd8 + ee39cd1573dbb8011f343e1037af51d4fc00a747 https://github.com/dotnet/source-build-reference-packages 639aeb4d76c8b1a6226bf7c4edb34fbdae30e6e1 - + https://github.com/dotnet/sourcelink - 8a3edd1902dbfe3adba65f22e3bb7aa2cc73e97f + 81357f3e90241d3b262289b1ffa285c9ba51d335 - + https://github.com/dotnet/xliff-tasks - 975065e08307a459dc2649b1c852f5c4cafd2f91 + d2bec3a64076f8463de4756913712badfce0a01d diff --git a/eng/Versions.props b/eng/Versions.props index d75e6ae3e..ace613ec4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ - 5.0.0-beta.20474.4 + 5.0.0-beta.20506.7 diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index e78ed9a1c..8b81a7e51 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -204,7 +204,7 @@ jobs: - ${{ if eq(parameters.enablePublishTestResults, 'true') }}: - task: PublishTestResults@2 - displayName: Publish Test Results + displayName: Publish XUnit Test Results inputs: testResultsFormat: 'xUnit' testResultsFiles: '*.xml' @@ -213,6 +213,16 @@ jobs: mergeTestResults: ${{ parameters.mergeTestResults }} continueOnError: true condition: always() + - 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/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/global.json b/global.json index c403f91c9..18f7923d6 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20474.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20506.7" } } From 0bef8131b6efc238e3319e14422eee9b3f6cb158 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 20:52:54 +0000 Subject: [PATCH 067/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.8 (#8821) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20506.3 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20506.3 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20506.3 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20506.3 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20506.3 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20506.3 to 5.0.0-rtm.20508.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 c23ed305c..b3aca934e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 0fc09ec0d5bb53279d2898cb91e91c5aa1418f6d - + https://github.com/dotnet/runtime - 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 + 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 - + https://github.com/dotnet/runtime - 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 + 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 - + https://github.com/dotnet/runtime - 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 + 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 - + https://github.com/dotnet/runtime - 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 + 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 - + https://github.com/dotnet/runtime - 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 + 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 25ef70b80b5a73ff103ce1615cbd4f6b3e8ef917 + 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - d13ce6ce368c600c57d4b31d5b909149fabea46f + 7cefb961162d3bfc49ce99f6c8a9bc6cd41a5f21 - + https://github.com/dotnet/sdk - d13ce6ce368c600c57d4b31d5b909149fabea46f + 7cefb961162d3bfc49ce99f6c8a9bc6cd41a5f21 diff --git a/eng/Versions.props b/eng/Versions.props index ace613ec4..51bd84289 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20508.4 - 5.0.100-rtm.20508.4 + 5.0.100-rtm.20508.8 + 5.0.100-rtm.20508.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20506.3 + 5.0.0-rtm.20508.2 - 5.0.0-rtm.20506.3 - 5.0.0-rtm.20506.3 - 5.0.0-rtm.20506.3 - 5.0.0-rtm.20506.3 - 5.0.0-rtm.20506.3 + 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.2 2.1.0 From 9e0f682dae9af0d5925cdbe9d2556e1e6fd1ea48 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 23:03:05 +0000 Subject: [PATCH 068/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.12 (#8822) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.8 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.8 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.8 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.8 (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 b3aca934e..6a67d97d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 - + https://github.com/dotnet/aspnetcore - 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 + 95b05188da2c3fec896e920fab1c1551fd1b7219 - + https://github.com/dotnet/aspnetcore - 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 + 95b05188da2c3fec896e920fab1c1551fd1b7219 - + https://github.com/dotnet/aspnetcore - 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 + 95b05188da2c3fec896e920fab1c1551fd1b7219 - + https://github.com/dotnet/aspnetcore - 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 + 95b05188da2c3fec896e920fab1c1551fd1b7219 - + https://github.com/dotnet/aspnetcore - 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 + 95b05188da2c3fec896e920fab1c1551fd1b7219 - + https://github.com/dotnet/aspnetcore - 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 + 95b05188da2c3fec896e920fab1c1551fd1b7219 - + https://github.com/dotnet/aspnetcore - 84e9f56bca79f96449ad6777fa27c4bd05ca72e9 + 95b05188da2c3fec896e920fab1c1551fd1b7219 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - 7cefb961162d3bfc49ce99f6c8a9bc6cd41a5f21 + e18c4f4a6ea996677efd30ec9594a2656f031573 - + https://github.com/dotnet/sdk - 7cefb961162d3bfc49ce99f6c8a9bc6cd41a5f21 + e18c4f4a6ea996677efd30ec9594a2656f031573 diff --git a/eng/Versions.props b/eng/Versions.props index 51bd84289..ac6267120 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.8 + 5.0.0-rtm.20508.8 + 5.0.0-rtm.20508.8 + 5.0.0-rtm.20508.8 + 5.0.0-rtm.20508.8 + 5.0.0-rtm.20508.8 + 5.0.0-rtm.20508.8 0.2.0 - 5.0.100-rtm.20508.8 - 5.0.100-rtm.20508.8 + 5.0.100-rtm.20508.12 + 5.0.100-rtm.20508.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8e96a4410d1df532dd45715f46f3e2a4243f3cd6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 23:55:28 +0000 Subject: [PATCH 069/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.14 (#8823) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20507.21 to 3.8.0-4.20508.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 6a67d97d4..0d5bdd375 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - e18c4f4a6ea996677efd30ec9594a2656f031573 + d0ddb0847f0834360236475d1f0560140068ded1 - + https://github.com/dotnet/sdk - e18c4f4a6ea996677efd30ec9594a2656f031573 + d0ddb0847f0834360236475d1f0560140068ded1 @@ -113,9 +113,9 @@ 7b58c9473128930a58bd960c10e84b28f2f4a906 linker - + https://github.com/dotnet/roslyn - 82cb26e9633ee856ed15cbaf84b1f35553d1d023 + c4df3c25164b4fa5385f0a7dc16de79365c2aa9a https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index ac6267120..0b2b51d68 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20508.12 - 5.0.100-rtm.20508.12 + 5.0.100-rtm.20508.14 + 5.0.100-rtm.20508.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b5e12065c561c8e8521d8007c7ae6dc9ca7f66a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 01:42:46 +0000 Subject: [PATCH 070/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.16 (#8824) [release/5.0.1xx] 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 0d5bdd375..bab2a2da8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 05138fc9225cd932738b9672e61dcaf86ec693b7 - + https://github.com/dotnet/sdk - d0ddb0847f0834360236475d1f0560140068ded1 + 0b9fc846b3d76362a28ebf6d3448793f4902eabe - + https://github.com/dotnet/sdk - d0ddb0847f0834360236475d1f0560140068ded1 + 0b9fc846b3d76362a28ebf6d3448793f4902eabe diff --git a/eng/Versions.props b/eng/Versions.props index 0b2b51d68..9bfd8d5e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20508.14 - 5.0.100-rtm.20508.14 + 5.0.100-rtm.20508.16 + 5.0.100-rtm.20508.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f100a0bf2db6e924c0ad02c635db2d149fbabc1d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 02:29:51 +0000 Subject: [PATCH 071/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.17 (#8825) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20506.2 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20506.2 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20508.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20508.14 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20508.14 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20508.14 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20508.14 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20508.14 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20508.14 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rtm.20478.4 to 5.0.0-rtm.20508.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20506.2 to 5.0.0-rtm.20508.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 76 ++++++++++++++++++++--------------------- eng/Versions.props | 38 ++++++++++----------- 2 files changed, 57 insertions(+), 57 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bab2a2da8..af221cb23 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 0fc09ec0d5bb53279d2898cb91e91c5aa1418f6d + ec8a196999814c5ebf1492f078be9ac3d629c17b - + https://github.com/dotnet/windowsdesktop - 0fc09ec0d5bb53279d2898cb91e91c5aa1418f6d + ec8a196999814c5ebf1492f078be9ac3d629c17b - + https://github.com/dotnet/windowsdesktop - 0fc09ec0d5bb53279d2898cb91e91c5aa1418f6d + ec8a196999814c5ebf1492f078be9ac3d629c17b - + https://github.com/dotnet/runtime - 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 + d414588297812f1f42a8eb2e41f3ad6847573625 - + https://github.com/dotnet/runtime - 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 + d414588297812f1f42a8eb2e41f3ad6847573625 - + https://github.com/dotnet/runtime - 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 + d414588297812f1f42a8eb2e41f3ad6847573625 - + https://github.com/dotnet/runtime - 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 + d414588297812f1f42a8eb2e41f3ad6847573625 - + https://github.com/dotnet/runtime - 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 + d414588297812f1f42a8eb2e41f3ad6847573625 @@ -39,37 +39,37 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 62eb1b22c608957b3fa701d53bc9619d6f6c49f7 + d414588297812f1f42a8eb2e41f3ad6847573625 - + https://github.com/dotnet/aspnetcore - 95b05188da2c3fec896e920fab1c1551fd1b7219 + 053052d4053843247b8ace6b8d27e676822e5e00 - + https://github.com/dotnet/aspnetcore - 95b05188da2c3fec896e920fab1c1551fd1b7219 + 053052d4053843247b8ace6b8d27e676822e5e00 - + https://github.com/dotnet/aspnetcore - 95b05188da2c3fec896e920fab1c1551fd1b7219 + 053052d4053843247b8ace6b8d27e676822e5e00 - + https://github.com/dotnet/aspnetcore - 95b05188da2c3fec896e920fab1c1551fd1b7219 + 053052d4053843247b8ace6b8d27e676822e5e00 - + https://github.com/dotnet/aspnetcore - 95b05188da2c3fec896e920fab1c1551fd1b7219 + 053052d4053843247b8ace6b8d27e676822e5e00 - + https://github.com/dotnet/aspnetcore - 95b05188da2c3fec896e920fab1c1551fd1b7219 + 053052d4053843247b8ace6b8d27e676822e5e00 - + https://github.com/dotnet/aspnetcore - 95b05188da2c3fec896e920fab1c1551fd1b7219 + 053052d4053843247b8ace6b8d27e676822e5e00 https://github.com/dotnet/test-templates @@ -79,17 +79,17 @@ https://github.com/dotnet/test-templates a2b05d8171915c69ad97ab5d49bbb07d2c780a67 - + https://github.com/dotnet/templating - 05138fc9225cd932738b9672e61dcaf86ec693b7 + 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - 0b9fc846b3d76362a28ebf6d3448793f4902eabe + 4e890a694d4624c77c65a43386198fbb6a645aa9 - + https://github.com/dotnet/sdk - 0b9fc846b3d76362a28ebf6d3448793f4902eabe + 4e890a694d4624c77c65a43386198fbb6a645aa9 diff --git a/eng/Versions.props b/eng/Versions.props index 9bfd8d5e8..2077971cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -31,7 +31,7 @@ - 5.0.0-rtm.20478.4 + 5.0.0-rtm.20508.3 @@ -43,43 +43,43 @@ - 5.0.0-rtm.20508.8 - 5.0.0-rtm.20508.8 - 5.0.0-rtm.20508.8 - 5.0.0-rtm.20508.8 - 5.0.0-rtm.20508.8 - 5.0.0-rtm.20508.8 - 5.0.0-rtm.20508.8 + 5.0.0-rtm.20508.14 + 5.0.0-rtm.20508.14 + 5.0.0-rtm.20508.14 + 5.0.0-rtm.20508.14 + 5.0.0-rtm.20508.14 + 5.0.0-rtm.20508.14 + 5.0.0-rtm.20508.14 0.2.0 - 5.0.100-rtm.20508.16 - 5.0.100-rtm.20508.16 + 5.0.100-rtm.20508.17 + 5.0.100-rtm.20508.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.4 - 5.0.0-rtm.20508.2 - 5.0.0-rtm.20508.2 - 5.0.0-rtm.20508.2 - 5.0.0-rtm.20508.2 - 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.4 2.1.0 - 5.0.0-rtm.20506.2 - 5.0.0-rtm.20506.2 - 5.0.0-rtm.20506.2 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.1 From 20b751b73a1702a040b7aff1e569447bf56976a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 03:47:09 +0000 Subject: [PATCH 072/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.20 (#8826) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.2 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20506.3 to 5.0.0-rtm.20508.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 af221cb23..041b42d63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ec8a196999814c5ebf1492f078be9ac3d629c17b + 0c6c9ad05e8eda4dc54dddb7f1f6a06da072f73d - + https://github.com/dotnet/windowsdesktop - ec8a196999814c5ebf1492f078be9ac3d629c17b + 0c6c9ad05e8eda4dc54dddb7f1f6a06da072f73d - + https://github.com/dotnet/windowsdesktop - ec8a196999814c5ebf1492f078be9ac3d629c17b + 0c6c9ad05e8eda4dc54dddb7f1f6a06da072f73d https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - 4e890a694d4624c77c65a43386198fbb6a645aa9 + 6a694ad4acaa25fcfb687c85057decab691f758d - + https://github.com/dotnet/sdk - 4e890a694d4624c77c65a43386198fbb6a645aa9 + 6a694ad4acaa25fcfb687c85057decab691f758d https://github.com/dotnet/winforms 9895c14a54241c0e02b1c9b7fd15dd9981e8c08a - + https://github.com/dotnet/wpf - c01a204cfbb98865071e34958866e292c5373beb + f4219dab090813a638d352c0c054313045443fb5 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 2077971cd..2b7113150 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 5.0.0-rtm.20506.3 + 5.0.0-rtm.20508.1 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20508.17 - 5.0.100-rtm.20508.17 + 5.0.100-rtm.20508.20 + 5.0.100-rtm.20508.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 - 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.2 From fd2beb90bf3716484fe93c9f820140d72bdbc348 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 04:34:13 +0000 Subject: [PATCH 073/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.22 (#8827) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20508.14 to 5.0.0-rtm.20508.17 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20508.14 to 5.0.0-rtm.20508.17 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.14 to 5.0.0-rtm.20508.17 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20508.14 to 5.0.0-rtm.20508.17 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20508.14 to 5.0.0-rtm.20508.17 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20508.14 to 5.0.0-rtm.20508.17 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20508.14 to 5.0.0-rtm.20508.17 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20508.1 to 3.8.0-4.20509.1 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 041b42d63..e9213d6f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime d414588297812f1f42a8eb2e41f3ad6847573625 - + https://github.com/dotnet/aspnetcore - 053052d4053843247b8ace6b8d27e676822e5e00 + f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 - + https://github.com/dotnet/aspnetcore - 053052d4053843247b8ace6b8d27e676822e5e00 + f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 - + https://github.com/dotnet/aspnetcore - 053052d4053843247b8ace6b8d27e676822e5e00 + f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 - + https://github.com/dotnet/aspnetcore - 053052d4053843247b8ace6b8d27e676822e5e00 + f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 - + https://github.com/dotnet/aspnetcore - 053052d4053843247b8ace6b8d27e676822e5e00 + f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 - + https://github.com/dotnet/aspnetcore - 053052d4053843247b8ace6b8d27e676822e5e00 + f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 - + https://github.com/dotnet/aspnetcore - 053052d4053843247b8ace6b8d27e676822e5e00 + f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - 6a694ad4acaa25fcfb687c85057decab691f758d + 3db40cc359e00086cf97ede0a448e243577868d0 - + https://github.com/dotnet/sdk - 6a694ad4acaa25fcfb687c85057decab691f758d + 3db40cc359e00086cf97ede0a448e243577868d0 @@ -113,9 +113,9 @@ 7b58c9473128930a58bd960c10e84b28f2f4a906 linker - + https://github.com/dotnet/roslyn - c4df3c25164b4fa5385f0a7dc16de79365c2aa9a + 723971cc2214de0db884f9d9bbadbb9e4a9bc6a2 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 2b7113150..11a36c941 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20508.14 - 5.0.0-rtm.20508.14 - 5.0.0-rtm.20508.14 - 5.0.0-rtm.20508.14 - 5.0.0-rtm.20508.14 - 5.0.0-rtm.20508.14 - 5.0.0-rtm.20508.14 + 5.0.0-rtm.20508.17 + 5.0.0-rtm.20508.17 + 5.0.0-rtm.20508.17 + 5.0.0-rtm.20508.17 + 5.0.0-rtm.20508.17 + 5.0.0-rtm.20508.17 + 5.0.0-rtm.20508.17 0.2.0 - 5.0.100-rtm.20508.20 - 5.0.100-rtm.20508.20 + 5.0.100-rtm.20508.22 + 5.0.100-rtm.20508.22 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 77a275aa3fc6e2ca7f489defd2116c96bae3dda8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 05:11:57 +0000 Subject: [PATCH 074/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.24 (#8828) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.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 e9213d6f0..ef3429ee5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 0c6c9ad05e8eda4dc54dddb7f1f6a06da072f73d - + https://github.com/dotnet/runtime - d414588297812f1f42a8eb2e41f3ad6847573625 + 2b27be1af99883d5dcf3b3dfae2fead71b405998 - + https://github.com/dotnet/runtime - d414588297812f1f42a8eb2e41f3ad6847573625 + 2b27be1af99883d5dcf3b3dfae2fead71b405998 - + https://github.com/dotnet/runtime - d414588297812f1f42a8eb2e41f3ad6847573625 + 2b27be1af99883d5dcf3b3dfae2fead71b405998 - + https://github.com/dotnet/runtime - d414588297812f1f42a8eb2e41f3ad6847573625 + 2b27be1af99883d5dcf3b3dfae2fead71b405998 - + https://github.com/dotnet/runtime - d414588297812f1f42a8eb2e41f3ad6847573625 + 2b27be1af99883d5dcf3b3dfae2fead71b405998 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - d414588297812f1f42a8eb2e41f3ad6847573625 + 2b27be1af99883d5dcf3b3dfae2fead71b405998 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - 3db40cc359e00086cf97ede0a448e243577868d0 + 92368ab6f93f1cc0e0ebe98ff0943a78d92fe912 - + https://github.com/dotnet/sdk - 3db40cc359e00086cf97ede0a448e243577868d0 + 92368ab6f93f1cc0e0ebe98ff0943a78d92fe912 diff --git a/eng/Versions.props b/eng/Versions.props index 11a36c941..b6db8c31d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20508.22 - 5.0.100-rtm.20508.22 + 5.0.100-rtm.20508.24 + 5.0.100-rtm.20508.24 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.7 - 5.0.0-rtm.20508.4 - 5.0.0-rtm.20508.4 - 5.0.0-rtm.20508.4 - 5.0.0-rtm.20508.4 - 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.7 + 5.0.0-rtm.20508.7 + 5.0.0-rtm.20508.7 + 5.0.0-rtm.20508.7 + 5.0.0-rtm.20508.7 2.1.0 From daeb81039c2b735cf6d20f0498343537fffb193d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 06:19:07 +0000 Subject: [PATCH 075/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.25 (#8829) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20506.2 to 5.0.0-rtm.20508.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20508.2 to 5.0.0-rtm.20508.4 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20508.1 to 5.0.0-rtm.20508.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 ef3429ee5..5eec60e2e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0c6c9ad05e8eda4dc54dddb7f1f6a06da072f73d + aa776f2c4e3cbafcfbdd63991eec8d2b40947803 - + https://github.com/dotnet/windowsdesktop - 0c6c9ad05e8eda4dc54dddb7f1f6a06da072f73d + aa776f2c4e3cbafcfbdd63991eec8d2b40947803 - + https://github.com/dotnet/windowsdesktop - 0c6c9ad05e8eda4dc54dddb7f1f6a06da072f73d + aa776f2c4e3cbafcfbdd63991eec8d2b40947803 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - 92368ab6f93f1cc0e0ebe98ff0943a78d92fe912 + dd9cada011957891582f9e77dc3b4007869246b7 - + https://github.com/dotnet/sdk - 92368ab6f93f1cc0e0ebe98ff0943a78d92fe912 + dd9cada011957891582f9e77dc3b4007869246b7 - + https://github.com/dotnet/winforms - 9895c14a54241c0e02b1c9b7fd15dd9981e8c08a + b6eea163e22c07fe18b304779c61646ceb8172ad - + https://github.com/dotnet/wpf - f4219dab090813a638d352c0c054313045443fb5 + 534e15e57139526330e569e23996268a9b539a97 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index b6db8c31d..96fbe3ac3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20506.2 + 5.0.0-rtm.20508.7 - 5.0.0-rtm.20508.1 + 5.0.0-rtm.20508.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20508.24 - 5.0.100-rtm.20508.24 + 5.0.100-rtm.20508.25 + 5.0.100-rtm.20508.25 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20508.2 - 5.0.0-rtm.20508.2 - 5.0.0-rtm.20508.2 + 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.4 From 2e77340153d0d4558243910e09bc1b7106df2d94 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 07:24:10 +0000 Subject: [PATCH 076/148] Update dependencies from https://github.com/dotnet/sdk build 20201008.26 (#8830) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20508.17 to 5.0.0-rtm.20508.22 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20508.17 to 5.0.0-rtm.20508.22 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.17 to 5.0.0-rtm.20508.22 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20508.17 to 5.0.0-rtm.20508.22 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20508.17 to 5.0.0-rtm.20508.22 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20508.17 to 5.0.0-rtm.20508.22 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20508.17 to 5.0.0-rtm.20508.22 (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 5eec60e2e..e97e34121 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 2b27be1af99883d5dcf3b3dfae2fead71b405998 - + https://github.com/dotnet/aspnetcore - f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 + fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 - + https://github.com/dotnet/aspnetcore - f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 + fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 - + https://github.com/dotnet/aspnetcore - f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 + fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 - + https://github.com/dotnet/aspnetcore - f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 + fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 - + https://github.com/dotnet/aspnetcore - f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 + fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 - + https://github.com/dotnet/aspnetcore - f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 + fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 - + https://github.com/dotnet/aspnetcore - f35b9c243bc1e67ea39a6187308e4bdaf71ed0d9 + fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - dd9cada011957891582f9e77dc3b4007869246b7 + 011cd7c22400072267bac3a46d5065d31d5e30b9 - + https://github.com/dotnet/sdk - dd9cada011957891582f9e77dc3b4007869246b7 + 011cd7c22400072267bac3a46d5065d31d5e30b9 diff --git a/eng/Versions.props b/eng/Versions.props index 96fbe3ac3..5e4f00c8a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20508.17 - 5.0.0-rtm.20508.17 - 5.0.0-rtm.20508.17 - 5.0.0-rtm.20508.17 - 5.0.0-rtm.20508.17 - 5.0.0-rtm.20508.17 - 5.0.0-rtm.20508.17 + 5.0.0-rtm.20508.22 + 5.0.0-rtm.20508.22 + 5.0.0-rtm.20508.22 + 5.0.0-rtm.20508.22 + 5.0.0-rtm.20508.22 + 5.0.0-rtm.20508.22 + 5.0.0-rtm.20508.22 0.2.0 - 5.0.100-rtm.20508.25 - 5.0.100-rtm.20508.25 + 5.0.100-rtm.20508.26 + 5.0.100-rtm.20508.26 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9fc15d25421e036b29990832e38bc0693c12a7be Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 09:25:16 +0000 Subject: [PATCH 077/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.1 (#8831) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20508.22 to 5.0.0-rtm.20508.26 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20508.22 to 5.0.0-rtm.20508.26 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.22 to 5.0.0-rtm.20508.26 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20508.22 to 5.0.0-rtm.20508.26 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20508.22 to 5.0.0-rtm.20508.26 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20508.22 to 5.0.0-rtm.20508.26 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20508.22 to 5.0.0-rtm.20508.26 (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 e97e34121..33af865b6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 2b27be1af99883d5dcf3b3dfae2fead71b405998 - + https://github.com/dotnet/aspnetcore - fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 + 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 - + https://github.com/dotnet/aspnetcore - fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 + 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 - + https://github.com/dotnet/aspnetcore - fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 + 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 - + https://github.com/dotnet/aspnetcore - fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 + 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 - + https://github.com/dotnet/aspnetcore - fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 + 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 - + https://github.com/dotnet/aspnetcore - fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 + 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 - + https://github.com/dotnet/aspnetcore - fb8ffbecda613d5f1ea5ca6ffecd0ad1df96c760 + 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - 011cd7c22400072267bac3a46d5065d31d5e30b9 + a20221517868e5176232c13d3cb086e7d44db513 - + https://github.com/dotnet/sdk - 011cd7c22400072267bac3a46d5065d31d5e30b9 + a20221517868e5176232c13d3cb086e7d44db513 diff --git a/eng/Versions.props b/eng/Versions.props index 5e4f00c8a..a8902da0b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20508.22 - 5.0.0-rtm.20508.22 - 5.0.0-rtm.20508.22 - 5.0.0-rtm.20508.22 - 5.0.0-rtm.20508.22 - 5.0.0-rtm.20508.22 - 5.0.0-rtm.20508.22 + 5.0.0-rtm.20508.26 + 5.0.0-rtm.20508.26 + 5.0.0-rtm.20508.26 + 5.0.0-rtm.20508.26 + 5.0.0-rtm.20508.26 + 5.0.0-rtm.20508.26 + 5.0.0-rtm.20508.26 0.2.0 - 5.0.100-rtm.20508.26 - 5.0.100-rtm.20508.26 + 5.0.100-rtm.20509.1 + 5.0.100-rtm.20509.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 13b2d06ad3a592fd81a542bacf50db98f260481c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 10:26:01 +0000 Subject: [PATCH 078/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.3 (#8832) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.5 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.5 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20508.7 to 5.0.0-rtm.20508.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20508.5 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20508.3 to 5.0.0-rtm.20508.4 (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 33af865b6..baafd8dc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - aa776f2c4e3cbafcfbdd63991eec8d2b40947803 + 61ae8d7166d795d9d48750c74d1e55ddb9e409b8 - + https://github.com/dotnet/windowsdesktop - aa776f2c4e3cbafcfbdd63991eec8d2b40947803 + 61ae8d7166d795d9d48750c74d1e55ddb9e409b8 - + https://github.com/dotnet/windowsdesktop - aa776f2c4e3cbafcfbdd63991eec8d2b40947803 + 61ae8d7166d795d9d48750c74d1e55ddb9e409b8 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - a20221517868e5176232c13d3cb086e7d44db513 + c7c988499f5834dbb4d970b5296bd2a183850b2b - + https://github.com/dotnet/sdk - a20221517868e5176232c13d3cb086e7d44db513 + c7c988499f5834dbb4d970b5296bd2a183850b2b - + https://github.com/dotnet/winforms - b6eea163e22c07fe18b304779c61646ceb8172ad + 85390ba5969f02854f92c3c79d7c54729a672482 - + https://github.com/dotnet/wpf - 534e15e57139526330e569e23996268a9b539a97 + 3f2f3649f695bb54299d476eb300508e0b26fd01 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index a8902da0b..8ef437b43 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20508.7 + 5.0.0-rtm.20508.8 - 5.0.0-rtm.20508.3 + 5.0.0-rtm.20508.4 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20509.1 - 5.0.100-rtm.20509.1 + 5.0.100-rtm.20509.3 + 5.0.100-rtm.20509.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20508.4 - 5.0.0-rtm.20508.4 - 5.0.0-rtm.20508.4 + 5.0.0-rtm.20508.5 + 5.0.0-rtm.20508.5 + 5.0.0-rtm.20508.5 From 0f73c7087d5ba33742154e5fc40a9eb8c2115a29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 12:38:15 +0000 Subject: [PATCH 079/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.4 (#8833) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20508.26 to 5.0.0-rtm.20508.30 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20508.26 to 5.0.0-rtm.20508.30 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.26 to 5.0.0-rtm.20508.30 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20508.26 to 5.0.0-rtm.20508.30 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20508.26 to 5.0.0-rtm.20508.30 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20508.26 to 5.0.0-rtm.20508.30 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20508.26 to 5.0.0-rtm.20508.30 (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 baafd8dc0..5cfbf6e99 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 2b27be1af99883d5dcf3b3dfae2fead71b405998 - + https://github.com/dotnet/aspnetcore - 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 + 8f75023d16c1288a9f893bdd01a1566b37c2e426 - + https://github.com/dotnet/aspnetcore - 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 + 8f75023d16c1288a9f893bdd01a1566b37c2e426 - + https://github.com/dotnet/aspnetcore - 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 + 8f75023d16c1288a9f893bdd01a1566b37c2e426 - + https://github.com/dotnet/aspnetcore - 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 + 8f75023d16c1288a9f893bdd01a1566b37c2e426 - + https://github.com/dotnet/aspnetcore - 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 + 8f75023d16c1288a9f893bdd01a1566b37c2e426 - + https://github.com/dotnet/aspnetcore - 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 + 8f75023d16c1288a9f893bdd01a1566b37c2e426 - + https://github.com/dotnet/aspnetcore - 2fec54f5399ecbd6dfa419b1df7ccc2e197c9492 + 8f75023d16c1288a9f893bdd01a1566b37c2e426 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - c7c988499f5834dbb4d970b5296bd2a183850b2b + dd8fbeb84d7e11ec9eb54fb514bc77d60806c361 - + https://github.com/dotnet/sdk - c7c988499f5834dbb4d970b5296bd2a183850b2b + dd8fbeb84d7e11ec9eb54fb514bc77d60806c361 diff --git a/eng/Versions.props b/eng/Versions.props index 8ef437b43..846afe0b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20508.26 - 5.0.0-rtm.20508.26 - 5.0.0-rtm.20508.26 - 5.0.0-rtm.20508.26 - 5.0.0-rtm.20508.26 - 5.0.0-rtm.20508.26 - 5.0.0-rtm.20508.26 + 5.0.0-rtm.20508.30 + 5.0.0-rtm.20508.30 + 5.0.0-rtm.20508.30 + 5.0.0-rtm.20508.30 + 5.0.0-rtm.20508.30 + 5.0.0-rtm.20508.30 + 5.0.0-rtm.20508.30 0.2.0 - 5.0.100-rtm.20509.3 - 5.0.100-rtm.20509.3 + 5.0.100-rtm.20509.4 + 5.0.100-rtm.20509.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 90fa6ac492a855c2d8f9971fb89fecb6f7939b06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 15:18:45 +0000 Subject: [PATCH 080/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.6 (#8834) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.20507.4 to 5.0.0-rtm.20509.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 5cfbf6e99..f7950c988 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 9a79aa6d98f256338d48364fb60bf8d159fb1b4b - + https://github.com/dotnet/sdk - dd8fbeb84d7e11ec9eb54fb514bc77d60806c361 + f5d66808859d3cf19ad75725a81753440ab942b8 - + https://github.com/dotnet/sdk - dd8fbeb84d7e11ec9eb54fb514bc77d60806c361 + f5d66808859d3cf19ad75725a81753440ab942b8 @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 2418d9ec492e93245e1ce8699d6ae9cd7b86649b - + https://github.com/mono/linker - 7b58c9473128930a58bd960c10e84b28f2f4a906 + 421098db3754fadee2cc090dc5f41f2e6dbbed76 linker diff --git a/eng/Versions.props b/eng/Versions.props index 846afe0b9..a624f862d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20509.4 - 5.0.100-rtm.20509.4 + 5.0.100-rtm.20509.6 + 5.0.100-rtm.20509.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bf85e24d4557451e147714877a99a49e41b9b812 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 16:58:31 +0000 Subject: [PATCH 081/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.8 (#8835) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rtm.20508.3 to 5.0.0-rtm.20509.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 f7950c988..3a602e037 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 - 9a79aa6d98f256338d48364fb60bf8d159fb1b4b + d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - f5d66808859d3cf19ad75725a81753440ab942b8 + 1abd0d25068f722ec3e4151a1597d7824f7759ff - + https://github.com/dotnet/sdk - f5d66808859d3cf19ad75725a81753440ab942b8 + 1abd0d25068f722ec3e4151a1597d7824f7759ff diff --git a/eng/Versions.props b/eng/Versions.props index a624f862d..3894a1390 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -31,7 +31,7 @@ - 5.0.0-rtm.20508.3 + 5.0.0-rtm.20509.1 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20509.6 - 5.0.100-rtm.20509.6 + 5.0.100-rtm.20509.8 + 5.0.100-rtm.20509.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f4fe5ebb78fe15ba5b17dbe39f811e7dcac9986b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:50:43 +0000 Subject: [PATCH 082/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.11 (#8836) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.8.0-release-20200924-01 to 16.8.0-release-20201009-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 3a602e037..3c779dbc6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 1abd0d25068f722ec3e4151a1597d7824f7759ff + 95659dd232826bc6f33ebe37b1fa456fdbd3f75b - + https://github.com/dotnet/sdk - 1abd0d25068f722ec3e4151a1597d7824f7759ff + 95659dd232826bc6f33ebe37b1fa456fdbd3f75b @@ -104,9 +104,9 @@ https://github.com/dotnet/fsharp da6be68280c89131cdba2045525b80890401defd - + https://github.com/microsoft/vstest - 2418d9ec492e93245e1ce8699d6ae9cd7b86649b + 0b1e2e51743cc083d99b88673fe518672e2af9f0 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 3894a1390..aab2a44f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20509.8 - 5.0.100-rtm.20509.8 + 5.0.100-rtm.20509.11 + 5.0.100-rtm.20509.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -129,7 +129,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.8.0-release-20200924-01 + 16.8.0-release-20201009-01 From a2508ad80a68ffab0ce4fa0ddaf743a3a2e3855e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 20:27:08 +0000 Subject: [PATCH 083/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.12 (#8837) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20508.7 to 5.0.0-rtm.20508.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20508.7 to 5.0.0-rtm.20508.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.7 to 5.0.0-rtm.20508.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20508.7 to 5.0.0-rtm.20508.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20508.7 to 5.0.0-rtm.20508.10 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20508.7 to 5.0.0-rtm.20508.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 3c779dbc6..c72068273 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 61ae8d7166d795d9d48750c74d1e55ddb9e409b8 - + https://github.com/dotnet/runtime - 2b27be1af99883d5dcf3b3dfae2fead71b405998 + 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 - + https://github.com/dotnet/runtime - 2b27be1af99883d5dcf3b3dfae2fead71b405998 + 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 - + https://github.com/dotnet/runtime - 2b27be1af99883d5dcf3b3dfae2fead71b405998 + 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 - + https://github.com/dotnet/runtime - 2b27be1af99883d5dcf3b3dfae2fead71b405998 + 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 - + https://github.com/dotnet/runtime - 2b27be1af99883d5dcf3b3dfae2fead71b405998 + 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 2b27be1af99883d5dcf3b3dfae2fead71b405998 + 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 95659dd232826bc6f33ebe37b1fa456fdbd3f75b + dd1253e501d7c65d47973062a8fda3e245ec7a15 - + https://github.com/dotnet/sdk - 95659dd232826bc6f33ebe37b1fa456fdbd3f75b + dd1253e501d7c65d47973062a8fda3e245ec7a15 diff --git a/eng/Versions.props b/eng/Versions.props index aab2a44f3..f78797d8b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,23 +56,23 @@ - 5.0.100-rtm.20509.11 - 5.0.100-rtm.20509.11 + 5.0.100-rtm.20509.12 + 5.0.100-rtm.20509.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20508.7 + 5.0.0-rtm.20508.10 - 5.0.0-rtm.20508.7 - 5.0.0-rtm.20508.7 - 5.0.0-rtm.20508.7 - 5.0.0-rtm.20508.7 - 5.0.0-rtm.20508.7 + 5.0.0-rtm.20508.10 + 5.0.0-rtm.20508.10 + 5.0.0-rtm.20508.10 + 5.0.0-rtm.20508.10 + 5.0.0-rtm.20508.10 2.1.0 From 15e71658d3b8096e974a62ed3edbae74a6c54272 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 21:09:14 +0000 Subject: [PATCH 084/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.13 (#8838) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20508.5 to 5.0.0-rtm.20509.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20508.5 to 5.0.0-rtm.20509.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20508.30 to 5.0.0-rtm.20509.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20508.30 to 5.0.0-rtm.20509.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.30 to 5.0.0-rtm.20509.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20508.30 to 5.0.0-rtm.20509.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20508.30 to 5.0.0-rtm.20509.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20508.30 to 5.0.0-rtm.20509.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20508.30 to 5.0.0-rtm.20509.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20508.8 to 5.0.0-rtm.20509.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20508.5 to 5.0.0-rtm.20509.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20508.4 to 5.0.0-rtm.20509.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- 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 c72068273..2b121475b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 61ae8d7166d795d9d48750c74d1e55ddb9e409b8 + 64ae4803534e6709b064004a25956708c7e6f09a - + https://github.com/dotnet/windowsdesktop - 61ae8d7166d795d9d48750c74d1e55ddb9e409b8 + 64ae4803534e6709b064004a25956708c7e6f09a - + https://github.com/dotnet/windowsdesktop - 61ae8d7166d795d9d48750c74d1e55ddb9e409b8 + 64ae4803534e6709b064004a25956708c7e6f09a https://github.com/dotnet/runtime @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 - + https://github.com/dotnet/aspnetcore - 8f75023d16c1288a9f893bdd01a1566b37c2e426 + d7dcac32f6c9efec79a5f419d4b5f3d87db47314 - + https://github.com/dotnet/aspnetcore - 8f75023d16c1288a9f893bdd01a1566b37c2e426 + d7dcac32f6c9efec79a5f419d4b5f3d87db47314 - + https://github.com/dotnet/aspnetcore - 8f75023d16c1288a9f893bdd01a1566b37c2e426 + d7dcac32f6c9efec79a5f419d4b5f3d87db47314 - + https://github.com/dotnet/aspnetcore - 8f75023d16c1288a9f893bdd01a1566b37c2e426 + d7dcac32f6c9efec79a5f419d4b5f3d87db47314 - + https://github.com/dotnet/aspnetcore - 8f75023d16c1288a9f893bdd01a1566b37c2e426 + d7dcac32f6c9efec79a5f419d4b5f3d87db47314 - + https://github.com/dotnet/aspnetcore - 8f75023d16c1288a9f893bdd01a1566b37c2e426 + d7dcac32f6c9efec79a5f419d4b5f3d87db47314 - + https://github.com/dotnet/aspnetcore - 8f75023d16c1288a9f893bdd01a1566b37c2e426 + d7dcac32f6c9efec79a5f419d4b5f3d87db47314 https://github.com/dotnet/test-templates @@ -83,22 +83,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - dd1253e501d7c65d47973062a8fda3e245ec7a15 + 6d2c1cefa6e9d688f542c9705030ca1752eb9d64 - + https://github.com/dotnet/sdk - dd1253e501d7c65d47973062a8fda3e245ec7a15 + 6d2c1cefa6e9d688f542c9705030ca1752eb9d64 - + https://github.com/dotnet/winforms - 85390ba5969f02854f92c3c79d7c54729a672482 + 12aea529e316d2beae03fc0b705ca79619328a0f - + https://github.com/dotnet/wpf - 3f2f3649f695bb54299d476eb300508e0b26fd01 + de7e5a3101fe0fe0167334089210d9fd43d47f93 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index f78797d8b..423960480 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20508.8 + 5.0.0-rtm.20509.1 - 5.0.0-rtm.20508.4 + 5.0.0-rtm.20509.1 @@ -43,21 +43,21 @@ - 5.0.0-rtm.20508.30 - 5.0.0-rtm.20508.30 - 5.0.0-rtm.20508.30 - 5.0.0-rtm.20508.30 - 5.0.0-rtm.20508.30 - 5.0.0-rtm.20508.30 - 5.0.0-rtm.20508.30 + 5.0.0-rtm.20509.2 + 5.0.0-rtm.20509.2 + 5.0.0-rtm.20509.2 + 5.0.0-rtm.20509.2 + 5.0.0-rtm.20509.2 + 5.0.0-rtm.20509.2 + 5.0.0-rtm.20509.2 0.2.0 - 5.0.100-rtm.20509.12 - 5.0.100-rtm.20509.12 + 5.0.100-rtm.20509.13 + 5.0.100-rtm.20509.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,9 +77,9 @@ - 5.0.0-rtm.20508.5 - 5.0.0-rtm.20508.5 - 5.0.0-rtm.20508.5 + 5.0.0-rtm.20509.1 + 5.0.0-rtm.20509.1 + 5.0.0-rtm.20509.1 From 10078f4a4384ef95b345c5c54e04cfaf2db18467 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 23:16:15 +0000 Subject: [PATCH 085/148] Update dependencies from https://github.com/dotnet/sdk build 20201009.15 (#8844) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20509.2 to 5.0.0-rtm.20509.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20509.2 to 5.0.0-rtm.20509.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20509.2 to 5.0.0-rtm.20509.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20509.2 to 5.0.0-rtm.20509.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20509.2 to 5.0.0-rtm.20509.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20509.2 to 5.0.0-rtm.20509.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20509.2 to 5.0.0-rtm.20509.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 2b121475b..2c08a53e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 - + https://github.com/dotnet/aspnetcore - d7dcac32f6c9efec79a5f419d4b5f3d87db47314 + bc3dc72700bb9b182ce927fcbf66fa52168d854e - + https://github.com/dotnet/aspnetcore - d7dcac32f6c9efec79a5f419d4b5f3d87db47314 + bc3dc72700bb9b182ce927fcbf66fa52168d854e - + https://github.com/dotnet/aspnetcore - d7dcac32f6c9efec79a5f419d4b5f3d87db47314 + bc3dc72700bb9b182ce927fcbf66fa52168d854e - + https://github.com/dotnet/aspnetcore - d7dcac32f6c9efec79a5f419d4b5f3d87db47314 + bc3dc72700bb9b182ce927fcbf66fa52168d854e - + https://github.com/dotnet/aspnetcore - d7dcac32f6c9efec79a5f419d4b5f3d87db47314 + bc3dc72700bb9b182ce927fcbf66fa52168d854e - + https://github.com/dotnet/aspnetcore - d7dcac32f6c9efec79a5f419d4b5f3d87db47314 + bc3dc72700bb9b182ce927fcbf66fa52168d854e - + https://github.com/dotnet/aspnetcore - d7dcac32f6c9efec79a5f419d4b5f3d87db47314 + bc3dc72700bb9b182ce927fcbf66fa52168d854e https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 6d2c1cefa6e9d688f542c9705030ca1752eb9d64 + 8444c359002e0427acb065adc0e30c18fbbddd99 - + https://github.com/dotnet/sdk - 6d2c1cefa6e9d688f542c9705030ca1752eb9d64 + 8444c359002e0427acb065adc0e30c18fbbddd99 diff --git a/eng/Versions.props b/eng/Versions.props index 423960480..c0227ea86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20509.2 - 5.0.0-rtm.20509.2 - 5.0.0-rtm.20509.2 - 5.0.0-rtm.20509.2 - 5.0.0-rtm.20509.2 - 5.0.0-rtm.20509.2 - 5.0.0-rtm.20509.2 + 5.0.0-rtm.20509.4 + 5.0.0-rtm.20509.4 + 5.0.0-rtm.20509.4 + 5.0.0-rtm.20509.4 + 5.0.0-rtm.20509.4 + 5.0.0-rtm.20509.4 + 5.0.0-rtm.20509.4 0.2.0 - 5.0.100-rtm.20509.13 - 5.0.100-rtm.20509.13 + 5.0.100-rtm.20509.15 + 5.0.100-rtm.20509.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From cef92e1874c81ffd724fb85369ea600e1d9bb728 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 23:58:49 +0000 Subject: [PATCH 086/148] Update dependencies from https://github.com/dotnet/sdk build 20201012.4 (#8845) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rtm.20509.1 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20509.1 to 5.0.0-rtm.20512.2 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 5.0.0-rtm.20508.10 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20508.10 to 5.0.0-rtm.20510.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rtm.20508.10 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rtm.20508.10 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rtm.20508.10 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rtm.20508.10 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20509.4 to 5.0.0-rtm.20511.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20509.4 to 5.0.0-rtm.20511.2 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20509.4 to 5.0.0-rtm.20511.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20509.4 to 5.0.0-rtm.20511.2 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20509.4 to 5.0.0-rtm.20511.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20509.4 to 5.0.0-rtm.20511.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20509.4 to 5.0.0-rtm.20511.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20509.1 to 5.0.0-rtm.20511.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rtm.20509.1 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20509.1 to 5.0.0-rtm.20511.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.20509.1 to 5.0.0-rtm.20510.1 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20509.1 to 3.8.0-4.20512.1 (parent: Microsoft.NET.Sdk) --- NuGet.config | 6 +++ eng/Version.Details.xml | 88 ++++++++++++++++++++--------------------- eng/Versions.props | 40 +++++++++---------- 3 files changed, 70 insertions(+), 64 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9e48ae7d9..735565c63 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,12 @@ + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c08a53e7..c60a3d2ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 64ae4803534e6709b064004a25956708c7e6f09a + be9cc45df18ee78da3f0854857e1831d374378c0 - + https://github.com/dotnet/windowsdesktop - 64ae4803534e6709b064004a25956708c7e6f09a + be9cc45df18ee78da3f0854857e1831d374378c0 - + https://github.com/dotnet/windowsdesktop - 64ae4803534e6709b064004a25956708c7e6f09a + be9cc45df18ee78da3f0854857e1831d374378c0 - + https://github.com/dotnet/runtime - 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 + 9e4481de8a9dc108b246148745df00e3f4ba7f8f - + https://github.com/dotnet/runtime - 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 + 9e4481de8a9dc108b246148745df00e3f4ba7f8f - + https://github.com/dotnet/runtime - 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 + 9e4481de8a9dc108b246148745df00e3f4ba7f8f - + https://github.com/dotnet/runtime - 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 + 9e4481de8a9dc108b246148745df00e3f4ba7f8f - + https://github.com/dotnet/runtime - 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 + 9e4481de8a9dc108b246148745df00e3f4ba7f8f @@ -39,37 +39,37 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 07a28b64b5f43f45f1d55c3a817809e2d5b834f0 + 9e4481de8a9dc108b246148745df00e3f4ba7f8f - + https://github.com/dotnet/aspnetcore - bc3dc72700bb9b182ce927fcbf66fa52168d854e + b2175f11414c78fefa5fd154474714de370ca948 - + https://github.com/dotnet/aspnetcore - bc3dc72700bb9b182ce927fcbf66fa52168d854e + b2175f11414c78fefa5fd154474714de370ca948 - + https://github.com/dotnet/aspnetcore - bc3dc72700bb9b182ce927fcbf66fa52168d854e + b2175f11414c78fefa5fd154474714de370ca948 - + https://github.com/dotnet/aspnetcore - bc3dc72700bb9b182ce927fcbf66fa52168d854e + b2175f11414c78fefa5fd154474714de370ca948 - + https://github.com/dotnet/aspnetcore - bc3dc72700bb9b182ce927fcbf66fa52168d854e + b2175f11414c78fefa5fd154474714de370ca948 - + https://github.com/dotnet/aspnetcore - bc3dc72700bb9b182ce927fcbf66fa52168d854e + b2175f11414c78fefa5fd154474714de370ca948 - + https://github.com/dotnet/aspnetcore - bc3dc72700bb9b182ce927fcbf66fa52168d854e + b2175f11414c78fefa5fd154474714de370ca948 https://github.com/dotnet/test-templates @@ -83,22 +83,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 8444c359002e0427acb065adc0e30c18fbbddd99 + efcbf16d35a70967edb0e1cf6f8b914ceb9e1233 - + https://github.com/dotnet/sdk - 8444c359002e0427acb065adc0e30c18fbbddd99 + efcbf16d35a70967edb0e1cf6f8b914ceb9e1233 - + https://github.com/dotnet/winforms - 12aea529e316d2beae03fc0b705ca79619328a0f + 21426e3b1d52389e1ecee9bd2a2674121f3fb93c - + https://github.com/dotnet/wpf - de7e5a3101fe0fe0167334089210d9fd43d47f93 + 847a413284b297c7f0ec7d0f2f111db4595b4ffe https://github.com/dotnet/fsharp @@ -108,14 +108,14 @@ https://github.com/microsoft/vstest 0b1e2e51743cc083d99b88673fe518672e2af9f0 - + https://github.com/mono/linker - 421098db3754fadee2cc090dc5f41f2e6dbbed76 + 2d6a0c33cca17f3e62e45612b4c402f0ad3556fc linker - + https://github.com/dotnet/roslyn - 723971cc2214de0db884f9d9bbadbb9e4a9bc6a2 + 4d199dba9d5e3ca94944fd05697aa33e308a6e73 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index c0227ea86..5d7e3d49d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20509.1 + 5.0.0-rtm.20511.1 - 5.0.0-rtm.20509.1 + 5.0.0-rtm.20511.1 @@ -43,43 +43,43 @@ - 5.0.0-rtm.20509.4 - 5.0.0-rtm.20509.4 - 5.0.0-rtm.20509.4 - 5.0.0-rtm.20509.4 - 5.0.0-rtm.20509.4 - 5.0.0-rtm.20509.4 - 5.0.0-rtm.20509.4 + 5.0.0-rtm.20511.2 + 5.0.0-rtm.20511.2 + 5.0.0-rtm.20511.2 + 5.0.0-rtm.20511.2 + 5.0.0-rtm.20511.2 + 5.0.0-rtm.20511.2 + 5.0.0-rtm.20511.2 0.2.0 - 5.0.100-rtm.20509.15 - 5.0.100-rtm.20509.15 + 5.0.100-rtm.20512.4 + 5.0.100-rtm.20512.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 5.0.0-rtm.20508.10 + 5.0.0 - 5.0.0-rtm.20508.10 - 5.0.0-rtm.20508.10 - 5.0.0-rtm.20508.10 - 5.0.0-rtm.20508.10 - 5.0.0-rtm.20508.10 + 5.0.0-rtm.20510.7 + 5.0.0 + 5.0.0 + 5.0.0 + 5.0.0 2.1.0 - 5.0.0-rtm.20509.1 - 5.0.0-rtm.20509.1 - 5.0.0-rtm.20509.1 + 5.0.0-rtm.20512.2 + 5.0.0 + 5.0.0 From 50d8e91d1b9c967c79dc2dab09e29d0e6b812508 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 01:03:13 +0000 Subject: [PATCH 087/148] Update dependencies from https://github.com/dotnet/sdk build 20201012.5 (#8846) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20511.2 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20511.2 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20511.2 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20511.2 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20511.2 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20511.2 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20511.2 to 5.0.0-rtm.20512.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 c60a3d2ba..355c9c0cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 9e4481de8a9dc108b246148745df00e3f4ba7f8f - + https://github.com/dotnet/aspnetcore - b2175f11414c78fefa5fd154474714de370ca948 + 8399c9f3f95973d1b81be8ab6599535e152a5f26 - + https://github.com/dotnet/aspnetcore - b2175f11414c78fefa5fd154474714de370ca948 + 8399c9f3f95973d1b81be8ab6599535e152a5f26 - + https://github.com/dotnet/aspnetcore - b2175f11414c78fefa5fd154474714de370ca948 + 8399c9f3f95973d1b81be8ab6599535e152a5f26 - + https://github.com/dotnet/aspnetcore - b2175f11414c78fefa5fd154474714de370ca948 + 8399c9f3f95973d1b81be8ab6599535e152a5f26 - + https://github.com/dotnet/aspnetcore - b2175f11414c78fefa5fd154474714de370ca948 + 8399c9f3f95973d1b81be8ab6599535e152a5f26 - + https://github.com/dotnet/aspnetcore - b2175f11414c78fefa5fd154474714de370ca948 + 8399c9f3f95973d1b81be8ab6599535e152a5f26 - + https://github.com/dotnet/aspnetcore - b2175f11414c78fefa5fd154474714de370ca948 + 8399c9f3f95973d1b81be8ab6599535e152a5f26 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - efcbf16d35a70967edb0e1cf6f8b914ceb9e1233 + 5255a1da8b16059a1872216353784a94fb657c3f - + https://github.com/dotnet/sdk - efcbf16d35a70967edb0e1cf6f8b914ceb9e1233 + 5255a1da8b16059a1872216353784a94fb657c3f diff --git a/eng/Versions.props b/eng/Versions.props index 5d7e3d49d..8f56c5a8b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20511.2 - 5.0.0-rtm.20511.2 - 5.0.0-rtm.20511.2 - 5.0.0-rtm.20511.2 - 5.0.0-rtm.20511.2 - 5.0.0-rtm.20511.2 - 5.0.0-rtm.20511.2 + 5.0.0-rtm.20512.4 + 5.0.0-rtm.20512.4 + 5.0.0-rtm.20512.4 + 5.0.0-rtm.20512.4 + 5.0.0-rtm.20512.4 + 5.0.0-rtm.20512.4 + 5.0.0-rtm.20512.4 0.2.0 - 5.0.100-rtm.20512.4 - 5.0.100-rtm.20512.4 + 5.0.100-rtm.20512.5 + 5.0.100-rtm.20512.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e85967623026c6ebb1bb127185eeb5b6d8912981 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 02:17:58 +0000 Subject: [PATCH 088/148] Update dependencies from https://github.com/dotnet/sdk build 20201012.6 (#8850) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-4.20512.1 to 3.8.0-5.20512.3 (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 355c9c0cc..3ca7bf09a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 5255a1da8b16059a1872216353784a94fb657c3f + 214dd7e423ff9833b75bd0673e203da52c17a696 - + https://github.com/dotnet/sdk - 5255a1da8b16059a1872216353784a94fb657c3f + 214dd7e423ff9833b75bd0673e203da52c17a696 @@ -113,9 +113,9 @@ 2d6a0c33cca17f3e62e45612b4c402f0ad3556fc linker - + https://github.com/dotnet/roslyn - 4d199dba9d5e3ca94944fd05697aa33e308a6e73 + 5df35c46ea6e3ec8fb48f01f42d40e678769cd3f https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 8f56c5a8b..408468dc7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20512.5 - 5.0.100-rtm.20512.5 + 5.0.100-rtm.20512.6 + 5.0.100-rtm.20512.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 45ed70666bf0c1629c94730d05a3f31d21ca2d62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 03:03:57 +0000 Subject: [PATCH 089/148] Update dependencies from https://github.com/dotnet/sdk build 20201012.7 (#8851) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20512.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20512.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20512.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20512.8 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20512.8 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20512.8 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20512.8 (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 3ca7bf09a..3ba8babf5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime 9e4481de8a9dc108b246148745df00e3f4ba7f8f - + https://github.com/dotnet/aspnetcore - 8399c9f3f95973d1b81be8ab6599535e152a5f26 + 944c964339195823f6aa66fee02de8ab16b6790a - + https://github.com/dotnet/aspnetcore - 8399c9f3f95973d1b81be8ab6599535e152a5f26 + 944c964339195823f6aa66fee02de8ab16b6790a - + https://github.com/dotnet/aspnetcore - 8399c9f3f95973d1b81be8ab6599535e152a5f26 + 944c964339195823f6aa66fee02de8ab16b6790a - + https://github.com/dotnet/aspnetcore - 8399c9f3f95973d1b81be8ab6599535e152a5f26 + 944c964339195823f6aa66fee02de8ab16b6790a - + https://github.com/dotnet/aspnetcore - 8399c9f3f95973d1b81be8ab6599535e152a5f26 + 944c964339195823f6aa66fee02de8ab16b6790a - + https://github.com/dotnet/aspnetcore - 8399c9f3f95973d1b81be8ab6599535e152a5f26 + 944c964339195823f6aa66fee02de8ab16b6790a - + https://github.com/dotnet/aspnetcore - 8399c9f3f95973d1b81be8ab6599535e152a5f26 + 944c964339195823f6aa66fee02de8ab16b6790a https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 214dd7e423ff9833b75bd0673e203da52c17a696 + f49c6f57c0b3d2de1f69667ac9483b833c4e69b6 - + https://github.com/dotnet/sdk - 214dd7e423ff9833b75bd0673e203da52c17a696 + f49c6f57c0b3d2de1f69667ac9483b833c4e69b6 diff --git a/eng/Versions.props b/eng/Versions.props index 408468dc7..7d4a27261 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20512.4 - 5.0.0-rtm.20512.4 - 5.0.0-rtm.20512.4 - 5.0.0-rtm.20512.4 - 5.0.0-rtm.20512.4 - 5.0.0-rtm.20512.4 - 5.0.0-rtm.20512.4 + 5.0.0-rtm.20512.8 + 5.0.0-rtm.20512.8 + 5.0.0-rtm.20512.8 + 5.0.0-rtm.20512.8 + 5.0.0-rtm.20512.8 + 5.0.0-rtm.20512.8 + 5.0.0-rtm.20512.8 0.2.0 - 5.0.100-rtm.20512.6 - 5.0.100-rtm.20512.6 + 5.0.100-rtm.20512.7 + 5.0.100-rtm.20512.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 39abfd59b944c9551eba750b073f68a09f09766c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 03:52:18 +0000 Subject: [PATCH 090/148] Update dependencies from https://github.com/dotnet/sdk build 20201012.8 (#8852) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20512.2 to 5.0.0-rtm.20512.3 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20511.1 to 5.0.0-rtm.20512.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 735565c63..2ce6c7c9d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3ba8babf5..6fffd178c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - be9cc45df18ee78da3f0854857e1831d374378c0 + f71c290fe83df29cc58acd862fc0749f43e6e377 - + https://github.com/dotnet/windowsdesktop - be9cc45df18ee78da3f0854857e1831d374378c0 + f71c290fe83df29cc58acd862fc0749f43e6e377 https://github.com/dotnet/windowsdesktop - be9cc45df18ee78da3f0854857e1831d374378c0 + f71c290fe83df29cc58acd862fc0749f43e6e377 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - f49c6f57c0b3d2de1f69667ac9483b833c4e69b6 + 0b6928e7136868c383308f7c2ac0a4a3265d0d5b - + https://github.com/dotnet/sdk - f49c6f57c0b3d2de1f69667ac9483b833c4e69b6 + 0b6928e7136868c383308f7c2ac0a4a3265d0d5b https://github.com/dotnet/winforms 21426e3b1d52389e1ecee9bd2a2674121f3fb93c - + https://github.com/dotnet/wpf - 847a413284b297c7f0ec7d0f2f111db4595b4ffe + b540d98fe45e61f195e9135e5436b0a3b40c8dd7 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 7d4a27261..dab2ae995 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 5.0.0-rtm.20511.1 + 5.0.0-rtm.20512.1 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20512.7 - 5.0.100-rtm.20512.7 + 5.0.100-rtm.20512.8 + 5.0.100-rtm.20512.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20512.2 + 5.0.0-rtm.20512.3 5.0.0 5.0.0 From 2b63f71a6cf7e71b4f5cede14eaddde24c23455d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 04:24:10 +0000 Subject: [PATCH 091/148] Update dependencies from https://github.com/dotnet/sdk build 20201012.10 (#8853) [release/5.0.1xx] 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 6fffd178c..d97bd1f30 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 0b6928e7136868c383308f7c2ac0a4a3265d0d5b + fb447067bfe21dec917285fe593ed05e320d308e - + https://github.com/dotnet/sdk - 0b6928e7136868c383308f7c2ac0a4a3265d0d5b + fb447067bfe21dec917285fe593ed05e320d308e diff --git a/eng/Versions.props b/eng/Versions.props index dab2ae995..a9f7e8d4f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20512.8 - 5.0.100-rtm.20512.8 + 5.0.100-rtm.20512.10 + 5.0.100-rtm.20512.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 78009f66a1d7961b054a1916daad9ff92d87f0a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 16:22:59 +0000 Subject: [PATCH 092/148] [release/5.0.1xx] Update dependencies from dotnet/arcade (#8842) [release/5.0.1xx] Update dependencies from dotnet/arcade - Fix compile error in test --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 4 ++-- .../Assertions/FileInfoAssertions.cs | 5 ++++- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d97bd1f30..b5424f3d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,13 +140,13 @@ - + https://github.com/dotnet/arcade - ee39cd1573dbb8011f343e1037af51d4fc00a747 + 6813f5aa511a7a4498fa217a54219b5704a01f83 - + https://github.com/dotnet/arcade - ee39cd1573dbb8011f343e1037af51d4fc00a747 + 6813f5aa511a7a4498fa217a54219b5704a01f83 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index a9f7e8d4f..dba70bbcb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ - 5.0.0-beta.20506.7 + 5.0.0-beta.20510.1 diff --git a/global.json b/global.json index 18f7923d6..b07dd147c 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.20506.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20510.1" } } diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs index 6cbba1560..1fec25a60 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/FileInfoAssertions.cs @@ -23,6 +23,8 @@ 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 @@ -45,8 +47,9 @@ namespace Microsoft.DotNet.Tools.Test.Utilities { var lastWriteTimeUtc = _fileInfo.LastWriteTimeUtc; + // If last write time is not valid, it will be defaultUtcTime Execute.Assertion - .ForCondition(lastWriteTimeUtc != null) + .ForCondition(!lastWriteTimeUtc.Equals(defaultUtcTime)) .BecauseOf(because, reasonArgs) .FailWith($"Expected File {_fileInfo.FullName} to have a LastWriteTimeUTC, but it is null."); return new AndWhichConstraint(this, lastWriteTimeUtc); From 497a62527d3581ba0421e4350524c22c260a5b46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 16:31:35 +0000 Subject: [PATCH 093/148] Update dependencies from https://github.com/dotnet/sdk build 20201012.12 (#8854) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20512.3 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20511.1 to 5.0.0-rtm.20512.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20512.1 to 5.0.0-rtm.20512.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 2ce6c7c9d..8937660a6 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5424f3d4..a3f63533a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - f71c290fe83df29cc58acd862fc0749f43e6e377 + c7cf516a32c841d7da35d7d6f1c51befd6e34177 - + https://github.com/dotnet/windowsdesktop - f71c290fe83df29cc58acd862fc0749f43e6e377 + c7cf516a32c841d7da35d7d6f1c51befd6e34177 https://github.com/dotnet/windowsdesktop - f71c290fe83df29cc58acd862fc0749f43e6e377 + c7cf516a32c841d7da35d7d6f1c51befd6e34177 https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - fb447067bfe21dec917285fe593ed05e320d308e + 5304f300fe2d9840dc71a5e3caee03c98c1424fd - + https://github.com/dotnet/sdk - fb447067bfe21dec917285fe593ed05e320d308e + 5304f300fe2d9840dc71a5e3caee03c98c1424fd - + https://github.com/dotnet/winforms - 21426e3b1d52389e1ecee9bd2a2674121f3fb93c + 03c6dd51d6bedd6c1d9c2cb6589d2117dfc75644 - + https://github.com/dotnet/wpf - b540d98fe45e61f195e9135e5436b0a3b40c8dd7 + 1b26bef8f3d5eaf91294717db041a9334dac315a https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index dba70bbcb..6cbb900d5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20511.1 + 5.0.0-rtm.20512.1 - 5.0.0-rtm.20512.1 + 5.0.0-rtm.20512.2 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20512.10 - 5.0.100-rtm.20512.10 + 5.0.100-rtm.20512.12 + 5.0.100-rtm.20512.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20512.3 + 5.0.0-rtm.20512.4 5.0.0 5.0.0 From 85149611148e95fec3df59c230bcd34021e89e78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 17:23:46 +0000 Subject: [PATCH 094/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.2 (#8855) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.20510.1 to 5.0.0-rtm.20513.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 a3f63533a..31480d3e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 5304f300fe2d9840dc71a5e3caee03c98c1424fd + 47705a55bc601112ad939fb496989f1dff7488ce - + https://github.com/dotnet/sdk - 5304f300fe2d9840dc71a5e3caee03c98c1424fd + 47705a55bc601112ad939fb496989f1dff7488ce @@ -108,9 +108,9 @@ https://github.com/microsoft/vstest 0b1e2e51743cc083d99b88673fe518672e2af9f0 - + https://github.com/mono/linker - 2d6a0c33cca17f3e62e45612b4c402f0ad3556fc + e792d61a0ead2f6422b4c9af651c1128d978d454 linker diff --git a/eng/Versions.props b/eng/Versions.props index 6cbb900d5..93d13085c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20512.12 - 5.0.100-rtm.20512.12 + 5.0.100-rtm.20513.2 + 5.0.100-rtm.20513.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1c4f47ec49dee9dd56ecf444ed0faa02523522fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 19:12:18 +0000 Subject: [PATCH 095/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.4 (#8857) [release/5.0.1xx] 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 31480d3e5..47bf09698 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 47705a55bc601112ad939fb496989f1dff7488ce + 4d8caa811b5d77bd20678564b67ed81f4350252a - + https://github.com/dotnet/sdk - 47705a55bc601112ad939fb496989f1dff7488ce + 4d8caa811b5d77bd20678564b67ed81f4350252a diff --git a/eng/Versions.props b/eng/Versions.props index 93d13085c..f4ab86268 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20513.2 - 5.0.100-rtm.20513.2 + 5.0.100-rtm.20513.4 + 5.0.100-rtm.20513.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8deee1b188091e0f328b4d51096d74bf54b815f9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 21:12:48 +0000 Subject: [PATCH 096/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.5 (#8861) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20510.7 to 5.0.0-rtm.20512.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) --- NuGet.config | 4 +--- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 6 +++--- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/NuGet.config b/NuGet.config index 8937660a6..8667bf59f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,9 +7,7 @@ - - - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 47bf09698..8ee697421 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,23 +15,23 @@ https://github.com/dotnet/runtime - 9e4481de8a9dc108b246148745df00e3f4ba7f8f + b928f03ffb8684b476cdf5c46fb92561bfbdc23c - + https://github.com/dotnet/runtime - 9e4481de8a9dc108b246148745df00e3f4ba7f8f + b928f03ffb8684b476cdf5c46fb92561bfbdc23c https://github.com/dotnet/runtime - 9e4481de8a9dc108b246148745df00e3f4ba7f8f + b928f03ffb8684b476cdf5c46fb92561bfbdc23c https://github.com/dotnet/runtime - 9e4481de8a9dc108b246148745df00e3f4ba7f8f + b928f03ffb8684b476cdf5c46fb92561bfbdc23c https://github.com/dotnet/runtime - 9e4481de8a9dc108b246148745df00e3f4ba7f8f + b928f03ffb8684b476cdf5c46fb92561bfbdc23c @@ -41,7 +41,7 @@ https://github.com/dotnet/runtime - 9e4481de8a9dc108b246148745df00e3f4ba7f8f + b928f03ffb8684b476cdf5c46fb92561bfbdc23c https://github.com/dotnet/aspnetcore @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 4d8caa811b5d77bd20678564b67ed81f4350252a + 7d0be7f647d95a098c2c93316deb110d0e079b5b - + https://github.com/dotnet/sdk - 4d8caa811b5d77bd20678564b67ed81f4350252a + 7d0be7f647d95a098c2c93316deb110d0e079b5b diff --git a/eng/Versions.props b/eng/Versions.props index f4ab86268..357be98f9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20513.4 - 5.0.100-rtm.20513.4 + 5.0.100-rtm.20513.5 + 5.0.100-rtm.20513.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20510.7 + 5.0.0-rtm.20512.4 5.0.0 5.0.0 5.0.0 From e0c81fc0a0f19e301a7083cc003575915e4e567a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 01:31:58 +0000 Subject: [PATCH 097/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.10 (#8869) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0-rtm.20512.8 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20512.8 to 5.0.0-rtm.20513.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rtm.20512.8 to 5.0.0 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20512.8 to 5.0.0-rtm.20513.4 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20512.8 to 5.0.0-rtm.20513.4 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20512.8 to 5.0.0-rtm.20513.4 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20512.8 to 5.0.0-rtm.20513.4 (parent: Microsoft.NET.Sdk) --- NuGet.config | 1 + eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/NuGet.config b/NuGet.config index 8667bf59f..bd2f47031 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,6 +8,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8ee697421..d21b3cf8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,33 +43,33 @@ https://github.com/dotnet/runtime b928f03ffb8684b476cdf5c46fb92561bfbdc23c - + https://github.com/dotnet/aspnetcore - 944c964339195823f6aa66fee02de8ab16b6790a + 3f18586cf8239f2848d2f7b443c07a21c6c2f202 - + https://github.com/dotnet/aspnetcore - 944c964339195823f6aa66fee02de8ab16b6790a + 3f18586cf8239f2848d2f7b443c07a21c6c2f202 - + https://github.com/dotnet/aspnetcore - 944c964339195823f6aa66fee02de8ab16b6790a + 3f18586cf8239f2848d2f7b443c07a21c6c2f202 - + https://github.com/dotnet/aspnetcore - 944c964339195823f6aa66fee02de8ab16b6790a + 3f18586cf8239f2848d2f7b443c07a21c6c2f202 - + https://github.com/dotnet/aspnetcore - 944c964339195823f6aa66fee02de8ab16b6790a + 3f18586cf8239f2848d2f7b443c07a21c6c2f202 - + https://github.com/dotnet/aspnetcore - 944c964339195823f6aa66fee02de8ab16b6790a + 3f18586cf8239f2848d2f7b443c07a21c6c2f202 - + https://github.com/dotnet/aspnetcore - 944c964339195823f6aa66fee02de8ab16b6790a + 3f18586cf8239f2848d2f7b443c07a21c6c2f202 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 7d0be7f647d95a098c2c93316deb110d0e079b5b + 33305e042a2005b4e071c91694d027ae150c253f - + https://github.com/dotnet/sdk - 7d0be7f647d95a098c2c93316deb110d0e079b5b + 33305e042a2005b4e071c91694d027ae150c253f diff --git a/eng/Versions.props b/eng/Versions.props index 357be98f9..fcfe5671e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,21 +43,21 @@ - 5.0.0-rtm.20512.8 - 5.0.0-rtm.20512.8 - 5.0.0-rtm.20512.8 - 5.0.0-rtm.20512.8 - 5.0.0-rtm.20512.8 - 5.0.0-rtm.20512.8 - 5.0.0-rtm.20512.8 + 5.0.0 + 5.0.0 + 5.0.0-rtm.20513.4 + 5.0.0-rtm.20513.4 + 5.0.0-rtm.20513.4 + 5.0.0-rtm.20513.4 + 5.0.0-rtm.20513.4 0.2.0 - 5.0.100-rtm.20513.5 - 5.0.100-rtm.20513.5 + 5.0.100-rtm.20513.10 + 5.0.100-rtm.20513.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9c11a8ffa0b233b46d684732b80d2bc3853d1792 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 02:58:25 +0000 Subject: [PATCH 098/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.12 (#8873) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20513.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20512.1 to 5.0.0-rtm.20513.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20512.2 to 5.0.0-rtm.20513.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index bd2f47031..bc03889e4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d21b3cf8d..878194d74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - c7cf516a32c841d7da35d7d6f1c51befd6e34177 + 5a5ce27b39b4a66be376eb6f66ddf6ec62427bcb - + https://github.com/dotnet/windowsdesktop - c7cf516a32c841d7da35d7d6f1c51befd6e34177 + 5a5ce27b39b4a66be376eb6f66ddf6ec62427bcb https://github.com/dotnet/windowsdesktop - c7cf516a32c841d7da35d7d6f1c51befd6e34177 + 5a5ce27b39b4a66be376eb6f66ddf6ec62427bcb https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 33305e042a2005b4e071c91694d027ae150c253f + 2d696a21c8e8fe15a2c3c0e8bfc8e71bd2807045 - + https://github.com/dotnet/sdk - 33305e042a2005b4e071c91694d027ae150c253f + 2d696a21c8e8fe15a2c3c0e8bfc8e71bd2807045 - + https://github.com/dotnet/winforms - 03c6dd51d6bedd6c1d9c2cb6589d2117dfc75644 + dc6ee51d08db4728f0580e357b56c3a3fcb3747d - + https://github.com/dotnet/wpf - 1b26bef8f3d5eaf91294717db041a9334dac315a + 5800b00ee9595fd62006b75e62faadb1784f58a0 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index fcfe5671e..6d117f1eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20512.1 + 5.0.0-rtm.20513.5 - 5.0.0-rtm.20512.2 + 5.0.0-rtm.20513.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20513.10 - 5.0.100-rtm.20513.10 + 5.0.100-rtm.20513.12 + 5.0.100-rtm.20513.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20512.4 + 5.0.0-rtm.20513.2 5.0.0 5.0.0 From ef46f6cfb4ce5a58ca288091322ead15301e78ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 06:10:31 +0000 Subject: [PATCH 099/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.14 (#8876) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20513.4 to 5.0.0-rtm.20513.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20513.4 to 5.0.0-rtm.20513.7 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20513.4 to 5.0.0-rtm.20513.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20513.4 to 5.0.0-rtm.20513.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20513.4 to 5.0.0-rtm.20513.7 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index bc03889e4..c6244c26f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 878194d74..b3544cbe5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,31 +45,31 @@ https://github.com/dotnet/aspnetcore - 3f18586cf8239f2848d2f7b443c07a21c6c2f202 + 905777ca5b22ca7662f6cd772f50ada203d51427 - + https://github.com/dotnet/aspnetcore - 3f18586cf8239f2848d2f7b443c07a21c6c2f202 + 905777ca5b22ca7662f6cd772f50ada203d51427 https://github.com/dotnet/aspnetcore - 3f18586cf8239f2848d2f7b443c07a21c6c2f202 + 905777ca5b22ca7662f6cd772f50ada203d51427 - + https://github.com/dotnet/aspnetcore - 3f18586cf8239f2848d2f7b443c07a21c6c2f202 + 905777ca5b22ca7662f6cd772f50ada203d51427 - + https://github.com/dotnet/aspnetcore - 3f18586cf8239f2848d2f7b443c07a21c6c2f202 + 905777ca5b22ca7662f6cd772f50ada203d51427 - + https://github.com/dotnet/aspnetcore - 3f18586cf8239f2848d2f7b443c07a21c6c2f202 + 905777ca5b22ca7662f6cd772f50ada203d51427 - + https://github.com/dotnet/aspnetcore - 3f18586cf8239f2848d2f7b443c07a21c6c2f202 + 905777ca5b22ca7662f6cd772f50ada203d51427 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 2d696a21c8e8fe15a2c3c0e8bfc8e71bd2807045 + a47c2e7889c655c0be8c9466471cfb833c1500c5 - + https://github.com/dotnet/sdk - 2d696a21c8e8fe15a2c3c0e8bfc8e71bd2807045 + a47c2e7889c655c0be8c9466471cfb833c1500c5 diff --git a/eng/Versions.props b/eng/Versions.props index 6d117f1eb..05f7972c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20513.4 - 5.0.0-rtm.20513.4 - 5.0.0-rtm.20513.4 - 5.0.0-rtm.20513.4 - 5.0.0-rtm.20513.4 + 5.0.0-rtm.20513.7 + 5.0.0-rtm.20513.7 + 5.0.0-rtm.20513.7 + 5.0.0-rtm.20513.7 + 5.0.0-rtm.20513.7 0.2.0 - 5.0.100-rtm.20513.12 - 5.0.100-rtm.20513.12 + 5.0.100-rtm.20513.14 + 5.0.100-rtm.20513.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e7fd03c71a2efd70e6a81271c9be40599095575f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 07:00:31 +0000 Subject: [PATCH 100/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.15 (#8879) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20513.2 to 5.0.0-rtm.20513.4 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20513.3 to 5.0.0-rtm.20513.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index c6244c26f..af6cd97d1 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3544cbe5..7b6feb300 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - 5a5ce27b39b4a66be376eb6f66ddf6ec62427bcb + e420408ce792fb51f1cddadc7ecd92cba650699d - + https://github.com/dotnet/windowsdesktop - 5a5ce27b39b4a66be376eb6f66ddf6ec62427bcb + e420408ce792fb51f1cddadc7ecd92cba650699d https://github.com/dotnet/windowsdesktop - 5a5ce27b39b4a66be376eb6f66ddf6ec62427bcb + e420408ce792fb51f1cddadc7ecd92cba650699d https://github.com/dotnet/runtime @@ -83,22 +83,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - a47c2e7889c655c0be8c9466471cfb833c1500c5 + c613a085913d622f9e7e3bc218f5e9715e37a719 - + https://github.com/dotnet/sdk - a47c2e7889c655c0be8c9466471cfb833c1500c5 + c613a085913d622f9e7e3bc218f5e9715e37a719 https://github.com/dotnet/winforms dc6ee51d08db4728f0580e357b56c3a3fcb3747d - + https://github.com/dotnet/wpf - 5800b00ee9595fd62006b75e62faadb1784f58a0 + 5766949714f08acdd36d99d18ea7efbc5b4ef331 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 05f7972c3..70a1344a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 5.0.0-rtm.20513.3 + 5.0.0-rtm.20513.5 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20513.14 - 5.0.100-rtm.20513.14 + 5.0.100-rtm.20513.15 + 5.0.100-rtm.20513.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20513.2 + 5.0.0-rtm.20513.4 5.0.0 5.0.0 From fbc77d2a08192f1d2bc0bd0b5314aab1d067fb28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 07:56:36 +0000 Subject: [PATCH 101/148] Update dependencies from https://github.com/dotnet/sdk build 20201013.16 (#8881) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20513.7 to 5.0.0-rtm.20513.10 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20513.7 to 5.0.0-rtm.20513.10 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20513.7 to 5.0.0-rtm.20513.10 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20513.7 to 5.0.0-rtm.20513.10 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20513.7 to 5.0.0-rtm.20513.10 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index af6cd97d1..864fad8ee 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b6feb300..c6689f72c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,31 +45,31 @@ https://github.com/dotnet/aspnetcore - 905777ca5b22ca7662f6cd772f50ada203d51427 + 2aaae9e9547335bb6b46c1e6ac980126cee47ddc - + https://github.com/dotnet/aspnetcore - 905777ca5b22ca7662f6cd772f50ada203d51427 + 2aaae9e9547335bb6b46c1e6ac980126cee47ddc https://github.com/dotnet/aspnetcore - 905777ca5b22ca7662f6cd772f50ada203d51427 + 2aaae9e9547335bb6b46c1e6ac980126cee47ddc - + https://github.com/dotnet/aspnetcore - 905777ca5b22ca7662f6cd772f50ada203d51427 + 2aaae9e9547335bb6b46c1e6ac980126cee47ddc - + https://github.com/dotnet/aspnetcore - 905777ca5b22ca7662f6cd772f50ada203d51427 + 2aaae9e9547335bb6b46c1e6ac980126cee47ddc - + https://github.com/dotnet/aspnetcore - 905777ca5b22ca7662f6cd772f50ada203d51427 + 2aaae9e9547335bb6b46c1e6ac980126cee47ddc - + https://github.com/dotnet/aspnetcore - 905777ca5b22ca7662f6cd772f50ada203d51427 + 2aaae9e9547335bb6b46c1e6ac980126cee47ddc https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - c613a085913d622f9e7e3bc218f5e9715e37a719 + 974eea2147101f366fa6f23bb7cd8f047a0ecab9 - + https://github.com/dotnet/sdk - c613a085913d622f9e7e3bc218f5e9715e37a719 + 974eea2147101f366fa6f23bb7cd8f047a0ecab9 diff --git a/eng/Versions.props b/eng/Versions.props index 70a1344a7..d4d721efa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20513.7 - 5.0.0-rtm.20513.7 - 5.0.0-rtm.20513.7 - 5.0.0-rtm.20513.7 - 5.0.0-rtm.20513.7 + 5.0.0-rtm.20513.10 + 5.0.0-rtm.20513.10 + 5.0.0-rtm.20513.10 + 5.0.0-rtm.20513.10 + 5.0.0-rtm.20513.10 0.2.0 - 5.0.100-rtm.20513.15 - 5.0.100-rtm.20513.15 + 5.0.100-rtm.20513.16 + 5.0.100-rtm.20513.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 47b41221d9f1ac6164e9a2e70a6cce0d5a501dd5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 13:54:22 +0000 Subject: [PATCH 102/148] Update dependencies from https://github.com/dotnet/sdk build 20201014.2 (#8883) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20513.10 to 5.0.0-rtm.20513.13 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rtm.20513.10 to 5.0.0-rtm.20513.13 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20513.10 to 5.0.0-rtm.20513.13 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20513.10 to 5.0.0-rtm.20513.13 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20513.10 to 5.0.0-rtm.20513.13 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index 864fad8ee..9714d5a80 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6689f72c..62fe3ee77 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,31 +45,31 @@ https://github.com/dotnet/aspnetcore - 2aaae9e9547335bb6b46c1e6ac980126cee47ddc + aa50176707accac8ba97f83f39ae693f13941675 - + https://github.com/dotnet/aspnetcore - 2aaae9e9547335bb6b46c1e6ac980126cee47ddc + aa50176707accac8ba97f83f39ae693f13941675 https://github.com/dotnet/aspnetcore - 2aaae9e9547335bb6b46c1e6ac980126cee47ddc + aa50176707accac8ba97f83f39ae693f13941675 - + https://github.com/dotnet/aspnetcore - 2aaae9e9547335bb6b46c1e6ac980126cee47ddc + aa50176707accac8ba97f83f39ae693f13941675 - + https://github.com/dotnet/aspnetcore - 2aaae9e9547335bb6b46c1e6ac980126cee47ddc + aa50176707accac8ba97f83f39ae693f13941675 - + https://github.com/dotnet/aspnetcore - 2aaae9e9547335bb6b46c1e6ac980126cee47ddc + aa50176707accac8ba97f83f39ae693f13941675 - + https://github.com/dotnet/aspnetcore - 2aaae9e9547335bb6b46c1e6ac980126cee47ddc + aa50176707accac8ba97f83f39ae693f13941675 https://github.com/dotnet/test-templates @@ -83,13 +83,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 974eea2147101f366fa6f23bb7cd8f047a0ecab9 + 7a842ac5540079119a457853ac42aba8063fdd05 - + https://github.com/dotnet/sdk - 974eea2147101f366fa6f23bb7cd8f047a0ecab9 + 7a842ac5540079119a457853ac42aba8063fdd05 diff --git a/eng/Versions.props b/eng/Versions.props index d4d721efa..d0b0dee08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20513.10 - 5.0.0-rtm.20513.10 - 5.0.0-rtm.20513.10 - 5.0.0-rtm.20513.10 - 5.0.0-rtm.20513.10 + 5.0.0-rtm.20513.13 + 5.0.0-rtm.20513.13 + 5.0.0-rtm.20513.13 + 5.0.0-rtm.20513.13 + 5.0.0-rtm.20513.13 0.2.0 - 5.0.100-rtm.20513.16 - 5.0.100-rtm.20513.16 + 5.0.100-rtm.20514.2 + 5.0.100-rtm.20514.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea2dbc36637ca49305c125bda8fc11efa050d994 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 14:46:45 +0000 Subject: [PATCH 103/148] Update dependencies from https://github.com/dotnet/sdk build 20201014.5 (#8884) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20513.4 to 5.0.0-rtm.20513.5 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20512.4 to 5.0.0-rtm.20513.8 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20513.5 to 5.0.0-rtm.20513.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20513.5 to 5.0.0-rtm.20513.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 4 ++-- eng/Version.Details.xml | 38 +++++++++++++++++++------------------- eng/Versions.props | 12 ++++++------ 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9714d5a80..403996ad4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,8 +6,8 @@ - - + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62fe3ee77..cbe186c75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,35 +3,35 @@ https://github.com/dotnet/windowsdesktop - e420408ce792fb51f1cddadc7ecd92cba650699d + 6d36f3ffa2da1d9b4f880a10d0620c047a55d12d - + https://github.com/dotnet/windowsdesktop - e420408ce792fb51f1cddadc7ecd92cba650699d + 6d36f3ffa2da1d9b4f880a10d0620c047a55d12d https://github.com/dotnet/windowsdesktop - e420408ce792fb51f1cddadc7ecd92cba650699d + 6d36f3ffa2da1d9b4f880a10d0620c047a55d12d https://github.com/dotnet/runtime - b928f03ffb8684b476cdf5c46fb92561bfbdc23c + be1203493665b2e916bfaf81277275c33345abe2 - + https://github.com/dotnet/runtime - b928f03ffb8684b476cdf5c46fb92561bfbdc23c + be1203493665b2e916bfaf81277275c33345abe2 https://github.com/dotnet/runtime - b928f03ffb8684b476cdf5c46fb92561bfbdc23c + be1203493665b2e916bfaf81277275c33345abe2 https://github.com/dotnet/runtime - b928f03ffb8684b476cdf5c46fb92561bfbdc23c + be1203493665b2e916bfaf81277275c33345abe2 https://github.com/dotnet/runtime - b928f03ffb8684b476cdf5c46fb92561bfbdc23c + be1203493665b2e916bfaf81277275c33345abe2 @@ -41,7 +41,7 @@ https://github.com/dotnet/runtime - b928f03ffb8684b476cdf5c46fb92561bfbdc23c + be1203493665b2e916bfaf81277275c33345abe2 https://github.com/dotnet/aspnetcore @@ -83,22 +83,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 7a842ac5540079119a457853ac42aba8063fdd05 + cba5ee5325bec6ca9453deca4077007584ca295b - + https://github.com/dotnet/sdk - 7a842ac5540079119a457853ac42aba8063fdd05 + cba5ee5325bec6ca9453deca4077007584ca295b - + https://github.com/dotnet/winforms - dc6ee51d08db4728f0580e357b56c3a3fcb3747d + 8bdd6c7dd3de9186ad5d246f343e2b6097dced12 - + https://github.com/dotnet/wpf - 5766949714f08acdd36d99d18ea7efbc5b4ef331 + 4f8e90d4ec473aaaffa1073ed14b7b444273a7b7 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index d0b0dee08..570471f87 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20513.5 + 5.0.0-rtm.20513.8 - 5.0.0-rtm.20513.5 + 5.0.0-rtm.20513.6 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20514.2 - 5.0.100-rtm.20514.2 + 5.0.100-rtm.20514.5 + 5.0.100-rtm.20514.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20512.4 + 5.0.0-rtm.20513.8 5.0.0 5.0.0 5.0.0 @@ -77,7 +77,7 @@ - 5.0.0-rtm.20513.4 + 5.0.0-rtm.20513.5 5.0.0 5.0.0 From 1b40dff5dd8e0b0bfcf27b03400405202c669a66 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 14 Oct 2020 08:21:52 -0700 Subject: [PATCH 104/148] Add CPD for efcore (#8885) --- NuGet.config | 1 + eng/Version.Details.xml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index 403996ad4..0b4193c91 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,6 +8,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cbe186c75..f43d45081 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -59,6 +59,10 @@ https://github.com/dotnet/aspnetcore aa50176707accac8ba97f83f39ae693f13941675 + + https://github.com/dotnet/efcore + ab94ac919b40460b586eb6a791dbc7e7a76e01ce + https://github.com/dotnet/aspnetcore aa50176707accac8ba97f83f39ae693f13941675 @@ -126,7 +130,7 @@ 2582e3e232c7f8b0834509d39b8e0cca2bc57e21 - https://github.com/dotnet/cliCommandLineParser + https://github.com/dotnet/CliCommandLineParser 0e89c2116ad28e404ba56c14d1c3f938caa25a01 From b4242c489635edda373597ad765d15cf5999e5d4 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 14 Oct 2020 10:49:30 -0700 Subject: [PATCH 105/148] Use SharedFx Redist package instead of Targeting Pack from AspnetCore (#8886) --- 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 f43d45081..7f9360338 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -55,7 +55,7 @@ https://github.com/dotnet/aspnetcore aa50176707accac8ba97f83f39ae693f13941675 - + https://github.com/dotnet/aspnetcore aa50176707accac8ba97f83f39ae693f13941675 diff --git a/eng/Versions.props b/eng/Versions.props index 570471f87..c15fcbfc2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -46,7 +46,7 @@ 5.0.0 5.0.0 5.0.0-rtm.20513.13 - 5.0.0-rtm.20513.13 + 5.0.0-rtm.20513.13 5.0.0-rtm.20513.13 5.0.0-rtm.20513.13 5.0.0-rtm.20513.13 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 6f9d636715b3dfb582e5258a301052989f998bbc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 21:17:57 +0000 Subject: [PATCH 106/148] Update dependencies from https://github.com/dotnet/sdk build 20201014.10 (#8888) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20513.8 to 5.0.0-rtm.20514.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Cli.CommandLine: from 1.0.0-preview.19208.1 to 1.0.0-preview.19208.1 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/NuGet.config b/NuGet.config index 0b4193c91..242e2ac44 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f9360338..9c9e69eb6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,23 +15,23 @@ https://github.com/dotnet/runtime - be1203493665b2e916bfaf81277275c33345abe2 + 78740beb2657e0aacc1691826656af2cafb7ddc4 - + https://github.com/dotnet/runtime - be1203493665b2e916bfaf81277275c33345abe2 + 78740beb2657e0aacc1691826656af2cafb7ddc4 https://github.com/dotnet/runtime - be1203493665b2e916bfaf81277275c33345abe2 + 78740beb2657e0aacc1691826656af2cafb7ddc4 https://github.com/dotnet/runtime - be1203493665b2e916bfaf81277275c33345abe2 + 78740beb2657e0aacc1691826656af2cafb7ddc4 https://github.com/dotnet/runtime - be1203493665b2e916bfaf81277275c33345abe2 + 78740beb2657e0aacc1691826656af2cafb7ddc4 @@ -41,7 +41,7 @@ https://github.com/dotnet/runtime - be1203493665b2e916bfaf81277275c33345abe2 + 78740beb2657e0aacc1691826656af2cafb7ddc4 https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - cba5ee5325bec6ca9453deca4077007584ca295b + cdb2ca68008f44643b95fa4e5c65a779e039e6b6 - + https://github.com/dotnet/sdk - cba5ee5325bec6ca9453deca4077007584ca295b + cdb2ca68008f44643b95fa4e5c65a779e039e6b6 @@ -130,7 +130,7 @@ 2582e3e232c7f8b0834509d39b8e0cca2bc57e21 - https://github.com/dotnet/CliCommandLineParser + https://github.com/dotnet/cliCommandLineParser 0e89c2116ad28e404ba56c14d1c3f938caa25a01 diff --git a/eng/Versions.props b/eng/Versions.props index c15fcbfc2..9f95ac86a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20514.5 - 5.0.100-rtm.20514.5 + 5.0.100-rtm.20514.10 + 5.0.100-rtm.20514.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20513.8 + 5.0.0-rtm.20514.4 5.0.0 5.0.0 5.0.0 From e8dddcc61149cce9f0ec5175f140e84420d80fba Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 14 Oct 2020 14:55:38 -0700 Subject: [PATCH 107/148] [release/5.0.1xx] Enable post build signing (#8764) * Enable post build signing Enables post build signing of installer by including the items that need to be signed post build in an ItemsToSignPostBuild item group and moving the file signing information into the Signing.props files. Changes to in-build signing have been verified by taking a drop with the current in-build structure and comparing the the signatures and strong name keys between files in equivalent builds. * Enable post build signing Enables post build signing of installer by including the items that need to be signed post build in an ItemsToSignPostBuild item group and moving the file signing information into the Signing.props files. Changes to in-build signing have been verified by taking a drop with the current in-build structure and comparing the the signatures and strong name keys between files in equivalent builds. Co-authored-by: dotnet-bot Co-authored-by: Christopher Costa --- eng/Publishing.props | 34 +++--- eng/Signing.props | 44 +++++++- eng/dockerrun.sh | 1 + src/redist/targets/Signing.targets | 174 +++++++++-------------------- 4 files changed, 110 insertions(+), 143 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 9520cf240..e34b66cc2 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -8,7 +8,6 @@ Sdk $(Product) - assets/$(Product) $(DotnetPublishChecksumsBlobFeedUrl) $(DotnetPublishSdkAssetsBlobFeedUrl) @@ -56,10 +55,8 @@ $(AssetManifestOS) $(AssetManifestOS)-$(Architecture) $(BaseAssetManifestFileName)-installers - $(BaseAssetManifestFileName)-checksums $(ArtifactsLogDir)AssetManifest\$(InstallersAssetManifestFileName).xml - $(ArtifactsLogDir)AssetManifest\$(ChecksumsAssetManifestFileName).xml $(ArtifactsDir)..\DotnetAssetsTmpDir\$([System.Guid]::NewGuid()) $(ArtifactsDir)..\ChecksumAssetsTmpDir\$([System.Guid]::NewGuid()) @@ -119,26 +116,29 @@ + + false + true + + - - + IsStableBuild="$(IsStableBuild)" + PublishingVersion="3" /> diff --git a/eng/Signing.props b/eng/Signing.props index 17360d175..bac80eb60 100644 --- a/eng/Signing.props +++ b/eng/Signing.props @@ -1,16 +1,56 @@ - + + + + + + + + + + + + 3PartySHA2 + Microsoft400 + true + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eng/dockerrun.sh b/eng/dockerrun.sh index 63d75b53c..69e7d5471 100755 --- a/eng/dockerrun.sh +++ b/eng/dockerrun.sh @@ -166,6 +166,7 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \ -e BUILD_BUILDID \ -e BUILD_SOURCEVERSION \ -e SYSTEM_TEAMPROJECT \ + -e POSTBUILDSIGN \ -e SYSTEM_DEFINITIONID \ -e SYSTEM_TEAMFOUNDATIONCOLLECTIONURI \ -e DOTNETCLIMSRC_READ_SAS_TOKEN \ diff --git a/src/redist/targets/Signing.targets b/src/redist/targets/Signing.targets index c58bc2df8..1dcc7826e 100644 --- a/src/redist/targets/Signing.targets +++ b/src/redist/targets/Signing.targets @@ -3,54 +3,13 @@ + + + - - - 3PartySHA2 - Microsoft400 - NuGet - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - - - $(ExternalCertificateId) - - - $(InternalCertificateId) - - - - - %(CertificateName) - - + $(SdkOutputDirectory)**/csc.dll; + $(SdkOutputDirectory)**/VBCSCompiler.dll; + $(SdkOutputDirectory)**/vbc.exe; + $(SdkOutputDirectory)**/vbc.dll; + $(SdkOutputDirectory)**/fsc.exe; + $(SdkOutputDirectory)**/fsi.exe; + $(SdkOutputDirectory)**/FSharp.*.dll; + $(SdkOutputDirectory)**/Interactive.DependencyManager.dll; + $(SdkOutputDirectory)**/dotnet.dll; + $(SdkOutputDirectory)**/dotnet.resources.dll; + $(SdkOutputDirectory)**/System.*.dll; + $(SdkOutputDirectory)**/Microsoft.*.dll; + $(SdkOutputDirectory)**/NuGet*.dll; + $(SdkOutputDirectory)**/datacollector.dll; + $(SdkOutputDirectory)**/datacollector.exe; + $(SdkOutputDirectory)**/MSBuild.dll; + $(SdkOutputDirectory)**/MSBuild.resources.dll; + $(SdkOutputDirectory)**/PresentationBuildTasks.dll; + $(SdkOutputDirectory)**/redist.dll; + $(SdkOutputDirectory)**/rzc.dll; + $(SdkOutputDirectory)**/testhost.dll; + $(SdkOutputDirectory)**/testhost.exe; + $(SdkOutputDirectory)**/testhost.x86.exe; + $(SdkOutputDirectory)**/vstest.console.dll; + $(SdkOutputDirectory)**/vstest.console.resources.dll; + $(SdkOutputDirectory)**/Newtonsoft.Json.dll; + $(SdkOutputDirectory)**/MessagePack.Annotations.dll; + $(SdkOutputDirectory)**/MessagePack.dll; + $(SdkOutputDirectory)**/Nerdbank.Streams.dll; + $(SdkOutputDirectory)**/StreamJsonRpc.dll" /> - - - $(InternalCertificateId) - - @@ -191,21 +133,14 @@ - - - - $(InternalCertificateId) - - - @@ -225,16 +160,14 @@ - - - - - $(InternalCertificateId) - - Date: Thu, 15 Oct 2020 00:16:48 +0000 Subject: [PATCH 108/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8889) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20512.3 to 3.8.0-5.20514.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 9c9e69eb6..b556d5d50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - cdb2ca68008f44643b95fa4e5c65a779e039e6b6 + 8a3cdb83b6c6964d587ea001cbcfc05ba4573936 - + https://github.com/dotnet/sdk - cdb2ca68008f44643b95fa4e5c65a779e039e6b6 + 8a3cdb83b6c6964d587ea001cbcfc05ba4573936 @@ -117,9 +117,9 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - 5df35c46ea6e3ec8fb48f01f42d40e678769cd3f + e0d0c9263dd4d73c4e411fdb9d238901d8611836 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 9f95ac86a..ead9dc751 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20514.10 - 5.0.100-rtm.20514.10 + 5.0.100-rtm.20514.13 + 5.0.100-rtm.20514.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 38c18b14fc7d118854897cd451d17e42c5f3d699 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 01:14:04 +0000 Subject: [PATCH 109/148] Update dependencies from https://github.com/dotnet/sdk build 20201014.14 (#8890) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20513.13 to 5.0.0-rtm.20514.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20513.13 to 5.0.0-rtm.20514.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20513.13 to 5.0.0-rtm.20514.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20513.13 to 5.0.0-rtm.20514.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20513.13 to 5.0.0-rtm.20514.3 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index 242e2ac44..3943d4319 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,7 +9,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b556d5d50..cab9ce060 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - aa50176707accac8ba97f83f39ae693f13941675 + a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 - + https://github.com/dotnet/aspnetcore - aa50176707accac8ba97f83f39ae693f13941675 + a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 https://github.com/dotnet/aspnetcore - aa50176707accac8ba97f83f39ae693f13941675 + a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 - + https://github.com/dotnet/aspnetcore - aa50176707accac8ba97f83f39ae693f13941675 + a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 https://github.com/dotnet/efcore ab94ac919b40460b586eb6a791dbc7e7a76e01ce - + https://github.com/dotnet/aspnetcore - aa50176707accac8ba97f83f39ae693f13941675 + a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 - + https://github.com/dotnet/aspnetcore - aa50176707accac8ba97f83f39ae693f13941675 + a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 - + https://github.com/dotnet/aspnetcore - aa50176707accac8ba97f83f39ae693f13941675 + a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 8a3cdb83b6c6964d587ea001cbcfc05ba4573936 + 9839b0dd2002accb08abcdbaba4e408e38ce277d - + https://github.com/dotnet/sdk - 8a3cdb83b6c6964d587ea001cbcfc05ba4573936 + 9839b0dd2002accb08abcdbaba4e408e38ce277d diff --git a/eng/Versions.props b/eng/Versions.props index ead9dc751..1bfe51dce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20513.13 - 5.0.0-rtm.20513.13 - 5.0.0-rtm.20513.13 - 5.0.0-rtm.20513.13 - 5.0.0-rtm.20513.13 + 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.3 0.2.0 - 5.0.100-rtm.20514.13 - 5.0.100-rtm.20514.13 + 5.0.100-rtm.20514.14 + 5.0.100-rtm.20514.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3f9684a0e655c0c2e6aab458df02a77d7c6653f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 04:15:06 +0000 Subject: [PATCH 110/148] Update dependencies from https://github.com/dotnet/sdk build 20201014.15 (#8891) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.5 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.5 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.5 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.5 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.5 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index 3943d4319..fa5ef9a97 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,7 +9,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cab9ce060..641f7d6af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 + 86705673c7e341c9a58d9a99d9d5192fb4329104 - + https://github.com/dotnet/aspnetcore - a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 + 86705673c7e341c9a58d9a99d9d5192fb4329104 https://github.com/dotnet/aspnetcore - a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 + 86705673c7e341c9a58d9a99d9d5192fb4329104 - + https://github.com/dotnet/aspnetcore - a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 + 86705673c7e341c9a58d9a99d9d5192fb4329104 https://github.com/dotnet/efcore ab94ac919b40460b586eb6a791dbc7e7a76e01ce - + https://github.com/dotnet/aspnetcore - a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 + 86705673c7e341c9a58d9a99d9d5192fb4329104 - + https://github.com/dotnet/aspnetcore - a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 + 86705673c7e341c9a58d9a99d9d5192fb4329104 - + https://github.com/dotnet/aspnetcore - a0ab0964d4b8e425cbc3dd375eebf3bdbe5a4d72 + 86705673c7e341c9a58d9a99d9d5192fb4329104 https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 9839b0dd2002accb08abcdbaba4e408e38ce277d + 5432eba7563867117f5d237b6120d71a12455227 - + https://github.com/dotnet/sdk - 9839b0dd2002accb08abcdbaba4e408e38ce277d + 5432eba7563867117f5d237b6120d71a12455227 diff --git a/eng/Versions.props b/eng/Versions.props index 1bfe51dce..2864ed041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20514.3 - 5.0.0-rtm.20514.3 - 5.0.0-rtm.20514.3 - 5.0.0-rtm.20514.3 - 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.5 + 5.0.0-rtm.20514.5 + 5.0.0-rtm.20514.5 + 5.0.0-rtm.20514.5 + 5.0.0-rtm.20514.5 0.2.0 - 5.0.100-rtm.20514.14 - 5.0.100-rtm.20514.14 + 5.0.100-rtm.20514.15 + 5.0.100-rtm.20514.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From cca26b8bb1479aa97bc2d8eed9a3dc76a53c9521 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 07:02:24 +0000 Subject: [PATCH 111/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8892) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20513.5 to 5.0.0-rtm.20514.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20514.4 to 5.0.0-rtm.20514.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20514.5 to 5.0.0-rtm.20514.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20514.5 to 5.0.0-rtm.20514.7 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 5.0.0 to 5.0.0 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20514.5 to 5.0.0-rtm.20514.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20514.5 to 5.0.0-rtm.20514.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20514.5 to 5.0.0-rtm.20514.7 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20513.8 to 5.0.0-rtm.20514.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20513.6 to 5.0.0-rtm.20514.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 8 +++--- eng/Version.Details.xml | 64 ++++++++++++++++++++--------------------- eng/Versions.props | 22 +++++++------- 3 files changed, 47 insertions(+), 47 deletions(-) diff --git a/NuGet.config b/NuGet.config index fa5ef9a97..6e16b5aa2 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 641f7d6af..27bafc617 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,35 +3,35 @@ https://github.com/dotnet/windowsdesktop - 6d36f3ffa2da1d9b4f880a10d0620c047a55d12d + 74ee93fe933025927b6d499e2eb8291c34d9eb97 - + https://github.com/dotnet/windowsdesktop - 6d36f3ffa2da1d9b4f880a10d0620c047a55d12d + 74ee93fe933025927b6d499e2eb8291c34d9eb97 https://github.com/dotnet/windowsdesktop - 6d36f3ffa2da1d9b4f880a10d0620c047a55d12d + 74ee93fe933025927b6d499e2eb8291c34d9eb97 https://github.com/dotnet/runtime - 78740beb2657e0aacc1691826656af2cafb7ddc4 + 2d8e19f1880c655bcc0994852f41b47341e2c566 - + https://github.com/dotnet/runtime - 78740beb2657e0aacc1691826656af2cafb7ddc4 + 2d8e19f1880c655bcc0994852f41b47341e2c566 https://github.com/dotnet/runtime - 78740beb2657e0aacc1691826656af2cafb7ddc4 + 2d8e19f1880c655bcc0994852f41b47341e2c566 https://github.com/dotnet/runtime - 78740beb2657e0aacc1691826656af2cafb7ddc4 + 2d8e19f1880c655bcc0994852f41b47341e2c566 https://github.com/dotnet/runtime - 78740beb2657e0aacc1691826656af2cafb7ddc4 + 2d8e19f1880c655bcc0994852f41b47341e2c566 @@ -41,39 +41,39 @@ https://github.com/dotnet/runtime - 78740beb2657e0aacc1691826656af2cafb7ddc4 + 2d8e19f1880c655bcc0994852f41b47341e2c566 https://github.com/dotnet/aspnetcore - 86705673c7e341c9a58d9a99d9d5192fb4329104 + bf288c40b3690f8b3db03ec783dfe29f1a6ba01d - + https://github.com/dotnet/aspnetcore - 86705673c7e341c9a58d9a99d9d5192fb4329104 + bf288c40b3690f8b3db03ec783dfe29f1a6ba01d https://github.com/dotnet/aspnetcore - 86705673c7e341c9a58d9a99d9d5192fb4329104 + bf288c40b3690f8b3db03ec783dfe29f1a6ba01d - + https://github.com/dotnet/aspnetcore - 86705673c7e341c9a58d9a99d9d5192fb4329104 + bf288c40b3690f8b3db03ec783dfe29f1a6ba01d https://github.com/dotnet/efcore - ab94ac919b40460b586eb6a791dbc7e7a76e01ce + 15faabe9187b053f2643285290faaebfcfbbad71 - + https://github.com/dotnet/aspnetcore - 86705673c7e341c9a58d9a99d9d5192fb4329104 + bf288c40b3690f8b3db03ec783dfe29f1a6ba01d - + https://github.com/dotnet/aspnetcore - 86705673c7e341c9a58d9a99d9d5192fb4329104 + bf288c40b3690f8b3db03ec783dfe29f1a6ba01d - + https://github.com/dotnet/aspnetcore - 86705673c7e341c9a58d9a99d9d5192fb4329104 + bf288c40b3690f8b3db03ec783dfe29f1a6ba01d https://github.com/dotnet/test-templates @@ -87,22 +87,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 5432eba7563867117f5d237b6120d71a12455227 + 80cf11421cf36ace6ad95137e4e55cade6e655ba - + https://github.com/dotnet/sdk - 5432eba7563867117f5d237b6120d71a12455227 + 80cf11421cf36ace6ad95137e4e55cade6e655ba - + https://github.com/dotnet/winforms - 8bdd6c7dd3de9186ad5d246f343e2b6097dced12 + d74c71316d28fd757c4a0d06efd822211d2bdecf - + https://github.com/dotnet/wpf - 4f8e90d4ec473aaaffa1073ed14b7b444273a7b7 + 6c4051a419a3ae406196fa0f6fe6f848439551f3 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 2864ed041..5812ca2be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20513.8 + 5.0.0-rtm.20514.2 - 5.0.0-rtm.20513.6 + 5.0.0-rtm.20514.2 @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20514.5 - 5.0.0-rtm.20514.5 - 5.0.0-rtm.20514.5 - 5.0.0-rtm.20514.5 - 5.0.0-rtm.20514.5 + 5.0.0-rtm.20514.7 + 5.0.0-rtm.20514.7 + 5.0.0-rtm.20514.7 + 5.0.0-rtm.20514.7 + 5.0.0-rtm.20514.7 0.2.0 - 5.0.100-rtm.20514.15 - 5.0.100-rtm.20514.15 + 5.0.100-rtm.20514.17 + 5.0.100-rtm.20514.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20514.4 + 5.0.0-rtm.20514.6 5.0.0 5.0.0 5.0.0 @@ -77,7 +77,7 @@ - 5.0.0-rtm.20513.5 + 5.0.0-rtm.20514.3 5.0.0 5.0.0 From 7ac55f0fb65c3129471d2c3c7cdab59c04be9777 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 11:51:09 +0000 Subject: [PATCH 112/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8895) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.4 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20514.7 to 5.0.0-rtm.20514.8 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20514.7 to 5.0.0-rtm.20514.8 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20514.7 to 5.0.0-rtm.20514.8 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20514.7 to 5.0.0-rtm.20514.8 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20514.7 to 5.0.0-rtm.20514.8 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20514.2 to 5.0.0-rtm.20514.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20514.2 to 5.0.0-rtm.20514.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 5 +++-- eng/Version.Details.xml | 48 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 3 files changed, 37 insertions(+), 36 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6e16b5aa2..b8ad1fcf3 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,10 +6,11 @@ - + + - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27bafc617..f999d6a85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - 74ee93fe933025927b6d499e2eb8291c34d9eb97 + 7ba48d6495a74d8ebfd53269483eacf4b2249c49 - + https://github.com/dotnet/windowsdesktop - 74ee93fe933025927b6d499e2eb8291c34d9eb97 + 7ba48d6495a74d8ebfd53269483eacf4b2249c49 https://github.com/dotnet/windowsdesktop - 74ee93fe933025927b6d499e2eb8291c34d9eb97 + 7ba48d6495a74d8ebfd53269483eacf4b2249c49 https://github.com/dotnet/runtime @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - bf288c40b3690f8b3db03ec783dfe29f1a6ba01d + dd2754c2c956578ec02788713a1ebf1510f1cb5a - + https://github.com/dotnet/aspnetcore - bf288c40b3690f8b3db03ec783dfe29f1a6ba01d + dd2754c2c956578ec02788713a1ebf1510f1cb5a https://github.com/dotnet/aspnetcore - bf288c40b3690f8b3db03ec783dfe29f1a6ba01d + dd2754c2c956578ec02788713a1ebf1510f1cb5a - + https://github.com/dotnet/aspnetcore - bf288c40b3690f8b3db03ec783dfe29f1a6ba01d + dd2754c2c956578ec02788713a1ebf1510f1cb5a https://github.com/dotnet/efcore 15faabe9187b053f2643285290faaebfcfbbad71 - + https://github.com/dotnet/aspnetcore - bf288c40b3690f8b3db03ec783dfe29f1a6ba01d + dd2754c2c956578ec02788713a1ebf1510f1cb5a - + https://github.com/dotnet/aspnetcore - bf288c40b3690f8b3db03ec783dfe29f1a6ba01d + dd2754c2c956578ec02788713a1ebf1510f1cb5a - + https://github.com/dotnet/aspnetcore - bf288c40b3690f8b3db03ec783dfe29f1a6ba01d + dd2754c2c956578ec02788713a1ebf1510f1cb5a https://github.com/dotnet/test-templates @@ -87,22 +87,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 80cf11421cf36ace6ad95137e4e55cade6e655ba + 7e1b4a653b3a6c4dc9c402d5524e64e2bdb6a63e - + https://github.com/dotnet/sdk - 80cf11421cf36ace6ad95137e4e55cade6e655ba + 7e1b4a653b3a6c4dc9c402d5524e64e2bdb6a63e - + https://github.com/dotnet/winforms - d74c71316d28fd757c4a0d06efd822211d2bdecf + 9bbe8c1c63ee6dcd036bbf503f7ab70a2fc0ef98 - + https://github.com/dotnet/wpf - 6c4051a419a3ae406196fa0f6fe6f848439551f3 + 75ac545b17759200bb4e5de2ae2385a5d9d56df0 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 5812ca2be..7e39bec37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20514.2 + 5.0.0-rtm.20514.3 - 5.0.0-rtm.20514.2 + 5.0.0-rtm.20514.3 @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20514.7 - 5.0.0-rtm.20514.7 - 5.0.0-rtm.20514.7 - 5.0.0-rtm.20514.7 - 5.0.0-rtm.20514.7 + 5.0.0-rtm.20514.8 + 5.0.0-rtm.20514.8 + 5.0.0-rtm.20514.8 + 5.0.0-rtm.20514.8 + 5.0.0-rtm.20514.8 0.2.0 - 5.0.100-rtm.20514.17 - 5.0.100-rtm.20514.17 + 5.0.100-rtm.20515.1 + 5.0.100-rtm.20515.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.4 5.0.0 5.0.0 From f08d68eb00ba8a56024b776635ee31122635e630 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 13:01:35 +0000 Subject: [PATCH 113/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.2 (#8898) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20514.2 to 3.8.0-5.20515.7 (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 f999d6a85..11945a827 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 7e1b4a653b3a6c4dc9c402d5524e64e2bdb6a63e + 3c2c2b99efbf1810bb8063bab12f078d99f31629 - + https://github.com/dotnet/sdk - 7e1b4a653b3a6c4dc9c402d5524e64e2bdb6a63e + 3c2c2b99efbf1810bb8063bab12f078d99f31629 @@ -117,9 +117,9 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - e0d0c9263dd4d73c4e411fdb9d238901d8611836 + 713efb0e68d34ab75faaf709e071e5c2d8d4ed0e https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 7e39bec37..30ec2ce42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20515.1 - 5.0.100-rtm.20515.1 + 5.0.100-rtm.20515.2 + 5.0.100-rtm.20515.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d4436c7f87500c259d9d5956d0c87ede8797fb90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 14:33:18 +0000 Subject: [PATCH 114/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8900) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20514.4 to 5.0.0-rtm.20515.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20514.8 to 5.0.0-rtm.20515.2 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20514.8 to 5.0.0-rtm.20515.2 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 5.0.0 to 5.0.0 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20514.8 to 5.0.0-rtm.20515.2 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20514.8 to 5.0.0-rtm.20515.2 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20514.8 to 5.0.0-rtm.20515.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20514.3 to 5.0.0-rtm.20514.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 7 +++--- eng/Version.Details.xml | 50 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 3 files changed, 38 insertions(+), 39 deletions(-) diff --git a/NuGet.config b/NuGet.config index b8ad1fcf3..d14b49c65 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,11 +6,10 @@ - - + - - + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 11945a827..7b1e815d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - 7ba48d6495a74d8ebfd53269483eacf4b2249c49 + 24e2e1c096851c702055467f5e07ecc5c34452d0 - + https://github.com/dotnet/windowsdesktop - 7ba48d6495a74d8ebfd53269483eacf4b2249c49 + 24e2e1c096851c702055467f5e07ecc5c34452d0 https://github.com/dotnet/windowsdesktop - 7ba48d6495a74d8ebfd53269483eacf4b2249c49 + 24e2e1c096851c702055467f5e07ecc5c34452d0 https://github.com/dotnet/runtime @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - dd2754c2c956578ec02788713a1ebf1510f1cb5a + 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b - + https://github.com/dotnet/aspnetcore - dd2754c2c956578ec02788713a1ebf1510f1cb5a + 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b https://github.com/dotnet/aspnetcore - dd2754c2c956578ec02788713a1ebf1510f1cb5a + 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b - + https://github.com/dotnet/aspnetcore - dd2754c2c956578ec02788713a1ebf1510f1cb5a + 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b https://github.com/dotnet/efcore - 15faabe9187b053f2643285290faaebfcfbbad71 + 69c4c9d142882c71cf196d593a1786180abee181 - + https://github.com/dotnet/aspnetcore - dd2754c2c956578ec02788713a1ebf1510f1cb5a + 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b - + https://github.com/dotnet/aspnetcore - dd2754c2c956578ec02788713a1ebf1510f1cb5a + 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b - + https://github.com/dotnet/aspnetcore - dd2754c2c956578ec02788713a1ebf1510f1cb5a + 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b https://github.com/dotnet/test-templates @@ -87,22 +87,22 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 3c2c2b99efbf1810bb8063bab12f078d99f31629 + 7f3221d172e4f166d0a04a3f5a6d1f2ce2951753 - + https://github.com/dotnet/sdk - 3c2c2b99efbf1810bb8063bab12f078d99f31629 + 7f3221d172e4f166d0a04a3f5a6d1f2ce2951753 - + https://github.com/dotnet/winforms - 9bbe8c1c63ee6dcd036bbf503f7ab70a2fc0ef98 + 8794266e7b2c1dfa83e210849edabf80e6dd6981 - + https://github.com/dotnet/wpf - 75ac545b17759200bb4e5de2ae2385a5d9d56df0 + 8c2cdd65764db9a51f4eeea999946856aac534e9 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 30ec2ce42..09ff982e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.9 - 5.0.0-rtm.20514.3 + 5.0.0-rtm.20514.4 @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20514.8 - 5.0.0-rtm.20514.8 - 5.0.0-rtm.20514.8 - 5.0.0-rtm.20514.8 - 5.0.0-rtm.20514.8 + 5.0.0-rtm.20515.2 + 5.0.0-rtm.20515.2 + 5.0.0-rtm.20515.2 + 5.0.0-rtm.20515.2 + 5.0.0-rtm.20515.2 0.2.0 - 5.0.100-rtm.20515.2 - 5.0.100-rtm.20515.2 + 5.0.100-rtm.20515.4 + 5.0.100-rtm.20515.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20514.4 + 5.0.0-rtm.20515.1 5.0.0 5.0.0 From 5c083ea54bec7c7cc4bd35c2a7ed45b2cca5446f Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 15 Oct 2020 07:47:39 -0700 Subject: [PATCH 115/148] Update Versions.props (#8806) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 09ff982e5..00c039de2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -14,7 +14,7 @@ $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - false + true release From 2ba19643dab9e33f8e69162ab3b2e33a90ce9b48 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 18:37:14 +0000 Subject: [PATCH 116/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.5 (#8901) [release/5.0.1xx] 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 7b1e815d5..8150b0378 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating d4d84124255605c12ea1d1e918481a4fcee9b420 - + https://github.com/dotnet/sdk - 7f3221d172e4f166d0a04a3f5a6d1f2ce2951753 + d739478b12a66b988142e3a7e432dea32babcb12 - + https://github.com/dotnet/sdk - 7f3221d172e4f166d0a04a3f5a6d1f2ce2951753 + d739478b12a66b988142e3a7e432dea32babcb12 diff --git a/eng/Versions.props b/eng/Versions.props index 00c039de2..7983c4c20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20515.4 - 5.0.100-rtm.20515.4 + 5.0.100-rtm.20515.5 + 5.0.100-rtm.20515.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 229b45e555c328939dd7c89c149430731c15ba0e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 19:50:00 +0000 Subject: [PATCH 117/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.6 (#8902) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rtm.20509.1 to 5.0.0 (parent: Microsoft.NET.Sdk) --- NuGet.config | 1 + eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index d14b49c65..a7fc08822 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,6 +7,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8150b0378..d8896e174 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 - d4d84124255605c12ea1d1e918481a4fcee9b420 + 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - d739478b12a66b988142e3a7e432dea32babcb12 + e6a3642c36d17ddd262479d5da803e3f8658a1d1 - + https://github.com/dotnet/sdk - d739478b12a66b988142e3a7e432dea32babcb12 + e6a3642c36d17ddd262479d5da803e3f8658a1d1 diff --git a/eng/Versions.props b/eng/Versions.props index 7983c4c20..49bcedfde 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -31,7 +31,7 @@ - 5.0.0-rtm.20509.1 + 5.0.0 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20515.5 - 5.0.100-rtm.20515.5 + 5.0.100-rtm.20515.6 + 5.0.100-rtm.20515.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4d8282d4f3d1e9a804b8b4546d7c23aa6bb3e14b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 23:02:34 +0000 Subject: [PATCH 118/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.7 (#8904) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20515.2 to 5.0.0-rtm.20515.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20515.2 to 5.0.0-rtm.20515.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20515.2 to 5.0.0-rtm.20515.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20515.2 to 5.0.0-rtm.20515.6 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20515.2 to 5.0.0-rtm.20515.6 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index a7fc08822..425497ff8 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8896e174..acc8f8d30 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b + 753dad3e3fdc078a12543d52fb6b71348a4d092b - + https://github.com/dotnet/aspnetcore - 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b + 753dad3e3fdc078a12543d52fb6b71348a4d092b https://github.com/dotnet/aspnetcore - 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b + 753dad3e3fdc078a12543d52fb6b71348a4d092b - + https://github.com/dotnet/aspnetcore - 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b + 753dad3e3fdc078a12543d52fb6b71348a4d092b https://github.com/dotnet/efcore 69c4c9d142882c71cf196d593a1786180abee181 - + https://github.com/dotnet/aspnetcore - 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b + 753dad3e3fdc078a12543d52fb6b71348a4d092b - + https://github.com/dotnet/aspnetcore - 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b + 753dad3e3fdc078a12543d52fb6b71348a4d092b - + https://github.com/dotnet/aspnetcore - 8b66c99886a05ddd2ddb1ceda0d52f452c7e2a9b + 753dad3e3fdc078a12543d52fb6b71348a4d092b https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - e6a3642c36d17ddd262479d5da803e3f8658a1d1 + 6c78cba89d50dced9902b407d9faeffe1284aecd - + https://github.com/dotnet/sdk - e6a3642c36d17ddd262479d5da803e3f8658a1d1 + 6c78cba89d50dced9902b407d9faeffe1284aecd diff --git a/eng/Versions.props b/eng/Versions.props index 49bcedfde..b8af36030 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20515.2 - 5.0.0-rtm.20515.2 - 5.0.0-rtm.20515.2 - 5.0.0-rtm.20515.2 - 5.0.0-rtm.20515.2 + 5.0.0-rtm.20515.6 + 5.0.0-rtm.20515.6 + 5.0.0-rtm.20515.6 + 5.0.0-rtm.20515.6 + 5.0.0-rtm.20515.6 0.2.0 - 5.0.100-rtm.20515.6 - 5.0.100-rtm.20515.6 + 5.0.100-rtm.20515.7 + 5.0.100-rtm.20515.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1de1ab2209a4ee8198dd71edbc6f0ee374b460f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 00:06:21 +0000 Subject: [PATCH 119/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.9 (#8908) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20514.6 to 5.0.0-rtm.20515.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 425497ff8..3b98c1e47 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index acc8f8d30..02e4b035d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,23 +15,23 @@ https://github.com/dotnet/runtime - 2d8e19f1880c655bcc0994852f41b47341e2c566 + 25e8b0d01e5ad0154694b4b35c821e23bc09d412 - + https://github.com/dotnet/runtime - 2d8e19f1880c655bcc0994852f41b47341e2c566 + 25e8b0d01e5ad0154694b4b35c821e23bc09d412 https://github.com/dotnet/runtime - 2d8e19f1880c655bcc0994852f41b47341e2c566 + 25e8b0d01e5ad0154694b4b35c821e23bc09d412 https://github.com/dotnet/runtime - 2d8e19f1880c655bcc0994852f41b47341e2c566 + 25e8b0d01e5ad0154694b4b35c821e23bc09d412 https://github.com/dotnet/runtime - 2d8e19f1880c655bcc0994852f41b47341e2c566 + 25e8b0d01e5ad0154694b4b35c821e23bc09d412 @@ -41,7 +41,7 @@ https://github.com/dotnet/runtime - 2d8e19f1880c655bcc0994852f41b47341e2c566 + 25e8b0d01e5ad0154694b4b35c821e23bc09d412 https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 6c78cba89d50dced9902b407d9faeffe1284aecd + a8151696815170c6ece7bfc2157ee962fbcc6d1d - + https://github.com/dotnet/sdk - 6c78cba89d50dced9902b407d9faeffe1284aecd + a8151696815170c6ece7bfc2157ee962fbcc6d1d diff --git a/eng/Versions.props b/eng/Versions.props index b8af36030..97953417d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20515.7 - 5.0.100-rtm.20515.7 + 5.0.100-rtm.20515.9 + 5.0.100-rtm.20515.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20514.6 + 5.0.0-rtm.20515.3 5.0.0 5.0.0 5.0.0 From bbf16df81f79eac602f2fa9256e1f49d83719ba3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 01:21:35 +0000 Subject: [PATCH 120/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.10 (#8909) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20515.6 to 5.0.0-rtm.20515.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20515.6 to 5.0.0-rtm.20515.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20515.6 to 5.0.0-rtm.20515.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20515.6 to 5.0.0-rtm.20515.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20515.6 to 5.0.0-rtm.20515.7 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index 3b98c1e47..6c401da35 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 02e4b035d..4720f295a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - 753dad3e3fdc078a12543d52fb6b71348a4d092b + 73690b27aeb842a7f738782ee809af9b99f6f8fb - + https://github.com/dotnet/aspnetcore - 753dad3e3fdc078a12543d52fb6b71348a4d092b + 73690b27aeb842a7f738782ee809af9b99f6f8fb https://github.com/dotnet/aspnetcore - 753dad3e3fdc078a12543d52fb6b71348a4d092b + 73690b27aeb842a7f738782ee809af9b99f6f8fb - + https://github.com/dotnet/aspnetcore - 753dad3e3fdc078a12543d52fb6b71348a4d092b + 73690b27aeb842a7f738782ee809af9b99f6f8fb https://github.com/dotnet/efcore 69c4c9d142882c71cf196d593a1786180abee181 - + https://github.com/dotnet/aspnetcore - 753dad3e3fdc078a12543d52fb6b71348a4d092b + 73690b27aeb842a7f738782ee809af9b99f6f8fb - + https://github.com/dotnet/aspnetcore - 753dad3e3fdc078a12543d52fb6b71348a4d092b + 73690b27aeb842a7f738782ee809af9b99f6f8fb - + https://github.com/dotnet/aspnetcore - 753dad3e3fdc078a12543d52fb6b71348a4d092b + 73690b27aeb842a7f738782ee809af9b99f6f8fb https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - a8151696815170c6ece7bfc2157ee962fbcc6d1d + 5e8fde3935b3e7cd996c42860305ac66bced9e48 - + https://github.com/dotnet/sdk - a8151696815170c6ece7bfc2157ee962fbcc6d1d + 5e8fde3935b3e7cd996c42860305ac66bced9e48 diff --git a/eng/Versions.props b/eng/Versions.props index 97953417d..197ed058f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20515.6 - 5.0.0-rtm.20515.6 - 5.0.0-rtm.20515.6 - 5.0.0-rtm.20515.6 - 5.0.0-rtm.20515.6 + 5.0.0-rtm.20515.7 + 5.0.0-rtm.20515.7 + 5.0.0-rtm.20515.7 + 5.0.0-rtm.20515.7 + 5.0.0-rtm.20515.7 0.2.0 - 5.0.100-rtm.20515.9 - 5.0.100-rtm.20515.9 + 5.0.100-rtm.20515.10 + 5.0.100-rtm.20515.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 06bf1d19295fbb94337e4b47a2671bddd455ffcc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 03:14:06 +0000 Subject: [PATCH 121/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.12 (#8913) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20515.1 to 5.0.0-rtm.20515.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20514.9 to 5.0.0-rtm.20515.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20514.4 to 5.0.0-rtm.20515.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6c401da35..9e74a0176 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4720f295a..a33830ca9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - 24e2e1c096851c702055467f5e07ecc5c34452d0 + 11a9db9b3d1d86207e2e5bd89b5880cf3dd205fc - + https://github.com/dotnet/windowsdesktop - 24e2e1c096851c702055467f5e07ecc5c34452d0 + 11a9db9b3d1d86207e2e5bd89b5880cf3dd205fc https://github.com/dotnet/windowsdesktop - 24e2e1c096851c702055467f5e07ecc5c34452d0 + 11a9db9b3d1d86207e2e5bd89b5880cf3dd205fc https://github.com/dotnet/runtime @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 5e8fde3935b3e7cd996c42860305ac66bced9e48 + f424ace70ae0e98d1293010e4ea861c43fed40f7 - + https://github.com/dotnet/sdk - 5e8fde3935b3e7cd996c42860305ac66bced9e48 + f424ace70ae0e98d1293010e4ea861c43fed40f7 - + https://github.com/dotnet/winforms - 8794266e7b2c1dfa83e210849edabf80e6dd6981 + d812af0f2e589f5dde7c588ca76874daf1b47514 - + https://github.com/dotnet/wpf - 8c2cdd65764db9a51f4eeea999946856aac534e9 + 79755fb65ee7ba479b5cc5ffee101c1b1f6ad0df https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 197ed058f..bd6c7509b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20514.9 + 5.0.0-rtm.20515.1 - 5.0.0-rtm.20514.4 + 5.0.0-rtm.20515.1 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20515.10 - 5.0.100-rtm.20515.10 + 5.0.100-rtm.20515.12 + 5.0.100-rtm.20515.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20515.1 + 5.0.0-rtm.20515.2 5.0.0 5.0.0 From 09bb29fc4284d442029de032fbe1b3424f0f636b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 04:23:20 +0000 Subject: [PATCH 122/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.13 (#8916) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20515.7 to 3.8.0-5.20515.13 (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 a33830ca9..5fbf2f3da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - f424ace70ae0e98d1293010e4ea861c43fed40f7 + 489bb40e811194721f5ee394dd1999af42dbdae0 - + https://github.com/dotnet/sdk - f424ace70ae0e98d1293010e4ea861c43fed40f7 + 489bb40e811194721f5ee394dd1999af42dbdae0 @@ -117,9 +117,9 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - 713efb0e68d34ab75faaf709e071e5c2d8d4ed0e + 620504581b7797fa75aa982956715bb8ae2a8857 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index bd6c7509b..8ea09bf47 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20515.12 - 5.0.100-rtm.20515.12 + 5.0.100-rtm.20515.13 + 5.0.100-rtm.20515.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6fbb02fb638c65577128e97d932f1ed86df16d03 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 05:18:12 +0000 Subject: [PATCH 123/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.14 (#8917) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20515.7 to 5.0.0-rtm.20515.12 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20515.7 to 5.0.0-rtm.20515.12 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 5.0.0 to 5.0.0 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20515.7 to 5.0.0-rtm.20515.12 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20515.7 to 5.0.0-rtm.20515.12 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20515.7 to 5.0.0-rtm.20515.12 (parent: Microsoft.NET.Sdk) --- NuGet.config | 4 ++-- eng/Version.Details.xml | 34 +++++++++++++++++----------------- eng/Versions.props | 14 +++++++------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9e74a0176..142ed2848 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,8 +9,8 @@ - - + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5fbf2f3da..5a9e759af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - 73690b27aeb842a7f738782ee809af9b99f6f8fb + 5f2390b990337b958fd9f96467a16111cd422e87 - + https://github.com/dotnet/aspnetcore - 73690b27aeb842a7f738782ee809af9b99f6f8fb + 5f2390b990337b958fd9f96467a16111cd422e87 https://github.com/dotnet/aspnetcore - 73690b27aeb842a7f738782ee809af9b99f6f8fb + 5f2390b990337b958fd9f96467a16111cd422e87 - + https://github.com/dotnet/aspnetcore - 73690b27aeb842a7f738782ee809af9b99f6f8fb + 5f2390b990337b958fd9f96467a16111cd422e87 https://github.com/dotnet/efcore - 69c4c9d142882c71cf196d593a1786180abee181 + bfee0105362d4d155a3892ecf50fcff22b653b01 - + https://github.com/dotnet/aspnetcore - 73690b27aeb842a7f738782ee809af9b99f6f8fb + 5f2390b990337b958fd9f96467a16111cd422e87 - + https://github.com/dotnet/aspnetcore - 73690b27aeb842a7f738782ee809af9b99f6f8fb + 5f2390b990337b958fd9f96467a16111cd422e87 - + https://github.com/dotnet/aspnetcore - 73690b27aeb842a7f738782ee809af9b99f6f8fb + 5f2390b990337b958fd9f96467a16111cd422e87 https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 489bb40e811194721f5ee394dd1999af42dbdae0 + 288fab28f0849522f544798427f0c05bba7e987b - + https://github.com/dotnet/sdk - 489bb40e811194721f5ee394dd1999af42dbdae0 + 288fab28f0849522f544798427f0c05bba7e987b diff --git a/eng/Versions.props b/eng/Versions.props index 8ea09bf47..68967f7eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20515.7 - 5.0.0-rtm.20515.7 - 5.0.0-rtm.20515.7 - 5.0.0-rtm.20515.7 - 5.0.0-rtm.20515.7 + 5.0.0-rtm.20515.12 + 5.0.0-rtm.20515.12 + 5.0.0-rtm.20515.12 + 5.0.0-rtm.20515.12 + 5.0.0-rtm.20515.12 0.2.0 - 5.0.100-rtm.20515.13 - 5.0.100-rtm.20515.13 + 5.0.100-rtm.20515.14 + 5.0.100-rtm.20515.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 772a9c84d1dd97c808327f9ba03bb7df49bae5ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 08:10:13 +0000 Subject: [PATCH 124/148] Update dependencies from https://github.com/dotnet/sdk build 20201015.15 (#8919) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20515.12 to 5.0.0-rtm.20515.13 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20515.12 to 5.0.0-rtm.20515.13 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20515.12 to 5.0.0-rtm.20515.13 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20515.12 to 5.0.0-rtm.20515.13 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20515.12 to 5.0.0-rtm.20515.13 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index 142ed2848..fa3e7c940 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a9e759af..fb63601c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - 5f2390b990337b958fd9f96467a16111cd422e87 + d052b228748ff865b9c8148ac0c7218ebffaae39 - + https://github.com/dotnet/aspnetcore - 5f2390b990337b958fd9f96467a16111cd422e87 + d052b228748ff865b9c8148ac0c7218ebffaae39 https://github.com/dotnet/aspnetcore - 5f2390b990337b958fd9f96467a16111cd422e87 + d052b228748ff865b9c8148ac0c7218ebffaae39 - + https://github.com/dotnet/aspnetcore - 5f2390b990337b958fd9f96467a16111cd422e87 + d052b228748ff865b9c8148ac0c7218ebffaae39 https://github.com/dotnet/efcore bfee0105362d4d155a3892ecf50fcff22b653b01 - + https://github.com/dotnet/aspnetcore - 5f2390b990337b958fd9f96467a16111cd422e87 + d052b228748ff865b9c8148ac0c7218ebffaae39 - + https://github.com/dotnet/aspnetcore - 5f2390b990337b958fd9f96467a16111cd422e87 + d052b228748ff865b9c8148ac0c7218ebffaae39 - + https://github.com/dotnet/aspnetcore - 5f2390b990337b958fd9f96467a16111cd422e87 + d052b228748ff865b9c8148ac0c7218ebffaae39 https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 288fab28f0849522f544798427f0c05bba7e987b + a29e1997f62ad86462f8c4a89123feebeb39f3fc - + https://github.com/dotnet/sdk - 288fab28f0849522f544798427f0c05bba7e987b + a29e1997f62ad86462f8c4a89123feebeb39f3fc diff --git a/eng/Versions.props b/eng/Versions.props index 68967f7eb..7676b0b6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20515.12 - 5.0.0-rtm.20515.12 - 5.0.0-rtm.20515.12 - 5.0.0-rtm.20515.12 - 5.0.0-rtm.20515.12 + 5.0.0-rtm.20515.13 + 5.0.0-rtm.20515.13 + 5.0.0-rtm.20515.13 + 5.0.0-rtm.20515.13 + 5.0.0-rtm.20515.13 0.2.0 - 5.0.100-rtm.20515.14 - 5.0.100-rtm.20515.14 + 5.0.100-rtm.20515.15 + 5.0.100-rtm.20515.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 98e510a075878db1a2d591bd5f4df57ac9d153c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 09:07:06 +0000 Subject: [PATCH 125/148] Update dependencies from https://github.com/dotnet/sdk build 20201016.1 (#8920) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20515.13 to 3.8.0-5.20516.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 fb63601c0..7ccefe94c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - a29e1997f62ad86462f8c4a89123feebeb39f3fc + 77d3430ad8dcb204ce50cbee3caf0ec9001f2a8d - + https://github.com/dotnet/sdk - a29e1997f62ad86462f8c4a89123feebeb39f3fc + 77d3430ad8dcb204ce50cbee3caf0ec9001f2a8d @@ -117,9 +117,9 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - 620504581b7797fa75aa982956715bb8ae2a8857 + 5fad08ef408ec0f001fa8bdd89f54b5767af1cb6 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 7676b0b6c..91e2e57f7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20515.15 - 5.0.100-rtm.20515.15 + 5.0.100-rtm.20516.1 + 5.0.100-rtm.20516.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e172840a275916f4232f07a56f067d079beab866 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:58:33 +0000 Subject: [PATCH 126/148] Update dependencies from https://github.com/dotnet/sdk build 20201016.3 (#8921) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20515.13 to 5.0.0-rtm.20515.15 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20515.13 to 5.0.0-rtm.20515.15 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 5.0.0 to 5.0.0 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20515.13 to 5.0.0-rtm.20515.15 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20515.13 to 5.0.0-rtm.20515.15 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20515.13 to 5.0.0-rtm.20515.15 (parent: Microsoft.NET.Sdk) --- NuGet.config | 4 ++-- eng/Version.Details.xml | 34 +++++++++++++++++----------------- eng/Versions.props | 14 +++++++------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/NuGet.config b/NuGet.config index fa3e7c940..2b42ab9de 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,8 +9,8 @@ - - + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ccefe94c..ffe20cd25 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - d052b228748ff865b9c8148ac0c7218ebffaae39 + cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 - + https://github.com/dotnet/aspnetcore - d052b228748ff865b9c8148ac0c7218ebffaae39 + cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 https://github.com/dotnet/aspnetcore - d052b228748ff865b9c8148ac0c7218ebffaae39 + cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 - + https://github.com/dotnet/aspnetcore - d052b228748ff865b9c8148ac0c7218ebffaae39 + cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 https://github.com/dotnet/efcore - bfee0105362d4d155a3892ecf50fcff22b653b01 + 3c662376043f1b3e461c9aa119c41bf099021520 - + https://github.com/dotnet/aspnetcore - d052b228748ff865b9c8148ac0c7218ebffaae39 + cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 - + https://github.com/dotnet/aspnetcore - d052b228748ff865b9c8148ac0c7218ebffaae39 + cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 - + https://github.com/dotnet/aspnetcore - d052b228748ff865b9c8148ac0c7218ebffaae39 + cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 77d3430ad8dcb204ce50cbee3caf0ec9001f2a8d + 3ee888d7a5a91bbb7cba0fdf4e01d9b6417a6d8c - + https://github.com/dotnet/sdk - 77d3430ad8dcb204ce50cbee3caf0ec9001f2a8d + 3ee888d7a5a91bbb7cba0fdf4e01d9b6417a6d8c diff --git a/eng/Versions.props b/eng/Versions.props index 91e2e57f7..65daec007 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20515.13 - 5.0.0-rtm.20515.13 - 5.0.0-rtm.20515.13 - 5.0.0-rtm.20515.13 - 5.0.0-rtm.20515.13 + 5.0.0-rtm.20515.15 + 5.0.0-rtm.20515.15 + 5.0.0-rtm.20515.15 + 5.0.0-rtm.20515.15 + 5.0.0-rtm.20515.15 0.2.0 - 5.0.100-rtm.20516.1 - 5.0.100-rtm.20516.1 + 5.0.100-rtm.20516.3 + 5.0.100-rtm.20516.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1c957f74b60358f85d508672f98dad722c6bf45a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 05:07:25 +0000 Subject: [PATCH 127/148] Update dependencies from https://github.com/dotnet/sdk build 20201016.13 (#8928) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20515.2 to 5.0.0-rtm.20516.2 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20515.1 to 5.0.0-rtm.20516.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20515.1 to 5.0.0-rtm.20516.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 2b42ab9de..e90232fd6 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ffe20cd25..61bf484ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - 11a9db9b3d1d86207e2e5bd89b5880cf3dd205fc + fa1a405b0e7f463bcf003d0d6aa8f082f7b4a5e8 - + https://github.com/dotnet/windowsdesktop - 11a9db9b3d1d86207e2e5bd89b5880cf3dd205fc + fa1a405b0e7f463bcf003d0d6aa8f082f7b4a5e8 https://github.com/dotnet/windowsdesktop - 11a9db9b3d1d86207e2e5bd89b5880cf3dd205fc + fa1a405b0e7f463bcf003d0d6aa8f082f7b4a5e8 https://github.com/dotnet/runtime @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 3ee888d7a5a91bbb7cba0fdf4e01d9b6417a6d8c + 57f5fa85fe32d0c45c81cf87edd98f3f719de10a - + https://github.com/dotnet/sdk - 3ee888d7a5a91bbb7cba0fdf4e01d9b6417a6d8c + 57f5fa85fe32d0c45c81cf87edd98f3f719de10a - + https://github.com/dotnet/winforms - d812af0f2e589f5dde7c588ca76874daf1b47514 + 1dbf962b7a1504b94b62d82fac9198d2351fca04 - + https://github.com/dotnet/wpf - 79755fb65ee7ba479b5cc5ffee101c1b1f6ad0df + 4109f80257c34327db6d71a44d2c70f744164cf4 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 65daec007..9a018a37e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20515.1 + 5.0.0-rtm.20516.3 - 5.0.0-rtm.20515.1 + 5.0.0-rtm.20516.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20516.3 - 5.0.100-rtm.20516.3 + 5.0.100-rtm.20516.13 + 5.0.100-rtm.20516.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20515.2 + 5.0.0-rtm.20516.2 5.0.0 5.0.0 From e2bfc6e6d7fa7ad8895034fc2056fc538d5491f9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 06:41:57 +0000 Subject: [PATCH 128/148] Update dependencies from https://github.com/dotnet/sdk build 20201016.15 (#8929) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20516.2 to 3.8.0-5.20517.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 61bf484ab..282e28913 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 57f5fa85fe32d0c45c81cf87edd98f3f719de10a + 0c68e77bcf5e1f32f45621be426d133b0d75018f - + https://github.com/dotnet/sdk - 57f5fa85fe32d0c45c81cf87edd98f3f719de10a + 0c68e77bcf5e1f32f45621be426d133b0d75018f @@ -117,9 +117,9 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - 5fad08ef408ec0f001fa8bdd89f54b5767af1cb6 + ab3e567a9d1e5313960bf6ed1d4ba91668a0ce89 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 9a018a37e..1655f9cf6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20516.13 - 5.0.100-rtm.20516.13 + 5.0.100-rtm.20516.15 + 5.0.100-rtm.20516.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1af4b27352ac66d50ad06ef6096f685a04cd1a77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 07:30:08 +0000 Subject: [PATCH 129/148] Update dependencies from https://github.com/dotnet/sdk build 20201016.17 (#8930) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20516.2 to 5.0.0-rtm.20516.3 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20516.3 to 5.0.0-rtm.20516.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20516.3 to 5.0.0-rtm.20516.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index e90232fd6..15b3c7d9e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 282e28913..4ea5c38b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - fa1a405b0e7f463bcf003d0d6aa8f082f7b4a5e8 + 2a91066e620ec0eaca86f5072b12e396c4493392 - + https://github.com/dotnet/windowsdesktop - fa1a405b0e7f463bcf003d0d6aa8f082f7b4a5e8 + 2a91066e620ec0eaca86f5072b12e396c4493392 https://github.com/dotnet/windowsdesktop - fa1a405b0e7f463bcf003d0d6aa8f082f7b4a5e8 + 2a91066e620ec0eaca86f5072b12e396c4493392 https://github.com/dotnet/runtime @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 0c68e77bcf5e1f32f45621be426d133b0d75018f + 031dec4ae4208904bb7f0ff2579107b911ad3e54 - + https://github.com/dotnet/sdk - 0c68e77bcf5e1f32f45621be426d133b0d75018f + 031dec4ae4208904bb7f0ff2579107b911ad3e54 - + https://github.com/dotnet/winforms - 1dbf962b7a1504b94b62d82fac9198d2351fca04 + ab7a8c5759d663b8ff71c1f5f53d21c669b2a922 - + https://github.com/dotnet/wpf - 4109f80257c34327db6d71a44d2c70f744164cf4 + 6a77121d87856ce9d6a92b5a7914ce8bbc357487 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 1655f9cf6..4cd2904ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20516.3 + 5.0.0-rtm.20516.4 - 5.0.0-rtm.20516.3 + 5.0.0-rtm.20516.5 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20516.15 - 5.0.100-rtm.20516.15 + 5.0.100-rtm.20516.17 + 5.0.100-rtm.20516.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20516.2 + 5.0.0-rtm.20516.3 5.0.0 5.0.0 From 40bba0deba54f451ca1eb43afe1feb0aa22b9682 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 22:59:54 +0000 Subject: [PATCH 130/148] Update dependencies from https://github.com/dotnet/sdk build 20201017.4 (#8935) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20517.2 to 3.8.0-5.20517.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 4ea5c38b4..966f76a47 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 031dec4ae4208904bb7f0ff2579107b911ad3e54 + 82908877fbf51cd2c0f8cf0eddabe83742e1db11 - + https://github.com/dotnet/sdk - 031dec4ae4208904bb7f0ff2579107b911ad3e54 + 82908877fbf51cd2c0f8cf0eddabe83742e1db11 @@ -117,9 +117,9 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - ab3e567a9d1e5313960bf6ed1d4ba91668a0ce89 + 28ebca3eaa47742419ba567c54aa0bbf12d82257 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 4cd2904ff..4d1155499 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20516.17 - 5.0.100-rtm.20516.17 + 5.0.100-rtm.20517.4 + 5.0.100-rtm.20517.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 816f9564af63e2bf22bc8aeb8928506788802078 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 01:28:17 +0000 Subject: [PATCH 131/148] Update dependencies from https://github.com/dotnet/sdk build 20201017.6 (#8936) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20517.10 to 3.8.0-5.20517.14 (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 966f76a47..169ac65ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 82908877fbf51cd2c0f8cf0eddabe83742e1db11 + e824ed361e3404b96ffe559149bab216ed9f5ed4 - + https://github.com/dotnet/sdk - 82908877fbf51cd2c0f8cf0eddabe83742e1db11 + e824ed361e3404b96ffe559149bab216ed9f5ed4 @@ -117,9 +117,9 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - 28ebca3eaa47742419ba567c54aa0bbf12d82257 + 6512635c6e366ecf451dadafa55c98a96db590d3 https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 4d1155499..98322d3e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20517.4 - 5.0.100-rtm.20517.4 + 5.0.100-rtm.20517.6 + 5.0.100-rtm.20517.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0a99179c92348f9918f79e9aa211f1fc1d868ece Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 02:15:39 +0000 Subject: [PATCH 132/148] Update dependencies from https://github.com/dotnet/sdk build 20201017.7 (#8937) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20515.3 to 5.0.0-rtm.20517.6 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 15b3c7d9e..8c2089784 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 169ac65ea..4bc88800a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,23 +15,23 @@ https://github.com/dotnet/runtime - 25e8b0d01e5ad0154694b4b35c821e23bc09d412 + 25c7409c0e2a8980f09ab2e4c3ad330b633582ec - + https://github.com/dotnet/runtime - 25e8b0d01e5ad0154694b4b35c821e23bc09d412 + 25c7409c0e2a8980f09ab2e4c3ad330b633582ec https://github.com/dotnet/runtime - 25e8b0d01e5ad0154694b4b35c821e23bc09d412 + 25c7409c0e2a8980f09ab2e4c3ad330b633582ec https://github.com/dotnet/runtime - 25e8b0d01e5ad0154694b4b35c821e23bc09d412 + 25c7409c0e2a8980f09ab2e4c3ad330b633582ec https://github.com/dotnet/runtime - 25e8b0d01e5ad0154694b4b35c821e23bc09d412 + 25c7409c0e2a8980f09ab2e4c3ad330b633582ec @@ -41,7 +41,7 @@ https://github.com/dotnet/runtime - 25e8b0d01e5ad0154694b4b35c821e23bc09d412 + 25c7409c0e2a8980f09ab2e4c3ad330b633582ec https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - e824ed361e3404b96ffe559149bab216ed9f5ed4 + c6f878ac0e3381a1e9dc8afecb5e3b0709d6c16d - + https://github.com/dotnet/sdk - e824ed361e3404b96ffe559149bab216ed9f5ed4 + c6f878ac0e3381a1e9dc8afecb5e3b0709d6c16d diff --git a/eng/Versions.props b/eng/Versions.props index 98322d3e2..4e1abb925 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20517.6 - 5.0.100-rtm.20517.6 + 5.0.100-rtm.20517.7 + 5.0.100-rtm.20517.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20515.3 + 5.0.0-rtm.20517.6 5.0.0 5.0.0 5.0.0 From 2887c6aab273152abe6909f2f61eecef5139984e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 06:04:48 +0000 Subject: [PATCH 133/148] Update dependencies from https://github.com/dotnet/sdk build 20201017.8 (#8938) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20515.15 to 5.0.0-rtm.20517.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20515.15 to 5.0.0-rtm.20517.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20515.15 to 5.0.0-rtm.20517.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20515.15 to 5.0.0-rtm.20517.6 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20515.15 to 5.0.0-rtm.20517.6 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index 8c2089784..996ad666b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4bc88800a..c91702b73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 + 145c51bf60467efb00efe0d58111a8e729c632da - + https://github.com/dotnet/aspnetcore - cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 + 145c51bf60467efb00efe0d58111a8e729c632da https://github.com/dotnet/aspnetcore - cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 + 145c51bf60467efb00efe0d58111a8e729c632da - + https://github.com/dotnet/aspnetcore - cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 + 145c51bf60467efb00efe0d58111a8e729c632da https://github.com/dotnet/efcore 3c662376043f1b3e461c9aa119c41bf099021520 - + https://github.com/dotnet/aspnetcore - cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 + 145c51bf60467efb00efe0d58111a8e729c632da - + https://github.com/dotnet/aspnetcore - cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 + 145c51bf60467efb00efe0d58111a8e729c632da - + https://github.com/dotnet/aspnetcore - cee17d5b3b6b23e73a8beaaf4d828726a6181fd2 + 145c51bf60467efb00efe0d58111a8e729c632da https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - c6f878ac0e3381a1e9dc8afecb5e3b0709d6c16d + dfc7436877813428f1fa25167104bdb2fa6e72da - + https://github.com/dotnet/sdk - c6f878ac0e3381a1e9dc8afecb5e3b0709d6c16d + dfc7436877813428f1fa25167104bdb2fa6e72da diff --git a/eng/Versions.props b/eng/Versions.props index 4e1abb925..2b09a6659 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20515.15 - 5.0.0-rtm.20515.15 - 5.0.0-rtm.20515.15 - 5.0.0-rtm.20515.15 - 5.0.0-rtm.20515.15 + 5.0.0-rtm.20517.6 + 5.0.0-rtm.20517.6 + 5.0.0-rtm.20517.6 + 5.0.0-rtm.20517.6 + 5.0.0-rtm.20517.6 0.2.0 - 5.0.100-rtm.20517.7 - 5.0.100-rtm.20517.7 + 5.0.100-rtm.20517.8 + 5.0.100-rtm.20517.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 18567fe50e4b1137b4a9f4d6bb9217739ca343d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 02:00:28 +0000 Subject: [PATCH 134/148] Update dependencies from https://github.com/dotnet/sdk build 20201018.2 (#8939) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20516.3 to 5.0.0-rtm.20518.1 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20517.6 to 5.0.0-rtm.20517.7 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20517.6 to 5.0.0-rtm.20517.7 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 5.0.0 to 5.0.0 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20517.6 to 5.0.0-rtm.20517.7 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20517.6 to 5.0.0-rtm.20517.7 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20517.6 to 5.0.0-rtm.20517.7 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20516.4 to 5.0.0-rtm.20517.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20516.5 to 5.0.0-rtm.20518.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 6 ++--- eng/Version.Details.xml | 50 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/NuGet.config b/NuGet.config index 996ad666b..92de1df26 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,11 +6,11 @@ - + - - + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c91702b73..46f07f0fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - 2a91066e620ec0eaca86f5072b12e396c4493392 + a67e725ee39c6ea7f50a94703ef90636c9caac0b - + https://github.com/dotnet/windowsdesktop - 2a91066e620ec0eaca86f5072b12e396c4493392 + a67e725ee39c6ea7f50a94703ef90636c9caac0b https://github.com/dotnet/windowsdesktop - 2a91066e620ec0eaca86f5072b12e396c4493392 + a67e725ee39c6ea7f50a94703ef90636c9caac0b https://github.com/dotnet/runtime @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - 145c51bf60467efb00efe0d58111a8e729c632da + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 - + https://github.com/dotnet/aspnetcore - 145c51bf60467efb00efe0d58111a8e729c632da + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 https://github.com/dotnet/aspnetcore - 145c51bf60467efb00efe0d58111a8e729c632da + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 - + https://github.com/dotnet/aspnetcore - 145c51bf60467efb00efe0d58111a8e729c632da + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 https://github.com/dotnet/efcore - 3c662376043f1b3e461c9aa119c41bf099021520 + 4d184495abbeab2007484793c14d495eb4e11492 - + https://github.com/dotnet/aspnetcore - 145c51bf60467efb00efe0d58111a8e729c632da + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 - + https://github.com/dotnet/aspnetcore - 145c51bf60467efb00efe0d58111a8e729c632da + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 - + https://github.com/dotnet/aspnetcore - 145c51bf60467efb00efe0d58111a8e729c632da + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 https://github.com/dotnet/test-templates @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - dfc7436877813428f1fa25167104bdb2fa6e72da + b8f5a7b99d29683e4310d594b8e8398ee46792e4 - + https://github.com/dotnet/sdk - dfc7436877813428f1fa25167104bdb2fa6e72da + b8f5a7b99d29683e4310d594b8e8398ee46792e4 - + https://github.com/dotnet/winforms - ab7a8c5759d663b8ff71c1f5f53d21c669b2a922 + 1b0c7b92e8f26a1e91136d151d6432b203a483da - + https://github.com/dotnet/wpf - 6a77121d87856ce9d6a92b5a7914ce8bbc357487 + b7c4425f759c62b58faac6c1f946e37e6c8b9d3d https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 2b09a6659..1607e9b37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20516.4 + 5.0.0-rtm.20517.1 - 5.0.0-rtm.20516.5 + 5.0.0-rtm.20518.1 @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20517.6 - 5.0.0-rtm.20517.6 - 5.0.0-rtm.20517.6 - 5.0.0-rtm.20517.6 - 5.0.0-rtm.20517.6 + 5.0.0-rtm.20517.7 + 5.0.0-rtm.20517.7 + 5.0.0-rtm.20517.7 + 5.0.0-rtm.20517.7 + 5.0.0-rtm.20517.7 0.2.0 - 5.0.100-rtm.20517.8 - 5.0.100-rtm.20517.8 + 5.0.100-rtm.20518.2 + 5.0.100-rtm.20518.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20516.3 + 5.0.0-rtm.20518.1 5.0.0 5.0.0 From fe9d2ce25caf963b5ea9d10ce79fdce336d22f1c Mon Sep 17 00:00:00 2001 From: Manodasan Wignarajah Date: Tue, 20 Oct 2020 13:46:52 -0700 Subject: [PATCH 135/148] Update ManualVersions.props (#8949) --- eng/ManualVersions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/ManualVersions.props b/eng/ManualVersions.props index 7f5aa6a66..a5b100458 100644 --- a/eng/ManualVersions.props +++ b/eng/ManualVersions.props @@ -9,8 +9,8 @@ Basically: In this file, choose the highest version when resolving merge conflicts. --> - 10.0.17763.7 - 10.0.18362.7 - 10.0.19041.7 + 10.0.17763.10 + 10.0.18362.10 + 10.0.19041.10 From 670bc57d0dcb4a754a223df69ea4d7c7e51ca867 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 23:41:25 +0000 Subject: [PATCH 136/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8948) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20518.1 to 5.0.0-rtm.20520.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20517.6 to 5.0.0-rtm.20519.4 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20517.1 to 5.0.0-rtm.20520.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20518.1 to 5.0.0-rtm.20520.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.Net.Compilers.Toolset: from 3.8.0-5.20517.14 to 3.8.0-5.20519.18 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.8.0-preview-20475-05 to 16.8.0-preview-20515-06 (parent: Microsoft.NET.Sdk) --- NuGet.config | 4 ++-- eng/Version.Details.xml | 46 ++++++++++++++++++++--------------------- eng/Versions.props | 12 +++++------ 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/NuGet.config b/NuGet.config index 92de1df26..6023dcbdd 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,9 +6,9 @@ - + - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 46f07f0fe..98868f117 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,35 +3,35 @@ https://github.com/dotnet/windowsdesktop - a67e725ee39c6ea7f50a94703ef90636c9caac0b + ec2af60c1eb8b2665745750f6445b3ff133178fb - + https://github.com/dotnet/windowsdesktop - a67e725ee39c6ea7f50a94703ef90636c9caac0b + ec2af60c1eb8b2665745750f6445b3ff133178fb https://github.com/dotnet/windowsdesktop - a67e725ee39c6ea7f50a94703ef90636c9caac0b + ec2af60c1eb8b2665745750f6445b3ff133178fb https://github.com/dotnet/runtime - 25c7409c0e2a8980f09ab2e4c3ad330b633582ec + cf258a14b70ad9069470a108f13765e0e5988f51 - + https://github.com/dotnet/runtime - 25c7409c0e2a8980f09ab2e4c3ad330b633582ec + cf258a14b70ad9069470a108f13765e0e5988f51 https://github.com/dotnet/runtime - 25c7409c0e2a8980f09ab2e4c3ad330b633582ec + cf258a14b70ad9069470a108f13765e0e5988f51 https://github.com/dotnet/runtime - 25c7409c0e2a8980f09ab2e4c3ad330b633582ec + cf258a14b70ad9069470a108f13765e0e5988f51 https://github.com/dotnet/runtime - 25c7409c0e2a8980f09ab2e4c3ad330b633582ec + cf258a14b70ad9069470a108f13765e0e5988f51 @@ -41,7 +41,7 @@ https://github.com/dotnet/runtime - 25c7409c0e2a8980f09ab2e4c3ad330b633582ec + cf258a14b70ad9069470a108f13765e0e5988f51 https://github.com/dotnet/aspnetcore @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - b8f5a7b99d29683e4310d594b8e8398ee46792e4 + dd059ef5fb144054e69f4df7dd9baa633544fc83 - + https://github.com/dotnet/sdk - b8f5a7b99d29683e4310d594b8e8398ee46792e4 + dd059ef5fb144054e69f4df7dd9baa633544fc83 - + https://github.com/dotnet/winforms - 1b0c7b92e8f26a1e91136d151d6432b203a483da + 30738f0987bdccb72f705af705521051fe141a46 - + https://github.com/dotnet/wpf - b7c4425f759c62b58faac6c1f946e37e6c8b9d3d + 9e81b0885121e9958e48895ae48be9639a396528 https://github.com/dotnet/fsharp @@ -117,13 +117,13 @@ e792d61a0ead2f6422b4c9af651c1128d978d454 linker - + https://github.com/dotnet/roslyn - 6512635c6e366ecf451dadafa55c98a96db590d3 + 4c195c3ac1974edcefa76774d7a59a2350ec55fa - + https://github.com/dotnet/msbuild - aed5e7ed0b7e031d3e486c63b206902bf825b128 + c99159c8c8a9672a6b677fd2f734aaf1d46e2981 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 1607e9b37..3e602fc5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20517.1 + 5.0.0-rtm.20520.1 - 5.0.0-rtm.20518.1 + 5.0.0-rtm.20520.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20518.2 - 5.0.100-rtm.20518.2 + 5.0.100-rtm.20520.11 + 5.0.100-rtm.20520.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20517.6 + 5.0.0-rtm.20519.4 5.0.0 5.0.0 5.0.0 @@ -77,7 +77,7 @@ - 5.0.0-rtm.20518.1 + 5.0.0-rtm.20520.1 5.0.0 5.0.0 From dcd9ffb1717d85701fe3c5f02b9533d56561da85 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 05:51:21 -0700 Subject: [PATCH 137/148] [release/5.0.1xx] Update dependencies from dotnet/sdk (#8950) * Update dependencies from https://github.com/dotnet/sdk build 20201020.10 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-rtm.20520.11 -> To Version 5.0.100-rtm.20520.10 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 5.0.0 -> To Version 5.0.0 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20201020.12 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-rtm.20520.11 -> To Version 5.0.100-rtm.20520.12 Dependency coherency updates Microsoft.Build From Version 16.8.0-preview-20515-06 -> To Version 16.8.0 (parent: Microsoft.NET.Sdk * Update dependencies from https://github.com/dotnet/sdk build 20201021.1 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-rtm.20520.11 -> To Version 5.0.100-rtm.20521.1 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0,Microsoft.EntityFrameworkCore,Microsoft.AspNetCore.App.Runtime.win-x64,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.Build From Version 5.0.0 -> To Version 5.0.0 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 7 +++--- eng/Version.Details.xml | 54 ++++++++++++++++++++--------------------- eng/Versions.props | 20 +++++++-------- 3 files changed, 41 insertions(+), 40 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6023dcbdd..1d7531488 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,11 +6,12 @@ - + - - + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 98868f117..86d5a8658 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - ec2af60c1eb8b2665745750f6445b3ff133178fb + a67e725ee39c6ea7f50a94703ef90636c9caac0b - + https://github.com/dotnet/windowsdesktop - ec2af60c1eb8b2665745750f6445b3ff133178fb + a67e725ee39c6ea7f50a94703ef90636c9caac0b https://github.com/dotnet/windowsdesktop - ec2af60c1eb8b2665745750f6445b3ff133178fb + a67e725ee39c6ea7f50a94703ef90636c9caac0b https://github.com/dotnet/runtime @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 + 074069f9c9b0dff8e52eb640b2cc998cecf50b8e - + https://github.com/dotnet/aspnetcore - c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 + 074069f9c9b0dff8e52eb640b2cc998cecf50b8e https://github.com/dotnet/aspnetcore - c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 + 074069f9c9b0dff8e52eb640b2cc998cecf50b8e - + https://github.com/dotnet/aspnetcore - c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 + 074069f9c9b0dff8e52eb640b2cc998cecf50b8e https://github.com/dotnet/efcore - 4d184495abbeab2007484793c14d495eb4e11492 + 73566d1fb936ebccd9e8c476fb286ffd451bdd46 - + https://github.com/dotnet/aspnetcore - c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 + 074069f9c9b0dff8e52eb640b2cc998cecf50b8e - + https://github.com/dotnet/aspnetcore - c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 + 074069f9c9b0dff8e52eb640b2cc998cecf50b8e - + https://github.com/dotnet/aspnetcore - c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 + 074069f9c9b0dff8e52eb640b2cc998cecf50b8e https://github.com/dotnet/test-templates @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - dd059ef5fb144054e69f4df7dd9baa633544fc83 + db660e42568341750b0354ab1bdf30acf36a54b9 - + https://github.com/dotnet/sdk - dd059ef5fb144054e69f4df7dd9baa633544fc83 + db660e42568341750b0354ab1bdf30acf36a54b9 - + https://github.com/dotnet/winforms - 30738f0987bdccb72f705af705521051fe141a46 + 1b0c7b92e8f26a1e91136d151d6432b203a483da - + https://github.com/dotnet/wpf - 9e81b0885121e9958e48895ae48be9639a396528 + b7c4425f759c62b58faac6c1f946e37e6c8b9d3d https://github.com/dotnet/fsharp @@ -121,9 +121,9 @@ https://github.com/dotnet/roslyn 4c195c3ac1974edcefa76774d7a59a2350ec55fa - + https://github.com/dotnet/msbuild - c99159c8c8a9672a6b677fd2f734aaf1d46e2981 + 126527ff107ae93fed10af675506c56d046aa5a3 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 3e602fc5d..99feb96c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20520.1 + 5.0.0-rtm.20517.1 - 5.0.0-rtm.20520.3 + 5.0.0-rtm.20518.1 @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20517.7 - 5.0.0-rtm.20517.7 - 5.0.0-rtm.20517.7 - 5.0.0-rtm.20517.7 - 5.0.0-rtm.20517.7 + 5.0.0-rtm.20520.6 + 5.0.0-rtm.20520.6 + 5.0.0-rtm.20520.6 + 5.0.0-rtm.20520.6 + 5.0.0-rtm.20520.6 0.2.0 - 5.0.100-rtm.20520.11 - 5.0.100-rtm.20520.11 + 5.0.100-rtm.20521.1 + 5.0.100-rtm.20521.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20520.1 + 5.0.0-rtm.20518.1 5.0.0 5.0.0 From e2d3a285c8f04fe2af63528acaba9d9416b9a2b8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 19:40:49 +0000 Subject: [PATCH 138/148] Update dependencies from https://github.com/dotnet/sdk build 20201021.4 (#8957) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rtm.20518.1 to 5.0.0-rtm.20520.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rtm.20517.1 to 5.0.0-rtm.20520.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rtm.20518.1 to 5.0.0-rtm.20520.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- NuGet.config | 2 +- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 1d7531488..f71a86061 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,7 +6,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86d5a8658..7f3eda1af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - a67e725ee39c6ea7f50a94703ef90636c9caac0b + ec2af60c1eb8b2665745750f6445b3ff133178fb - + https://github.com/dotnet/windowsdesktop - a67e725ee39c6ea7f50a94703ef90636c9caac0b + ec2af60c1eb8b2665745750f6445b3ff133178fb https://github.com/dotnet/windowsdesktop - a67e725ee39c6ea7f50a94703ef90636c9caac0b + ec2af60c1eb8b2665745750f6445b3ff133178fb https://github.com/dotnet/runtime @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - db660e42568341750b0354ab1bdf30acf36a54b9 + b09f91630d0f81a602902a12fe79771a2a2dd8e2 - + https://github.com/dotnet/sdk - db660e42568341750b0354ab1bdf30acf36a54b9 + b09f91630d0f81a602902a12fe79771a2a2dd8e2 - + https://github.com/dotnet/winforms - 1b0c7b92e8f26a1e91136d151d6432b203a483da + 30738f0987bdccb72f705af705521051fe141a46 - + https://github.com/dotnet/wpf - b7c4425f759c62b58faac6c1f946e37e6c8b9d3d + 9e81b0885121e9958e48895ae48be9639a396528 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 99feb96c6..12de927e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20517.1 + 5.0.0-rtm.20520.1 - 5.0.0-rtm.20518.1 + 5.0.0-rtm.20520.3 @@ -56,8 +56,8 @@ - 5.0.100-rtm.20521.1 - 5.0.100-rtm.20521.1 + 5.0.100-rtm.20521.4 + 5.0.100-rtm.20521.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20518.1 + 5.0.0-rtm.20520.1 5.0.0 5.0.0 From 696eb44370a33ddb6c4a32b58885e4c5fa03b1d4 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Wed, 21 Oct 2020 13:57:55 -0700 Subject: [PATCH 139/148] exclude javascript files from signcheck --- eng/SignCheckExclusionsFile.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eng/SignCheckExclusionsFile.txt diff --git a/eng/SignCheckExclusionsFile.txt b/eng/SignCheckExclusionsFile.txt new file mode 100644 index 000000000..ea5b10fb8 --- /dev/null +++ b/eng/SignCheckExclusionsFile.txt @@ -0,0 +1,4 @@ +;; Exclusions for SignCheck. +;; Format: https://github.com/dotnet/arcade/blob/397316e195639450b6c76bfeb9823b40bee72d6d/src/SignCheck/Microsoft.SignCheck/Verification/Exclusion.cs#L23-L35 + +*.js;; We do not sign JavaScript files. From 04ebe46f5432924c9fdf243e5e53fd8580f5730e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 23:04:41 +0000 Subject: [PATCH 140/148] Update dependencies from https://github.com/dotnet/sdk build 20201021.6 (#8959) [release/5.0.1xx] 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 7f3eda1af..b64ca04bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - b09f91630d0f81a602902a12fe79771a2a2dd8e2 + 6666586ff713d9057d5331beb07c131f548d8c01 - + https://github.com/dotnet/sdk - b09f91630d0f81a602902a12fe79771a2a2dd8e2 + 6666586ff713d9057d5331beb07c131f548d8c01 diff --git a/eng/Versions.props b/eng/Versions.props index 12de927e8..0b46f476b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20521.4 - 5.0.100-rtm.20521.4 + 5.0.100-rtm.20521.6 + 5.0.100-rtm.20521.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e14ce69e5c41016c3d22c3cb5b3128344767ada0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 12:19:32 +0000 Subject: [PATCH 141/148] Update dependencies from https://github.com/dotnet/sdk build 20201021.10 (#8963) [release/5.0.1xx] 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 b64ca04bc..9f94456fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 6666586ff713d9057d5331beb07c131f548d8c01 + 1e83b69d71daf32f4ee2a8300a0dd5b3128e0b33 - + https://github.com/dotnet/sdk - 6666586ff713d9057d5331beb07c131f548d8c01 + 1e83b69d71daf32f4ee2a8300a0dd5b3128e0b33 diff --git a/eng/Versions.props b/eng/Versions.props index 0b46f476b..e7901c4f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20521.6 - 5.0.100-rtm.20521.6 + 5.0.100-rtm.20521.10 + 5.0.100-rtm.20521.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bd53d66266c4a733a19a391bd423db81fea36b49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 19:14:28 +0000 Subject: [PATCH 142/148] Update dependencies from https://github.com/dotnet/sdk build 20201022.2 (#8964) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.8.0-release-20201009-01 to 16.8.0-release-20201022-02 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 5.8.0-rc.6860 to 5.8.0-rc.6914 (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 9f94456fe..95a4fde1f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 1e83b69d71daf32f4ee2a8300a0dd5b3128e0b33 + c56f59827409ff51b8d452d06740f2921e80da10 - + https://github.com/dotnet/sdk - 1e83b69d71daf32f4ee2a8300a0dd5b3128e0b33 + c56f59827409ff51b8d452d06740f2921e80da10 @@ -108,9 +108,9 @@ https://github.com/dotnet/fsharp da6be68280c89131cdba2045525b80890401defd - + https://github.com/microsoft/vstest - 0b1e2e51743cc083d99b88673fe518672e2af9f0 + b195e2589980861425b331e73a859252c3f2b71a https://github.com/mono/linker @@ -125,9 +125,9 @@ https://github.com/dotnet/msbuild 126527ff107ae93fed10af675506c56d046aa5a3 - + https://github.com/NuGet/NuGet.Client - 2582e3e232c7f8b0834509d39b8e0cca2bc57e21 + d06781b4b3a318694078d233b2798ae81837f15c https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index e7901c4f6..582feb8ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20521.10 - 5.0.100-rtm.20521.10 + 5.0.100-rtm.20522.2 + 5.0.100-rtm.20522.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -129,7 +129,7 @@ 2.2.0-beta.19072.10 2.0.0 - 16.8.0-release-20201009-01 + 16.8.0-release-20201022-02 From 04552c88d46c8f04b8585af09298cce852d53420 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 23:35:02 +0000 Subject: [PATCH 143/148] Update dependencies from https://github.com/dotnet/sdk build 20201023.8 (#8975) [release/5.0.1xx] 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 95a4fde1f..02facd06c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - c56f59827409ff51b8d452d06740f2921e80da10 + 212b847c31ab153440ff7a58f63b7a7635ced171 - + https://github.com/dotnet/sdk - c56f59827409ff51b8d452d06740f2921e80da10 + 212b847c31ab153440ff7a58f63b7a7635ced171 diff --git a/eng/Versions.props b/eng/Versions.props index 582feb8ea..361fbdd8a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20522.2 - 5.0.100-rtm.20522.2 + 5.0.100-rtm.20523.8 + 5.0.100-rtm.20523.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f2fcfe11845371406980375cb80bc4d7375e8dbb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 00:34:16 +0000 Subject: [PATCH 144/148] Update dependencies from https://github.com/dotnet/sdk build 20201023.9 (#8976) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20520.6 to 5.0.0-rtm.20523.6 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20520.6 to 5.0.0-rtm.20523.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20520.6 to 5.0.0-rtm.20523.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20520.6 to 5.0.0-rtm.20523.6 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20520.6 to 5.0.0-rtm.20523.6 (parent: Microsoft.NET.Sdk) --- NuGet.config | 2 +- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/NuGet.config b/NuGet.config index f71a86061..822f50170 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,7 +11,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 02facd06c..70561fe35 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - 074069f9c9b0dff8e52eb640b2cc998cecf50b8e + c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 - + https://github.com/dotnet/aspnetcore - 074069f9c9b0dff8e52eb640b2cc998cecf50b8e + c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 https://github.com/dotnet/aspnetcore - 074069f9c9b0dff8e52eb640b2cc998cecf50b8e + c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 - + https://github.com/dotnet/aspnetcore - 074069f9c9b0dff8e52eb640b2cc998cecf50b8e + c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 https://github.com/dotnet/efcore 73566d1fb936ebccd9e8c476fb286ffd451bdd46 - + https://github.com/dotnet/aspnetcore - 074069f9c9b0dff8e52eb640b2cc998cecf50b8e + c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 - + https://github.com/dotnet/aspnetcore - 074069f9c9b0dff8e52eb640b2cc998cecf50b8e + c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 - + https://github.com/dotnet/aspnetcore - 074069f9c9b0dff8e52eb640b2cc998cecf50b8e + c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 212b847c31ab153440ff7a58f63b7a7635ced171 + 5da75b25a7cfa33e2e40ccc52b1b929f140a4a22 - + https://github.com/dotnet/sdk - 212b847c31ab153440ff7a58f63b7a7635ced171 + 5da75b25a7cfa33e2e40ccc52b1b929f140a4a22 diff --git a/eng/Versions.props b/eng/Versions.props index 361fbdd8a..6dd340b69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20520.6 - 5.0.0-rtm.20520.6 - 5.0.0-rtm.20520.6 - 5.0.0-rtm.20520.6 - 5.0.0-rtm.20520.6 + 5.0.0-rtm.20523.6 + 5.0.0-rtm.20523.6 + 5.0.0-rtm.20523.6 + 5.0.0-rtm.20523.6 + 5.0.0-rtm.20523.6 0.2.0 - 5.0.100-rtm.20523.8 - 5.0.100-rtm.20523.8 + 5.0.100-rtm.20523.9 + 5.0.100-rtm.20523.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e3918c04c5fd663c854bcc48a91b07011238569a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 22:24:32 +0000 Subject: [PATCH 145/148] Update dependencies from https://github.com/dotnet/sdk build 20201026.7 (#8978) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - NuGet.Build.Tasks: from 5.8.0-rc.6914 to 5.8.0-rc.6930 (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 70561fe35..334bccb9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 5da75b25a7cfa33e2e40ccc52b1b929f140a4a22 + 2c9e8d8b135ff8ad9bef9dcf4805c05cbd9cb585 - + https://github.com/dotnet/sdk - 5da75b25a7cfa33e2e40ccc52b1b929f140a4a22 + 2c9e8d8b135ff8ad9bef9dcf4805c05cbd9cb585 @@ -125,9 +125,9 @@ https://github.com/dotnet/msbuild 126527ff107ae93fed10af675506c56d046aa5a3 - + https://github.com/NuGet/NuGet.Client - d06781b4b3a318694078d233b2798ae81837f15c + 830c8be45dbbccd411ecf6080abff0c2c98079cf https://github.com/dotnet/cliCommandLineParser diff --git a/eng/Versions.props b/eng/Versions.props index 6dd340b69..897ab3c1e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20523.9 - 5.0.100-rtm.20523.9 + 5.0.100-rtm.20526.7 + 5.0.100-rtm.20526.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5044b938294b7b920a5a4393a5f0f8b7b1750548 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 03:27:23 +0000 Subject: [PATCH 146/148] Update dependencies from https://github.com/dotnet/sdk build 20201026.10 (#8979) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.AspNetCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 5.0.0-rtm.20523.6 to 5.0.0-rtm.20526.5 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.0-rtm.20523.6 to 5.0.0-rtm.20526.5 (parent: Microsoft.NET.Sdk) - Microsoft.EntityFrameworkCore: from 5.0.0 to 5.0.0 (parent: Microsoft.AspNetCore.App.Runtime.win-x64) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rtm.20523.6 to 5.0.0-rtm.20526.5 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rtm.20523.6 to 5.0.0-rtm.20526.5 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rtm.20523.6 to 5.0.0-rtm.20526.5 (parent: Microsoft.NET.Sdk) --- NuGet.config | 4 ++-- eng/Version.Details.xml | 34 +++++++++++++++++----------------- eng/Versions.props | 14 +++++++------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/NuGet.config b/NuGet.config index 822f50170..c2acf90f7 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,8 +10,8 @@ - - + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 334bccb9f..155da8c8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 + 371a26f07b23ad77c636332c2dfc0cbd1d8137ba - + https://github.com/dotnet/aspnetcore - c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 + 371a26f07b23ad77c636332c2dfc0cbd1d8137ba https://github.com/dotnet/aspnetcore - c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 + 371a26f07b23ad77c636332c2dfc0cbd1d8137ba - + https://github.com/dotnet/aspnetcore - c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 + 371a26f07b23ad77c636332c2dfc0cbd1d8137ba https://github.com/dotnet/efcore - 73566d1fb936ebccd9e8c476fb286ffd451bdd46 + 33570d0337f76208fa3a814f7f6d3a506bd9c0be - + https://github.com/dotnet/aspnetcore - c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 + 371a26f07b23ad77c636332c2dfc0cbd1d8137ba - + https://github.com/dotnet/aspnetcore - c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 + 371a26f07b23ad77c636332c2dfc0cbd1d8137ba - + https://github.com/dotnet/aspnetcore - c15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 + 371a26f07b23ad77c636332c2dfc0cbd1d8137ba https://github.com/dotnet/test-templates @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 2c9e8d8b135ff8ad9bef9dcf4805c05cbd9cb585 + 0cdbf80b4176ba4b979bdfc7b630b884f656072f - + https://github.com/dotnet/sdk - 2c9e8d8b135ff8ad9bef9dcf4805c05cbd9cb585 + 0cdbf80b4176ba4b979bdfc7b630b884f656072f diff --git a/eng/Versions.props b/eng/Versions.props index 897ab3c1e..bab41b692 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20523.6 - 5.0.0-rtm.20523.6 - 5.0.0-rtm.20523.6 - 5.0.0-rtm.20523.6 - 5.0.0-rtm.20523.6 + 5.0.0-rtm.20526.5 + 5.0.0-rtm.20526.5 + 5.0.0-rtm.20526.5 + 5.0.0-rtm.20526.5 + 5.0.0-rtm.20526.5 0.2.0 - 5.0.100-rtm.20526.7 - 5.0.100-rtm.20526.7 + 5.0.100-rtm.20526.10 + 5.0.100-rtm.20526.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f5c76e51dda5f8a66f3036af8a2096a69126f99f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 21:21:48 +0000 Subject: [PATCH 147/148] Update dependencies from https://github.com/dotnet/sdk build 20201029.4 (#8987) [release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rtm.20519.4 to 5.0.0-rtm.20529.3 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0 to 5.0.0 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Cli.CommandLine: from 1.0.0-preview.19208.1 to 1.0.0-preview.19208.1 (parent: Microsoft.NET.Sdk) --- NuGet.config | 22 +++++++++++++++++----- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 6 +++--- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/NuGet.config b/NuGet.config index c2acf90f7..2cf8f0189 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,12 +6,24 @@ - - - - - + + + + + + + + + + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 155da8c8a..3d67137d2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,23 +15,23 @@ https://github.com/dotnet/runtime - cf258a14b70ad9069470a108f13765e0e5988f51 + 7ef6d50b312217d2f7c17b9697891fa8ab98a19d - + https://github.com/dotnet/runtime - cf258a14b70ad9069470a108f13765e0e5988f51 + 7ef6d50b312217d2f7c17b9697891fa8ab98a19d https://github.com/dotnet/runtime - cf258a14b70ad9069470a108f13765e0e5988f51 + 7ef6d50b312217d2f7c17b9697891fa8ab98a19d https://github.com/dotnet/runtime - cf258a14b70ad9069470a108f13765e0e5988f51 + 7ef6d50b312217d2f7c17b9697891fa8ab98a19d https://github.com/dotnet/runtime - cf258a14b70ad9069470a108f13765e0e5988f51 + 7ef6d50b312217d2f7c17b9697891fa8ab98a19d @@ -41,7 +41,7 @@ https://github.com/dotnet/runtime - cf258a14b70ad9069470a108f13765e0e5988f51 + 7ef6d50b312217d2f7c17b9697891fa8ab98a19d https://github.com/dotnet/aspnetcore @@ -87,13 +87,13 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 0cdbf80b4176ba4b979bdfc7b630b884f656072f + 4706f0bddee5f686d1ebddb96822e45de45ecfc7 - + https://github.com/dotnet/sdk - 0cdbf80b4176ba4b979bdfc7b630b884f656072f + 4706f0bddee5f686d1ebddb96822e45de45ecfc7 @@ -130,7 +130,7 @@ 830c8be45dbbccd411ecf6080abff0c2c98079cf - https://github.com/dotnet/cliCommandLineParser + https://github.com/dotnet/CliCommandLineParser 0e89c2116ad28e404ba56c14d1c3f938caa25a01 diff --git a/eng/Versions.props b/eng/Versions.props index bab41b692..fe0c10799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 5.0.100-rtm.20526.10 - 5.0.100-rtm.20526.10 + 5.0.100-rtm.20529.4 + 5.0.100-rtm.20529.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,7 +68,7 @@ - 5.0.0-rtm.20519.4 + 5.0.0-rtm.20529.3 5.0.0 5.0.0 5.0.0 From d027dfe9f5809c4e5a73174b8fd3503c2ca3c933 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 16:48:31 -0700 Subject: [PATCH 148/148] Update dependencies from https://github.com/dotnet/sdk build 20201029.6 (#8988) Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-rtm.20529.4 -> To Version 5.0.100-rtm.20529.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,Microsoft.WindowsDesktop.App,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0,Microsoft.AspNetCore.App.Runtime.win-x64,Microsoft.EntityFrameworkCore,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates From Version 5.0.0 -> To Version 5.0.0 (parent: Microsoft.NET.Sdk Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 18 ++++++++++++--- eng/Version.Details.xml | 50 ++++++++++++++++++++--------------------- eng/Versions.props | 20 ++++++++--------- 3 files changed, 50 insertions(+), 38 deletions(-) diff --git a/NuGet.config b/NuGet.config index 2cf8f0189..d376e2811 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,10 +7,10 @@ - + - + @@ -22,9 +22,21 @@ - + + + + + + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d67137d2..d13d76836 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,15 +3,15 @@ https://github.com/dotnet/windowsdesktop - ec2af60c1eb8b2665745750f6445b3ff133178fb + 5848b16d1fc803ea4892692b3b5dd9ee79955428 - + https://github.com/dotnet/windowsdesktop - ec2af60c1eb8b2665745750f6445b3ff133178fb + 5848b16d1fc803ea4892692b3b5dd9ee79955428 https://github.com/dotnet/windowsdesktop - ec2af60c1eb8b2665745750f6445b3ff133178fb + 5848b16d1fc803ea4892692b3b5dd9ee79955428 https://github.com/dotnet/runtime @@ -45,35 +45,35 @@ https://github.com/dotnet/aspnetcore - 371a26f07b23ad77c636332c2dfc0cbd1d8137ba + 80f8669450b2b79085d624f81f74c8d7ad5be089 - + https://github.com/dotnet/aspnetcore - 371a26f07b23ad77c636332c2dfc0cbd1d8137ba + 80f8669450b2b79085d624f81f74c8d7ad5be089 https://github.com/dotnet/aspnetcore - 371a26f07b23ad77c636332c2dfc0cbd1d8137ba + 80f8669450b2b79085d624f81f74c8d7ad5be089 - + https://github.com/dotnet/aspnetcore - 371a26f07b23ad77c636332c2dfc0cbd1d8137ba + 80f8669450b2b79085d624f81f74c8d7ad5be089 https://github.com/dotnet/efcore - 33570d0337f76208fa3a814f7f6d3a506bd9c0be + c57d3d2083c50ed3fa746e55016ce5dc0e863e5b - + https://github.com/dotnet/aspnetcore - 371a26f07b23ad77c636332c2dfc0cbd1d8137ba + 80f8669450b2b79085d624f81f74c8d7ad5be089 - + https://github.com/dotnet/aspnetcore - 371a26f07b23ad77c636332c2dfc0cbd1d8137ba + 80f8669450b2b79085d624f81f74c8d7ad5be089 - + https://github.com/dotnet/aspnetcore - 371a26f07b23ad77c636332c2dfc0cbd1d8137ba + 80f8669450b2b79085d624f81f74c8d7ad5be089 https://github.com/dotnet/test-templates @@ -87,22 +87,22 @@ https://github.com/dotnet/templating 31980633108a1bef00c798136fcd30a873c90fa3 - + https://github.com/dotnet/sdk - 4706f0bddee5f686d1ebddb96822e45de45ecfc7 + fdde04590a08dfb7d68af90c292efc9cac96aa81 - + https://github.com/dotnet/sdk - 4706f0bddee5f686d1ebddb96822e45de45ecfc7 + fdde04590a08dfb7d68af90c292efc9cac96aa81 - + https://github.com/dotnet/winforms - 30738f0987bdccb72f705af705521051fe141a46 + 7d4355bb5f5c1f98ded2fb0497f8795cd1b0305f - + https://github.com/dotnet/wpf - 9e81b0885121e9958e48895ae48be9639a396528 + 61553660e51cd7fe9a733d6cdbc20e537710b8a8 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index fe0c10799..5575459d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,11 +23,11 @@ - 5.0.0-rtm.20520.1 + 5.0.0-rtm.20529.3 - 5.0.0-rtm.20520.3 + 5.0.0-rtm.20529.5 @@ -45,19 +45,19 @@ 5.0.0 5.0.0 - 5.0.0-rtm.20526.5 - 5.0.0-rtm.20526.5 - 5.0.0-rtm.20526.5 - 5.0.0-rtm.20526.5 - 5.0.0-rtm.20526.5 + 5.0.0-rtm.20529.7 + 5.0.0-rtm.20529.7 + 5.0.0-rtm.20529.7 + 5.0.0-rtm.20529.7 + 5.0.0-rtm.20529.7 0.2.0 - 5.0.100-rtm.20529.4 - 5.0.100-rtm.20529.4 + 5.0.100-rtm.20529.6 + 5.0.100-rtm.20529.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -77,7 +77,7 @@ - 5.0.0-rtm.20520.1 + 5.0.0-rtm.20529.4 5.0.0 5.0.0