DocSpace-buildtools/common/ASC.ActiveDirectory/ASC.ActiveDirectory.csproj

19 lines
544 B
XML
Raw Normal View History

2022-03-14 16:29:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2022-03-08 05:37:20 +00:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2022-03-14 16:29:35 +00:00
<PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="3.6.0" />
2022-03-08 05:37:20 +00:00
</ItemGroup>
<ItemGroup>
2022-03-14 09:02:43 +00:00
<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" />
2022-03-08 05:37:20 +00:00
</ItemGroup>
</Project>