I am Unable to install package [Microsoft.ML.Probabilistic][1] for the [Infer.NET][2] framework in my Unity project. I am trying to install it by using `Project > Manage Nuget Packages` option in my visual studio.
Both .net and the infer.net package are Microsoft products, and yet they have not released a compatible version. When I click on install I get the following error stating that the package is not compatible with .net version 4.6:
> Could not install package 'Microsoft.ML.Probabilistic 0.3.1810.501'.
> You are trying to install this package into a project that targets
> '.NETFramework,Version=v4.6', 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.
https://github.com/dotnet/infer/issues/63
Edited byvipin8169Thursday, November 1, 2018 10:06 PM