Enabled automatic LibMan package restoration in Identity.Api Service

This commit is contained in:
rafsanulhasan 2018-08-19 15:04:52 +06:00
parent 5e250e034b
commit 8956990b6a

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>