33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>Hutopy.Web</RootNamespace>
|
|
<AssemblyName>Hutopy.Web</AssemblyName>
|
|
<UserSecretsId>de6d03c4-8b1c-49e2-a8ca-c38cd4dc7d85</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Application\Application.csproj"/>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets"/>
|
|
<PackageReference Include="Azure.Identity"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi"/>
|
|
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore"/>
|
|
<PackageReference Include="NSwag.AspNetCore"/>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="FluentValidation.AspNetCore"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|