<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <UserSecretsId>8dcdcfed-c959-4eef-9891-ae60b1b136ea</UserSecretsId> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> </PropertyGroup> <ItemGroup> <_WebToolingArtifacts Remove="Properties\PublishProfiles\LinuxRelease.pubxml" /> <_WebToolingArtifacts Remove="Properties\PublishProfiles\WindowsRelease.pubxml" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" /> <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\DD.Persistence.API\DD.Persistence.API.csproj" /> </ItemGroup> </Project>