Skip to content

Commit 0b352d6

Browse files
authored
Updates to WASDK and WCT packages (#1888)
This pull request updates dependency versions in the `standalone.props` file to ensure compatibility with the latest releases and improvements. Dependency version updates: * Updated `WindowsAppSdkPackageVersion` from `1.7.250310001` to `1.7.250513003` for compatibility with the latest Windows App SDK. * Updated `CommunityToolkitWinUIVersion` from `8.1.240916` to `8.2.250402` to incorporate the latest features and fixes in the Community Toolkit for WinUI.
1 parent 2d2af09 commit 0b352d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standalone.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<PropertyGroup>
33
<!-- The NuGet versions of dependencies to build against. -->
44
<WindowsSdkPackageVersion>10.0.22621.42</WindowsSdkPackageVersion>
5-
<WindowsAppSdkPackageVersion>1.7.250310001</WindowsAppSdkPackageVersion>
5+
<WindowsAppSdkPackageVersion>1.7.250513003</WindowsAppSdkPackageVersion>
66
<MicrosoftNETCoreUniversalWindowsPlatformVersion>6.2.11</MicrosoftNETCoreUniversalWindowsPlatformVersion>
77
<GraphicsWin2DVersion>1.3.2</GraphicsWin2DVersion>
88
<ColorCodeVersion>2.0.15</ColorCodeVersion>
9-
<CommunityToolkitWinUIVersion>8.1.240916</CommunityToolkitWinUIVersion>
9+
<CommunityToolkitWinUIVersion>8.2.250402</CommunityToolkitWinUIVersion>
1010
<MicrosoftCsWinRTPackageVersion>2.2.0</MicrosoftCsWinRTPackageVersion>
1111
<!-- We have multiple projects in the same directory, which means we need to separate their output paths-->
1212
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>

0 commit comments

Comments
 (0)