-
I had everything updated to the very latest except CommunityToolkit.Maui and all compiles and runs perfectly fine. I updated to the new 11.0 version and the application compiles but will not run. On the I can roll back to CommunityToolkit.Maui 10.0 and all is fine again... Has anyone else seen this issue? Orgbrat |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you're referencing Here's an example where we removed it from our sample app: https://github.com/CommunityToolkit/Maui/pull/2444/files#diff-b2a4b3f881896a3aca741c4c97d542bd4fab90f363549934500cb99523d705e0L32 And be sure to adhere to the requirements listed in the Release Notes: https://github.com/CommunityToolkit/Maui/releases/tag/11.0.0 |
Beta Was this translation helpful? Give feedback.
If you're referencing
WindowsSdkPackageVersion
in your CSPROJ, remove it.Here's an example where we removed it from our sample app: https://github.com/CommunityToolkit/Maui/pull/2444/files#diff-b2a4b3f881896a3aca741c4c97d542bd4fab90f363549934500cb99523d705e0L32
And be sure to adhere to the requirements listed in the Release Notes: https://github.com/CommunityToolkit/Maui/releases/tag/11.0.0