Quantcast
Channel: WE MOVED to github.com/nuget. This site is not monitored!
Viewing all articles
Browse latest Browse all 7612

Commented Issue: for wix project it adds targetframework as net4000 [3136]

$
0
0
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.

Viewing all articles
Browse latest Browse all 7612

Trending Articles