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.
Comments: Lots of code in NuGet assumes the presence of targetFramework attribute. If we omit it, difference scenario will break. Maybe net40 is the right target fx for wix project. I don't know for sure, but we can easily verify that.
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.
Comments: Lots of code in NuGet assumes the presence of targetFramework attribute. If we omit it, difference scenario will break. Maybe net40 is the right target fx for wix project. I don't know for sure, but we can easily verify that.