From d3b8d00809cdfc38dd2a43aefb39750a2fc03b24 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 12 Aug 2026 13:08:56 -0700 Subject: [PATCH] [Deps] Update .NET runtime packages to 10.0.11 (#49847) upgrading to 10.0.11 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .pipelines/v2/templates/job-build-project.yml | 4 ++-- Directory.Packages.props | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pipelines/v2/templates/job-build-project.yml b/.pipelines/v2/templates/job-build-project.yml index 17680d3024..24079406ef 100644 --- a/.pipelines/v2/templates/job-build-project.yml +++ b/.pipelines/v2/templates/job-build-project.yml @@ -213,8 +213,8 @@ jobs: parameters: sdk: true version: '10.0' - # SDK 10.0.302 contains runtime 10.0.10. Keep this aligned with DotNetRuntimePackageVersion in Directory.Packages.props. - exactVersion: '10.0.302' + # SDK 10.0.303 contains runtime 10.0.11. Keep this aligned with DotNetRuntimePackageVersion in Directory.Packages.props. + exactVersion: '10.0.303' - ${{ if eq(parameters.runTests, true) }}: - task: VisualStudioTestPlatformInstaller@1 diff --git a/Directory.Packages.props b/Directory.Packages.props index 0dd306b407..bb77ededc0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,8 +3,8 @@ true true 3.8.3 - - 10.0.10 + + 10.0.11