[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>
This commit is contained in:
Clint Rutkas
2026-08-12 13:08:56 -07:00
committed by GitHub
parent 888a142724
commit d3b8d00809
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<MSTestVersion>3.8.3</MSTestVersion>
<!-- .NET SDK 10.0.302 contains runtime 10.0.10. Keep this aligned with exactVersion in .pipelines/v2/templates/job-build-project.yml. -->
<DotNetRuntimePackageVersion>10.0.10</DotNetRuntimePackageVersion>
<!-- .NET SDK 10.0.303 contains runtime 10.0.11. Keep this aligned with exactVersion in .pipelines/v2/templates/job-build-project.yml. -->
<DotNetRuntimePackageVersion>10.0.11</DotNetRuntimePackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AdaptiveCards.ObjectModel.WinUI3" Version="2.0.2-beta" />