Why does mage not generate a compatibleFrameworks attribute
Posted
by Kev Hunter
on Stack Overflow
See other posts from Stack Overflow
or by Kev Hunter
Published on 2010-04-16T15:47:17Z
Indexed on
2010/04/16
18:13 UTC
Read the original article
Hit count: 862
We are using mage to generate our applications manifests as part of our build process. Upon upgrading to .Net 4 we now find it generates an invalid manifest.
The reason is there is no compatibleFrameworks attribute being set in the application manifest which we generate every build.
Is there anyway we can make Mage add this element of should we only ever update existing manifests
© Stack Overflow or respective owner