.NET SDK Installation

To integrate VWO .NET SDK into your application, you first need to install the SDK through a package manager for .NET. VWO .NET SDK can be installed using NuGet.

Requirements

📘

Note:

NetStandar2.0 or later

Installation via NuGet

Make sure you run this command in the correct directory where your app resides.

PM> Install-Package VWO.Sdk

Source Code

The VWO SDK code is available in various languages on GitHub. All different SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2019-2021.


What’s Next