Skip to content

Commit 2364e21

Browse files
authored
Fix formatting and typo in NU1110.md (#3518)
1 parent 178bb17 commit 2364e21

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/reference/errors-and-warnings/NU1110.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,23 @@ f1_keywords:
1717

1818
A previous restore retrieved package `B` from a package source which your current solution does not have configured.
1919

20-
While performing a package installation of package `A`, a dependent package `B` was needed transitively to complete the action. Restore found `B` in your [Global packages folder](../../consume-packages/managing-the-global-packages-and-cache-folders.md)), and the accompanying `nupkg.metadata` indicates a `Source` value which it cannot find in your solution.
20+
While performing a package installation of package `A`, a dependent package `B` was needed transitively to complete the action.
21+
Restore found `B` in your [Global packages folder](../../consume-packages/managing-the-global-packages-and-cache-folders.md), and the accompanying `nupkg.metadata` indicates a `Source` value which it cannot find in your solution.
2122

2223
When [package source mapping](../../consume-packages/Package-Source-Mapping.md) is enabled, NuGet attempts to map transitive dependencies automatically by analyzing the source in the Global packages folder.
2324

2425
### Solution
2526

26-
#### Option 1.
27+
#### Option 1
28+
2729
Create a package source mapping for package `B`.
2830

29-
#### Option 2.
31+
#### Option 2
32+
3033
Clear package `B` from your Global packages folder so that restore can download from one of your configured packages sources. For more information, see [Managing the global packages, cache, and temp folders](../../consume-packages/managing-the-global-packages-and-cache-folders.md).
3134

3235
If your other solutions have different package sources and package source mapping configurations, this option may not be feasible.
3336

34-
#### Option 3.
35-
Consider enabling a package source which you know has package `B` available.
37+
#### Option 3
38+
39+
Consider enabling a package source which you know has package `B` available.

0 commit comments

Comments
 (0)