I'm trying to install the 'Microsoft.CrmSdk.CoreAssemblies' Nuget Package in Visual Studio Community 2017.
For some reason, I'm getting this error, and I can't seem to find the solution for this in google.
Severity Code Description Project File Line Suppression State Error Could not install package 'Microsoft.CrmSdk.CoreAssemblies 9.0.2.12'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.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.
I tried to lower the project's .NetFramework version to 4.5.2, as per the instructions of a course in Udemy.com, but to no avail.
does anybody know how to handle this?
Thanks in advance!
*This post is locked for comments
I have the same question (0)