-
-
Notifications
You must be signed in to change notification settings - Fork 296
Expand file tree
/
Copy path.vsconfig
More file actions
14 lines (14 loc) · 835 Bytes
/
.vsconfig
File metadata and controls
14 lines (14 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"version": "1.0",
"components": [
"Microsoft.NetCore.Component.Runtime.9.0", // .NET 9 runtime (preview or latest)
"Microsoft.NetCore.Component.SDK", // .NET SDK
"Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites", // Prerequisites for .NET desktop development
"Microsoft.VisualStudio.Component.ManagedDesktopCore", // .NET desktop development (WPF, WinForms)
"Microsoft.VisualStudio.Component.MSBuild", // MSBuild
"Microsoft.VisualStudio.Component.NuGet", // NuGet package manager
"Microsoft.VisualStudio.Component.Windows10SDK.19041", // Minimum supported OS SDK
"Microsoft.VisualStudio.Component.WindowsAppSDK.Cs", // Windows App SDK for C#
"Microsoft.VisualStudio.Workload.Universal" // UWP workload (needed for WinUI 3 tooling)
]
}