Skip to content

Commit

Permalink
Resolve Compilation issure
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jan 2, 2025
1 parent e25a8c4 commit 5c477ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
<PackageVersion Include="xunit.extensibility.core" Version="2.4.2" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.4.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.1.0" />
<PackageVersion Include="Volo.Abp.Autofac" Version="8.2.2" />
<PackageVersion Include="Volo.Abp.TestBase" Version="8.2.2" />
<PackageVersion Include="NSubstitute" Version="5.2.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions test/AElf.TestBase/AElfIntegratedTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using MartinCostello.Logging.XUnit;
using Volo.Abp;
using Volo.Abp.Modularity;
using Volo.Abp.Testing;
using Xunit.Abstractions;

namespace AElf.TestBase;
Expand Down

0 comments on commit 5c477ee

Please sign in to comment.