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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,11 @@ Thes Windows App SDK samples have the following system requirements:
48
48
- Desktop development with C++ (needed even if you're only building .NET apps)
49
49
- Windows SDK version 2004 (build 19041) or later. This is installed with Visual Studio by default.
50
50
51
-
- Building .NET apps also requires:
52
-
53
-
- .NET 5 SDK version 5.0.400 or later if you're using Visual Studio 2019 version 16.11
54
-
- .NET 5 SDK version 5.0.205 or later if you're using Visual Studio 2019 version 16.9
51
+
- Building .NET C# samples with Windows App SDK 1.1 also requires one of the following .NET SDK versions or later:
52
+
- 6.0.202
53
+
- 6.0.104
54
+
- 5.0.407
55
+
- 5.0.213
55
56
56
57
Refer to the docs on [system requirements](https://docs.microsoft.com/windows/apps/windows-app-sdk/system-requirements) and [tools for Windows app development](https://docs.microsoft.com/windows/apps/windows-app-sdk/set-up-your-development-environment) for a detalied list of requirements for developing apps with the Windows App SDK.
0 commit comments