Skip to content

Commit 16500a6

Browse files
committed
edits
1 parent 754650a commit 16500a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/msbuild/errors/msb3721.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This error occurs when a command launched in the build process exits with a nonz
3030

3131
## Resolution
3232

33-
To investigate the error, check the build output or build log to see if the custom build step produced an error with information about the problem. If not, try running the step separately to check for any problems or unexpected behavior.
33+
Check the build output or build log to see if the custom build step produced an error with information about the problem. If not, try running the step separately to check for any problems or unexpected behavior.
3434

3535
If you can't see the exact command-line that failed, you can change the verbosity of the build output to show more detail.
3636

docs/msbuild/errors/msb3971.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ms.author: ghogen
1616
manager: mijacobs
1717
ms.subservice: msbuild
1818
---
19-
# MSB3971 diagnostic code
19+
# MSB3971
2020

2121
This article describes the MSB3971 error code.
2222

2323
## Message text
2424

25-
`The reference assemblies for 'framework-version' were not found. You might be using an older .NET SDK to target .NET 5.0 or higher. Update Visual Studio and/or your .NET SDK.`
25+
`MSB3971: The reference assemblies for 'framework-version' were not found. You might be using an older .NET SDK to target .NET 5.0 or higher. Update Visual Studio and/or your .NET SDK.`
2626

2727
## Description
2828

docs/msbuild/errors/msb4018.md

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

2929
This error is emitted when a task fails with an unhandled exception. This issue is generally a sign of a bug in the task.
3030

31-
You might encounter this error, if the build runs a task in an environment for which it wasn't prepared. For example, when a task has an x86 dependency, but the task runs in a 64-bit MSBuild environment. This scenario can manifest as a `System.DllNotFoundException` exception, as shown in the following output:
31+
You might encounter this error when the build runs a task in an environment for which it wasn't prepared. For example, when a task has an x86 dependency, but the task runs in a 64-bit MSBuild environment. This scenario can manifest as a `System.DllNotFoundException` exception, as shown in the following output:
3232

3333
```output
3434
S:\BitnessInMSBuild\ShowErrors.proj(6,7): error MSB4018: The "AnyCPUTaskWithPInvoke" task failed unexpectedly.

0 commit comments

Comments
 (0)