Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 6efc1e0

Browse files
committed
Nuget references cleaning
1 parent 85bedc1 commit 6efc1e0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/PowerUtils.AspNetCore.ErrorHandler.Tests/PowerUtils.AspNetCore.ErrorHandler.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.3" />
2727
<PackageReference Include="PowerUtils.Text" Version="2.1.0" />
2828
<PackageReference Include="PowerUtils.xUnit.Extensions" Version="2.2.0" />
29-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.0" />
3029
<PackageReference Include="xunit" Version="2.4.1" />
3130
<PackageReference Include="xunit.runner.console" Version="2.4.1">
3231
<PrivateAssets>all</PrivateAssets>

tests/PowerUtils.AspNetCore.ErrorHandler.Tests/ControllersTests/ProblemDetailsValidation.cs renamed to tests/PowerUtils.AspNetCore.ErrorHandler.Tests/Utils/ProblemDetailsValidation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Microsoft.AspNetCore.WebUtilities;
55
using PowerUtils.Net.Constants;
66

7-
namespace PowerUtils.AspNetCore.ErrorHandler.Tests.ControllersTests;
7+
namespace PowerUtils.AspNetCore.ErrorHandler.Tests.Utils;
88

99
public static class ProblemDetailsValidation
1010
{

0 commit comments

Comments
 (0)