Skip to content

Commit 5e7a44c

Browse files
committed
Workaround MSBuild breaking change requiring GetTargetFramework in .targets
1 parent 789855f commit 5e7a44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ext/DifxAppExtension/wixext/WixDifxAppExtension.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
<Reference Include="System.Xml" />
3535
<ProjectReference Include="..\..\..\tools\Wix\Wix.csproj" />
3636
<ProjectReference Include="..\wixlib\DIFxAppExtension.wixproj">
37+
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
3738
<Properties>Platform=x86</Properties>
3839
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
3940
</ProjectReference>
4041
<ProjectReference Include="..\wixlib\DIFxAppExtension.wixproj">
42+
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
4143
<Properties>Platform=x64</Properties>
4244
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
4345
</ProjectReference>

0 commit comments

Comments
 (0)