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

13 lines
264 B
XML
Raw Normal View History

2022-09-15 00:25:29 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2017-11-06 11:41:44 +08:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-11-08 22:59:10 +08:00
<TargetFramework>net6.0</TargetFramework>
2017-11-06 11:41:44 +08:00
</PropertyGroup>
<ItemGroup>
2024-10-25 16:03:07 +08:00
<PackageReference Include="sqlSugarCore" Version="5.1.4.170" />
2017-11-06 11:41:44 +08:00
</ItemGroup>
</Project>