Skip to content

Add support for .NET 8 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Add support for .NET 8 #8

merged 3 commits into from
Nov 30, 2023

Conversation

janusw
Copy link
Member

@janusw janusw commented Nov 29, 2023

This fixes #6.

For now I'm only adding .NET 8 targets to the library, but not yet updating the sample to .NET 8 (because VS4Mac does not handle that well yet).

Starting with .NET 8, setting  <UseMaui>true</UseMaui>  does not automatically include NuGet package references in your project.  Update your project by including this item:  <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />.  You can skip this warning by setting  <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences>  in your project file.
@janusw janusw merged commit a40c73e into oxyplot:develop Nov 30, 2023
@janusw janusw deleted the net8 branch November 30, 2023 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for .NET8
1 participant