zcz527 / autofac

Automatically exported from code.google.com/p/autofac
Other
0 stars 0 forks source link

Reference to System.Core 2.0.5 is ok? #415

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Autofac 3.0.1 downloadable has a reference (using ILSpy you can check it) 
to System.Core 2.0.5. It should go to 4.0 because if not, the .NET 2.0 
framework is needed to running it.

Original issue reported on code.google.com by cps...@gmail.com on 13 Mar 2013 at 4:13

Attachments:

GoogleCodeExporter commented 8 years ago
This is an artifact of being a portable class library and is expected. 
http://www.paraesthesia.com/archive/2013/01/21/using-portable-class-libraries-up
date-net-framework.aspx

Original comment by travis.illig on 13 Mar 2013 at 11:46

GoogleCodeExporter commented 8 years ago
Are there any other solutions for this beside applying the .net 4.0 patch? Our 
product has a lot of users and I can't tell each user to check for this patch.

Original comment by tomaz.vi...@gmail.com on 10 Apr 2013 at 9:17

GoogleCodeExporter commented 8 years ago
Unfortunately, no, folks will have to apply patches. It's good practice to take 
patches anyway; many of them are security related or enhance application 
compatibility. There is nothing we can do from the Autofac end. It's all in the 
patches.

Original comment by travis.illig on 10 Apr 2013 at 5:47