Skip to content

Commit 7ec18ce

Browse files
committed
Upgrade to ABP 9.1.1
1 parent e993be9 commit 7ec18ce

File tree

11 files changed

+3279
-187
lines changed

11 files changed

+3279
-187
lines changed

Directory.Build.props

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<Project>
2-
<PropertyGroup>
3-
4-
<AbpVersion>9.0.2</AbpVersion>
5-
<EasyAbpAbpDynamicQueryModuleVersion>0.14.0</EasyAbpAbpDynamicQueryModuleVersion>
6-
<EasyAbpAbpDynamicPermissionModuleVersion>1.10.0</EasyAbpAbpDynamicPermissionModuleVersion>
7-
8-
</PropertyGroup>
2+
<PropertyGroup>
3+
<AbpVersion>9.1.1</AbpVersion>
4+
<EasyAbpAbpDynamicQueryModuleVersion>0.15.0</EasyAbpAbpDynamicQueryModuleVersion>
5+
<EasyAbpAbpDynamicPermissionModuleVersion>1.11.0</EasyAbpAbpDynamicPermissionModuleVersion>
6+
</PropertyGroup>
97
</Project>

common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>0.17.0</Version>
4+
<Version>0.18.0</Version>
55
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
66
<AbpProjectType>module</AbpProjectType>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -22,4 +22,4 @@
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>
2424
</ItemGroup>
25-
</Project>
25+
</Project>

0 commit comments

Comments
 (0)