Skip to content

Commit c2c88bf

Browse files
authored
chore: Update UnoPongWars.csproj to adjust the WindowsSdkPackageVersion to a temporary version
1 parent f1ba62f commit c2c88bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UI/PongWars/src/UnoPongWars/UnoPongWars.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
3030
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
3131
-->
32-
<!-- <WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion> -->
32+
33+
<!-- Uno Platform 5.4 has been updated to use WinAppSDK 1.6, which necessitates a temporary version adjustment until newer versions of .NET 8 SDKs are released. -->
34+
<!-- Comment this WindowsSdkPackageVersion line again once .NET SDK version 8.0.403 or later is available. -->
35+
<!-- For more details, refer to: https://aka.platform.uno/migrate-from-previous#uno-platform-54 -->
36+
<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
3337

3438
<!--
3539
UnoFeatures let's you quickly add and manage implicit package references based on the features you want to use.

0 commit comments

Comments
 (0)