erp-platform/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj
2025-11-11 22:49:52 +03:00

19 lines
625 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\common.props" />
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>Erp.Notifications</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="9.0.2" />
<PackageReference Include="Volo.Abp.Identity.Domain" Version="9.0.2" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="9.0.2" />
<ProjectReference Include="..\Erp.Notifications.Domain.Shared\Erp.Notifications.Domain.Shared.csproj" />
</ItemGroup>
</Project>