Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging internal commits for release/8.0 #58300

Merged

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    964ac22 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    70aee00 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    17bbe33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7160e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c29ba1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merged PR 41476: Fix Http3 Pipe complete

    Don't complete the `PipeWriter` when it still might be used by Application code.
    BrennanConroy committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1002b67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69edf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c45fb49 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    dfac67d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merged PR 41364: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore, dnceng/internal/dotnet-runtime
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
    - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319
    - **Build**: 20240813.10
    - **Date Produced**: August 14, 2024 1:49:44 AM UTC
    - **Commit**: 778f78e8d112bd476109a4e3613eeb8edbfd380d
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.9-servicing.24413.7 to 8.0.9-servicing.24413.10][10]
      - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.9-servicing.24413.7 to 8.0.9-servicing.24413.10][10]
      - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.9 to 8.0.9][10]
      - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.9 to 8.0.9][10]
      - **Microsoft.NETCore.App.Ref**: [from 8.0.9 to 8.0.9][10]
      - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.9 to 8.0.9][10]
      - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.9 to 8.0.9][10]
      - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.9-servicing.24413.7 to 8.0.9-servicing.24413.10][10]
      - **Microsoft.NETCore.Platforms**: [from 8.0.9-servicing.24413.7 to 8.0.9-servicing.24413.10][10]
      - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.1][10]
      - **Microsoft.SourceBuild.Intermediate.runtime.linux-x64**: [from 8.0.9-servicing.24413.7 to 8.0.9-servicing.24413.10][10]
    
    [10]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC41657dc0011935cec29391daaa6371ca531bb355&targetVersion=GC778f78e8d112bd476109a4e3613eeb8edbfd380d&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
    
    [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
    - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
    - **Build**: 20240815.2
    - **Date Produced**: August 15, 2024 6:04:20 PM UTC
    - **Commit**: b3b11c6372e4738488d477cf532260bd49652c2a
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.9 to 8.0.9][12]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.9 to 8.0.9][12]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.9 to 8.0.9][12]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.9 to 8.0.9][12]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.9 to 8.0.9][12]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.9 to 8.0.9][12]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.9 to 8.0.9][12]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.9 to 8.0.9][12]
    
    [12]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCbabff9f93b334a5627bafc936aedceb338c13bab&targetVersion=GCb3b11c6372e4738488d477cf532260bd49652c2a&_a=files
    
    [Dependenc...
    maestro-prod-Primary authored and vseanreesermsft committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    41f1ec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merged PR 41781: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore, dnceng/internal/dotnet-runtime
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
    - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319
    - **Build**: 20240815.9
    - **Date Produced**: August 16, 2024 2:25:38 AM UTC
    - **Commit**: 3c8202d88deea14a87c7665190286d2a67e464c0
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.9-servicing.24413.10 to 8.0.9-servicing.24415.9][1]
      - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.9-servicing.24413.10 to 8.0.9-servicing.24415.9][1]
      - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.9 to 8.0.9][1]
      - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.9 to 8.0.9][1]
      - **Microsoft.NETCore.App.Ref**: [from 8.0.9 to 8.0.9][1]
      - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.9 to 8.0.9][1]
      - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.9 to 8.0.9][1]
      - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.9-servicing.24413.10 to 8.0.9-servicing.24415.9][1]
      - **Microsoft.NETCore.Platforms**: [from 8.0.9-servicing.24413.10 to 8.0.9-servicing.24415.9][1]
      - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.SourceBuild.Intermediate.runtime.linux-x64**: [from 8.0.9-servicing.24413.10 to 8.0.9-servicing.24415.9][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC778f78e8d112bd476109a4e3613eeb8edbfd380d&targetVersion=GC3c8202d88deea14a87c7665190286d2a67e464c0&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
    
    [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
    - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
    - **Build**: 20240816.1
    - **Date Produced**: August 16, 2024 4:37:19 PM UTC
    - **Commit**: c740d3529b04a61639ea47307ad9924d739c73dd
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.9 to 8.0.9][2]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.9 to 8.0.9][2]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.9 to 8.0.9][2]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.9 to 8.0.9][2]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.9 to 8.0.9][2]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.9 to 8.0.9][2]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.9 to 8.0.9][2]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.9 to 8.0.9][2]
    
    [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCb3b11c6372e4738488d477cf532260bd49652c2a&targetVersion=GCc740d3529b04a61639ea47307ad9924d739c73dd&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]...
    maestro-prod-Primary authored and vseanreesermsft committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    23b93b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    4871dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de9ff55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d097c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9031fa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix conflicts

    wtgodbe committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d8b220e View commit details
    Browse the repository at this point in the history
  2. Merged PR 42383: [release/8.0] Merge from public

    #### AI description  (iteration 1)
    #### PR Classification
    Merge from public branch to update dependencies and configuration files.
    
    #### PR Summary
    This pull request updates various dependencies and configuration files to align with the latest versions and improve build processes.
    - Updated dependency versions in `/eng/Version.Details.xml` and `/eng/Versions.props`.
    - Added new package sources in `/NuGet.config`.
    - Changed Azure token references in multiple YAML files (`/eng/common/templates-official/job/publish-build-assets.yml`, `/eng/common/templates-official/post-build/post-build.yml`, `/eng/common/templates/job/publish-build-assets.yml`, `/eng/common/templates/post-build/post-build.yml`).
    - Updated Azure Key Vault task version in `/eng/common/templates/steps/telemetry-start.yml`.
    wtgodbe committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bd25e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9762034 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…

    …otnet-efcore build 20240903.2
    
    dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
     From Version 8.0.9 -> To Version 8.0.10
    dotnet-bot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    928afb3 View commit details
    Browse the repository at this point in the history
  2. Merged PR 42736: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
    - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
    - **Build**: 20240903.2
    - **Date Produced**: September 3, 2024 9:50:32 PM UTC
    - **Commit**: 0ec1568e0aafd156ec04fd21f2d0f519b81f1be5
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.9 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.9 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.9 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.9 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.9 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.9 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.9 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.9 to 8.0.10][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCc740d3529b04a61639ea47307ad9924d739c73dd&targetVersion=GC0ec1568e0aafd156ec04fd21f2d0f519b81f1be5&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    maestro-prod-Primary authored and vseanreesermsft committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    eb8fb8a View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…

    …otnet-runtime build 20240909.10
    
    Microsoft.Extensions.DependencyModel , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , System.Diagnostics.EventLog , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
     From Version 8.0.1 -> To Version 8.0.2
    dotnet-bot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ee0cfa4 View commit details
    Browse the repository at this point in the history
  4. Merged PR 42739: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-runtime
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
    - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319
    - **Build**: 20240909.10
    - **Date Produced**: September 10, 2024 5:32:57 AM UTC
    - **Commit**: 7dc1560dfb4ff946388512ef439fcb44f294b32a
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.Extensions.DependencyModel**: [from 8.0.1 to 8.0.2][1]
      - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.9-servicing.24415.9 to 8.0.10-servicing.24459.10][2]
      - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.9-servicing.24415.9 to 8.0.10-servicing.24459.10][2]
      - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.9 to 8.0.10][2]
      - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.9 to 8.0.10][2]
      - **Microsoft.NETCore.App.Ref**: [from 8.0.9 to 8.0.10][2]
      - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.9 to 8.0.10][2]
      - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.9 to 8.0.10][2]
      - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.9-servicing.24415.9 to 8.0.10-servicing.24459.10][2]
      - **Microsoft.NETCore.Platforms**: [from 8.0.9-servicing.24415.9 to 8.0.10-servicing.24459.10][2]
      - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.1][2]
      - **System.Text.Json**: [from 8.0.4 to 8.0.5][1]
      - **Microsoft.SourceBuild.Intermediate.runtime.linux-x64**: [from 8.0.9-servicing.24415.9 to 8.0.10-servicing.24459.10][2]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC2aade6beb02ea367fd97c4070a4198802fe61c03&targetVersion=GC7dc1560dfb4ff946388512ef439fcb44f294b32a&_a=files
    [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC3c8202d88deea14a87c7665190286d2a67e464c0&targetVersion=GC7dc1560dfb4ff946388512ef439fcb44f294b32a&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
    maestro-prod-Primary authored and vseanreesermsft committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fd65361 View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…

    …otnet-efcore build 20240911.2
    
    dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
     From Version 8.0.10 -> To Version 8.0.10
    dotnet-bot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6cd9f8d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…

    …otnet-runtime build 20240911.12
    
    Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.Diagnostics , Microsoft.Extensions.Diagnostics.Abstractions , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Http , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , System.Configuration.ConfigurationManager , System.Diagnostics.PerformanceCounter , System.Net.Http.Json , System.Reflection.Metadata , System.Runtime.Caching , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.ServiceProcess.ServiceController , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
     From Version 8.0.0 -> To Version 8.0.1
    dotnet-bot committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1774a05 View commit details
    Browse the repository at this point in the history
  2. Merged PR 42754: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore, dnceng/internal/dotnet-runtime
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
    - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
    - **Build**: 20240911.2
    - **Date Produced**: September 11, 2024 11:09:12 PM UTC
    - **Commit**: cd3befe3d90b91bade678755eae670138a7e9745
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.10 to 8.0.10][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC0ec1568e0aafd156ec04fd21f2d0f519b81f1be5&targetVersion=GCcd3befe3d90b91bade678755eae670138a7e9745&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    
    [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
    - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319
    - **Build**: 20240911.12
    - **Date Produced**: September 12, 2024 5:05:29 PM UTC
    - **Commit**: a8108c906081c3c0198f250fb210c1dd275b2f01
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.Extensions.Caching.Memory**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Configuration.Json**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Configuration.UserSecrets**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Configuration.Xml**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.DependencyInjection**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.DependencyInjection.Abstractions**: [from 8.0.1 to 8.0.2][3]
      - **Microsoft.Extensions.DependencyModel**: [from 8.0.2 to 8.0.2][4]
      - **Microsoft.Extensions.Diagnostics**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Diagnostics.Abstractions**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.10-servicing.24459.10 to 8.0.10-servicing.24461.12][4]
      - **Microsoft.Extensions.Hosting**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Hosting.Abstractions**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Http**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Logging**: [from 8.0.0 to 8.0.1][2]
      - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.1 to 8.0.2][3]
      - **Microsoft.Extensions.Logging.Configuration**: [from 8.0.0 to 8.0.1][2]
      - **Micr...
    maestro-prod-Primary authored and vseanreesermsft committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e2cfb3b View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…

    …otnet-efcore build 20240912.5
    
    dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
     From Version 8.0.10 -> To Version 8.0.10
    dotnet-bot committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    704e1a1 View commit details
    Browse the repository at this point in the history
  4. Merged PR 42789: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
    - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
    - **Build**: 20240912.5
    - **Date Produced**: September 12, 2024 9:44:25 PM UTC
    - **Commit**: f17955cf503646f41852d32ffab1e41b0d273adc
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.10 to 8.0.10][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCcd3befe3d90b91bade678755eae670138a7e9745&targetVersion=GCf17955cf503646f41852d32ffab1e41b0d273adc&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    maestro-prod-Primary authored and vseanreesermsft committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dd48611 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    c65d335 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merged PR 42964: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-runtime
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
    - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319
    - **Build**: 20240916.10
    - **Date Produced**: September 17, 2024 10:28:54 PM UTC
    - **Commit**: 81cabf2857a01351e5ab578947c7403a5b128ad1
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **Microsoft.Extensions.Caching.Memory**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Configuration.Json**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Configuration.UserSecrets**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Configuration.Xml**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.DependencyInjection**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.DependencyInjection.Abstractions**: [from 8.0.2 to 8.0.2][1]
      - **Microsoft.Extensions.DependencyModel**: [from 8.0.2 to 8.0.2][1]
      - **Microsoft.Extensions.Diagnostics**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Diagnostics.Abstractions**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]
      - **Microsoft.Extensions.Hosting**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Hosting.Abstractions**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Http**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Logging**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.2 to 8.0.2][1]
      - **Microsoft.Extensions.Logging.Configuration**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Logging.Console**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Logging.Debug**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Logging.EventLog**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Logging.EventSource**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Extensions.Logging.TraceSource**: [from 8.0.1 to 8.0.1][1]
      - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]
      - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.NETCore.App.Ref**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]
      - **Microsoft.NETCore.Platforms**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]
      - **System.Configuration.ConfigurationManager**: [from 8.0.1 to 8.0.1][1]
      - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.1][2]
      - **System.Diagnostics.PerformanceCounter**...
    maestro-prod-Primary authored and vseanreesermsft committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e213713 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merged PR 42968: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcore
    
    This pull request updates the following dependencies
    
    [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
    - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
    - **Build**: 20240917.8
    - **Date Produced**: September 18, 2024 4:20:27 AM UTC
    - **Commit**: 4315fa43c9573671f8f5be21497d59f9c99cd829
    - **Branch**: refs/heads/internal/release/8.0
    
    [DependencyUpdate]: <> (Begin)
    
    - **Updates**:
      - **dotnet-ef**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.10 to 8.0.10][1]
      - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.10 to 8.0.10][1]
    
    [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCf17955cf503646f41852d32ffab1e41b0d273adc&targetVersion=GC4315fa43c9573671f8f5be21497d59f9c99cd829&_a=files
    
    [DependencyUpdate]: <> (End)
    
    [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    maestro-prod-Primary authored and vseanreesermsft committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c2a4429 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c8cdbef View commit details
    Browse the repository at this point in the history
  2. Update baseline, SDK

    wtgodbe committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    45781b9 View commit details
    Browse the repository at this point in the history