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 13, 2024
1 parent 87d847a commit 0a87536
Show file tree
Hide file tree
Showing 31 changed files with 9,779 additions and 13,147 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>

<AbpVersion>8.0.0</AbpVersion>
<CapPackageVersion>8.0.0</CapPackageVersion>
<CapInMemoryMessageQueuePackageVersion>7.0.0</CapInMemoryMessageQueuePackageVersion>
<AbpVersion>8.1.0</AbpVersion>
<CapPackageVersion>8.1.0</CapPackageVersion>
<CapInMemoryMessageQueuePackageVersion>8.0.0</CapInMemoryMessageQueuePackageVersion>

</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>8.0.0</Version>
<Version>8.1.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down
Loading

0 comments on commit 0a87536

Please sign in to comment.