Remove unsupported SDK targets (#3193)
* yee old sdks (and CI cache too since it's pretty useless) * also bump deps * Update src/Discord.Net.Interactions/Discord.Net.Interactions.csproj Co-authored-by: d4n <dan3436@hotmail.com> * Update src/Discord.Net.Core/Discord.Net.Core.csproj Co-authored-by: d4n <dan3436@hotmail.com> * `.ForEachAsync` => `await foreach` * remove old targets from .nuspec & update docs * bump sdk in ws4net provider (probably should deprecate it tho) --------- Co-authored-by: d4n <dan3436@hotmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ alternatively, you may choose to install the
|
||||
|
||||
Discord supports only TLS1.2+ on all their websites including the API since 07/19/2022.
|
||||
.NET Framework does not support this protocol by default.
|
||||
If you depend on .NET Framework, it is suggested to upgrade your project to `net6-windows`.
|
||||
If you depend on .NET Framework, it is suggested to upgrade your project to `net8-windows`.
|
||||
This framework supports most of the windows-only features introduced by fx, and resolves startup errors from the TLS protocol mismatch.
|
||||
|
||||
## 🗃️ Versioning Guarantees
|
||||
|
||||
Reference in New Issue
Block a user