install a package on wix project
Actual:
it adds net4000 as the targetfx
<package id="CodeAssassin.WixWebProjectReferences" version="1.0" targetFramework="net4000" />
Expected:
should not add target fx for wix project.
Actual:
it adds net4000 as the targetfx
<package id="CodeAssassin.WixWebProjectReferences" version="1.0" targetFramework="net4000" />
Expected:
should not add target fx for wix project.