sozsoft-platform/api/modules/Sozsoft.Settings/Sozsoft.Settings.Domain/Sozsoft.Settings.Domain.csproj

21 lines
552 B
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>
<RootNamespace>Sozsoft.Settings</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Authorization" Version="9.0.2" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="9.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sozsoft.Settings.Domain.Shared\Sozsoft.Settings.Domain.Shared.csproj" />
</ItemGroup>
</Project>