Browse Source

Add alternative suggestion

pull/1117/head
Still Hsu 7 years ago
parent
commit
3c420b5479
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -37,4 +37,4 @@ The .NET Core workload must be selected during Visual Studio installation.
## 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 if you wish to run your bot on legacy platforms.
.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; otherwise, you may also install the[Discord.Net.Providers.WS4Net](https://www.nuget.org/packages/Discord.Net.Providers.WS4Net/) package.

Loading…
Cancel
Save