netmash/src/security/authentication/Netmash.Security.Authentica.../Netmash.Security.Authentica...

19 lines
724 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Add authentication handler with inhouse identity server</Description>
<PackageProjectUrl>https://lab.code-rove.com/gitea/bricks/netmash</PackageProjectUrl>
<RepositoryUrl>https://lab.code-rove.com/gitea/bricks/netmash</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>Netmash Authentication Identity</PackageTags>
<Version>1.0.7</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityServer.Wrapper" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
</ItemGroup>
</Project>