This commit is contained in:
sunkaixuan
2017-11-06 11:41:44 +08:00
parent cf250356ea
commit e309fade00
3 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="sqlSugarCore" Version="4.5.9.9" />
</ItemGroup>
</Project>