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

30 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>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Sozsoft.Platform</RootNamespace>
<NoWarn>$(NoWarn);CS8632</NoWarn>
</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>
<PackageReference Include="Volo.Abp.ObjectExtending" Version="9.0.2" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="9.0.2" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="9.0.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="9.0.2" />
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="9.0.2" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="9.0.2" />
</ItemGroup>
</Project>