-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrivateEye.csproj
39 lines (33 loc) · 1.76 KB
/
PrivateEye.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
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="MailKit" Version="3.1.1" />
<PackageReference Include="Mandrill" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.25">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MimeKit" Version="3.1.1" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="3.1.22" />
<PackageReference Include="NCrontab.Signed" Version="3.3.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" />
<PackageReference Include="FubarCoder.RestSharp.Portable.Core" Version="4.0.8" />
<PackageReference Include="FubarCoder.RestSharp.Portable.HttpClient" Version="4.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\Intruders\" />
</ItemGroup>
<ItemGroup>
<Reference Include="sib_api_v3_sdk">
<HintPath>..\..\Desktop\MyFiles\FinalProject\Face Comaparison\APIv3-csharp-library-master\src\sib_api_v3_sdk\bin\Debug\netstandard2.0\sib_api_v3_sdk.dll</HintPath>
</Reference>
</ItemGroup>
</Project>