Skip to content

Commit 24c0a07

Browse files
committed
edits
1 parent b10a46b commit 24c0a07

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/msbuild/errors/msb8037.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ To install a specific version of the Windows SDK, use the Visual Studio Installe
4343
To specify the target Windows SDK for your solution, follow these steps:
4444

4545
1. In **Solution Explorer**, right-click your solution (not your project), and select **Retarget solution**.
46-
1. In the **Review Solution Actions** dialog, expand the **Windows SDK Version** dropdown list and select a specific Windows SDK. You can select **10.0 (latest installed version)** to instruct Visual Studio to always use the most recent SDK version, if multiple versions are installed.
46+
47+
1. In the **Review Solution Actions** dialog, expand the **Windows SDK Version** dropdown list and select a specific Windows SDK.
48+
49+
You can select **10.0 (latest installed version)** to instruct Visual Studio to always use the most recent SDK version, if multiple versions are installed.
4750

4851
### Specify target SDK for project
4952

docs/msbuild/errors/msb8042.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article describes the MSB8042 error code.
1818

1919
## Message text
2020

21-
`MSB8042: ATL or MFC libraries with Spectre Mitigations are required for this project. Install them from the Visual Studio installer (Individual components tab) for any toolsets and architectures being used. Learn more: [`https://aka.ms/Ofhn4c`](https://aka.ms/Ofhn4c)`.
21+
`MSB8042: ATL or MFC libraries with Spectre Mitigations are required for this project. Install them from the Visual Studio installer (Individual components tab) for any toolsets and architectures being used. Learn more: https://aka.ms/Ofhn4c`.
2222

2323
## Description
2424

0 commit comments

Comments
 (0)