.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,026 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I migrated an MAUI Net 8 project from the Xamarin project. when building the application with MAUI Android, it failed with the following exceptions, Microsoft.PackageDependencyResolution.targets(266, 5): [NETSDK1004] Assets file '/Users/mark050/Documents/VA-DEV/SKM-Test/SKM_MOBILE/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
I noticed it also built the iOS platform code.
How to resolve this issue