Skip to content

Commit 1e9c19c

Browse files
committed
Update WASDK v1.7-EXP3
1 parent 7c2e926 commit 1e9c19c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Build.props

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

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

1313
<!-- The NuGet package version -->
1414
<XAMLToolsVersion>1.0.0-alpha0167</XAMLToolsVersion>
1515
<CsWin32Version>0.3.162</CsWin32Version>
16-
<Win2dVersion>1.3.1</Win2dVersion>
16+
<Win2dVersion>1.3.2</Win2dVersion>
1717
<DebugTargetFramework>net9.0-windows10.0.19041.0</DebugTargetFramework>
1818
<NoWarn>WMC1506;WMC0001;CA1416;CS8632;CS0067;CS0078;CS0649;CS0414;NU1903;NU1902</NoWarn>
1919

@@ -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.250109001-experimental2" />
51+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250127003-experimental3" />
5252
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
5353
</ItemGroup>
5454

0 commit comments

Comments
 (0)