2017-08-24 15:18:53 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-11-08 22:59:10 +08:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2017-08-24 15:18:53 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-08-23 00:30:09 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\.editorconfig" Link=".editorconfig" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-09-20 20:11:59 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.4" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-01-18 00:54:51 +08:00
|
|
|
<ItemGroup>
|
2021-11-22 08:03:00 +08:00
|
|
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
|
2021-01-18 00:54:51 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
2017-08-24 15:18:53 +08:00
|
|
|
</Project>
|