SqlSugar/Src/Asp.NetCore2/SqlSeverTest/NugetTest/NugetTest.csproj

13 lines
266 B
XML
Raw Normal View History

2017-11-06 11:41:44 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2018-03-20 17:34:58 +08:00
<PackageReference Include="sqlSugarCore" Version="4.6.4.7" />
2017-11-06 11:41:44 +08:00
</ItemGroup>
</Project>