From 2a9866d273ffbcafb009a70942302d56beaa8751 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 20 Sep 2017 10:15:24 +0800 Subject: [PATCH] - --- Src/Asp.Net/SqlSugar/Utilities/ReflectionExtensions.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Src/Asp.Net/SqlSugar/Utilities/ReflectionExtensions.cs b/Src/Asp.Net/SqlSugar/Utilities/ReflectionExtensions.cs index e5feda091..eadffd170 100644 --- a/Src/Asp.Net/SqlSugar/Utilities/ReflectionExtensions.cs +++ b/Src/Asp.Net/SqlSugar/Utilities/ReflectionExtensions.cs @@ -8,10 +8,8 @@ using System.Text; namespace SqlSugar { - /// - /// In order to be compatible with .NET CORE, make sure that the two versions are consistent in syntax - /// - public static class CompatibleExtensions + + public static class ReflectionExtensions { public static Type GetTypeInfo(this Type typeInfo) {