Skip to content

Commit 9ca64f7

Browse files
committed
Update WASDK to 1.7 and DevWinUI to 8.0.0 stable
1 parent 328398c commit 9ca64f7

2 files changed

Lines changed: 7164 additions & 11373 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<!-- Version -->
88
<LibraryMajorVersion>8</LibraryMajorVersion>
9-
<PreviewLabel>-Preview9</PreviewLabel>
10-
<IsPreviewBuild>true</IsPreviewBuild>
9+
<PreviewLabel></PreviewLabel>
10+
<IsPreviewBuild>false</IsPreviewBuild>
1111
<PreviewBuildSuffix Condition="'$(IsPreviewBuild)' == 'true'">$(PreviewLabel)</PreviewBuildSuffix>
1212

1313
<!-- The NuGet package version -->
@@ -48,7 +48,7 @@
4848

4949
<!-- The NuGet versions of dependencies to build against. -->
5050
<ItemGroup Condition="'$(MSBuildProjectName)' != $(ContextMenuLibName)">
51-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250208002-preview1" />
51+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250310001" />
5252
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
5353
</ItemGroup>
5454

0 commit comments

Comments
 (0)