2024-05-16 13:30:30 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
2024-05-31 13:40:00 +08:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2025-02-25 13:52:50 +08:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2024-05-16 13:30:30 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
|
<NoWarn>8632</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
2025-02-25 13:52:50 +08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<NoWarn>8632</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
2024-05-16 13:30:30 +08:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="AspectCore.Abstractions" Version="2.4.0" />
|
2024-05-31 13:40:00 +08:00
|
|
|
|
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
|
2024-05-31 13:40:00 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
|
2024-05-16 13:30:30 +08:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
|
|
<PackageReference Include="UAParser" Version="3.1.47" />
|
|
|
|
|
|
<PackageReference Include="IPTools.China" Version="1.6.0" />
|
2024-05-31 13:40:00 +08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
|
|
|
|
|
|
<PackageReference Include="JinianNet.JNTemplate" Version="2.4.2" />
|
|
|
|
|
|
<PackageReference Include="MiniExcel" Version="1.32.1" />
|
|
|
|
|
|
<PackageReference Include="CSRedisCore" Version="3.8.803" />
|
2024-05-16 13:30:30 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|