.NET 4.5 Support
Closed this issue · 1 comments
ezolotko commented
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.
ezolotko commented
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.