sozsoft-platform/api/src/Sozsoft.Platform.Application.Contracts/Sozsoft.Platform.Application.Contracts.csproj

29 lines
1.4 KiB
XML
Raw Normal View History

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.Application.Contracts\Sozsoft.Languages.Application.Contracts.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.Notifications\Sozsoft.Notifications.Application.Contracts\Sozsoft.Notifications.Application.Contracts.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.Settings\Sozsoft.Settings.Application.Contracts\Sozsoft.Settings.Application.Contracts.csproj" />
<ProjectReference Include="..\Sozsoft.Platform.Domain.Shared\Sozsoft.Platform.Domain.Shared.csproj" />
</ItemGroup>
<ItemGroup>
2026-05-24 22:23:52 +00:00
<PackageReference Include="Volo.Abp.ObjectExtending" Version="10.0.0" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="10.0.0" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="10.0.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="10.0.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="10.0.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="10.0.0" />
2026-02-24 20:44:16 +00:00
</ItemGroup>
</Project>