Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Attempting to build Maui Community toolkit fails and multiple projects do not build.
Expected Behavior
Building the project should work from visual studio
Steps To Reproduce
- Open the Sample Solution from Maui CommunityToolkit
- Build the Solution.
Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui
Environment
- .NET MAUI CommunityToolkit: 7.0.1
- .Net Maui CommunityToolkit MediaElement: 3.0.1
- OS: Windows
- .NET MAUI: 8.0.6
Anything else?
Visual studio version 17.8.7 shipped today and Maui was updated to 8.0.6 which requires updating the project files with updated nugets for Microsoft.Maui.Controls. Currently Version="$(MauiPackageVersion)" is not working and the workaround is to manually set Version="8.0.6" for Controls.
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Attempting to build Maui Community toolkit fails and multiple projects do not build.
Expected Behavior
Building the project should work from visual studio
Steps To Reproduce
Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui
Environment
Anything else?
Visual studio version 17.8.7 shipped today and Maui was updated to 8.0.6 which requires updating the project files with updated nugets for Microsoft.Maui.Controls. Currently
Version="$(MauiPackageVersion)"is not working and the workaround is to manually setVersion="8.0.6"for Controls.