Skip to content

Commit 9e54bb0

Browse files
committed
Update to WinAppSdk 1.6.240531000-experimental1
1 parent e366657 commit 9e54bb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
3+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240531000-experimental1" />
44
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
55
</ItemGroup>
6+
<ItemGroup Condition="'$(Configuration)' == 'Release'">
7+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240602.1" />
8+
</ItemGroup>
69
</Project>

0 commit comments

Comments
 (0)