27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>HospitalManagementSystem</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\HospitalManagementSystem.Domain.Shared\HospitalManagementSystem.Domain.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.17" />
|
|
<PackageReference Include="Volo.Abp.ObjectExtending" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="9.0.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|