This commit is contained in:
Халимов Рустам
2026-02-09 17:43:37 +03:00
parent 3dd6577313
commit c98c96e408
32 changed files with 1281 additions and 188 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\..\BuildingBlocks\Nashel.BuildingBlocks.csproj" />
</ItemGroup>
<PropertyGroup>
<RootNamespace>Nashel.Modules.Identity.Domain</RootNamespace>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>