1 parent 5389dfe commit ddae1d9Copy full SHA for ddae1d9
2 files changed
Sources/Validation.csproj
@@ -21,5 +21,6 @@
21
22
<ItemGroup>
23
<PackageReference Include="System.Management.Automation" Version="7.6.*" PrivateAssets="all" />
24
+ <Using Include="System.Management.Automation" />
25
</ItemGroup>
26
</Project>
Sources/Validator.cs
@@ -2,7 +2,6 @@ namespace Belin.Validation;
2
3
using System.Collections;
4
using System.Globalization;
5
-using System.Management.Automation;
6
7
/// <summary>
8
/// A generic validator.
0 commit comments