From e73cc381f786d461257d6ef89db8f0408d314965 Mon Sep 17 00:00:00 2001 From: hbeham Date: Tue, 5 Feb 2019 20:03:47 +0100 Subject: [PATCH] fixed build settings for .NET 4.5.2 --- source/ChanSort/UpdateCheck.cs | 2 -- source/Test.Loader.LG/Test.Loader.LG.csproj | 8 ++++++-- source/Test.Loader.LG/app.config | 2 +- source/Test.Loader/Test.Loader.csproj | 8 ++++++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/source/ChanSort/UpdateCheck.cs b/source/ChanSort/UpdateCheck.cs index ef5c121..0cc65f6 100644 --- a/source/ChanSort/UpdateCheck.cs +++ b/source/ChanSort/UpdateCheck.cs @@ -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; } diff --git a/source/Test.Loader.LG/Test.Loader.LG.csproj b/source/Test.Loader.LG/Test.Loader.LG.csproj index 51a51bd..6b7eb56 100644 --- a/source/Test.Loader.LG/Test.Loader.LG.csproj +++ b/source/Test.Loader.LG/Test.Loader.LG.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -11,7 +11,7 @@ Properties Test.Loader.LG Test.Loader.LG - v4.0 + v4.5.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -24,6 +24,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -32,6 +33,7 @@ TRACE prompt 4 + false true @@ -40,6 +42,7 @@ full x86 prompt + false bin\x86\Release\ @@ -48,6 +51,7 @@ pdbonly x86 prompt + false diff --git a/source/Test.Loader.LG/app.config b/source/Test.Loader.LG/app.config index e365603..de82893 100644 --- a/source/Test.Loader.LG/app.config +++ b/source/Test.Loader.LG/app.config @@ -1,3 +1,3 @@ - + diff --git a/source/Test.Loader/Test.Loader.csproj b/source/Test.Loader/Test.Loader.csproj index a1a01b1..000d5ef 100644 --- a/source/Test.Loader/Test.Loader.csproj +++ b/source/Test.Loader/Test.Loader.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -11,7 +11,7 @@ Properties Test.Loader Test.Loader - v4.0 + v4.5.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -24,6 +24,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -32,6 +33,7 @@ TRACE prompt 4 + false true @@ -41,6 +43,7 @@ x86 prompt true + false bin\x86\Release\ @@ -49,6 +52,7 @@ pdbonly x86 prompt + false