Skip to content

Commit 2c1a637

Browse files
committed
AI provided enhancements
1 parent 0ed0c70 commit 2c1a637

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/eliminating-pre-builts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It is primarily intended for developers contributing to the `dotnet` organizatio
66
> **Important**: Starting with .NET 10.0, prebuilt detection was removed from individual repositories due to accuracy and usability issues.
77
> Prebuilt detection now only occurs within the VMR (Virtual Monolithic Repository).
88
9-
## Table of content
9+
## Table of contents
1010

1111
- [What is a Prebuilt](#what-is-a-prebuilt)
1212
- [.NET 10.0+ VMR-based prebuilt detection](#net-100-vmr-based-prebuilt-detection)
@@ -91,7 +91,7 @@ the path to the project that is referencing the dependency.
9191

9292
Once you've identified a pre-built, refer to the [adding a new source-build dependency](https://github.com/dotnet/source-build/blob/main/Documentation/sourcebuild-in-repos/new-dependencies.md) documentation for guidance on resolving it.
9393

94-
## Pre-built through a transitive dependency
94+
## Pre-builts through transitive dependencies
9595

9696
During a project dependency update, a new pre-built might be introduced by a
9797
new or updated transitive dependency. While the Arcade tooling will highlight
@@ -153,7 +153,7 @@ Entry in project.assets.json:
153153
In this example, `Microsoft.Extensions.DependencyModel` would be the direct
154154
dependency causing the `System.Text.Json` pre-built.
155155

156-
## Allowed exceptions (pre-10.0)
156+
## Allowed exceptions (Pre-10.0)
157157

158158
> **Note**: The information in this section applies to .NET versions **prior to 10.0**.
159159
@@ -169,6 +169,7 @@ specify the name / version of the dependency:
169169

170170
```xml
171171
<UsageData>
172+
<Usages>
172173
<Usage Id="Foo.Bar" Version="x.y.z" />
173174
</Usages>
174175
</UsageData>

0 commit comments

Comments
 (0)