From ff8f86c9caac9890b5bb340c4fcb252df56db7f8 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 7 Aug 2024 08:54:38 +0200 Subject: [PATCH] update target framework --- EgwProxy.LiMan.ConsoleTest/App.config | 22 ++++++++++++++++--- .../EgwProxy.LiMan.ConsoleTest.csproj | 3 ++- EgwProxy.LiMan/EgwProxy.LiMan.csproj | 6 ++--- EgwProxy.LiMan/app.config | 16 +++++++++----- EgwProxy.LiMan/packages.config | 4 ++-- 5 files changed, 36 insertions(+), 15 deletions(-) diff --git a/EgwProxy.LiMan.ConsoleTest/App.config b/EgwProxy.LiMan.ConsoleTest/App.config index b50c74f..cad504d 100644 --- a/EgwProxy.LiMan.ConsoleTest/App.config +++ b/EgwProxy.LiMan.ConsoleTest/App.config @@ -1,6 +1,22 @@ - + - + - \ No newline at end of file + + + + + + + + + + + + + + + + + diff --git a/EgwProxy.LiMan.ConsoleTest/EgwProxy.LiMan.ConsoleTest.csproj b/EgwProxy.LiMan.ConsoleTest/EgwProxy.LiMan.ConsoleTest.csproj index bcace41..bb7fce1 100644 --- a/EgwProxy.LiMan.ConsoleTest/EgwProxy.LiMan.ConsoleTest.csproj +++ b/EgwProxy.LiMan.ConsoleTest/EgwProxy.LiMan.ConsoleTest.csproj @@ -8,10 +8,11 @@ Exe EgwProxy.LiMan.ConsoleTest EgwProxy.LiMan.ConsoleTest - v4.6.2 + v4.7.2 512 true true + AnyCPU diff --git a/EgwProxy.LiMan/EgwProxy.LiMan.csproj b/EgwProxy.LiMan/EgwProxy.LiMan.csproj index 00583c2..8b7ac4c 100644 --- a/EgwProxy.LiMan/EgwProxy.LiMan.csproj +++ b/EgwProxy.LiMan/EgwProxy.LiMan.csproj @@ -9,7 +9,7 @@ Properties EgwProxy.LiMan EgwProxy.LiMan - v4.6.2 + v4.7.2 512 true @@ -41,8 +41,8 @@ ..\packages\NLog.5.0.1\lib\net46\NLog.dll - - ..\packages\RestSharp.111.2.0\lib\netstandard2.0\RestSharp.dll + + ..\packages\RestSharp.110.2.0\lib\netstandard2.0\RestSharp.dll diff --git a/EgwProxy.LiMan/app.config b/EgwProxy.LiMan/app.config index 43cb8c3..38b8bea 100644 --- a/EgwProxy.LiMan/app.config +++ b/EgwProxy.LiMan/app.config @@ -1,15 +1,19 @@ - + - - + + - - + + + + + + - + diff --git a/EgwProxy.LiMan/packages.config b/EgwProxy.LiMan/packages.config index 89ed905..017f985 100644 --- a/EgwProxy.LiMan/packages.config +++ b/EgwProxy.LiMan/packages.config @@ -3,7 +3,7 @@ - + @@ -11,5 +11,5 @@ - + \ No newline at end of file