diff options
Diffstat (limited to 'src/ext/Iis')
-rw-r--r-- | src/ext/Iis/ca/iisca.vcxproj | 4 | ||||
-rw-r--r-- | src/ext/Iis/wixlib/iis.wixproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/Iis/ca/iisca.vcxproj b/src/ext/Iis/ca/iisca.vcxproj index 7e4a1a3e..3ac9cdcf 100644 --- a/src/ext/Iis/ca/iisca.vcxproj +++ b/src/ext/Iis/ca/iisca.vcxproj | |||
@@ -138,8 +138,8 @@ | |||
138 | 138 | ||
139 | <ItemGroup> | 139 | <ItemGroup> |
140 | <PackageReference Include="WixToolset.WcaUtil" /> | 140 | <PackageReference Include="WixToolset.WcaUtil" /> |
141 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> | 141 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
142 | <PackageReference Include="GitInfo" /> | 142 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
143 | </ItemGroup> | 143 | </ItemGroup> |
144 | 144 | ||
145 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 145 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/Iis/wixlib/iis.wixproj b/src/ext/Iis/wixlib/iis.wixproj index 989d2bc5..f4e6ae1b 100644 --- a/src/ext/Iis/wixlib/iis.wixproj +++ b/src/ext/Iis/wixlib/iis.wixproj | |||
@@ -20,7 +20,7 @@ | |||
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | 21 | ||
22 | <ItemGroup> | 22 | <ItemGroup> |
23 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> | 23 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
24 | <PackageReference Include="GitInfo" /> | 24 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
25 | </ItemGroup> | 25 | </ItemGroup> |
26 | </Project> | 26 | </Project> |