perf: 依赖组件升级 (#77)

This commit is contained in:
2024-01-04 09:30:11 +08:00
committed by GitHub
parent 52ddf273c8
commit 22628e79ca
4 changed files with 17 additions and 18 deletions

View File

@ -4,6 +4,5 @@ namespace NetAdmin.Infrastructure.Exceptions;
/// 加锁失败异常
/// </summary>
#pragma warning disable RCS1194
public sealed class NetAdminGetLockerException : NetAdminUnexpectedException
#pragma warning restore RCS1194
{ }
public sealed class NetAdminGetLockerException : NetAdminUnexpectedException;
#pragma warning restore RCS1194

View File

@ -3,9 +3,9 @@
<ProjectReference Include="../NetAdmin.Host/NetAdmin.Host.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.6.2"/>
<PackageReference Include="xunit" Version="2.6.4"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>