Skip to content

Commit

Permalink
chore: Bump to net9
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 20, 2024
1 parent ad2d322 commit 36251cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
7 changes: 0 additions & 7 deletions samples/5.2/Uno52ResizetizerTests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@
-->
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
</PropertyGroup>

<PropertyGroup>
<UnoExtensionsVersion>4.1.11</UnoExtensionsVersion>
<UnoToolkitVersion>6.0.16</UnoToolkitVersion>
<UnoThemesVersion>5.0.11</UnoThemesVersion>
<UnoCSharpMarkupVersion>5.2.10</UnoCSharpMarkupVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Uno.Sdk">
<PropertyGroup>
<TargetFrameworks>
net8.0-android;
net8.0-ios;
net8.0-maccatalyst;
net8.0-windows10.0.19041;
net8.0-desktop;
net8.0-browserwasm;
net9.0-android;
net9.0-ios;
net9.0-maccatalyst;
net9.0-windows10.0.19041;
net9.0-desktop;
net9.0-browserwasm;
</TargetFrameworks>

<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/5.2/Uno52ResizetizerTests/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// 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.
"msbuild-sdks": {
"Uno.Sdk": "5.2.68"
"Uno.Sdk": "5.5.43"
}
}

0 comments on commit 36251cb

Please sign in to comment.