-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.csproj
29 lines (25 loc) · 1.22 KB
/
search.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<StartupObject>SearchEngine.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CloudinaryDotNet" Version="1.14.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
<PackageReference Include="dotenv.net" Version="3.2.0" />
<PackageReference Include="IKVM" Version="8.10.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.Office.Interop.Word" Version="15.0.4797.1004" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
<PackageReference Include="PdfPig" Version="0.1.8" />
<PackageReference Include="Quartz" Version="3.13.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
</ItemGroup>
<!-- <ItemGroup>
<Folder Include="SearchEngine.Api\Core\match\" />
</ItemGroup> -->
</Project>