Files
FrontOffice.BFF/src/FrontOffice.BFF.Infrastructure/FrontOffice.BFF.Infrastructure.csproj

17 lines
565 B
XML
Raw Normal View History

<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" />
2025-09-28 00:45:26 +03:30
<PackageReference Include="KavenegarDotNetCore" Version="1.0.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FrontOffice.BFF.Application\FrontOffice.BFF.Application.csproj" />
</ItemGroup>
</Project>