<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Remove="BusinessLogicsContracts\IStoreKeeperLogic.cs" /> </ItemGroup> <ItemGroup> <None Include="BusinessLogicsContracts\IStoreKeeperLogic.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\ComputerHardwareStoreDataModels\ComputerHardwareStoreDataModels.csproj" /> </ItemGroup> </Project>