2026-02-24 20:44:16 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2026-05-24 22:23:52 +00:00
|
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2026-02-24 20:44:16 +00:00
|
|
|
|
<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" />
|
2026-05-24 22:23:52 +00:00
|
|
|
|
<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" />
|
2026-02-24 20:44:16 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
|
|
|