Hi,
We have been updating 2 solutions lately with DW 9.8.9 using nuget, and after much struggles have a working version locally. When we deploy these versions to a webserver using continuous integration, we get errors like in the attached screenshot. We found that adding the following 2 packages to the solution solved this:
Microsoft.CodeAnalysis.Workspaces.MSBuild
Microsoft.Build
Could you add dependencies for these packages to the admin package or such?
Greets Hans