Skip to content

Please also add .net as TargetFramework (makes it possible to unit test my maui project) #102

@3sRykaert

Description

@3sRykaert

In the following file:
https://github.com/dotMorten/MauiEx/blob/main/MauiEx/MauiEx.csproj

Please change:
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
To:
<TargetFrameworks>net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>

That way a unittest project can also run against a maui project that uses this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions