Skip to content

Commit ddae1d9

Browse files
committed
Code optimization
1 parent 5389dfe commit ddae1d9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Validation.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="System.Management.Automation" Version="7.6.*" PrivateAssets="all" />
24+
<Using Include="System.Management.Automation" />
2425
</ItemGroup>
2526
</Project>

Sources/Validator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ namespace Belin.Validation;
22

33
using System.Collections;
44
using System.Globalization;
5-
using System.Management.Automation;
65

76
/// <summary>
87
/// A generic validator.

0 commit comments

Comments
 (0)