File tree Expand file tree Collapse file tree
src/modules/Elsa.Persistence.EFCore.MySql Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <PackageVersion Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.11" />
3131 <PackageVersion Include =" Microsoft.Extensions.Http" Version =" 9.0.11" />
3232 <PackageVersion Include =" Microsoft.Extensions.Http.Polly" Version =" 9.0.11" />
33- <PackageVersion Include =" Microsoft.Extensions.Http.Resilience" Version =" 9.0.11 " />
33+ <PackageVersion Include =" Microsoft.Extensions.Http.Resilience" Version =" 9.10.0 " />
3434 <PackageVersion Include =" Microsoft.Extensions.Options" Version =" 9.0.11" />
3535 <PackageVersion Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9.0.11" />
36- <PackageVersion Include =" Microsoft.Extensions.Resilience" Version =" 9.0.11 " />
36+ <PackageVersion Include =" Microsoft.Extensions.Resilience" Version =" 9.10.0 " />
3737 <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 9.0.11" />
3838 <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.11" />
3939 <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.11" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
3+ <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
44 <Description >
55 Provides MySQL EF Core migrations for various modules.
66 </Description >
77 <PackageTags >elsa extension module persistence efcore mysql</PackageTags >
88 </PropertyGroup >
99
10- <ItemGroup >
10+ <!-- Pomelo 9.x targets EF Core 9.x, so exclude MySQL provider packages for net10.0. -->
11+ <ItemGroup Condition =" '$(TargetFramework)' != 'net10.0'" >
1112 <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" PrivateAssets =" all" />
1213 <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" />
1314 </ItemGroup >
You can’t perform that action at this time.
0 commit comments