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