autofac / Autofac.Extras.DynamicProxy

Interceptor and decorator support for Autofac IoC via Castle DynamicProxy
MIT License
106 stars 33 forks source link

Support for .NET 4.5 in Nuget #12

Closed jarjarbrinksmanship closed 8 years ago

jarjarbrinksmanship commented 8 years ago

It looks like there isn't a build for .NET 4.5 published to Nuget (only 4.5.1).

Nuget error message:

install-package : Could not install package 'Autofac.Extras.DynamicProxy 4.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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.

alexmg commented 8 years ago

I have pushed 4.0.1 of Autofac.Extras.DynamicProxy to NuGet.