I created a few packages on my internal NuGet server (hosted by TeamCity). All packages work as expected except one. I getting error:
Could not install package 'MYPACKAGE'. 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.
Everything looks good, but it's impossible to install this package. Thank you for any advice.