Skip to content

Commit 4f2e7be

Browse files
Merge pull request #12269 from anandmeg/githubissue-9981
Add note on how to upgrade legacy projects to latest .NET
2 parents c57eaa6 + 6d7b3e6 commit 4f2e7be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
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
@@ -18,12 +18,15 @@ This refactoring applies to:
1818
- C#
1919
- Visual Basic
2020

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.
2222

2323
**When:** You want to clean up project references and NuGet packages that have no usage.
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 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.
29+
2730
## How-to
2831

2932
1. Verify that the option is enabled.

0 commit comments

Comments
 (0)