volosoft / castle-windsor-ms-adapter

Castle Windsor ASP.NET Core / Microsoft.Extensions.DependencyInjection Adapter
https://www.nuget.org/packages/Castle.Windsor.MsDependencyInjection
MIT License
85 stars 29 forks source link

Change .NET Standard dependency from Fortress.Windsor to Castle.Windsor 4.0.0 #15

Closed jonorossi closed 6 years ago

jonorossi commented 6 years ago

We've now released Castle.Windsor 4.0.0 with .NET Standard support, you can now drop Fortress.Windsor which has been deprecated.

The other option is to just get Castle.Windsor.Lifestyles.MSDependencyInjection implemented which @fir3pho3nixx started on a branch.

hikalkan commented 6 years ago

Thanks a lot for the information. I will replace it soon.