Skip to content

Commit bc0f05a

Browse files
authored
Update remove-unused-references.md
1 parent 4150a94 commit bc0f05a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ This refactoring applies to:
3838
1. Select **Remove Unused References**.
3939

4040
::: moniker range=">= vs-2022"
41-
![Screenshot of Remove Unused References command](media/vs-2022/remove-unused-references-command.png)
41+
![Screenshot of Remove Unused References command.](media/vs-2022/remove-unused-references-command.png)
4242
::: moniker-end
4343
::: moniker range="vs-2019"
44-
![Screenshot of Remove Unused References command](media/remove-unused-references-command.png)
44+
![Screenshot of Remove Unused References command.](media/remove-unused-references-command.png)
4545
::: moniker-end
4646

4747
1. The **Remove Unused References** dialog opens, displaying references that have no usage in source code. Unused references are pre-selected for removal with an option to preserve references by selecting `Keep` from the Action drop down.
4848

4949
::: moniker range=">= vs-2022"
50-
![Screenshot of Remove Unused References dialog](media/vs-2022/remove-unused-references-dialog.png)
50+
![Screenshot of Remove Unused References dialog.](media/vs-2022/remove-unused-references-dialog.png)
5151
::: moniker-end
5252
::: moniker range="vs-2019"
53-
![Screenshot of Remove Unused References dialog](media/remove-unused-references-dialog.png)
53+
![Screenshot of Remove Unused References dialog.](media/remove-unused-references-dialog.png)
5454
::: moniker-end
5555

5656
1. Click `Apply` to remove selected references.
5757

5858
## See also
5959

60-
- [Refactoring](../refactoring-in-visual-studio.md)
60+
- [Refactoring](../refactoring-in-visual-studio.md)

0 commit comments

Comments
 (0)