Table of Contents

.NET Core 3.1 Installation

Windows

In order to run the bot you need .NET Core 3.1 runtime and ASP.NET Core Hosting Bundle.
You can download both packages from the links below:

https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.10-windows-hosting-bundle-installer

https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-aspnetcore-3.1.10-windows-x64-installer

After you have downloaded the file run it in order to install the needed dependencies.

Linux

Select your distribution and follow the specified steps for the used version.

Alpine

https://docs.microsoft.com/en-us/dotnet/core/install/linux#alpine

CentOS

https://docs.microsoft.com/en-us/dotnet/core/install/linux#centos

Debian

https://docs.microsoft.com/en-us/dotnet/core/install/linux#debian

Fedora

https://docs.microsoft.com/en-us/dotnet/core/install/linux#fedora

openSUSE

https://docs.microsoft.com/en-us/dotnet/core/install/linux#opensuse

Red Hat

https://docs.microsoft.com/en-us/dotnet/core/install/linux#red-hat

SLES

https://docs.microsoft.com/en-us/dotnet/core/install/linux#sles

Ubuntu

https://docs.microsoft.com/en-us/dotnet/core/install/linux#ubuntu

macOS

Go to this link and download .NET Core 3.1 Runtime.
Go to this link and download ASP.NET Core 3.1 Runtime.
Both downloads will automatically start in 30 seconds.

After you have downloaded the files install them in the same order as downloaded.