Updated README with new compile requirements
This commit is contained in:
10
README.md
10
README.md
@@ -3,7 +3,7 @@
|
|||||||
[](https://www.myget.org/)
|
[](https://www.myget.org/)
|
||||||
[](https://discord.gg/0SBTUU1wZTVjAMPx)
|
[](https://discord.gg/0SBTUU1wZTVjAMPx)
|
||||||
|
|
||||||
An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
|
An unofficial .NET API Wrapper for the Discord client (http://discordapp.com).
|
||||||
|
|
||||||
Check out the [documentation](https://discord.foxbot.me/docs/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
|
Check out the [documentation](https://discord.foxbot.me/docs/) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
|
||||||
|
|
||||||
@@ -29,15 +29,17 @@ Nightly builds are available through our MyGet feed (`https://www.myget.org/F/di
|
|||||||
In order to compile Discord.Net, you require the following:
|
In order to compile Discord.Net, you require the following:
|
||||||
|
|
||||||
### Using Visual Studio
|
### Using Visual Studio
|
||||||
- [Visual Studio 2017 RC Build 26014.0](https://www.microsoft.com/net/core#windowsvs2017)
|
- [Visual Studio 2017 RC](https://www.microsoft.com/net/core#windowsvs2017)
|
||||||
|
- [.NET Core SDK 1.0 RC3](https://github.com/dotnet/core/blob/master/release-notes/rc3-download.md)
|
||||||
|
|
||||||
The .NET Core and Docker (Preview) workload is required during Visual Studio installation.
|
The .NET Core and Docker (Preview) workload is required during Visual Studio installation.
|
||||||
|
|
||||||
### Using Command Line
|
### Using Command Line
|
||||||
- [.Net Core 1.1 SDK](https://www.microsoft.com/net/download/core)
|
- [.NET Core 1.1 Runtime](https://www.microsoft.com/net/download/core)
|
||||||
|
- [.NET Core SDK 1.0 RC3](https://github.com/dotnet/core/blob/master/release-notes/rc3-download.md)
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
### WebSockets (Win7 and earlier)
|
### WebSockets (Win7 and earlier)
|
||||||
.Net Core 1.1 does not support WebSockets on Win7 and earlier. It's recommended to use the Discord.Net.Providers.WS4Net package until this is resolved.
|
.NET Core 1.1 does not support WebSockets on Win7 and earlier. It's recommended to use the Discord.Net.Providers.WS4Net package until this is resolved.
|
||||||
Track the issue [here](https://github.com/dotnet/corefx/issues/9503).
|
Track the issue [here](https://github.com/dotnet/corefx/issues/9503).
|
||||||
|
|||||||
Reference in New Issue
Block a user