BaristaLabs/chrome-dev-tools-generator

.NET 4.5 Support

Closed this issue · 1 comments

Hi,
chrome-dev-tools-runtime library works great for us (debugging js), the only thing is that we are bound to .NET 4.5, so .NET Core is not an option for us at the moment. What is the best way to get this working on .NET Framework? Should the generator or the generated class library be changed? How difficult would it be in general?
Thank you.

Nevermind, it appeared to be very easy to switch the generated library to .NET 4.5 - just needed to install System.Threading.Tasks.Dataflow package, and it worked.