2020-12-21 22:58:40 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2021-06-26 21:31:31 +03:00
|
|
|
|
<Description>Add authentication handler with inhouse identity server</Description>
|
2020-12-21 23:01:28 +02:00
|
|
|
|
<PackageProjectUrl>https://dev.azure.com/tstanciu94/NDB</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://dev.azure.com/tstanciu94/NDB</RepositoryUrl>
|
|
|
|
|
<RepositoryType>Git</RepositoryType>
|
2021-06-26 21:31:31 +03:00
|
|
|
|
<PackageTags>NDB Authentication Identity</PackageTags>
|
2021-11-13 23:52:26 +02:00
|
|
|
|
<Version>1.0.5</Version>
|
2020-12-21 22:58:40 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-11-12 02:40:46 +02:00
|
|
|
|
<PackageReference Include="IdentityServer.Wrapper" Version="1.1.0" />
|
2020-12-21 22:58:40 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|