Skip to content

Commit 5c8ea45

Browse files
SteveDunnsafern
andauthored
Removed two unused packages from .vsconfig (#60798)
These packages are unused as described in #60794 Co-authored-by: Santiago Fernandez Madero <[email protected]>
1 parent a3f31e9 commit 5c8ea45

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.vsconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"Microsoft.Net.Component.4.7.TargetingPack",
2828
"Microsoft.VisualStudio.Component.ClassDesigner",
2929
"Microsoft.VisualStudio.Component.GraphDocument",
30-
"Microsoft.VisualStudio.Component.CodeMap",
3130
"Microsoft.VisualStudio.Component.VC.CoreIde",
3231
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
3332
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
@@ -37,7 +36,6 @@
3736
"Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging",
3837
"Microsoft.VisualStudio.Workload.ManagedDesktop",
3938
"Microsoft.VisualStudio.Component.VC.Redist.14.Latest",
40-
"Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native",
4139
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core",
4240
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
4341
"Microsoft.VisualStudio.Component.VC.CLI.Support",

docs/workflow/requirements/windows-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Visual Studio 2022 installation process:
3535
- **Windows 10 SDK (10.0.19041)** or newer. This component is installed by default as a part of **Desktop Development with C++** workload.
3636
- **C++/CLI support for v142 build tools (Latest)** (v14.23 or newer).
3737

38-
A `.vsconfig` file is included in the root of the dotnet/runtime repository that includes all components needed to build the dotnet/runtime repository. You can [import `.vsconfig` in your Visual Studio installer](https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022#import-a-configuration) to install all necessary components.
38+
A `.vsconfig` file is included in the root of the dotnet/runtime repository that includes all components needed to build the dotnet/runtime repository. You can [import `.vsconfig` in your Visual Studio installer](https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022#import-a-configuration) to install all necessary components. You may get a message saying 'Microsoft.Net.Component.4.5.2.TargetingPack has no matching workload or component found'. This is not an issue as long as you have a newer targeting pack installed.
3939

4040
Visual Studio 2022 Preview 4 or later is required.
4141

0 commit comments

Comments
 (0)