Skip to content

Commit cdeb46e

Browse files
committed
Upgrade to ABP 9.1.1
1 parent 1e64b5b commit cdeb46e

File tree

6 files changed

+2689
-10
lines changed

6 files changed

+2689
-10
lines changed

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-
<ElsaVersion>2.14.1</ElsaVersion>
6-
3+
<AbpVersion>9.1.1</AbpVersion>
4+
<ElsaVersion>2.15.1</ElsaVersion>
75
</PropertyGroup>
86
</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.11.0</Version>
4+
<Version>0.12.0</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<AbpProjectType>module</AbpProjectType>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -30,4 +30,4 @@
3030
</PropertyGroup>
3131
</Target>
3232

33-
</Project>
33+
</Project>

0 commit comments

Comments
 (0)