Update demo

This commit is contained in:
sunkaixuna 2021-11-22 08:03:00 +08:00
parent c6d970ca03
commit 9ab45c089a

View File

@ -6,11 +6,13 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" /> <Compile Remove="UnitTest\models\**" />
<EmbeddedResource Remove="UnitTest\models\**" />
<None Remove="UnitTest\models\**" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="UnitTest\models\" /> <ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>