Successfully updated a #dotNetMAUI app to #dotNet 8. Just one issue #MAUIDev will need to deal with (other than the Android updates)...
Warning MA002 Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidate...