Skip to content

Commit 66b1a5e

Browse files
committed
Upgrade to ABP 9.1.1
1 parent d8b0c2b commit 66b1a5e

26 files changed

Lines changed: 7049 additions & 700 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
4-
<AbpVersion>9.0.2</AbpVersion>
5-
<EasyAbpAbpTagHelperPlusModuleVersion>2.4.0</EasyAbpAbpTagHelperPlusModuleVersion>
6-
3+
<AbpVersion>9.1.1</AbpVersion>
4+
<EasyAbpAbpTagHelperPlusModuleVersion>2.5.0</EasyAbpAbpTagHelperPlusModuleVersion>
75
</PropertyGroup>
86
</Project>

common.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>5.5.0</Version>
4+
<Version>5.6.0</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>
@@ -27,3 +27,4 @@
2727
</ItemGroup>
2828

2929
</Project>
30+

0 commit comments

Comments
 (0)