31 lines
1.7 KiB
XML
31 lines
1.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
|
<UserSecretsId>aspnet-Identity.ExternalClaims-E95BE154-CB1B-4633-A2E0-B2DF12FE8BD3</UserSecretsId>
|
|
<IsTestAssetProject>true</IsTestAssetProject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore" />
|
|
<Reference Include="Microsoft.AspNetCore.Authentication.Facebook" />
|
|
<Reference Include="Microsoft.AspNetCore.Authentication.Google" />
|
|
<Reference Include="Microsoft.AspNetCore.Authentication.Twitter" />
|
|
<Reference Include="Microsoft.AspNetCore.Authorization" />
|
|
<Reference Include="Microsoft.AspNetCore.DataProtection.Extensions" />
|
|
<Reference Include="Microsoft.AspNetCore.Diagnostics" />
|
|
<Reference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" />
|
|
<Reference Include="Microsoft.AspNetCore.Hosting" />
|
|
<Reference Include="Microsoft.AspNetCore.Identity" />
|
|
<Reference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
|
|
<Reference Include="Microsoft.AspNetCore.Mvc" />
|
|
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.IISIntegration" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
|
|
<Reference Include="Microsoft.EntityFrameworkCore.SqlServer" />
|
|
<Reference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="All" />
|
|
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
|
|
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
|
|
<Reference Include="Microsoft.Extensions.Logging.Console" />
|
|
<Reference Include="Microsoft.Extensions.Logging.Debug" />
|
|
</ItemGroup>
|
|
</Project>
|