@joebigelow / wix / commits / f5cdcb87

Fix nuget targets file.

Sean Hall committed Feb 4, 2019 at 21:45 UTC f5cdcb877d3a419edb5a291620724a4c9ef7c919
1 file changed +2 -2
src/wixext/WixToolset.Dependency.wixext.targets
+2 -2
@@ -3,9 +3,9 @@
3
4 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
5 <PropertyGroup>
6 - <WixToolsetDepedencyWixextPath Condition=" '$(WixToolsetDepedencyWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Depedency.wixext.dll</WixToolsetDepedencyWixextPath>
6 + <WixToolsetDependencyWixextPath Condition=" '$(WixToolsetDependencyWixextPath)' == '' ">$(MSBuildThisFileDirectory)..\tools\WixToolset.Dependency.wixext.dll</WixToolsetDependencyWixextPath>
7 </PropertyGroup>
8 <ItemGroup>
9 - <WixExtension Include="$(WixToolsetDepedencyWixextPath)" />
9 + <WixExtension Include="$(WixToolsetDependencyWixextPath)" />
10 </ItemGroup>
11 </Project>