netmash/NDB.Security.Authentication.../NDB.Security.Authentication...

19 lines
700 B
XML
Raw Normal View History

2020-12-21 22:58:40 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<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>
<PackageTags>NDB Authentication Identity</PackageTags>
<Version>1.0.4</Version>
2020-12-21 22:58:40 +02:00
</PropertyGroup>
<ItemGroup>
<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>