Skip to content

Commit d6ab06e

Browse files
authored
Upgrade NEST version to support elastic 7
fix startup exception "ArgumentException: Requested value 'data_cold' was not found" which the NEST V7.5.1 library doesn't have all new elastic roles enum mappings
1 parent 667abca commit d6ab06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/WorkflowCore.Providers.Elasticsearch/WorkflowCore.Providers.Elasticsearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
16-
<PackageReference Include="NEST" Version="7.5.1" />
16+
<PackageReference Include="NEST" Version="7.14.1" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)