mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-08-29 10:09:43 +02:00
[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:
@@ -213,8 +213,8 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
sdk: true
|
sdk: true
|
||||||
version: '10.0'
|
version: '10.0'
|
||||||
# SDK 10.0.302 contains runtime 10.0.10. Keep this aligned with DotNetRuntimePackageVersion in Directory.Packages.props.
|
# SDK 10.0.303 contains runtime 10.0.11. Keep this aligned with DotNetRuntimePackageVersion in Directory.Packages.props.
|
||||||
exactVersion: '10.0.302'
|
exactVersion: '10.0.303'
|
||||||
|
|
||||||
- ${{ if eq(parameters.runTests, true) }}:
|
- ${{ if eq(parameters.runTests, true) }}:
|
||||||
- task: VisualStudioTestPlatformInstaller@1
|
- task: VisualStudioTestPlatformInstaller@1
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
|
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
|
||||||
<MSTestVersion>3.8.3</MSTestVersion>
|
<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. -->
|
<!-- .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.10</DotNetRuntimePackageVersion>
|
<DotNetRuntimePackageVersion>10.0.11</DotNetRuntimePackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageVersion Include="AdaptiveCards.ObjectModel.WinUI3" Version="2.0.2-beta" />
|
<PackageVersion Include="AdaptiveCards.ObjectModel.WinUI3" Version="2.0.2-beta" />
|
||||||
|
|||||||
Reference in New Issue
Block a user