40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RootNamespace>_0_Framework</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="IPE.SmsIR" Version="1.0.5" />
|
|
<PackageReference Include="EPPlus" Version="7.5.2" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.1.34" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.2" />
|
|
<PackageReference Include="PersianTools.Core" Version="2.0.4" />
|
|
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
|
|
<PackageReference Include="MD.PersianDateTime.Standard" Version="2.5.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="7.2.0" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Application\UID\UidService.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Application\AuthorizedPerson\AuthorizedPersonApplication.cs" />
|
|
<Compile Remove="Application\AuthorizedPerson\IAuthorizedPersonApplication.cs" />
|
|
<Compile Remove="Domain\AuthorizedPersonAgg\IAuthorizedPersonRepository.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Domain\AuthorizedPersonAgg\" />
|
|
<Folder Include="InfraStructure\AuthorizedPerson\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|