-
I'm getting downgrade warnings because the toolkit nuget uses the 8.0.14, but VS 17.9 is still using 8.0.7, Microsoft recommends to use I would expect that if 8.0.14 is used, the toolkit nuget would be a preview version? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
17.9.3 ships with MAUI 8.0.7 SR2. The latest preview ships with MAUI 8.0.21 SR4. I don't know what exact version is SR3 but I can't find anything in the Microsoft release notes for it. That being said you can update the version of .NET MAUI without updating Visual Studio. Something like dotnet workload install maui --sdk-version=8.0.14 |
Beta Was this translation helpful? Give feedback.
-
This is good to know! Thanks for raising it, @thombrink. I do all my dev on a Mac using Rider, and I always update the .NET SDK manually and subsequently update MAUI manually, I didn't realize that Visual Studio lagged behind in auto-updating MAUI for devs. Agreed, @bijington, we should chat about this on our standup to figure out the best plan for our |
Beta Was this translation helpful? Give feedback.
-
I opened this issue, please vote on it and share your pains so they can prioritize it: https://developercommunity.visualstudio.com/t/Installing-a-NuGet-that-depends-on-later/10651482 Also, add comments and ideas so we can bootstrap the thinking and potential fixes faster. |
Beta Was this translation helpful? Give feedback.
-
Closed as Answered. |
Beta Was this translation helpful? Give feedback.
I don't think we should mark our releases as preview because we are not using any preview releases of .NET MAUI - 8.0.14 is a stable release and there are no preview features of the toolkit.
That being said I understand the frustration of not having the tooling up to date with our dependencies. There are no easy answers here as developers won't want to run command line tools to solve the issue and then we as maintainers don't want to be held up releasing a bug fix based on a piece of toolings release cycle. Then if you imagine there is Visual Studio, Visual Studio Code and Rider to name a few IDEs it could become a lot trickier.
We have our stand up tomorrow and I will add the discussion …