deps: upgrade to goaaats.Reloaded.Hooks-goat.3

Needed for a feature that lets us specify the location of FASM DLLs
This commit is contained in:
goat 2022-11-19 22:48:37 +01:00
parent 9e0bb1623a
commit 317545c483
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 3 additions and 1 deletions

View file

@ -165,6 +165,8 @@ public sealed class EntryPoint
Log.Information(new string('-', 80));
Log.Information("Initializing a session..");
Reloaded.Hooks.Tools.Utilities.FasmBasePath = new DirectoryInfo(info.WorkingDirectory);
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls;