Replies: 2 comments 4 replies
-
|
Any luck finding a workaround for this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
You can even use stable version. Preview 10 works with it. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Updated (11/08/2021):
Have a solution with a MAUI single project preview 9 application created in Visual Studio 2022 Preview 7.0 and it uses WindowsAppSDK 1.0.0-experimental1. I have upgraded to Visual Studio 2022 17.1.0 Preview 1.0 which updates MAUI to Preview 10. The MAUI application fails to build now with the error below.
Error NU1605 Detected package downgrade: Microsoft.WindowsAppSDK from 1.0.0-preview3 to 1.0.0-experimental1. Reference the package directly from the project to select a different version.
How do I update my MAUI solution to correctly use Microsoft.WindowsAppSDK 1.0.0-preview3 correctly now?
Update:
Created a new Visual Studio 2022 17.1.0 Preview 1.0 MAUI application (default template) and it gives the same error as above...
Orgbrat
Beta Was this translation helpful? Give feedback.
All reactions