NuGet not Functioning

When I try to use NuGet to install a package into an Oxygene project, I get the error “xxxxx could not be installed because it is not compatible with any project in the solution. The package targets the following frameworks .NetFramework,Version = v4.0” This even though I very carefully create a new solution targeted at .net 4.0 and then do nothing else but run NuGet. This happens on two computers.

Thank you for the report. The issue (#55492) has been logged.

Best regards.

Do I track it here for resolution?

You can find the changelist for oxygene here, at connect, where you can follow if the issue is resolved or not.

Best regards.

The workaround for this is Tools / Library Package Manager / Manage Nuget Packages for Solution… to find the name of the library, then Tools / Library Package Manager / Package Manager Console / “Install-Package xxxxxxx” to install.