File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
src/PowerShell/Microsoft.WinGet.Configuration.Engine/Commands Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 66
77namespace 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.
You can’t perform that action at this time.
0 commit comments