You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to find it but what is the name of the chocolatey package for the workload called Microsoft.NetCore.Component.SDK for visualstudio build tools 2022?
The text was updated successfully, but these errors were encountered:
Microsoft.NetCore.Component.SDK is a component, not a workload. This page shows the list of all components of Build Tools 2022 and which workloads they are included in.
In this case, Microsoft.NetCore.Component.SDK will be found in:
Azure development build tools (id: Microsoft.VisualStudio.Workload.AzureBuildTools), Optional
Windows application development build tools (id: Microsoft.VisualStudio.Workload.UniversalBuildTools), Required
Web development build tools (id: Microsoft.VisualStudio.Workload.WebBuildTools), Recommended
.NET Multi-platform App UI development (id: Microsoft.VisualStudio.Workload.XamarinBuildTools), Required
Chocolatey packages for each workload are named visualstudio2022-workload-<name>, where is the last part of the workload id (after the last dot), so for example the package for the "Azure development build tools" workload is visualstudio2022-workload-azurebuildtools.
If the component is marked as "Required" or "Recommended" for the given workload, it will be installed automatically with the workload when you install the Chocolatey package. If the component is marked as "Optional", you need to pass --includeOptional in package parameters (e.g. choco install visualstudio2022-workload-azurebuildtools --package-parameters "--includeOptional").
Hey @jberezanski ,
I can't seem to find it but what is the name of the chocolatey package for the workload called
Microsoft.NetCore.Component.SDK
for visualstudio build tools 2022?The text was updated successfully, but these errors were encountered: