SqlSugar/Src/Asp.NetCore2/Json2Sql/Json2Sql.csproj

17 lines
367 B
XML
Raw Normal View History

2022-06-20 13:43:35 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-11-08 22:59:10 +08:00
<TargetFramework>net6.0</TargetFramework>
2022-06-20 13:43:35 +08:00
</PropertyGroup>
2023-09-10 19:49:16 +08:00
<ItemGroup>
2025-02-19 11:40:44 +08:00
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0.2" />
2023-09-10 19:49:16 +08:00
</ItemGroup>
2022-06-20 13:43:35 +08:00
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>