sozsoft-platform/api/src/Sozsoft.Platform.Domain/Sozsoft.Platform.Domain.csproj
2026-05-25 01:23:52 +03:00

45 lines
2.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Sozsoft.Platform</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\modules\Sozsoft.Languages\Sozsoft.Languages.Domain\Sozsoft.Languages.Domain.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.Sender\Sozsoft.Sender.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.MailQueue\Sozsoft.MailQueue.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.Notifications\Sozsoft.Notifications.Domain\Sozsoft.Notifications.Domain.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.Settings\Sozsoft.Settings.Domain\Sozsoft.Settings.Domain.csproj" />
<ProjectReference Include="..\Sozsoft.Platform.Domain.Shared\Sozsoft.Platform.Domain.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Branch\Seeds\BranchData*.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="Volo.Abp.Emailing" Version="10.0.0" />
<PackageReference Include="Volo.Abp.Identity.Domain" Version="10.0.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="10.0.0" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain" Version="10.0.0" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="10.0.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain" Version="10.0.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain" Version="10.0.0" />
<PackageReference Include="Volo.Abp.OpenIddict.Domain" Version="10.0.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="10.0.0" />
<PackageReference Include="Volo.Abp.BackgroundWorkers.Hangfire" Version="10.0.0" />
<PackageReference Include="Volo.Abp.BlobStoring" Version="10.0.0" />
<PackageReference Include="Volo.Abp.BlobStoring.FileSystem" Version="10.0.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.8" PrivateAssets="all" />
</ItemGroup>
</Project>