Skip to content

Commit 1fe8971

Browse files
committed
FAQ updates in hello world
1 parent 9165990 commit 1fe8971

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hub/apps/how-tos/hello-world-winui3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,13 @@ namespace Hello_World
258258

259259
**Q: What does "packaged" mean?**
260260

261-
Windows apps can be delivered to end-users using a variety of application packaging formats. When working with WinUI 3 / Windows App SDK, **packaged apps** use MSIX to bundle your app in a way that offers convenient installation and updates to end-users. Visit [Deployment architecture and overview for framework-dependent apps](../windows-app-sdk/deployment-architecture.md) to learn more.
261+
Windows apps can be delivered to end-users using a variety of application packaging formats. When working with WinUI and Windows App SDK, **packaged apps** use MSIX to bundle your app in a way that offers convenient installation and updates to end-users. Visit [Deployment architecture and overview for framework-dependent apps](../windows-app-sdk/deployment-architecture.md) to learn more.
262262

263-
**Q: Can I use VS Code to build WinUI 3 apps?**
263+
**Q: Can I use VS Code to build WinUI apps?**
264264

265-
Although technically possible, we strongly recommend using Visual Studio 2019 / 2022 to build desktop apps with WinUI 3 / Windows App SDK. See [the Windows developer FAQ](../get-started/windows-developer-faq.yml#do-i-need-to-use-visual-studio-to-build-winui-apps) for more information.
265+
Although technically possible, we strongly recommend using Visual Studio 2022 to build desktop apps with WinUI and Windows App SDK. See [the Windows developer FAQ](../get-started/windows-developer-faq.yml#do-i-need-to-use-visual-studio-to-build-winui-apps) for more information.
266266

267-
**Q: Can I use C++ to build WinUI 3 apps?**
267+
**Q: Can I use C++ to build WinUI apps?**
268268

269269
Yes! For more information, see [Introduction to C++/WinRT](/windows/uwp/cpp-and-winrt-apis/intro-to-using-cpp-with-winrt).
270270

0 commit comments

Comments
 (0)