Skip to content

Commit 5bf0ff9

Browse files
author
eriklimakc
committed
chore: Revert win tfm version
1 parent 654eb62 commit 5bf0ff9

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

UI/Navigation/src/Navigation/Navigation.csproj

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.26100;net8.0-browserwasm;net8.0-desktop</TargetFrameworks>
3+
<TargetFrameworks>
4+
net8.0-android;
5+
net8.0-ios;
6+
net8.0-maccatalyst;
7+
net8.0-windows10.0.19041;
8+
net8.0-desktop;
9+
net8.0-browserwasm;
10+
</TargetFrameworks>
411

512
<OutputType>Exe</OutputType>
613
<UnoSingleProject>true</UnoSingleProject>
@@ -22,7 +29,11 @@
2229
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
2330
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
2431
-->
25-
<!-- <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>
2637

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

0 commit comments

Comments
 (0)