Skip to content
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

.Net 7 compatibility issues with Microcharts.Maui #340

Open
rajput400 opened this issue Oct 2, 2023 · 0 comments
Open

.Net 7 compatibility issues with Microcharts.Maui #340

rajput400 opened this issue Oct 2, 2023 · 0 comments
Labels

Comments

@rajput400
Copy link

rajput400 commented Oct 2, 2023

I have an project targeting <TargetFrameworks>net7.0;net7.0-android33.0</TargetFrameworks> and using <PackageReference Include="Microcharts.Maui" Version="1.0.0" />
While adding net7.0 I am getting the following error, Is there a way around to fix this? as I added Net7.0 to add Xunit tests to my project .

Error NU1202 Package Microcharts.Maui 1.0.0 is not compatible with net7.0 (.NETCoreApp,Version=v7.0) / android-arm. Package Microcharts.Maui 1.0.0 supports:

  • net6.0-android31.0 (.NETCoreApp,Version=v6.0)
  • net6.0-ios16.1 (.NETCoreApp,Version=v6.0)
  • net6.0-maccatalyst16.1 (.NETCoreApp,Version=v6.0)
  • net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0)

Thank you :)

@rajput400 rajput400 changed the title How to make Xunit test compatible with Microcharts.Maui .Net 7 compatibility issues with Microcharts.Maui Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant