Skip to content

Commit 6908b00

Browse files
committed
Increment EF Core version to 2.1.0 from 2.0.0
1 parent 9cf5181 commit 6908b00

File tree

37 files changed

+115
-117
lines changed

37 files changed

+115
-117
lines changed

src/providers/WorkflowCore.Persistence.EntityFramework/WorkflowCore.Persistence.EntityFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.1" />
30-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.0.1" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.0" />
3131
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
3232
</ItemGroup>
3333

src/providers/WorkflowCore.Persistence.MySQL/WorkflowCore.Persistence.MySQL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.1">
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.0">
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.0.1" />
12+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20170126230815_InitialDatabase.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/Migrations/20170126230815_InitialDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using Microsoft.EntityFrameworkCore.Migrations;
4-
using Microsoft.EntityFrameworkCore.Metadata;
4+
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
55

66
namespace WorkflowCore.Persistence.PostgreSQL.Migrations
77
{

src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20170312161610_Events.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/Migrations/20170312161610_Events.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using Microsoft.EntityFrameworkCore.Migrations;
4-
using Microsoft.EntityFrameworkCore.Metadata;
4+
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
55

66
namespace WorkflowCore.Persistence.PostgreSQL.Migrations
77
{

src/providers/WorkflowCore.Persistence.PostgreSQL/Migrations/20170507214430_ControlStructures.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/Migrations/20170519231452_PersistOutcome.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/Migrations/20170722200412_WfReference.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/Migrations/20171223020844_StepScope.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.

0 commit comments

Comments
 (0)