Skip to content

Commit 6d7b3e6

Browse files
committed
Fix note
1 parent cfb4bc2 commit 6d7b3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This refactoring applies to:
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

2727
> [!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.
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.
2929
3030
## How-to
3131

0 commit comments

Comments
 (0)