Files
BackOffice.BFF/src/BackOffice.BFF.Infrastructure/BackOffice.BFF.Infrastructure.csproj

16 lines
496 B
XML
Raw Normal View History

2025-09-28 15:24:13 +03:30
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-11-26 22:35:17 +03:30
<TargetFramework>net9.0</TargetFramework>
2025-09-28 15:24:13 +03:30
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.54.0" />
2025-11-26 22:35:17 +03:30
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.11" />
2025-09-28 15:24:13 +03:30
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BackOffice.BFF.Application\BackOffice.BFF.Application.csproj" />
</ItemGroup>
</Project>