diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9e42c33..196165b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,7 +12,10 @@ jobs:
with:
submodules: true
- - run: nuget restore
+ - name: Install prerequisites
+ run: |
+ choco install keepass.install
+ nuget restore
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1
diff --git a/KeeAgent/KeeAgent.csproj b/KeeAgent/KeeAgent.csproj
index 1d08652..8d89c3a 100644
--- a/KeeAgent/KeeAgent.csproj
+++ b/KeeAgent/KeeAgent.csproj
@@ -253,11 +253,27 @@
+
+
+
+
+ $(ProgramFiles)\KeePass Password Safe 2\KeePass.exe
+
+
+
+
+
+
+
+
+
+ 2.53.0.21099
+
+
+
+
+
-
- 2.53.0.21099
-
-
2.0.20
all