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

Support .NET 4.5 #5

Closed vojtechvit closed 7 years ago

vojtechvit commented 7 years ago

Hi @hikalkan, great package! Do you think you could downgrade the required framework version to .NET 4.5? Our oldish systems (which use Windsor) are in that version and I'd really like to make them support packages with extension methods build for Microsoft's new IServiceCollection.

hikalkan commented 7 years ago

It already supports .net 4.5.2. If you are talking for .net 4.5.0, we don't want to support it since Microsoft also does not support it.