Skip to content

Commit

Permalink
Upgrade to ABP 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed May 4, 2023
1 parent 8f1c96b commit 686329d
Show file tree
Hide file tree
Showing 10 changed files with 3,624 additions and 134 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>

<AbpVersion>7.1.0</AbpVersion>
<EasyAbpAbpWeChatModuleVersion>2.4.0</EasyAbpAbpWeChatModuleVersion>
<AbpVersion>7.2.1</AbpVersion>
<EasyAbpAbpWeChatModuleVersion>2.5.0</EasyAbpAbpWeChatModuleVersion>

</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.5.1</Version>
<Version>2.6.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class PaymentServiceSampleDbContext :
public DbSet<OrganizationUnit> OrganizationUnits { get; set; }
public DbSet<IdentitySecurityLog> SecurityLogs { get; set; }
public DbSet<IdentityLinkUser> LinkUsers { get; set; }
public DbSet<IdentityUserDelegation> UserDelegations { get; set; }

// Tenant Management
public DbSet<Tenant> Tenants { get; set; }
Expand Down
Loading

0 comments on commit 686329d

Please sign in to comment.