add Microsoft.AspNetCore dependency

This commit is contained in:
Tugberk Ugurlu 2017-09-10 10:49:31 +01:00 committed by Hao Kung
parent 20ec50d5d2
commit 9842863695
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" />