Skip to content

Commit a4e28a7

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents b2a2b62 + 83e1076 commit a4e28a7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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)

docs/version-control/git-fetch-pull-sync.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: git fetch, pull, push, & sync
33
description: Fetch, pull, push, and sync in Visual Studio to accomplish version control for your projects by using Git or Azure DevOps.
4-
ms.date: 08/13/2024
4+
ms.date: 8/7/2025
55
ms.topic: how-to
66
author: ghogen
77
ms.author: ghogen
88
ms.manager: mijacobs
9-
109
ms.subservice: general-ide
1110
---
1211
# Use git fetch, pull, push and sync for version control in Visual Studio

0 commit comments

Comments
 (0)