Added PowerShell. Removed VS Code as it is optional.

This commit is contained in:
Mike Battista 2024-07-09 11:16:06 -07:00
Родитель e8629a25b7
Коммит f1c1df8f77
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -25,13 +25,6 @@ properties:
- Microsoft.VisualStudio.Component.VC.Tools.x86.x64
- Microsoft.VisualStudio.Component.Windows11SDK.22000
includeRecommended: true
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Install Visual Studio Code
allowPrerelease: true
settings:
id: Microsoft.VisualStudioCode
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Install .NET 8 SDK
@ -39,6 +32,13 @@ properties:
settings:
id: Microsoft.DotNet.SDK.8
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Install PowerShell
allowPrerelease: true
settings:
id: Microsoft.PowerShell
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Install ILSpy