<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net9.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup> <ItemGroup> <None Remove="Services\Config\WitsConfig.json" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Services\Config\WitsConfig.json" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DD.Persistence.Models\DD.Persistence.Models.csproj" /> </ItemGroup> </Project>