Skip to content

Commit 3460749

Browse files
committed
Fix usings changed by VS
1 parent 3587262 commit 3460749

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/PowerShell/Microsoft.WinGet.Configuration.Engine/Commands/ConfigurationCommand.cs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
namespace Microsoft.WinGet.Configuration.Engine.Commands
88
{
9+
using System;
10+
using System.Collections.Generic;
11+
using System.IO;
12+
using System.Linq;
13+
using System.Management.Automation;
14+
using System.Management.Automation.Runspaces;
15+
using System.Text;
16+
using System.Threading.Tasks;
917
using Microsoft.Management.Configuration;
1018
using Microsoft.Management.Configuration.Processor;
1119
using Microsoft.Management.Configuration.Processor.PowerShell.Extensions;
@@ -16,18 +24,9 @@ namespace Microsoft.WinGet.Configuration.Engine.Commands
1624
using Microsoft.WinGet.Configuration.Engine.PSObjects;
1725
using Microsoft.WinGet.Resources;
1826
using Microsoft.WinGet.SharedLib.PolicySettings;
19-
using System;
20-
using System.Collections.Generic;
21-
using System.IO;
22-
using System.Linq;
23-
using System.Management.Automation;
24-
using System.Management.Automation.Runspaces;
25-
using System.Text;
26-
using System.Threading.Tasks;
2727
using Windows.Storage;
2828
using Windows.Storage.Streams;
2929
using WinRT;
30-
using static System.Runtime.InteropServices.JavaScript.JSType;
3130

3231
/// <summary>
3332
/// Class that deals configuration commands.

0 commit comments

Comments
 (0)