Files
Atomx/Atomx.WebAPI/Atomx.WebAPI.csproj
2025-12-11 19:15:02 +08:00

22 lines
695 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hangfire" Version="1.8.22" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.13" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Atomx.Common\Atomx.Common.csproj" />
<ProjectReference Include="..\Atomx.Data\Atomx.Data.csproj" />
</ItemGroup>
</Project>