diff --git a/LightweightIocContainer/Exceptions/IocContainerException.cs b/LightweightIocContainer/Exceptions/IocContainerException.cs index 2896a76..b947ea0 100644 --- a/LightweightIocContainer/Exceptions/IocContainerException.cs +++ b/LightweightIocContainer/Exceptions/IocContainerException.cs @@ -4,7 +4,6 @@ using System; using System.Collections.Generic; -using JetBrains.Annotations; namespace LightweightIocContainer.Exceptions { @@ -38,7 +37,6 @@ namespace LightweightIocContainer.Exceptions /// /// The inner exceptions of the /// - [UsedImplicitly] - public List InnerExceptions { get; protected set; } + public List InnerExceptions { get; protected init; } } } \ No newline at end of file diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index beb4dbf..95e8fb3 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -23,7 +23,6 @@ - all runtime; build; native; contentfiles; analyzers; buildtransitive