GenFu
GenFu copied to clipboard
Support for .NET Framework 4.0
Could not install package 'AngelaSmith 1.1.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Thanks Dave, I'll try to put something together here for v4. Out of curiosity, what project type were you using & what version of VS? I'll try to get it working with a general swath but would like to shore it up for you as well. Cheers.
Pretty sure it was a class library targeting .NET 4.0 (full/not the client profile) in vs2012
On Saturday, October 19, 2013, James Chambers wrote:
Thanks Dave, I'll try to put something together here for v4. Out of curiosity, what project type were you using & what version of VS? I'll try to get it working with a general swath but would like to shore it up for you as well. Cheers.
— Reply to this email directly or view it on GitHubhttps://github.com/MisterJames/AngelaSmith/issues/9#issuecomment-26664320 .
From what I can see Angela will run just fine if we compile against 3.5 as the only limitation seems to be the inclusion of MEF. I'll have to do some research into what the best way is to target multiple target frameworks. Perhaps a project file and an XSLT to transform it from one framework to the other...