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