Skip to content

Commit 2624ef7

Browse files
authored
Update IUnityContainer.cs
1 parent 6a55e14 commit 2624ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IUnityContainer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace Unity
1212
/// <summary>
1313
/// Interface defining the behavior of the Unity dependency injection container.
1414
/// </summary>
15+
[CLSCompliant(true)]
1516
public interface IUnityContainer : IDisposable
1617
{
1718
/// <summary>

0 commit comments

Comments
 (0)