Skip to content

Dotnet6 MAUI support #31

@dannyhaak

Description

@dannyhaak

It would be great to have a version that supports Dotnet6 with MAUI. I could get it to work with a new project file:

<Project Sdk="Microsoft.NET.Sdk">
	<PropertyGroup>
		<TargetFrameworks>net6.0-android</TargetFrameworks>
		<UseMaui>true</UseMaui>
		<SingleProject>true</SingleProject>
		<ImplicitUsings>enable</ImplicitUsings>
		<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
		<ReleaseVersion>0.0.0.1</ReleaseVersion>
	</PropertyGroup>
</Project>

A NuGet version would be even better. If you need any help, happy to make a PR to get this going.

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