Add DmTest

This commit is contained in:
skx
2020-11-01 12:37:20 +08:00
parent 7e40cc20ff
commit 7ac3ff1216
45 changed files with 3579 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>