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

13 lines
332 B
XML
Raw Normal View History

2020-12-21 22:58:40 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityServer.Wrapper" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
</ItemGroup>
</Project>