scottdurow / RibbonWorkbench

Ribbon Workbench 2016 for Dynamics 365
https://ribbonworkbench.uservoice.com/
MIT License
72 stars 24 forks source link

Building solution in VS 2019 #41

Closed InsidiousForce closed 4 years ago

InsidiousForce commented 5 years ago

When I import this solution into Visual Studio 2019 it doesn't build out of the box. The target framework is .NET 4.6.2, everything seems to restore but there are a slew of errors related to System.Serialization not being found (which it's usually System.Runtime.Serialization I think but that doesn't seem to be it either). Any hints on how to work with the VS solution itself, dependencies, etc?