DocSpace-buildtools/common/ASC.ActiveDirectory/ASC.ActiveDirectory.csproj
Vashchuk Nikita 18bccade63 fix
2022-03-14 12:02:43 +03:00

21 lines
632 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="..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\ASC.Core.Common\ASC.Core.Common.csproj" />
<ProjectReference Include="..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
</ItemGroup>
</Project>