Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.98 KB

installation.md

File metadata and controls

35 lines (27 loc) · 1.98 KB

Installing NetCord

Note

NetCord requires .NET 8 or higher. Older versions are not supported.

  1. Create a new project.
  2. Click Manage NuGet Packages.
  3. Browse and install NetCord package.
  1. Create a new project.
  2. Click Manage NuGet Packages.
  3. Browse and install NetCord package.

Follow instructions on NuGet.


Other packages can be installed in the same way.

List of Packages

Package Description
NetCord Core package with fundamental functionality.
NetCord.Services Facilitates seamless handling of commands and interactions.
NetCord.Hosting Provides .NET Generic Host extensions for the NetCord package.
NetCord.Hosting.Services Provides .NET Generic Host extensions for the NetCord.Services package.
NetCord.Hosting.AspNetCore Provides ASP.NET Core extensions for seamless handling of HTTP interactions.