Apigateway/LdapLoginLib/LdapLoginLib.csproj
2024-03-13 15:22:06 -05:00

16 lines
463 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RawScape.Nini" Version="1.0.0" />
<PackageReference Include="System.DirectoryServices.Protocols" Version="6.0.2" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>
</Project>