You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Thank you :)
The text was updated successfully, but these errors were encountered: