autofac / Autofac.Extras.DynamicProxy

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

Update Castle.Core nuspec references #15

Closed mwpowellhtx closed 7 years ago

mwpowellhtx commented 7 years ago

Dependency on Castle.Core 3.2.2 is too strict, suggest at least a sensible interval notation, say through [3.2.2,4.0.0); Castle.Core is released at 3.3.3 now. I don't know how that potentially breaks this.

tillig commented 7 years ago

Are you having a difficult time adding a later Castle.Core reference? The way NuGet interprets a single listed version is >= version - in this case, >=3.2.2. You can verify it by looking at the listing on the NuGet page.

mwpowellhtx commented 7 years ago

Thanks, I'll check that out.

mwpowellhtx commented 7 years ago

Updated in my clone of the repository to latest Castle.Core, and the tests are working. Will leave it at that. Thanks again!