AggregateRootRepository

This commit is contained in:
2881099
2022-09-02 00:58:47 +08:00
parent a2b8b1c324
commit ca2df947e8
3 changed files with 720 additions and 1 deletions

View File

@ -27,5 +27,9 @@
<ItemGroup>
<ProjectReference Include="..\FreeSql.DbContext\FreeSql.DbContext.csproj" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net40'">
<DefineConstants>net40</DefineConstants>
</PropertyGroup>
</Project>