-
Notifications
You must be signed in to change notification settings - Fork 359
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
[Bug]Getting Target error when Targeting Maui App to .net 7.0 #354
Comments
Same here. Following this |
Same with .Net 8 |
Yeah, even when I exclusively say not for .net 8, I can't get it to recognize Microcharts:
Severity Code Description Project File Line Suppression State Priority Details |
Facing the similar issue, it has something to do Microcharts.Maui is not compatible with .Net 7/8, but rather its compatible with .Net7/8 Android, Windows, IOS. |
Are you using it off NuGet or building from source? I see that the version published on NuGet in Aug 2023, is only compatible with net6.0-ios and net6.0-android (and hence, iOS and Android versions of .NET 7.0 and 8.0). The repo contains newer code where |
I am targeting maui app to .net 7.0 and getting error micro charts not supported on .net 7.0
Code:-
net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst
I am using this because I have added Unit Test Project respective to this project and have added reference of the the main project in unit test project, when i am running unit test app I am getting error micro charts not supported on .net 7.0
The text was updated successfully, but these errors were encountered: