Uno.Sdk 5.3.0-dev.1916 uses Uno 5.4.0 preview references #17589
inforithmics
started this conversation in
General
Replies: 1 comment 3 replies
-
Thanks for the report. This is expected and since it's published packages, we can't change it. You can use 5.4-dev sdk instead. What are you trying to achieve by using these dev packages? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current behavior
Uno.Sdk 5.3.0-dev.1916 uses Uno 5.4.0 preview references
Expected behavior
Uno.Sdk 5.3.0-dev.1916 uses only 5.3.0 uno references
How to reproduce it (as minimally and precisely as possible)
Create new uno app
set global.json the uno.sdk to
"Uno.Sdk": "5.3.0-dev.1873"
Workaround
using 5.3.0-dev.1873 is the highest version that still uses uno 5.3 preview references
"Uno.Sdk": "5.3.0-dev.1916" uno 5.4 preview references are used.
Works on UWP/WinUI
None
Environment
Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
Uno.Sdk 5.3.0-dev.1916
Affected platforms
Build tasks
IDE
Visual Studio 2022
IDE version
17.10
Relevant plugins
Resharper
Anything else we need to know?
Maybe this is intended behavior but this means a final uno 5.3 sdk will use 5.4 uno nugets which seems confusing
Beta Was this translation helpful? Give feedback.
All reactions