Skip to content

Commit

Permalink
feat(abp): updated version to abp 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf committed Oct 26, 2024
1 parent 10fe5e0 commit 3cbf52a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AElf.ExceptionHandler.ABP/AElf.ExceptionHandler.ABP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
</PropertyGroup>

<PropertyGroup>
<DefineConstants>$(DefineConstants);ABP_VERSION_8_2_0</DefineConstants>
<DefineConstants>$(DefineConstants);ABP_VERSION_8_0_5</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.Core" Version="8.2.0" />
<PackageReference Include="Volo.Abp.Castle.Core" Version="8.2.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="8.2.0" />
<PackageReference Include="Volo.Abp.Core" Version="8.0.5" />
<PackageReference Include="Volo.Abp.Castle.Core" Version="8.0.5" />
<PackageReference Include="Volo.Abp.Autofac" Version="8.0.5" />
<PackageReference Include="AElf.ExceptionHandler" Version="1.8.0" />
</ItemGroup>

Expand Down

0 comments on commit 3cbf52a

Please sign in to comment.