SqlSugar/Src/Asp.NetCore2/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>
2022-04-25 16:13:58 +08:00
<TargetFramework>netcoreapp3.0</TargetFramework>
2017-11-06 11:41:44 +08:00
</PropertyGroup>
<ItemGroup>
2022-04-25 16:13:58 +08:00
<PackageReference Include="sqlSugarCore" Version="5.0.7.6" />
2017-11-06 11:41:44 +08:00
</ItemGroup>
</Project>