
We have a case where we're trying to update a project that targets .NET 4.5 with the Microsoft.CrmSdk.CoreAssemblies (8.2.0.2) package and we're getting this error:
"Could not install package 'Microsoft.CrmSdk.CoreAssemblies 8.2.0.2'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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."
Why is the package constrained to the 3.5 framework?
*This post is locked for comments
I have the same question (0)Thanks that did it. I'm still curious why the package lists .NET 3.5 on the NuGet page though?