2025-04-08 00:41:01 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
|
|
|
|
|
<PackageReference Include="CSRedisCore" Version="3.8.804" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
|
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-04-08 05:45:22 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\UIStandardWebApi.EntityDto\UIStandardWebApi.EntityDto.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\UIStandardWebApi.Entity\UIStandardWebApi.Entity.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\UIStandardWebApi.IService\UIStandardWebApi.IService.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-04-08 00:41:01 +00:00
|
|
|
|
</Project>
|