Reputation: 1
We migrated our Xamarin.Forms project to .NET MAUI (.net 8.0). We are still supporting our Xamarin.Forms project. The common organization level libraries now target multiple frameworks netstandard2.1;net8.0. .NET MAUI pipelines are working good. xamarin android pipeline is also working; however xamarin ios pipeline build task fails with error NETSDK1005: Assets file 'project.assets.json' doesn't have a target for '.NETFramework,Version=v8.0'. Ensure that restore has run and that you have included 'net80' in the TargetFrameworks for your project.
Has anyone successfully built xamarin ios project on AzureDevOps using multi targeting libraries?
Upvotes: -2
Views: 10