2025-06-19 21:50:35 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2025-06-23 21:52:09 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Bimix.Domain\Bimix.Domain.csproj" />
|
2025-06-19 21:50:35 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-06-28 18:54:08 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="DTO\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-06-19 21:50:35 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|