GenFu icon indicating copy to clipboard operation
GenFu copied to clipboard

Support for .NET Framework 4.0

Open davidalpert opened this issue 11 years ago • 3 comments

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.

davidalpert avatar Oct 18 '13 14:10 davidalpert

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.

MisterJames avatar Oct 20 '13 03:10 MisterJames

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 .

davidalpert avatar Oct 20 '13 04:10 davidalpert

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

stimms avatar Jan 03 '14 00:01 stimms