diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 90ccf8b..27c8eca 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,9 +23,9 @@ jobs:
- name: Setup wix
run: |
- dotnet.exe tool install --global wix --version 5.0.2 --verbosity diag
+ dotnet.exe tool install --global wix --version 6.0.0 --verbosity diag
- wix.exe extension add WixToolset.UI.wixext/5.0.2 --global
+ wix.exe extension add WixToolset.UI.wixext/6.0.0 --global
wix.exe extension list --global
- name: Generate version property
diff --git a/src/PSDataProtection/PSDataProtection.csproj b/src/PSDataProtection/PSDataProtection.csproj
index e2b1639..28efb55 100644
--- a/src/PSDataProtection/PSDataProtection.csproj
+++ b/src/PSDataProtection/PSDataProtection.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/src/Product.wxs b/src/Product.wxs
index 07c98cd..620e89f 100644
--- a/src/Product.wxs
+++ b/src/Product.wxs
@@ -17,18 +17,7 @@
-
-
-
-
+
@@ -45,4 +34,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj
index d3cbffb..2cc1ff9 100644
--- a/src/Tests/Tests.csproj
+++ b/src/Tests/Tests.csproj
@@ -9,10 +9,10 @@
-
+
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all