Skip to content

Commit

Permalink
Merge pull request #183 from EasyAbp/abp-531
Browse files Browse the repository at this point in the history
Upgrade to ABP 5.3.1
  • Loading branch information
gdlcf88 committed Jul 1, 2022
2 parents 2cd12ed + 0e27ac7 commit 2ce5c4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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>5.2.1</AbpVersion>
<AbpVersion>5.3.1</AbpVersion>

</PropertyGroup>
</Project>
3 changes: 1 addition & 2 deletions src/AbpHelper.Core/Commands/Module/ModuleCommandOption.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Linq;
using Castle.Core.Internal;
using System;
using EasyAbp.AbpHelper.Core.Attributes;

namespace EasyAbp.AbpHelper.Core.Commands.Module
Expand Down
4 changes: 2 additions & 2 deletions test/AbpHelper.Tests/AbpHelper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Shouldly" Version="4.0.3" />
<PackageReference Include="Volo.Abp.TestBase" Version="$(AbpVersion)" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 2ce5c4d

Please sign in to comment.