You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,7 +91,7 @@ the path to the project that is referencing the dependency.
91
91
92
92
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.
93
93
94
-
## Pre-built through a transitive dependency
94
+
## Pre-builts through transitive dependencies
95
95
96
96
During a project dependency update, a new pre-built might be introduced by a
97
97
new or updated transitive dependency. While the Arcade tooling will highlight
@@ -153,7 +153,7 @@ Entry in project.assets.json:
153
153
In this example, `Microsoft.Extensions.DependencyModel` would be the direct
154
154
dependency causing the `System.Text.Json` pre-built.
155
155
156
-
## Allowed exceptions (pre-10.0)
156
+
## Allowed exceptions (Pre-10.0)
157
157
158
158
> **Note**: The information in this section applies to .NET versions **prior to 10.0**.
159
159
@@ -169,6 +169,7 @@ specify the name / version of the dependency:
0 commit comments