refactor: Common components are moved to the Common library.

This commit is contained in:
real-zony
2022-10-06 13:02:20 +08:00
parent ecab0e0f5c
commit 740e8f4c63
64 changed files with 84 additions and 150 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using ZonyLrcTools.Cli.Infrastructure.Album;
using ZonyLrcTools.Common.Album;
namespace ZonyLrcTools.Tests.Infrastructure.Album
{