Skip to content

Commit 800157c

Browse files
add NEST & CsvHelper dependencies
1 parent aa163d3 commit 800157c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KhalidAbuhakmeh.AspNetCore.Search.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77

88

99
<ItemGroup>
10+
<PackageReference Include="CsvHelper" Version="12.1.2" />
1011
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
1112
<PackageReference Include="Microsoft.AspNetCore.CookiePolicy" Version="2.2.0" />
1213
<PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.2.0" />
1314
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
1415
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
16+
<PackageReference Include="NEST" Version="7.3.0" />
1517
</ItemGroup>
1618

1719
</Project>

0 commit comments

Comments
 (0)