-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nezam.Modular.ESS.Identity.Application.csproj
33 lines (27 loc) · 1.28 KB
/
Nezam.Modular.ESS.Identity.Application.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Nezam.Modular.ESS.Identity.Application</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bonyan.AspNetCore.Job" Version="1.1.2-pre7" />
<PackageReference Include="Bonyan.Layer.Application" Version="1.1.2-pre7" />
<PackageReference Include="Bonyan.UserManagement.Application" Version="1.1.2-pre7" />
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.2" />
<PackageReference Include="FastEndpoints.Security" Version="5.30.0.23-beta" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Nezam.Modular.ESS.Identity.Domain\Nezam.Modular.ESS.Identity.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Nezam.Modular.ESS.Identity.Domain\Nezam.Modular.ESS.Identity.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Auth\Jobs\" />
<Folder Include="Users\Jobs\" />
</ItemGroup>
</Project>