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 have a NuGet package targeting dotnet5.2 that I've built and I'm trying to test that in conjunction with a standard VS 2015 Portable Class Library targeting Profile111.
Could not install package 'Autofac 4.0.0-rc1-1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', 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.
Am I wrong? Is there a step I'm missing? Or is there an upcoming NuGet update that will make this possible?
The text was updated successfully, but these errors were encountered:
I have a NuGet package targeting
dotnet5.2
that I've built and I'm trying to test that in conjunction with a standard VS 2015 Portable Class Library targeting Profile111.Per the new documentation, I gather this should work.
However, in trying it, I see the following error:
Am I wrong? Is there a step I'm missing? Or is there an upcoming NuGet update that will make this possible?
The text was updated successfully, but these errors were encountered: