Some checks failed
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Failing after 2m13s
17 lines
502 B
XML
17 lines
502 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Domain\Domain.csproj" />
|
|
<ProjectReference Include="..\Models\Models.csproj" />
|
|
<ProjectReference Include="..\Transversal\Transversal.csproj" />
|
|
<!--<ProjectReference Include="..\Transversal\Transversal.csproj" />-->
|
|
</ItemGroup>
|
|
|
|
</Project>
|