Updated Entity Framework to 2.2.6, Removed PrintCredentials() Method call on login, working on #55

This commit is contained in:
kdeng00
2019-08-03 14:26:18 -04:00
parent d80842e517
commit 2d984813ec
6 changed files with 97 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.2.3">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.2.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>