DocSpace-client/ASC.ActiveDirectory/ASC.ActiveDirectory.csproj
2022-03-08 08:37:20 +03:00

21 lines
643 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Security" Version="5.4.0.201" />
<PackageReference Include="Novell.Directory.LDAP" Version="2.3.8.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\common\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\common\ASC.Core.Common\ASC.Core.Common.csproj" />
<ProjectReference Include="..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
</ItemGroup>
</Project>