File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
WorkflowCore.Persistence.EntityFramework
WorkflowCore.Persistence.MySQL
WorkflowCore.Persistence.PostgreSQL
WorkflowCore.Persistence.SqlServer
WorkflowCore.Persistence.Sqlite Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 44 <PackageLicenseUrl >https://github.com/danielgerlag/workflow-core/blob/master/LICENSE.md</PackageLicenseUrl >
55 <RepositoryType >git</RepositoryType >
66 <RepositoryUrl >https://github.com/danielgerlag/workflow-core.git</RepositoryUrl >
7- <Version >3.8.3 </Version >
8- <AssemblyVersion >3.8.3 .0</AssemblyVersion >
9- <FileVersion >3.8.3 .0</FileVersion >
7+ <Version >3.9.0 </Version >
8+ <AssemblyVersion >3.9.0 .0</AssemblyVersion >
9+ <FileVersion >3.9.0 .0</FileVersion >
1010 <PackageIconUrl >https://github.com/danielgerlag/workflow-core/raw/master/src/logo.png</PackageIconUrl >
11- <PackageVersion >3.8.3 </PackageVersion >
11+ <PackageVersion >3.9.0 </PackageVersion >
1212 </PropertyGroup >
1313</Project >
Original file line number Diff line number Diff line change 2222 </ItemGroup >
2323
2424 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
25- <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 6.0.3 " />
25+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 7.* " />
2626 </ItemGroup >
2727
2828 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
Original file line number Diff line number Diff line change 3535 </ItemGroup >
3636
3737 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
38- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.3 " >
38+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.* " >
3939 <PrivateAssets >all</PrivateAssets >
4040 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
4141 </PackageReference >
42- <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 6.0.1 " />
42+ <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 7.* " />
4343 </ItemGroup >
4444
4545 <ItemGroup >
Original file line number Diff line number Diff line change 2323 </ItemGroup >
2424
2525 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
26- <PackageReference Include =" Npgsql" Version =" 6.0.6 " />
27- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 6.0.6 " />
28- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.3 " >
26+ <PackageReference Include =" Npgsql" Version =" 7.* " />
27+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 7.* " />
28+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.* " >
2929 <PrivateAssets >All</PrivateAssets >
3030 </PackageReference >
31- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6.0.3 " >
31+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.* " >
3232 <PrivateAssets >all</PrivateAssets >
3333 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3434 </PackageReference >
Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525
2626 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
27- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6.0.3 " />
28- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.3 " >
27+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 7.* " />
28+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.* " >
2929 <PrivateAssets >All</PrivateAssets >
3030 </PackageReference >
31- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6.0.3 " >
31+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.* " >
3232 <PrivateAssets >all</PrivateAssets >
3333 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3434 </PackageReference >
Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525
2626 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
27- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.3 " />
27+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7.* " />
2828 </ItemGroup >
2929
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
You can’t perform that action at this time.
0 commit comments