JavaScriptEngineSwitcher.Node
3.4.1
Prefix Reserved
See the version list below for details.
dotnet add package JavaScriptEngineSwitcher.Node --version 3.4.1
NuGet\Install-Package JavaScriptEngineSwitcher.Node -Version 3.4.1
<PackageReference Include="JavaScriptEngineSwitcher.Node" Version="3.4.1" />
paket add JavaScriptEngineSwitcher.Node --version 3.4.1
#r "nuget: JavaScriptEngineSwitcher.Node, 3.4.1"
// Install JavaScriptEngineSwitcher.Node as a Cake Addin #addin nuget:?package=JavaScriptEngineSwitcher.Node&version=3.4.1 // Install JavaScriptEngineSwitcher.Node as a Cake Tool #tool nuget:?package=JavaScriptEngineSwitcher.Node&version=3.4.1
JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 5.3.2).
This package does not contain the `node.exe`. Therefore, you need to install the Node.js (https://nodejs.org/) and add the `node.exe`'s directory to the `Path` environment variable (automatically done by the official installer).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- JavaScriptEngineSwitcher.Core (>= 3.3.0)
- Jering.Javascript.NodeJS (>= 5.3.2)
-
.NETStandard 2.0
- JavaScriptEngineSwitcher.Core (>= 3.3.0)
- Jering.Javascript.NodeJS (>= 5.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.24.1 | 1,161 | 3/7/2024 |
3.23.1 | 1,061 | 9/19/2023 |
3.21.4 | 1,891 | 8/3/2023 |
3.21.2 | 857 | 5/1/2023 |
3.21.0 | 319 | 4/1/2023 |
3.19.0 | 3,506 | 7/21/2022 |
3.18.2 | 540 | 5/24/2022 |
3.17.0 | 7,560 | 12/27/2021 |
3.15.0 | 1,495 | 11/28/2021 |
3.10.0 | 3,056 | 1/22/2021 |
3.7.2 | 3,101 | 9/9/2020 |
3.6.0 | 870 | 8/1/2020 |
3.4.5 | 2,004 | 4/1/2020 |
3.4.4 | 861 | 3/11/2020 |
3.4.1 | 510 | 2/26/2020 |
3.4.0 | 583 | 2/24/2020 |
Default Node JS service is now implemented as a wrapper around the `Jering.Javascript.NodeJS.StaticNodeJSService` class.