summaryrefslogtreecommitdiff
path: root/src/ext/PowerShell
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-18 11:57:08 -0700
committerRob Mensching <rob@firegiant.com>2022-10-19 13:23:21 -0700
commit44e69b72d820bcebee45b738372117d35d487404 (patch)
treec6fb14635ccfe00c2bda5409a0da9b61cebe8292 /src/ext/PowerShell
parente550b63845a90e1a9452060b50a00ca5d9ee8c67 (diff)
downloadwix-44e69b72d820bcebee45b738372117d35d487404.tar.gz
wix-44e69b72d820bcebee45b738372117d35d487404.tar.bz2
wix-44e69b72d820bcebee45b738372117d35d487404.zip
Update build dependencies and normalize more projects
Diffstat (limited to 'src/ext/PowerShell')
-rw-r--r--src/ext/PowerShell/wixlib/powershell.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/PowerShell/wixlib/powershell.wixproj b/src/ext/PowerShell/wixlib/powershell.wixproj
index f35c819a..b28eb626 100644
--- a/src/ext/PowerShell/wixlib/powershell.wixproj
+++ b/src/ext/PowerShell/wixlib/powershell.wixproj
@@ -6,7 +6,7 @@
6 </PropertyGroup> 6 </PropertyGroup>
7 7
8 <ItemGroup> 8 <ItemGroup>
9 <PackageReference Include="Microsoft.SourceLink.GitHub" /> 9 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
10 <PackageReference Include="GitInfo" /> 10 <PackageReference Include="GitInfo" PrivateAssets="All" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> 12</Project>