<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>Microsoft.eShopWeb.Infrastructure</RootNamespace> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="Ardalis.Specification.EntityFrameworkCore" /> <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" /> <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" /> <PackageReference Include="System.IdentityModel.Tokens.Jwt" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\ApplicationCore\ApplicationCore.csproj" /> </ItemGroup> <ItemGroup> <Folder Include="Data\Migrations\" /> </ItemGroup> </Project>