diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 573e840..c6a3480 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
shell: cmd
- name: Build the solution
- run: msbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.5.2" /p:DebugSymbols=False "%Solution_Name%"
+ run: msbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.8" /p:DebugSymbols=False "%Solution_Name%"
shell: cmd
- name: Sign the installer
@@ -46,7 +46,7 @@ jobs:
- name: Verify the signature
if: ${{ github.event_name != 'pull_request' }}
- run: call "%programfiles(x86)%/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe" verify /v /pa "bin/Release/FreenetTray.exe"
+ run: call "%programfiles(x86)%/Windows Kits/10/bin/10.0.22621.0/x86/signtool.exe" verify /v /pa "bin/Release/FreenetTray.exe"
shell: cmd
- name: Upload the installer as an artifact
diff --git a/FreenetTray.csproj b/FreenetTray.csproj
index 74ce6fc..0d91341 100644
--- a/FreenetTray.csproj
+++ b/FreenetTray.csproj
@@ -33,7 +33,7 @@
false
true
true
- v4.0
+ v4.8
AnyCPU
@@ -334,4 +334,4 @@
-->
-
\ No newline at end of file
+
diff --git a/app.config b/app.config
index fb6e569..6b721a5 100755
--- a/app.config
+++ b/app.config
@@ -5,7 +5,7 @@
-
+
True
@@ -23,8 +23,12 @@
Off
-
+
+
+
+
+