diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ef0134..b60ac33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ variables:
}
Set-Alias 7zip $7zipPath
$Target = "$env:APP_NAME\Releases\" + $CI_COMMIT_BRANCH + "\" + $env:APP_NAME + ".zip"
- $Source = "$env:APP_NAME\$env:SRC_ZIP_PATH\*"
+ $Source = "$env:APP_NAME\" + $env:SRC_ZIP_PATH + "\*"
echo "calling 7zip $Source --> $Target"
7zip a -tzip $Target $Source -xr!DATA
diff --git a/EgwProxy.LiMan.ConsoleTest/App.config b/EgwProxy.LiMan.ConsoleTest/App.config
index 6366e67..0a7dd65 100644
--- a/EgwProxy.LiMan.ConsoleTest/App.config
+++ b/EgwProxy.LiMan.ConsoleTest/App.config
@@ -15,7 +15,7 @@
-
+
diff --git a/EgwProxy.LiMan/EgwProxy.LiMan.csproj b/EgwProxy.LiMan/EgwProxy.LiMan.csproj
index 9b9b246..8f484ae 100644
--- a/EgwProxy.LiMan/EgwProxy.LiMan.csproj
+++ b/EgwProxy.LiMan/EgwProxy.LiMan.csproj
@@ -39,10 +39,10 @@
..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
- ..\packages\NLog.5.0.1\lib\net46\NLog.dll
+ ..\packages\NLog.5.3.2\lib\net46\NLog.dll
-
- ..\packages\RestSharp.111.2.0\lib\net471\RestSharp.dll
+
+ ..\packages\RestSharp.112.0.0\lib\net471\RestSharp.dll
@@ -65,14 +65,14 @@
..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll
-
- ..\packages\System.Text.Json.8.0.3\lib\net462\System.Text.Json.dll
+
+ ..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll
..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll
- ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll
+ ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll
diff --git a/EgwProxy.LiMan/app.config b/EgwProxy.LiMan/app.config
index 82f4cf2..98370e3 100644
--- a/EgwProxy.LiMan/app.config
+++ b/EgwProxy.LiMan/app.config
@@ -8,7 +8,7 @@
-
+
diff --git a/EgwProxy.LiMan/packages.config b/EgwProxy.LiMan/packages.config
index 8817406..bbeb438 100644
--- a/EgwProxy.LiMan/packages.config
+++ b/EgwProxy.LiMan/packages.config
@@ -2,14 +2,14 @@
-
-
+
+
-
+
-
+
\ No newline at end of file
diff --git a/TestWinFormVB/App.config b/TestWinFormVB/App.config
index 1662e86..f42d21e 100644
--- a/TestWinFormVB/App.config
+++ b/TestWinFormVB/App.config
@@ -11,11 +11,11 @@
-
+
-
+
diff --git a/TestWinFormVB/TestWinFormVB.vbproj b/TestWinFormVB/TestWinFormVB.vbproj
index f3fe4b5..4308be9 100644
--- a/TestWinFormVB/TestWinFormVB.vbproj
+++ b/TestWinFormVB/TestWinFormVB.vbproj
@@ -56,13 +56,13 @@
..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
- ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll
+ ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
..\packages\NLog.5.3.2\lib\net46\NLog.dll
-
- ..\packages\RestSharp.111.2.0\lib\net471\RestSharp.dll
+
+ ..\packages\RestSharp.112.0.0\lib\net471\RestSharp.dll
@@ -86,8 +86,8 @@
..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll
-
- ..\packages\System.Text.Json.8.0.3\lib\net462\System.Text.Json.dll
+
+ ..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll
..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll
diff --git a/TestWinFormVB/packages.config b/TestWinFormVB/packages.config
index b515387..e981ac4 100644
--- a/TestWinFormVB/packages.config
+++ b/TestWinFormVB/packages.config
@@ -2,15 +2,15 @@
-
+
-
+
-
+
\ No newline at end of file