erp-platform/api/src/Kurs.Platform.Application.Contracts/Kurs.Platform.Application.Contracts.csproj
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

26 lines
1.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Kurs.Platform</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\modules\Kurs.Languages\Kurs.Languages.Application.Contracts\Kurs.Languages.Application.Contracts.csproj" />
<ProjectReference Include="..\..\modules\Kurs.Notifications\Kurs.Notifications.Application.Contracts\Kurs.Notifications.Application.Contracts.csproj" />
<ProjectReference Include="..\..\modules\Kurs.Settings\Kurs.Settings.Application.Contracts\Kurs.Settings.Application.Contracts.csproj" />
<ProjectReference Include="..\Kurs.Platform.Domain.Shared\Kurs.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>