@@ -1,4 +1,5 @@
# Discord.Net
# Discord.Net
[](https://www.nuget.org/packages/Discord.Net)
[](https://www.nuget.org/packages/Discord.Net)
[](https://www.myget.org/feed/Packages/discord-net)
[](https://www.myget.org/feed/Packages/discord-net)
[](https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev)
[](https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev)
@@ -20,22 +21,21 @@ The individual components may also be installed from NuGet:
- [Discord.Net.Webhook](https://www.nuget.org/packages/Discord.Net.Webhook/)
- [Discord.Net.Webhook](https://www.nuget.org/packages/Discord.Net.Webhook/)
### Unstable (MyGet)
### Unstable (MyGet)
Nightly builds are available through our MyGet feed (` https://www.myget.org/F/discord-net/api/v3/index.json` ).
Nightly builds are available through our MyGet feed (https://www.myget.org/F/discord-net/api/v3/index.json).
## Compiling
## Compiling
In order to compile Discord.Net, you require the following:
In order to compile Discord.Net, you require the following:
### Using Visual Studio
- [Visual Studio 2017](https://www.microsoft.com/net/core#windowsvs2017)
- [Visual Studio 2017](https://www.microsoft.com/net/core#windowsvs2017)
- [.NET Core SDK](https://www.microsoft.com/net/download/core)
- [.NET Core SDK](https://www.microsoft.com/net/download/core)
The .NET Core workload must be selected during Visual Studio installation.
Notice: The .NET Core workload must be selected during Visual Studio installation.
### Using Command Line
### Using Command Line
- [.NET Core SDK](https://www.microsoft.com/net/download/core)
- [.NET Core SDK](https://www.microsoft.com/net/download/core)
## Known Issues
## Known Issues
### WebSockets (Win7 and earlier)
### WebSockets (Win7 and earlier)
.NET Core 1.1 does not support WebSockets on Win7 and earlier. This issue has been fixed since the release of .NET Core 2.1. It is recommended to target .NET Core 2.1 or above for your project if you wish to run your bot on legacy platforms; alternatively, you may choose to install the [Discord.Net.Providers.WS4Net](https://www.nuget.org/packages/Discord.Net.Providers.WS4Net/) package.
.NET Core 1.1 does not support WebSockets on Win7 and earlier. This issue has been fixed since the release of .NET Core 2.1. It is recommended to target .NET Core 2.1 or above for your project if you wish to run your bot on legacy platforms; alternatively, you may choose to install the [Discord.Net.Providers.WS4Net](https://www.nuget.org/packages/Discord.Net.Providers.WS4Net/) package.