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