erp-platform/api/modules/Kurs.Settings/Kurs.Settings.Application.Contracts/Kurs.Settings.Application.Contracts.csproj

18 lines
610 B
XML
Raw Normal View History

2025-05-06 06:45:49 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\common.props" />
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Kurs.Settings</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="9.0.2" />
<PackageReference Include="Volo.Abp.Authorization" Version="9.0.2" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="9.0.2" />
<ProjectReference Include="..\Kurs.Settings.Domain.Shared\Kurs.Settings.Domain.Shared.csproj" />
</ItemGroup>
</Project>