Skip to content

Commit

Permalink
Update IServiceLocator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS authored Mar 2, 2018
1 parent 299d82e commit d09ec9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IServiceLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace CommonServiceLocator
/// to retrieve services (instances identified by type and optional
/// name) from a container.
/// </summary>
[CLSCompliant(true)]
public interface IServiceLocator : IServiceProvider
{
/// <summary>
Expand Down

0 comments on commit d09ec9a

Please sign in to comment.