castleproject / Windsor

Castle Windsor is a best of breed, mature Inversion of Control container available for .NET
http://www.castleproject.org
Apache License 2.0
1.52k stars 456 forks source link

Swap FEATURE_GAC for built-in NET462_OR_GREATER #643

Closed Jevonius closed 1 year ago

Jevonius commented 1 year ago

The GAC is only functional and reliably available on Framework (https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.globalassemblycache?view=net-6.0), so this removes the use of a bespoke build symbol.

Part of the work in #631.