Skip to content

Commit f6ea642

Browse files
committed
Acrolinx
1 parent 718f2f3 commit f6ea642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/msbuild/errors/msb3107.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article describes the MSB3107 error code.
3737
-->
3838
## Description
3939

40-
This error occurs when there's a problem with a `ProjectReference` in a project file. A `ProjectReference` element in MSBuild indicates a dependency on another project in the solution, for example, when you reference a class library project in a project that uses the library. In C# code, you can often look for the `using` directives in the project to see how it the depends on APIs defined in the other project. The following code example shows a `ProjectReference` element that references `ClassLibrary1`.
40+
This error occurs when there's a problem with a `ProjectReference` in a project file. A `ProjectReference` element in MSBuild indicates a dependency on another project in the solution, for example, when you reference a class library project in a project that uses the library. In C# code, you can often look for the `using` directives in the project to see how it depends on APIs defined in the other project. The following code example shows a `ProjectReference` element that references `ClassLibrary1`.
4141

4242
```xml
4343
<ItemGroup>

docs/msbuild/errors/msb4252.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This error occurs when you're doing a graph build in isolated mode, but a situat
5858

5959
## Resolution
6060

61-
Not all projects support isolated mode. The error text gives several condition that, if present, mean a project can't be built in isolated mode. If you encounter this error and don't require isolated mode, remove the `-isolateProjects` command-line option.
61+
Not all projects support isolated mode. The error text gives several conditions that, if present, mean a project can't be built in isolated mode. If you encounter this error and don't require isolated mode, remove the `-isolateProjects` command-line option.
6262

6363
If the projects mentioned in the error message are under your control, determine which of the mentioned cases are relevant to your situation, and make appropriate changes to the references to avoid the violations.
6464
<!-- :::editable-content-end::: -->

0 commit comments

Comments
 (0)