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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Thes Windows App SDK samples have the following system requirements:
32
32
33
33
- Windows 10, version 1809 (build 17763) or later.
34
34
35
-
-[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)Version 16.9 or later with the following workloads and components:
35
+
-[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)or Visual Studio 2019 version 16.9 or later, with the following workloads and components:
36
36
37
37
- Universal Windows Platform development
38
38
- .NET Desktop Development (needed even if you're only building C++ Win32 apps)
@@ -48,9 +48,9 @@ Refer to the docs on [system requirements](https://docs.microsoft.com/windows/ap
48
48
49
49
## Using the samples
50
50
51
-
To use the samples with Git, clone the WindowsAppSDK-Samples repository by running `git clone https://github.com/microsoft/WindowsAppSDK-Samples.git` from a command prompt. You can then navigate to the directory of a sample and open the solution file in Visual Studio 2019.
51
+
To use the samples with Git, clone the WindowsAppSDK-Samples repository by running `git clone https://github.com/microsoft/WindowsAppSDK-Samples.git` from a command prompt. You can then navigate to the directory of a sample and open the solution file in Visual Studio.
52
52
53
-
The easiest way to use these samples without Git is to download the ZIP file. Select *Download ZIP* from the download dropdown, unzip the entire archive and open the samples in Visual Studio 2019.
53
+
The easiest way to use these samples without Git is to download the ZIP file. Select *Download ZIP* from the download dropdown, unzip the entire archive and open the samples in Visual Studio.
0 commit comments