I have a MAUI App that uses Blazor Hybrid, and there is a bug that causes it to display a blank page in iOS 18 beta.
https://github.com/dotnet/maui/issues/23390
This bug is fixed and released in the latest MAUI service release https://github.com/dotnet/maui/releases/tag/8.0.80
But I can’t work out how to get that into my App. is there a way? Or do I need to wait for the next release of the dotnet 8 SDK?