mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update core
This commit is contained in:
parent
8a70b411a9
commit
0ca73bfb52
@ -0,0 +1,13 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace SqlSugar
|
||||||
|
{
|
||||||
|
public class SugarCompatible
|
||||||
|
{
|
||||||
|
public const bool IsFramework = false;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user