Versioning - the correct way #2416
-
I have the newest Visual Studio 17.12.3 installed, which comes with MAUI workload: I retargeted my MAUI app to .NET 9, now I'd like to use CommunityToolkit 10.0.0. When I try updating the NuGet package, I get these errors:
I reference MAUI Controls this way in my .csproj:
If I hardcode the version:
It works, but I don't like this approach, because I need to think about updating it every time I update Visual Studio plus there is an inconsistency between MAUI workload version and version and the MAUI NuGet package version. What is the clean way to approach this please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
we require 9.0.21 because it contains important fixes for us. Once VS updates MAUI workload up to 9,0.21 you can use $(MauiVersion) |
Beta Was this translation helpful? Give feedback.
we require 9.0.21 because it contains important fixes for us. Once VS updates MAUI workload up to 9,0.21 you can use $(MauiVersion)