This commit is contained in:
2881099
2022-09-06 17:09:15 +08:00
parent 090abfd36a
commit 2f790cce90
41 changed files with 79 additions and 1701 deletions

View File

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