Files
Core.Thalos.DAL.API/Core.Thalos.DAL.API/Core.Thalos.DAL.API.csproj
2025-06-17 15:04:01 -06:00

27 lines
769 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="Core.Blueprint.Logging" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core.Thalos.Domain\Core.Thalos.Domain.csproj" />
<ProjectReference Include="..\Core.Thalos.Provider\Core.Thalos.Provider.csproj" />
</ItemGroup>
</Project>