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
Copy file name to clipboardExpand all lines: docs/ide/reference/remove-unused-references.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Remove unused references
3
3
description: Learn how to clean up project references and NuGet packages that have no usage with the new Remove Unused References command.
4
-
ms.date: 02/16/2024
4
+
ms.date: 3/6/2024
5
5
ms.topic: reference
6
6
author: mikadumont
7
7
ms.author: midumont
@@ -18,12 +18,15 @@ This refactoring applies to:
18
18
- C#
19
19
- Visual Basic
20
20
21
-
**What:** For [SDK style projects](/visualstudio/msbuild/how-to-use-project-sdk) only, lets you remove unused references.
21
+
**What:** For [SDK style projects](../../msbuild/how-to-use-project-sdk.md) only, lets you remove unused references.
22
22
23
23
**When:** You want to clean up project references and NuGet packages that have no usage.
24
24
25
25
**Why:** Removing project references that have no usage can help save space and reduce startup time of your application, because it takes time to load each module and avoids having the compiler load metadata that will never be used.
26
26
27
+
> [!NOTE]
28
+
> You can use the [.NET Upgrade Assistant](https://dotnet.microsoft.com/platform/upgrade-assistant) right from Visual Studio to upgrade your app to the latest .NET versions.
0 commit comments