JavascriptNet / Javascript.Net

.Net bindings to the V8 JavaScript engine
BSD 2-Clause "Simplified" License
829 stars 150 forks source link

Does it supports .net framework 4.6.1 and greater? Does it supports IE? #80

Closed hemant-learningforever closed 5 years ago

hemant-learningforever commented 5 years ago

Does it supports .net framework 4.6.1 and greater? Does it supports IE?

Ablu commented 5 years ago

The question seems to suggest a misunderstanding. The .NET framework is mostly backwards compatible. 4.6.1+ is covered by that, however you also need to C++/CLI runtime. Also this executes code from .NET (so for example a C# application) and not a browser like IE.