sozsoft-platform/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain/Sozsoft.Notifications.Domain.csproj
2026-05-26 12:03:11 +03:00

19 lines
641 B
XML

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