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 881ade2 commit ad7b44a
Show file tree
Hide file tree
Showing 78 changed files with 25,504 additions and 39,413 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>

<AbpVersion>8.0.0</AbpVersion>
<AbpVersion>8.1.0</AbpVersion>

</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion common.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.12.0</Version>
<Version>0.13.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down
Expand Up @@ -172,7 +172,7 @@ public override void OnApplicationInitialization(ApplicationInitializationContex

private void ConfigureConventionalControllers()
{
Configure<AbpAspNetCoreMvcOptions>(options =>
PreConfigure<AbpAspNetCoreMvcOptions>(options =>
{
});
}
Expand Down

0 comments on commit ad7b44a

Please sign in to comment.