Browse Source

Update demo

pull/8/head
sunkaixuna 3 years ago
parent
commit
665db3a84a
  1. 6
      Src/Asp.NetCore2/SqlSeverTest/OracleTest/OracleTest.csproj

6
Src/Asp.NetCore2/SqlSeverTest/OracleTest/OracleTest.csproj

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

Loading…
Cancel
Save