All checks were successful
Build & Test / build (pull_request) Successful in 1m37s
20 lines
639 B
XML
20 lines
639 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" Version="10.2.0" />
|
|
<PackageReference Include="Quartz.AspNetCore" Version="3.14.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Sufi.Demo.PeopleDirectory.Application\Sufi.Demo.PeopleDirectory.Application.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|