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 a Xamarin forms project for iOS/Android using a .NET Standard shared project.
When I add the NuGet package to the Android project I get the following error:
Install-Package : Package Stetho.Xamarin 1.4.2 is not compatible with monoandroid80 (MonoAndroid,Version=v8.0). Package Stetho.Xamarin 1.4.2 supports: net (.NETFramework,Version=v0.0)
When I try add the package to the .NET Standard project I get errors stating it is not compatible with iOS.
I don't know which avenue to pursue as the instructions don't really specify how to use the package with .NET Standard solutions (or PCL), if it is even possible at all.
My question is, am I doing something wrong or does the solution not support .NET Standard 2.0 projects?
The text was updated successfully, but these errors were encountered:
Hi,
I have a Xamarin forms project for iOS/Android using a .NET Standard shared project.
When I add the NuGet package to the Android project I get the following error:
Install-Package : Package Stetho.Xamarin 1.4.2 is not compatible with monoandroid80 (MonoAndroid,Version=v8.0). Package Stetho.Xamarin 1.4.2 supports: net (.NETFramework,Version=v0.0)
When I try add the package to the .NET Standard project I get errors stating it is not compatible with iOS.
I don't know which avenue to pursue as the instructions don't really specify how to use the package with .NET Standard solutions (or PCL), if it is even possible at all.
My question is, am I doing something wrong or does the solution not support .NET Standard 2.0 projects?
The text was updated successfully, but these errors were encountered: