Browse Source

Minor fix.

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent
commit
ce9c6066fb
  1. 2
      src/Volo.ExtensionMethods/Check.cs
  2. 6
      src/Volo.ExtensionMethods/project.json

2
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
{

6
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": {

Loading…
Cancel
Save