From 5c477eec07ba1216a2f4e856ac5bb053f8cd1dbb Mon Sep 17 00:00:00 2001 From: chopin-fan Date: Thu, 2 Jan 2025 20:45:39 +0800 Subject: [PATCH] Resolve Compilation issure --- Directory.Packages.props | 4 ++++ test/AElf.TestBase/AElfIntegratedTest.cs | 1 + 2 files changed, 5 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index 6adaeed..a3a70ee 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -32,5 +32,9 @@ + + + + \ No newline at end of file diff --git a/test/AElf.TestBase/AElfIntegratedTest.cs b/test/AElf.TestBase/AElfIntegratedTest.cs index 0c108ce..34340e1 100644 --- a/test/AElf.TestBase/AElfIntegratedTest.cs +++ b/test/AElf.TestBase/AElfIntegratedTest.cs @@ -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;