mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-26 09:09:03 +01:00
fixed build settings for .NET 4.5.2
This commit is contained in:
@@ -34,7 +34,6 @@ namespace ChanSort.Ui
|
||||
{
|
||||
string response;
|
||||
|
||||
var oldCallback = ServicePointManager.ServerCertificateValidationCallback;
|
||||
var oldProtocol = ServicePointManager.SecurityProtocol;
|
||||
try
|
||||
{
|
||||
@@ -49,7 +48,6 @@ namespace ChanSort.Ui
|
||||
}
|
||||
finally
|
||||
{
|
||||
//ServicePointManager.ServerCertificateValidationCallback = oldCallback;
|
||||
ServicePointManager.SecurityProtocol = oldProtocol;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user