diff --git a/docs/core/introduction.md b/docs/core/introduction.md index 5dd37fb6c4ba4..18ff20d602dc5 100644 --- a/docs/core/introduction.md +++ b/docs/core/introduction.md @@ -79,6 +79,7 @@ There are multiple variants of .NET, each supporting a different type of app. Th * **.NET Framework** -- The original .NET. It provides access to the broad capabilities of Windows and Windows Server. It is actively supported, in maintenance. * **Mono** -- The original community and open source .NET. A cross-platform implementation of .NET Framework. Actively supported for Android, iOS, and WebAssembly. * **.NET (Core)** -- Modern .NET. A cross-platform and open source implementation of .NET, rethought for the cloud age while remaining significantly compatible with .NET Framework. Actively supported for Linux, macOS, and Windows. +* **UWP** -- UWP is an implementation of .NET that is used for building modern, touch-enabled Windows applications and software for the Internet of Things (IoT). It's designed to unify the different types of devices that you may want to target, including PCs, tablets, phones, and even the Xbox. ## Next steps