Skip to content

Commit 34a48f6

Browse files
authored
Merge pull request #416 from kirsanium/master
Remove redundant dependency on Npgsql.EntityFrameworkCore.PostgreSQL.Design
2 parents a338b34 + 48e117f commit 34a48f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/providers/WorkflowCore.Persistence.PostgreSQL/WorkflowCore.Persistence.PostgreSQL.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1616
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1717
<Description>Provides support to persist workflows running on Workflow Core to a PostgreSQL database.</Description>
18-
<Version>2.1.1</Version>
19-
<AssemblyVersion>2.1.1.0</AssemblyVersion>
20-
<FileVersion>2.1.1.0</FileVersion>
18+
<Version>2.1.2</Version>
19+
<AssemblyVersion>2.1.2.0</AssemblyVersion>
20+
<FileVersion>2.1.2.0</FileVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
@@ -32,7 +32,6 @@
3232
<PrivateAssets>All</PrivateAssets>
3333
</PackageReference>
3434
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.1.0" />
35-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.1" />
3635
</ItemGroup>
3736

3837
<ItemGroup>

0 commit comments

Comments
 (0)