Files
Minint/Minint.Infrastructure/Minint.Infrastructure.csproj
2026-03-29 15:34:33 +03:00

14 lines
306 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Minint.Core\Minint.Core.csproj" />
</ItemGroup>
</Project>