<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.4" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\BancContracts\BankContracts.csproj" /> <ProjectReference Include="..\BankContracts\BankContracts.csproj" /> <ProjectReference Include="..\BankDataModels\BankDataModels.csproj" /> <ProjectReference Include="..\BankView\BankView.csproj" /> </ItemGroup> </Project>