Skip to content

Commit e852b38

Browse files
Additional corrections to Windows Getting Started guide for windows
1 parent aed01cc commit e852b38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/getting_started/1_setting_up_your_development_environment_windows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ Before using MonoGame, you will need to install [Visual Studio 2022](https://vis
1818
When installing Visual Studio, the following workloads are required depending on your desired [target platform(s)](../platforms.md):
1919

2020
* Mandatory for all platforms:
21-
* **.Net desktop development**
21+
* **.Net desktop development**
2222
* Optional
23-
* **.Net Multi-platform App UI Development** if you wish to target Android, iOS, or iPadOS.
24-
* **Universal Windows Platform development** if you wish to build for Windows store or Xbox.
23+
* **.Net Multi-platform App UI Development** if you wish to target Android, iOS, or iPadOS.
24+
* **Universal Windows Platform development** if you wish to build for Windows store or Xbox.
2525

2626
![Visual Studio optional components](images/1_installer_vs_components.png)
2727

28-
> [!WARNING] Targeting Windows
28+
> [!WARNING]
29+
> Targeting Windows
2930
> If you are targeting the standard Windows DirectX backend, you will also need [the DirectX June 2010 runtime](https://www.microsoft.com/en-us/download/details.aspx?id=8109) for audio and gamepads to work properly.
3031
3132
### Install MonoGame extension for Visual Studio 2022
@@ -45,7 +46,6 @@ To create new MonoGame projects from within Visual Studio 2022, you will need to
4546

4647
![Visual Studio Extension Manager](images/1_visual_studio_extension_manager.png)
4748

48-
4949
5. After it is downloaded, an alert will appear at the bottom of the Manage Extensions window that states "Your changes will be scheduled. The modifications will begin when all Microsoft Visual Studio windows are closed." Click the **Close** button, then close Visual Studio 2022.
5050

5151
6. After closing Visual Studio 2022, a VSIX Installer window will open confirming that you want to install the **MonoGame Framework C# project templates** extension. Click the **Modify** button to accept the install.

0 commit comments

Comments
 (0)