Skip to content

Commit df9d7fe

Browse files
committed
Updated minimum VS required
1 parent b5dcffb commit df9d7fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hub/apps/develop/widgets/implement-widget-provider-cs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This sample code in this article is adapted from the [Windows App SDK Widgets Sa
2222
## Prerequisites
2323

2424
- Your device must have developer mode enabled. For more information see [Enable your device for development](/windows/apps/get-started/enable-your-device-for-development).
25-
- Visual Studio 2017 or later with the **Universal Windows Platform development** workload. Make sure to add the component for C++ (v143) from the optional dropdown.
25+
- Visual Studio 2022 or later with the **Universal Windows Platform development** workload. Make sure to add the component for C++ (v143) from the optional dropdown.
2626

2727
## Create a new C# console app
2828

hub/apps/develop/widgets/implement-widget-provider-win32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This sample code in this article is adapted from the [Windows App SDK Widgets Sa
2121
## Prerequisites
2222

2323
- Your device must have developer mode enabled. For more information see [Enable your device for development](/windows/apps/get-started/enable-your-device-for-development).
24-
- Visual Studio 2017 or later with the **Universal Windows Platform development** workload. Make sure to add the component for C++ (v143) from the optional dropdown.
24+
- Visual Studio 2022 or later with the **Universal Windows Platform development** workload. Make sure to add the component for C++ (v143) from the optional dropdown.
2525

2626
## Create a new C++/WinRT win32 console app
2727

0 commit comments

Comments
 (0)