1. 25 1月, 2023 1 次提交
    • D
      Merged PR 29133: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms · 9e190e3d
      DotNet Bot 提交于
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:Coherency Updates)
      ## Coherency Updates
      
      The following updates ensure that dependencies with a *CoherentParentDependency*
      attribute were produced in a build used as input to the parent dependency's build.
      See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)
      
      [DependencyUpdate]: <> (Begin)
      
      - **Coherency Updates**:
        - **System.DirectoryServices**: from 6.0.1 to 6.0.1 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILDAsm**: from 6.0.14-servicing.23070.4 to 6.0.14-servicing.23073.9 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILAsm**: from 6.0.14-servicing.23070.4 to 6.0.14-servicing.23073.9 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Ref**: from 6.0.14 to 6.0.14 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.14 to 6.0.14 (parent: Microsoft.Private.Winforms)
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.14-servicing.23070.4 to 6.0.14-servicing.23073.9 (parent: Microsoft.Private.Winforms)
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:Coherency Updates)
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20230124.2
      - **Date Produced**: January 24, 2023 3:49:40 PM UTC
      - **Commit**: 4bc32ea9adb33cefd6131fcd533e35e3e7e83441
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.14-servicing.23070.2 to 6.0.14-servicing.23074.2][1]
        - **Microsoft.Private.Winforms**: [from 6.0.14-servicing.23070.2 to 6.0.14-servicing.23074.2][1]
        - **System.DirectoryServices**: [from 6.0.1 to 6.0.1][2]
        - **Microsoft.NETCore.ILDAsm**: [from 6.0.14-servicing.23070.4 to 6.0.14-servicing.23073.9][2]
        - **Microsoft.NETCore.ILAsm**: [from 6.0.14-servicing.23070.4 to 6.0.14-servicing.23073.9][2]
        - **Microsoft.NETCore.App.Ref**: [from 6.0.14 to 6.0.14][2]
        - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.14 to 6.0.14][2]
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.14-servicing.23070.4 to 6.0.14-servicing.23073.9][2]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GC18f3f47&targetVersion=GC4bc32ea&_a=files
      [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC51b4c94&targetVersion=GC2a90daa&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      9e190e3d
  2. 21 1月, 2023 1 次提交
  3. 12 1月, 2023 4 次提交
    • D
      Merge in 'release/6.0' changes · 47259f65
      dotnet-bot 提交于
      47259f65
    • V
      Merging internal commits for release/6.0 (#7434) · 0c8bd9f0
      vseanreesermsft 提交于
      * Change RestrictiveXamlXmlReader to use an allow list
      
      - Removes the old deny list logic used by RestrictiveXamlXmlReader
      - Provides an extensible (via registry) allow list mechanism
      
      Ported from release/7.0 branch.
      Fixes CVE-2022-41089.
      
      * Merged PR 27600: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms
      
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:Coherency Updates)
      ## Coherency Updates
      
      The following updates ensure that dependencies with a *CoherentParentDependency*
      attribute were produced in a build used as input to the parent dependency's build.
      See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)
      
      [DependencyUpdate]: <> (Begin)
      
      - **Coherency Updates**:
        - **Microsoft.NETCore.ILDAsm**: from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILAsm**: from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Ref**: from 6.0.11 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.11 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2 (parent: Microsoft.Private.Winforms)
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:Coherency Updates)
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20221117.2
      - **Date Produced**: November 17, 2022 4:27:14 PM UTC
      - **Commit**: d4da6f214495396a4ec18fd6ac34194d75f790d1
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.12-servicing.22554.4 to 6.0.12-servicing.22567.2][1]
        - **Microsoft.Private.Winforms**: [from 6.0.12-servicing.22554.4 to 6.0.12-servicing.22567.2][1]
        - **Microsoft.NETCore.ILDAsm**: [from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2][2]
        - **Microsoft.NETCore.ILAsm**: [from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2][2]
        - **Microsoft.NETCore.App.Ref**: [from 6.0.11 to 6.0.12][2]
        - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.11 to 6.0.12][2]
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2][2]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCcf9269e&targetVersion=GCd4da6f2&_a=files
      [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC943474c&targetVersion=GC301f927&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      
      * Merged PR 27684: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms
      
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:Coherency Updates)
      ## Coherency Updates
      
      The following updates ensure that dependencies with a *CoherentParentDependency*
      attribute were produced in a build used as input to the parent dependency's build.
      See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)
      
      [DependencyUpdate]: <> (Begin)
      
      - **Coherency Updates**:
        - **Microsoft.NETCore.ILDAsm**: from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILAsm**: from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Ref**: from 6.0.12 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.12 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7 (parent: Microsoft.Private.Winforms)
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:Coherency Updates)
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20221118.10
      - **Date Produced**: November 19, 2022 1:01:34 AM UTC
      - **Commit**: bf70006b6e83a62167705431d633d1fd1ab49b34
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.12-servicing.22567.2 to 6.0.12-servicing.22568.10][1]
        - **Microsoft.Private.Winforms**: [from 6.0.12-servicing.22567.2 to 6.0.12-servicing.22568.10][1]
        - **Microsoft.NETCore.ILDAsm**: [from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7][2]
        - **Microsoft.NETCore.ILAsm**: [from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7][2]
        - **Microsoft.NETCore.App.Ref**: [from 6.0.12 to 6.0.12][2]
        - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.12 to 6.0.12][2]
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7][2]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCd4da6f2&targetVersion=GCbf70006&_a=files
      [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC301f927&targetVersion=GC02e45a4&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      
      * Merged PR 27903: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms
      
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20221129.11
      - **Date Produced**: November 29, 2022 9:00:18 PM UTC
      - **Commit**: bd7407606f49c7bb9ee784c5a5a9c19127c0f081
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.12-servicing.22568.10 to 6.0.13-servicing.22579.11][1]
        - **Microsoft.Private.Winforms**: [from 6.0.12-servicing.22568.10 to 6.0.13-servicing.22579.11][1]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCbf70006&targetVersion=GCbd74076&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      
      * Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-winforms build 20221201.1
      
      Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms
       From Version 6.0.13-servicing.22579.11 -> To Version 6.0.13-servicing.22601.1
      
      Dependency coherency updates
      
      Microsoft.NETCore.ILDAsm,Microsoft.NETCore.ILAsm,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.6.0
       From Version 6.0.12-servicing.22568.7 -> To Version 6.0.13-servicing.22580.9 (parent: Microsoft.Private.Winforms
      Co-authored-by: Ndotnet-bot <dotnet-bot@microsoft.com>
      Co-authored-by: NLevi Broderick <levib@microsoft.com>
      Co-authored-by: NDotNet Bot <dn-bot@microsoft.com>
      0c8bd9f0
    • D
      Merge in 'release/6.0' changes · 645bdd5b
      dotnet-bot 提交于
      645bdd5b
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20230110.6 (#7442) · 013b2e10
      dotnet-maestro[bot] 提交于
      [release/6.0] Update dependencies from dotnet/arcade
      013b2e10
  4. 05 1月, 2023 2 次提交
  5. 01 12月, 2022 3 次提交
  6. 30 11月, 2022 2 次提交
  7. 20 11月, 2022 1 次提交
    • D
      Merged PR 27684: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms · 4178d795
      DotNet Bot 提交于
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:Coherency Updates)
      ## Coherency Updates
      
      The following updates ensure that dependencies with a *CoherentParentDependency*
      attribute were produced in a build used as input to the parent dependency's build.
      See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)
      
      [DependencyUpdate]: <> (Begin)
      
      - **Coherency Updates**:
        - **Microsoft.NETCore.ILDAsm**: from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILAsm**: from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Ref**: from 6.0.12 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.12 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7 (parent: Microsoft.Private.Winforms)
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:Coherency Updates)
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20221118.10
      - **Date Produced**: November 19, 2022 1:01:34 AM UTC
      - **Commit**: bf70006b6e83a62167705431d633d1fd1ab49b34
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.12-servicing.22567.2 to 6.0.12-servicing.22568.10][1]
        - **Microsoft.Private.Winforms**: [from 6.0.12-servicing.22567.2 to 6.0.12-servicing.22568.10][1]
        - **Microsoft.NETCore.ILDAsm**: [from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7][2]
        - **Microsoft.NETCore.ILAsm**: [from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7][2]
        - **Microsoft.NETCore.App.Ref**: [from 6.0.12 to 6.0.12][2]
        - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.12 to 6.0.12][2]
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.12-servicing.22566.2 to 6.0.12-servicing.22568.7][2]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCd4da6f2&targetVersion=GCbf70006&_a=files
      [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC301f927&targetVersion=GC02e45a4&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      4178d795
  8. 18 11月, 2022 1 次提交
    • D
      Merged PR 27600: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms · ba2b8905
      DotNet Bot 提交于
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:Coherency Updates)
      ## Coherency Updates
      
      The following updates ensure that dependencies with a *CoherentParentDependency*
      attribute were produced in a build used as input to the parent dependency's build.
      See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)
      
      [DependencyUpdate]: <> (Begin)
      
      - **Coherency Updates**:
        - **Microsoft.NETCore.ILDAsm**: from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILAsm**: from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Ref**: from 6.0.11 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.11 to 6.0.12 (parent: Microsoft.Private.Winforms)
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2 (parent: Microsoft.Private.Winforms)
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:Coherency Updates)
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20221117.2
      - **Date Produced**: November 17, 2022 4:27:14 PM UTC
      - **Commit**: d4da6f214495396a4ec18fd6ac34194d75f790d1
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.12-servicing.22554.4 to 6.0.12-servicing.22567.2][1]
        - **Microsoft.Private.Winforms**: [from 6.0.12-servicing.22554.4 to 6.0.12-servicing.22567.2][1]
        - **Microsoft.NETCore.ILDAsm**: [from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2][2]
        - **Microsoft.NETCore.ILAsm**: [from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2][2]
        - **Microsoft.NETCore.App.Ref**: [from 6.0.11 to 6.0.12][2]
        - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.11 to 6.0.12][2]
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.11-servicing.22523.4 to 6.0.12-servicing.22566.2][2]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCcf9269e&targetVersion=GCd4da6f2&_a=files
      [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC943474c&targetVersion=GC301f927&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      ba2b8905
  9. 15 11月, 2022 4 次提交
  10. 12 11月, 2022 2 次提交
  11. 10 11月, 2022 2 次提交
  12. 09 11月, 2022 5 次提交
  13. 08 11月, 2022 1 次提交
  14. 02 11月, 2022 2 次提交
  15. 31 10月, 2022 2 次提交
  16. 24 10月, 2022 1 次提交
    • D
      Merged PR 26994: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms · 96c5254e
      DotNet Bot 提交于
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:Coherency Updates)
      ## Coherency Updates
      
      The following updates ensure that dependencies with a *CoherentParentDependency*
      attribute were produced in a build used as input to the parent dependency's build.
      See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)
      
      [DependencyUpdate]: <> (Begin)
      
      - **Coherency Updates**:
        - **Microsoft.NETCore.Platforms**: from 6.0.7 to 6.0.7 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILDAsm**: from 6.0.11-servicing.22518.9 to 6.0.11-servicing.22523.4 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILAsm**: from 6.0.11-servicing.22518.9 to 6.0.11-servicing.22523.4 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Ref**: from 6.0.11 to 6.0.11 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.11 to 6.0.11 (parent: Microsoft.Private.Winforms)
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.11-servicing.22518.9 to 6.0.11-servicing.22523.4 (parent: Microsoft.Private.Winforms)
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:Coherency Updates)
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20221023.4
      - **Date Produced**: October 23, 2022 10:40:55 PM UTC
      - **Commit**: cf9269e4b3f8f3d74a59e90c19ec6f8d390bcad4
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.11-servicing.22519.5 to 6.0.11-servicing.22523.4][1]
        - **Microsoft.Private.Winforms**: [from 6.0.11-servicing.22519.5 to 6.0.11-servicing.22523.4][1]
        - **Microsoft.NETCore.Platforms**: [from 6.0.7 to 6.0.7][2]
        - **Microsoft.NETCore.ILDAsm**: [from 6.0.11-servicing.22518.9 to 6.0.11-servicing.22523.4][2]
        - **Microsoft.NETCore.ILAsm**: [from 6.0.11-servicing.22518.9 to 6.0.11-servicing.22523.4][2]
        - **Microsoft.NETCore.App.Ref**: [from 6.0.11 to 6.0.11][2]
        - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.11 to 6.0.11][2]
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.11-servicing.22518.9 to 6.0.11-servicing.22523.4][2]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GC8ed3bcf&targetVersion=GCcf9269e&_a=files
      [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCaf5b37c&targetVersion=GC943474c&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      96c5254e
  17. 20 10月, 2022 1 次提交
    • D
      Merged PR 26887: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-winforms · 37deaa02
      DotNet Bot 提交于
      This pull request updates the following dependencies
      
      [marker]: <> (Begin:Coherency Updates)
      ## Coherency Updates
      
      The following updates ensure that dependencies with a *CoherentParentDependency*
      attribute were produced in a build used as input to the parent dependency's build.
      See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)
      
      [DependencyUpdate]: <> (Begin)
      
      - **Coherency Updates**:
        - **Microsoft.NETCore.Platforms**: from 6.0.7 to 6.0.7 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILDAsm**: from 6.0.11-servicing.22514.6 to 6.0.11-servicing.22518.9 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.ILAsm**: from 6.0.11-servicing.22514.6 to 6.0.11-servicing.22518.9 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Ref**: from 6.0.11 to 6.0.11 (parent: Microsoft.Private.Winforms)
        - **Microsoft.NETCore.App.Runtime.win-x64**: from 6.0.11 to 6.0.11 (parent: Microsoft.Private.Winforms)
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: from 6.0.11-servicing.22514.6 to 6.0.11-servicing.22518.9 (parent: Microsoft.Private.Winforms)
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:Coherency Updates)
      
      [marker]: <> (Begin:a88d6455-e128-4280-39b4-08d960f4ca81)
      ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms
      - **Subscription**: a88d6455-e128-4280-39b4-08d960f4ca81
      - **Build**: 20221019.5
      - **Date Produced**: October 19, 2022 2:59:44 PM UTC
      - **Commit**: 8ed3bcf52701282d7db3a99db2e7304bd4443c99
      - **Branch**: refs/heads/internal/release/6.0
      
      [DependencyUpdate]: <> (Begin)
      
      - **Updates**:
        - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 6.0.11-servicing.22517.3 to 6.0.11-servicing.22519.5][1]
        - **Microsoft.Private.Winforms**: [from 6.0.11-servicing.22517.3 to 6.0.11-servicing.22519.5][1]
        - **Microsoft.NETCore.Platforms**: [from 6.0.7 to 6.0.7][2]
        - **Microsoft.NETCore.ILDAsm**: [from 6.0.11-servicing.22514.6 to 6.0.11-servicing.22518.9][2]
        - **Microsoft.NETCore.ILAsm**: [from 6.0.11-servicing.22514.6 to 6.0.11-servicing.22518.9][2]
        - **Microsoft.NETCore.App.Ref**: [from 6.0.11 to 6.0.11][2]
        - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.11 to 6.0.11][2]
        - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.11-servicing.22514.6 to 6.0.11-servicing.22518.9][2]
      
      [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GC1821cb5&targetVersion=GC8ed3bcf&_a=files
      [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCc672e90&targetVersion=GCaf5b37c&_a=files
      
      [DependencyUpdate]: <> (End)
      
      [marker]: <> (End:a88d6455-e128-4280-39b4-08d960f4ca81)
      37deaa02
  18. 18 10月, 2022 2 次提交
  19. 14 10月, 2022 3 次提交