gehgassi_backend/gehGassi.Core/gehGassi.Core.csproj

24 lines
971 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.13</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.NetCore" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.10" />
<PackageReference Include="Syncfusion.Pdf.Imaging.Net.Core" Version="23.1.44" />
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="23.1.44" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\gehGassi.Common\gehGassi.Common.csproj" />
<ProjectReference Include="..\gehGassi.Domain\gehGassi.Domain.csproj" />
<ProjectReference Include="..\gehGassi.Klarna\gehGassi.Klarna.csproj" />
</ItemGroup>
</Project>