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

36 lines
1.6 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>Sozsoft.Platform</RootNamespace>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\modules\Sozsoft.Languages\Sozsoft.Languages.Application\Sozsoft.Languages.Application.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.Notifications\Sozsoft.Notifications.Application\Sozsoft.Notifications.Application.csproj" />
<ProjectReference Include="..\..\modules\Sozsoft.Settings\Sozsoft.Settings.Application\Sozsoft.Settings.Application.csproj" />
<ProjectReference Include="..\Sozsoft.Platform.Domain\Sozsoft.Platform.Domain.csproj" />
<ProjectReference Include="..\Sozsoft.Platform.Application.Contracts\Sozsoft.Platform.Application.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Account.Application" Version="10.0.0" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="10.0.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="10.0.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="10.0.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="10.0.0" />
<!-- Dynamic Code Compilation -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
</ItemGroup>
</Project>