diff --git a/Directory.Build.props b/Directory.Build.props index cf37927..406c34c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 3.5.0 + 3.5.1 diff --git a/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs b/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs index 0bb82d4..c084e17 100644 --- a/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs +++ b/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs @@ -19,10 +19,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -using System; using JetBrains.Annotations; using JustArchiNET.Madness.Helpers; +// ReSharper disable once CheckNamespace - we intentionally declare this namespace namespace System.Runtime.CompilerServices; ///