erp-platform/api/src/Kurs.Platform.Application/Kurs.Platform.Application.csproj

32 lines
1.4 KiB
XML
Raw Normal View History

2025-05-06 06:45:49 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2025-10-09 19:53:36 +00:00
2025-05-06 06:45:49 +00:00
<Import Project="..\..\common.props" />
2025-10-09 19:53:36 +00:00
2025-05-06 06:45:49 +00:00
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
2025-08-18 08:14:23 +00:00
<Nullable>enable</Nullable>
2025-05-06 06:45:49 +00:00
<RootNamespace>Kurs.Platform</RootNamespace>
</PropertyGroup>
2025-10-09 19:53:36 +00:00
2025-05-06 06:45:49 +00:00
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\modules\Kurs.Languages\Kurs.Languages.Application\Kurs.Languages.Application.csproj" />
<ProjectReference Include="..\..\modules\Kurs.Notifications\Kurs.Notifications.Application\Kurs.Notifications.Application.csproj" />
<ProjectReference Include="..\..\modules\Kurs.Settings\Kurs.Settings.Application\Kurs.Settings.Application.csproj" />
<ProjectReference Include="..\Kurs.Platform.Domain\Kurs.Platform.Domain.csproj" />
<ProjectReference Include="..\Kurs.Platform.Application.Contracts\Kurs.Platform.Application.Contracts.csproj" />
</ItemGroup>
2025-10-09 19:53:36 +00:00
2025-05-06 06:45:49 +00:00
<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" />
</ItemGroup>
2025-10-09 19:53:36 +00:00
2025-05-06 06:45:49 +00:00
</Project>