Updating from 5.3.31 to 5.4.22 fails #18321
-
According to this link I should only change the Sdk-value in global.json to the new version. But on Nuget the Uno.Sdk-max-Version is 5.4.5, whereas I expected it to be 5.4.22. If I switch to the latest 5.4.5 Uno.Sdk I get the following error: And this is my csproj:
|
Beta Was this translation helpful? Give feedback.
Answered by
MartinZikmund
Oct 2, 2024
Replies: 1 comment 8 replies
-
Thanks for the report. This is a WinAppSDK temporary issue, make sure to follow https://platform.uno/docs/articles/migrating-from-previous-releases.html#winappsdk-16-considerations for upgrading. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@TopperDEL please try doing full
git clean -xfd
and see if it helps - I got this error as well after updating, but it seems that it was somewhere in temp files or bin/obj and after clean it seems to work fine again