添加缺失的引用
This commit is contained in:
parent
086d53f54d
commit
33392c4524
@ -6,6 +6,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.3" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.214" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
@ -2,6 +2,7 @@ using AssetManager.Data.Repositories;
|
||||
using AssetManager.Infrastructure.Services;
|
||||
using AssetManager.Models.DTOs;
|
||||
using FluentAssertions;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Moq;
|
||||
using Xunit;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user