Skip to content

Has anyone successfully built xamarin ios project on AzureDevOps using multi targeting libraries with TargetFrameworks netstandard2.1 & net8.0 #728

Open
@nikamvd

Description

@nikamvd

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. We are using XamariniOS@2 task on vmImage: macos-13 on azure devops pipeline.

Has anyone successfully built xamarin ios project on AzureDevOps using multi targeting libraries?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions