mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
- 恢复 DynamicEntity 以来;
This commit is contained in:
parent
e236a1ad4d
commit
d204021cf6
@ -1,6 +1,6 @@
|
|||||||
// by: Daily
|
// by: Daily
|
||||||
|
|
||||||
#if net40
|
#if net40 || NETSTANDARD2_0
|
||||||
#else
|
#else
|
||||||
|
|
||||||
using FreeSql;
|
using FreeSql;
|
||||||
|
@ -73,10 +73,6 @@
|
|||||||
<NoWarn>1701;1702;1591</NoWarn>
|
<NoWarn>1701;1702;1591</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetFramework)' != 'net40'">
|
|
||||||
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(TargetFramework)' == 'net40'">
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net40'">
|
||||||
<DefineConstants>net40</DefineConstants>
|
<DefineConstants>net40</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user