Skip to content

Commit 9c6c26e

Browse files
authored
Add NuGetSolver for dependency resolution (#3219)
1 parent 4d68583 commit 9c6c26e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/concepts/Dependency-Resolution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,5 @@ To resolve incompatibilities, do one of the following:
172172

173173
- Retarget your project to a framework that is supported by the packages you want to use.
174174
- Contact the author of the packages and work with them to add support for your chosen framework. Each package listing page on [nuget.org](https://www.nuget.org/) has a **Contact Owners** link for this purpose.
175+
176+
[!INCLUDE [nugetsolver-tool](../includes/nugetsolver-tool.md)]

docs/includes/nugetsolver-tool.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ ms.topic: include
88
---
99

1010
> [!Tip]
11-
1211
> **Alternative solution**: NuGetSolver is a Visual Studio Extension developed by Microsoft DevLabs, designed to assist in resolving dependency conflicts. It automates the process of identifying and addressing these issues. For further details, visit the [NuGetSolver](https://marketplace.visualstudio.com/items?itemName=vsext.NuGetSolver) page on the Visual Studio Marketplace and we'd love to hear your feedback about your experience.
1312

0 commit comments

Comments
 (0)