31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>Kurs.Platform</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</Project>
|