We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0f4ea + e0ee5f2 commit c668728Copy full SHA for c668728
src/providers/WorkflowCore.Persistence.PostgreSQL/WorkflowCore.Persistence.PostgreSQL.csproj
@@ -47,7 +47,7 @@
47
</ItemGroup>
48
49
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
50
- <PackageReference Include="Npgsql" Version="5.0.14" />
+ <PackageReference Include="Npgsql" Version="5.0.18" />
51
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.1" />
52
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.1">
53
<PrivateAssets>All</PrivateAssets>
0 commit comments