Skip to content

Commit f99b7c5

Browse files
committed
recreate Postgres migration with older version
1 parent a93bdd0 commit f99b7c5

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20191221210630_Activities.Designer.cs renamed to src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20191222174302_Activities.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AssemblyTitle>Workflow Core PostgreSQL Persistence Provider</AssemblyTitle>
55
<Authors>Daniel Gerlag</Authors>
6-
<TargetFramework>netstandard2.0</TargetFramework>
6+
<TargetFramework>netstandard2.1</TargetFramework>
77
<AssemblyName>WorkflowCore.Persistence.PostgreSQL</AssemblyName>
88
<PackageId>WorkflowCore.Persistence.PostgreSQL</PackageId>
99
<PackageTags>workflow;.NET;Core;state machine;WorkflowCore;PostgreSQL</PackageTags>
@@ -28,8 +28,8 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="Npgsql" Version="4.1.2" />
31-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.0" />
32-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0">
31+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.0.1" />
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.1">
3333
<PrivateAssets>All</PrivateAssets>
3434
</PackageReference>
3535
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.0">

src/samples/WorkflowCore.Sample04/WorkflowCore.Sample04.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.2</TargetFramework>
4+
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<AssemblyName>WorkflowCore.Sample04</AssemblyName>
66
<OutputType>Exe</OutputType>
77
<PackageId>WorkflowCore.Sample04</PackageId>

src/samples/WorkflowCore.Sample07/WorkflowCore.Sample07.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.2</TargetFramework>
4+
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<PreserveCompilationContext>true</PreserveCompilationContext>
66
<AssemblyName>WorkflowCore.Sample07</AssemblyName>
77
<OutputType>Exe</OutputType>

src/samples/WorkflowCore.Sample08/WorkflowCore.Sample08.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.2</TargetFramework>
4+
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<AssemblyName>WorkflowCore.Sample08</AssemblyName>
66
<OutputType>Exe</OutputType>
77
<PackageId>WorkflowCore.Sample08</PackageId>

src/samples/WorkflowCore.Sample09/WorkflowCore.Sample09.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/samples/WorkflowCore.Sample10/WorkflowCore.Sample10.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.2</TargetFramework>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/samples/WorkflowCore.Sample12/WorkflowCore.Sample12.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/samples/WorkflowCore.Sample17/WorkflowCore.Sample17.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.2</TargetFramework>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)