C# .NET

How to install the BOW C# .NET API.

Prerequisites

First, ensure the following:

Dependencies

No further dependencies

Installation

To install the BOW C# .NET API, you can use the NuGet package manager through either the Package Manager Console or the .NET CLI.

NuGet\Install-Package BOW.API

Compatible .NET Versions

Operating SystemArchitectureStatus
Windows64-bit✅ Supported
Linux64-bit✅ Supported
macOS64-bit🔄 Coming Soon
macOSARM64🔄 Coming Soon
WindowsARM64🔄 Coming Soon
LinuxARM64🔄 Coming Soon
Any32-bit❌ Not Supported

Recommendations

For optimal performance and security, ensure you're using .NET 7.0 and later in your project.

On this page