2022-03-06 14:26:05 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-08-23 16:57:25 +08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-03-06 14:26:05 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-08-23 16:57:25 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2021-11-28 11:11:34 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Model\PagedInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-08-23 16:57:25 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="AspectCore.Abstractions" Version="2.2.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
|
2022-07-01 16:29:02 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
|
2022-03-06 14:26:05 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
|
2022-02-28 19:48:40 +08:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2021-08-23 16:57:25 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|