Skip to content

Commit

Permalink
Merge pull request abpframework#14711 from abpframework/auto-merge/re…
Browse files Browse the repository at this point in the history
…l-7-0/1465

Merge branch dev with rel-7.0
  • Loading branch information
maliming authored Nov 17, 2022
2 parents 7b8af2b + 02a12ed commit 65ab755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ApplicationConfigurationCache : ISingletonDependency
{
protected ApplicationConfigurationDto Configuration { get; set; }

public event Func<Action> ApplicationConfigurationChanged;
public event Action ApplicationConfigurationChanged;

public virtual ApplicationConfigurationDto Get()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(MicrosoftEntityFrameworkCorePackageVersion)" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0-alpha.1" />
</ItemGroup>

</Project>

0 comments on commit 65ab755

Please sign in to comment.