Files
Core.Thalos.DAL.API/Core.Thalos.DAL.API/Core.Thalos.DAL.API.csproj
Sergio Matias Urquin 24efe5612c reeplace cerberos by talos
2025-05-18 19:11:08 -06:00

27 lines
764 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Constants\**" />
<Content Remove="Constants\**" />
<EmbeddedResource Remove="Constants\**" />
<None Remove="Constants\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blueprint.Logging" Version="0.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core.Thalos.Domain\Core.Thalos.Domain.csproj" />
<ProjectReference Include="..\Core.Thalos.Provider\Core.Thalos.Provider.csproj" />
</ItemGroup>
</Project>