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

37 lines
1.6 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>
<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="9.0.2" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="9.0.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="9.0.2" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="9.0.2" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="9.0.2" />
<!-- Dynamic Code Compilation -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
</ItemGroup>
</Project>