From ce9c6066fb766b5f7c761dc58b1749e07af0ffa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sun, 4 Dec 2016 22:18:38 +0300 Subject: [PATCH] Minor fix. --- src/Volo.ExtensionMethods/Check.cs | 2 ++ src/Volo.ExtensionMethods/project.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Volo.ExtensionMethods/Check.cs b/src/Volo.ExtensionMethods/Check.cs index 7920639c33..b7882f6e87 100644 --- a/src/Volo.ExtensionMethods/Check.cs +++ b/src/Volo.ExtensionMethods/Check.cs @@ -4,6 +4,8 @@ using JetBrains.Annotations; namespace Volo { + //TODO: This code should not be here and this library should not depend on JetBrains.Annotations. + [DebuggerStepThrough] public static class Check { diff --git a/src/Volo.ExtensionMethods/project.json b/src/Volo.ExtensionMethods/project.json index 99044409f9..65a8e28a9d 100644 --- a/src/Volo.ExtensionMethods/project.json +++ b/src/Volo.ExtensionMethods/project.json @@ -1,9 +1,9 @@ -{ +{ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.6.1", - "Volo.CodeAnnotations": "1.0.0-*" + "JetBrains.Annotations": "10.2.1", + "NETStandard.Library": "1.6.1" }, "frameworks": {