<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net7.0</TargetFramework> <RootNamespace>Tranga_CLI</RootNamespace> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> </PropertyGroup> <ItemGroup> <Content Include="..\.dockerignore"> <Link>.dockerignore</Link> </Content> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Tranga\Tranga.csproj" /> </ItemGroup> </Project>