SqlSugar/Src/Asp.NetCore2/SqlSeverTest/NugetTest/NugetTest.csproj
2020-03-31 16:47:15 +08:00

13 lines
267 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="sqlSugarCore" Version="5.0.0.13" />
</ItemGroup>
</Project>