practicekea_backend/microservices/_layers/data/Data.csproj

25 lines
734 B
XML
Raw Normal View History

2024-12-02 13:24:34 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Security.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
<PackageReference Include="EFCore.BulkExtensions" Version="8.1.2" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.35.0" />
<PackageReference Include="Razorpay" Version="3.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\common\Common.csproj" />
<ProjectReference Include="..\domain\Domain.csproj" />
</ItemGroup>
</Project>