Skip to content

Commit

Permalink
- 恢复 DynamicEntity 以来;
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Nov 20, 2023
1 parent e236a1a commit d204021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion FreeSql/Extensions/DynamicEntityExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// by: Daily

#if net40
#if net40 || NETSTANDARD2_0
#else

using FreeSql;
Expand Down
4 changes: 0 additions & 4 deletions FreeSql/FreeSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d204021

Please sign in to comment.