Skip to content

Commit

Permalink
Upgrade to ABP 8.2.1 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 authored Jul 30, 2024
1 parent 39aea50 commit 68b16e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>

<AbpVersion>8.1.3</AbpVersion>
<AbpVersion>8.2.1</AbpVersion>

</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions common.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.20.0</Version>
<PackageVersion>0.20.0</PackageVersion>
<AssemblyVersion>0.20.0</AssemblyVersion>
<FileVersion>0.20.0</FileVersion>
<Version>0.21.0</Version>
<PackageVersion>0.21.0</PackageVersion>
<AssemblyVersion>0.21.0</AssemblyVersion>
<FileVersion>0.21.0</FileVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/AbpHelper.Core/AbpHelper.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Elsa" Version="1.2.2.29" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.4" />
<PackageReference Include="Scriban" Version="5.5.2" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20371.2" />
<PackageReference Include="Volo.Abp.Autofac" Version="$(AbpVersion)" />
Expand Down

0 comments on commit 68b16e2

Please sign in to comment.