Skip to content

Commit e5226c1

Browse files
committed
Fix git issue 9981
1 parent c57eaa6 commit e5226c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/ide/reference/remove-unused-references.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Remove unused references
33
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
55
ms.topic: reference
66
author: mikadumont
77
ms.author: midumont
@@ -24,6 +24,9 @@ This refactoring applies to:
2424

2525
**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.
2626

27+
> [!NOTE]
28+
> You can upgrade your app to the latest .NET versions with the [.NET Upgrade Assistant](https://dotnet.microsoft.com/platform/upgrade-assistant) right from Visual Studio.
29+
2730
## How-to
2831

2932
1. Verify that the option is enabled.

0 commit comments

Comments
 (0)