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 am trying to use your project in my Xamarin.Forms project. When I try to download it using NuGet I get the following error messages:
"Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in project 'xy.iOS'
Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in folder 'xyz'
Could not install package 'BayesSharp 0.1.1'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
"Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in project 'xy.Droid'
Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in folder 'xyz'
Could not install package 'BayesSharp 0.1.1'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v7.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
However, Newtonsoft.Json is already installed in these projects. And even if it's not installed and the NuGet fetches the version 6.0.2 the same errors occur.
Can you fix that, please?
King regards,
Jolanda
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use your project in my Xamarin.Forms project. When I try to download it using NuGet I get the following error messages:
"Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in project 'xy.iOS'
Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in folder 'xyz'
Could not install package 'BayesSharp 0.1.1'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
"Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in project 'xy.Droid'
Package 'BayesSharp.0.1.1 : Newtonsoft.Json [6.0.2, )' does not exist in folder 'xyz'
Could not install package 'BayesSharp 0.1.1'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v7.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."
However, Newtonsoft.Json is already installed in these projects. And even if it's not installed and the NuGet fetches the version 6.0.2 the same errors occur.
Can you fix that, please?
King regards,
Jolanda
The text was updated successfully, but these errors were encountered: