Info
| Version: | 1.3.0-r2 | 
| Author(s): | Microsoft | 
| Last Update: | Monday, June 27, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/CoreCompat.Microsoft.Practices.ServiceLocation | 
Install
Install-Package CoreCompat.Microsoft.Practices.ServiceLocation
                        dotnet add package CoreCompat.Microsoft.Practices.ServiceLocation
                        paket add CoreCompat.Microsoft.Practices.ServiceLocation
                        
                                CoreCompat.Microsoft.Practices.ServiceLocation Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    No dependencies. 
- System.Globalization(>= 4.0.11)
 - System.ComponentModel(>= 4.0.1)
 - System.Reflection(>= 4.1.0)
 - System.Diagnostics.Debug(>= 4.0.11)
 - System.Diagnostics.Tools(>= 4.0.1)
 - System.Resources.ResourceManager(>= 4.0.1)
 
                
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
The hope is that using this library, third-party applications and frameworks can begin to leverage IoC/Service Location without tying themselves down to a specific implementation. This library contains a portable class library that targets .NET Framework 4.5 and .NET Core 1.