Files
FrontOffice.BFF/src/FrontOffice.BFF.Infrastructure/FrontOffice.BFF.Infrastructure.csproj
2025-11-13 23:25:14 +03:30

17 lines
565 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.54.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.11" />
<PackageReference Include="KavenegarDotNetCore" Version="1.0.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FrontOffice.BFF.Application\FrontOffice.BFF.Application.csproj" />
</ItemGroup>
</Project>