Skip to content

Commit acfc9f5

Browse files
committed
fix
1 parent 96c7e9c commit acfc9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/msbuild/how-to-select-the-files-to-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When you build a project that contains several files, you can list each file sep
4242

4343
`<CSFile Include="form1.cs;form2.cs"/>`
4444

45-
- or -
45+
or
4646

4747
`<VBFile Include="form1.vb;form2.vb"/>`
4848

docs/msbuild/how-to-use-project-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ During evaluation of the project, [!INCLUDE[vstecmsbuild](../extensibility/inter
4040
</Project>
4141
```
4242

43-
## Referencing a project SDK
43+
## Reference a project SDK
4444

4545
There are three ways to reference a project SDK:
4646

0 commit comments

Comments
 (0)