add Microsoft.AspNetCore dependency
This commit is contained in:
parent
20ec50d5d2
commit
9842863695
|
|
@ -12,6 +12,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.AspNetCore" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue