Skip to content

Commit 4d42022

Browse files
Merge pull request #14171 from MicrosoftDocs/ghogen-patch-482090
Add link to NuGet package info
2 parents 188c51f + eff87d4 commit 4d42022

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/ide/managing-references-in-a-project.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage references in a project
33
description: Manage references to external components and connected services in your project so Visual Studio can locate the component or the service.
4-
ms.date: 08/12/2024
4+
ms.date: 8/5/2025
55
ms.topic: conceptual
66
f1_keywords:
77
- vs.ProjectPropertiesReferencePaths
@@ -141,6 +141,10 @@ Unlike most other project types, a *shared project* doesn't have any binary outp
141141

142142
File references are direct references to assemblies outside the context of a Visual Studio project. You create them by using the **Browse** tab of the Reference Manager dialog box. Use a file reference when you just have an assembly or component, and not the project that creates it as output.
143143

144+
## NuGet package references
145+
146+
To reference a NuGet package, see [Install and use a package in Visual Studio](/nuget/quickstart/install-and-use-a-package-in-visual-studio).
147+
144148
## Related content
145149

146150
- [Troubleshoot broken references](/troubleshoot/developer/visualstudio/project-build/troubleshooting-broken-references)

0 commit comments

Comments
 (0)