Skip to content

Commit

Permalink
Upgrade to ABP 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Apr 14, 2024
1 parent d4e9f5c commit 5cff148
Show file tree
Hide file tree
Showing 9 changed files with 2,809 additions and 153 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>8.0.0</AbpVersion>
<ElsaVersion>2.13.0</ElsaVersion>
<AbpVersion>8.1.0</AbpVersion>
<ElsaVersion>2.14.1</ElsaVersion>

</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>0.8.0</Version>
<Version>0.9.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion sample/AbpElsaSample/AbpElsaSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.0.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.1.*-*" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 1 addition & 4 deletions sample/AbpElsaSample/AbpElsaSampleModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
using Elsa.Models;
using Elsa.Persistence.EntityFramework.Core.Extensions;
using Elsa.Persistence.EntityFramework.SqlServer;
using Elsa.Server.Api;
using Elsa.Server.Api.Extensions.SchemaFilters;
using Elsa.Server.Api.Mapping;
using Elsa.Server.Api.Swagger.Examples;
using Microsoft.AspNetCore.Mvc.Versioning;
using Microsoft.OpenApi.Any;
using Swashbuckle.AspNetCore.Filters;
using Volo.Abp;
using Volo.Abp.Account;
using Volo.Abp.Account.Web;
Expand Down Expand Up @@ -283,7 +280,7 @@ private void ConfigureNavigationServices()

private void ConfigureAutoApiControllers()
{
Configure<AbpAspNetCoreMvcOptions>(options =>
PreConfigure<AbpAspNetCoreMvcOptions>(options =>
{
options.ConventionalControllers.Create(typeof(AbpElsaSampleModule).Assembly);
});
Expand Down
Loading

0 comments on commit 5cff148

Please sign in to comment.