Developer forum

Forum » Development » Reference to DW 10 / .NET Core

Reference to DW 10 / .NET Core

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I am trying to upgrade a Dynamicweb.Admin project (based on NuGet) from 9.19.0 to 9.19.1 but I get the following error after which the update is rolled back:

Could not install package 'Dynamicweb.DataIntegration 10.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', 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.

Is something referencing a Core package by accident? Visual Studio didn't give any more information about which package references DataIntegration.

Imar


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

Hi Imar

Try this:

nuget install Dynamicweb.Admin -Version 9.19.1 -IgnoreDependencies

Or this:

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

Hi all,

Apparently there was some kind of issue with NuGet.org, but if you clear your cache (dotnet nuget locals all --clear) and try again, it should work.

- Jeppe

 

You must be logged in to post in the forum