Skip to content

Commit

Permalink
⬆️ update package: abp 7.2.3 and elsa 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Jul 28, 2023
1 parent 26314d7 commit 34f16a0
Show file tree
Hide file tree
Showing 52 changed files with 2,969 additions and 363 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\common.props" />

Expand All @@ -12,11 +12,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.ObjectExtending" Version="7.0.2" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="7.0.2" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="7.0.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="7.0.2" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="7.0.2" />
<PackageReference Include="Volo.Abp.ObjectExtending" Version="7.2.3" />
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="7.2.3" />
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="7.2.3" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="7.2.3" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="7.2.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\common.props" />

Expand All @@ -14,12 +14,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.3" />
<PackageReference Include="Volo.Abp.Account.Application" Version="7.0.2" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="7.0.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="7.0.2" />
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="7.0.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.8" />
<PackageReference Include="Volo.Abp.Account.Application" Version="7.2.3" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="7.2.3" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="7.2.3" />
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="7.2.3" />
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="7.2.3" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\common.props" />

Expand All @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.Autofac" Version="7.0.2" />
<PackageReference Include="Volo.Abp.Autofac" Version="7.2.3" />
<ProjectReference Include="..\Passingwind.WorkflowApp.Application.Contracts\Passingwind.WorkflowApp.Application.Contracts.csproj" />
<ProjectReference Include="..\Passingwind.WorkflowApp.EntityFrameworkCore\Passingwind.WorkflowApp.EntityFrameworkCore.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\common.props" />

Expand All @@ -9,13 +9,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="7.0.2" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain.Shared" Version="7.0.2" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="7.0.2" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain.Shared" Version="7.0.2" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="7.0.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="7.0.2" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="7.0.2" />
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="7.2.3" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain.Shared" Version="7.2.3" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="7.2.3" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain.Shared" Version="7.2.3" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="7.2.3" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="7.2.3" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="7.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\common.props" />

Expand All @@ -13,14 +13,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.Emailing" Version="7.0.2" />
<PackageReference Include="Volo.Abp.Identity.Domain" Version="7.0.2" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain" Version="7.0.2" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="7.0.2" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain" Version="7.0.2" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain" Version="7.0.2" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="7.0.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="7.0.2" />
<PackageReference Include="Volo.Abp.Emailing" Version="7.2.3" />
<PackageReference Include="Volo.Abp.Identity.Domain" Version="7.2.3" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain" Version="7.2.3" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain" Version="7.2.3" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain" Version="7.2.3" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain" Version="7.2.3" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="7.2.3" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="7.2.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Passingwind.Abp.ElsaModule.EntityFrameworkCore;
using Passingwind.WorkflowApp.ApiKeys;
using Volo.Abp.AuditLogging.EntityFrameworkCore;
Expand Down Expand Up @@ -47,6 +47,7 @@ public class WorkflowAppDbContext :
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 All @@ -55,7 +56,7 @@ public class WorkflowAppDbContext :
#endregion

public DbSet<ApiKey> ApiKeys { get; set; }

public WorkflowAppDbContext(DbContextOptions<WorkflowAppDbContext> options)
: base(options)
{
Expand Down
Loading

0 comments on commit 34f16a0

Please sign in to comment.