Update Core 2.0 Sqlite

This commit is contained in:
sunkaixuan
2017-08-24 16:18:44 +08:00
parent 0d734ef219
commit 7012077d9c
48 changed files with 3322 additions and 29 deletions

View File

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