Browse Source

-

pull/12/MERGE
sunkaixuan 6 years ago
parent
commit
f1b80ecad6
  1. 0
      Src/Asp.Net/SqlSugar/Infrastructure/SqlSugarContext.cs
  2. 2
      Src/Asp.Net/SqlSugar/SqlSugar.csproj

0
Src/Asp.Net/SqlSugar/SqlSugarContext.cs → Src/Asp.Net/SqlSugar/Infrastructure/SqlSugarContext.cs

2
Src/Asp.Net/SqlSugar/SqlSugar.csproj

@ -276,7 +276,7 @@
<Compile Include="Interface\IUpdateable.cs" /> <Compile Include="Interface\IUpdateable.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Infrastructure\SqlSugarAccessory.cs" /> <Compile Include="Infrastructure\SqlSugarAccessory.cs" />
<Compile Include="SqlSugarContext.cs" /> <Compile Include="Infrastructure\SqlSugarContext.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="References\MySql.Data.dll" /> <Content Include="References\MySql.Data.dll" />

Loading…
Cancel
Save