Browse Source

Enabled automatic LibMan package restoration in Identity.Api Service

pull/714/head
rafsanulhasan 6 years ago
parent
commit
8956990b6a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Services/Identity/Identity.API/Identity.API.csproj

+ 1
- 0
src/Services/Identity/Identity.API/Identity.API.csproj View File

@ -24,6 +24,7 @@
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="2.1.0" />
<PackageReference Include="IdentityServer4.EntityFramework" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="0.3.3" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="1.0.113" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="2.4.0" />
</ItemGroup>


Loading…
Cancel
Save