ReactNative.V8JSI.Windows 0.1.2

Additional Details

Please use the react-native feed instead; add the feed to your NuGet.config
<packageSources>
<add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
</packageSources>

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ReactNative.V8JSI.Windows --version 0.1.2
NuGet\Install-Package ReactNative.V8JSI.Windows -Version 0.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReactNative.V8JSI.Windows" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReactNative.V8JSI.Windows --version 0.1.2
#r "nuget: ReactNative.V8JSI.Windows, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ReactNative.V8JSI.Windows as a Cake Addin
#addin nuget:?package=ReactNative.V8JSI.Windows&version=0.1.2

// Install ReactNative.V8JSI.Windows as a Cake Tool
#tool nuget:?package=ReactNative.V8JSI.Windows&version=0.1.2

V8 Javascripe engine developed as part of Chromium project by Google. Please see https://v8.dev/ for more details. This package contains an implementation of JavaScript interface (JSI) as required by Facebook's react-native framework using V8 engine. V8 engine bits are statically linked to V8JSI.dll

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

This is based on V8 v7.6 release.