Skip to content

Commit 2c0555b

Browse files
committed
Upgrade to ABP 9.1.1
1 parent 871c608 commit 2c0555b

File tree

10 files changed

+2967
-183
lines changed

10 files changed

+2967
-183
lines changed

Directory.Build.props

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

common.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>0.14.0</Version>
4+
<Version>0.15.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)