Skip to content

Commit

Permalink
fixed elasticsearch version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Mar 12, 2024
1 parent b51d332 commit 3c82af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ASC.Api.Core/ASC.Api.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="NLog.Targets.ElasticSearch" Version="7.7.0" />
<PackageReference Include="NLog.Targets.ElasticSearch" Version="7.6.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.8" />
<PackageReference Include="RedisRateLimiting" Version="1.1.0" />
<PackageReference Include="RedisRateLimiting.AspNetCore" Version="1.1.0" />
Expand Down

0 comments on commit 3c82af9

Please sign in to comment.