Skip to content

Commit

Permalink
Fix nuget targets file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rseanhall committed Feb 5, 2019
1 parent 6f29d2f commit f5cdcb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wixext/WixToolset.Dependency.wixext.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<WixToolsetDepedencyWixextPath Condition=" '$(WixToolsetDepedencyWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Depedency.wixext.dll</WixToolsetDepedencyWixextPath>
<WixToolsetDependencyWixextPath Condition=" '$(WixToolsetDependencyWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Dependency.wixext.dll</WixToolsetDependencyWixextPath>
</PropertyGroup>
<ItemGroup>
<WixExtension Include="$(WixToolsetDepedencyWixextPath)" />
<WixExtension Include="$(WixToolsetDependencyWixextPath)" />
</ItemGroup>
</Project>

0 comments on commit f5cdcb8

Please sign in to comment.