We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381647d commit 69ddc01Copy full SHA for 69ddc01
eng/targets/Wix.Common.props
@@ -20,8 +20,6 @@
20
<NuGetRestoreTargets Condition="'$(NuGetRestoreTargets)'==''">$(MSBuildToolsPath)\NuGet.targets</NuGetRestoreTargets>
21
</PropertyGroup>
22
23
- <Import Project="$(MSBuildProjectExtensionsPath)$(MSBuildProjectFile).*.props" Condition="'$(_ProjectExtensionsWereImported)' != 'true'" />
24
-
25
<ItemGroup Condition="'$(UseWix5)' != 'true'">
26
<PackageReference Include="Microsoft.Signed.Wix" Version="$(WixVersion)" />
27
</ItemGroup>
0 commit comments