Skip to content

Commit d1c0bfd

Browse files
authored
Merge pull request #792 from unoplatform/dev/ks/pongWars-updateSdk
[PongWars App] chore: updating SDK
2 parents 2339c1b + c2c88bf commit d1c0bfd

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

UI/PongWars/src/Directory.Build.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,4 @@
1212
-->
1313
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
1414
</PropertyGroup>
15-
16-
<!-- See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages version properties. -->
17-
<PropertyGroup>
18-
<UnoExtensionsVersion>4.1.21</UnoExtensionsVersion>
19-
<UnoToolkitVersion>6.0.18</UnoToolkitVersion>
20-
<UnoThemesVersion>5.0.13</UnoThemesVersion>
21-
<UnoCSharpMarkupVersion>5.2.13</UnoCSharpMarkupVersion>
22-
</PropertyGroup>
2315
</Project>

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.

UI/PongWars/src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.2.112"
4+
"Uno.Sdk": "5.4.5"
55
}
66
}

0 commit comments

Comments
 (0)