Taritsyn / JavaScriptEngineSwitcher

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
Apache License 2.0
440 stars 49 forks source link

The 3.x version depends on Clearscript.V8 5.5.0.0, but can't find it #42

Closed svdoever closed 6 years ago

svdoever commented 6 years ago

From release notes: Microsoft ClearScript.V8 was updated to version 5.5.0 (support of V8 version 6.2.414.40);

But can only find version 4.9.0.0 as nuget package. Any idea how to resolve this dependency?

Taritsyn commented 6 years ago

Hello, Serge!

But can only find version 4.9.0.0 as nuget package. Any idea how to resolve this dependency?

Read the “V8” section of “Misconceptions about the JavaScript Engine Switcher version 2.X” article.

Also I recommend you to see the related section of documentation.

svdoever commented 6 years ago

@Taritsyn thanks, misconceptions article was an eyeopener:-)