Skip to content

Commit b2483d3

Browse files
committed
edit pass: app-articles-batch-22
1 parent 74198a3 commit b2483d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/remove-application-insights.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following sections show two ways to remove NuGet packages and what was autom
2525
> [!NOTE]
2626
> If trace collection is enabled, you need to first uninstall Microsoft.ApplicationInsights.TraceListener. Enter `Uninstall-package Microsoft.ApplicationInsights.TraceListener`. Then follow the next step to remove Microsoft.ApplicationInsights.Web.
2727
28-
1. Enter the following command:<br> `Uninstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies`
28+
1. Enter the following command:<br>`Uninstall-Package Microsoft.ApplicationInsights.Web -RemoveDependencies`
2929

3030
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
3131

@@ -37,7 +37,7 @@ The following sections show two ways to remove NuGet packages and what was autom
3737

3838
![Screenshot that shows Tools > NuGet Package Manager > Package Manager Console.](./media/remove-application-insights/package-manager.png)
3939

40-
1. Enter the following command:<br> `Uninstall-Package Microsoft.ApplicationInsights.AspNetCore -RemoveDependencies`
40+
1. Enter the following command:<br>`Uninstall-Package Microsoft.ApplicationInsights.AspNetCore -RemoveDependencies`
4141

4242
After you enter the command, the Application Insights package and all its dependencies are uninstalled from the project.
4343

@@ -49,7 +49,7 @@ The following sections show two ways to remove NuGet packages and what was autom
4949

5050
1. In the Solution Explorer on the right, right-click **Solution** and select **Manage NuGet Packages for Solution**.
5151

52-
screen appears where you can edit all the NuGet packages that are part of the project.
52+
A screen appears where you can edit all the NuGet packages that are part of the project.
5353

5454
![Screenshot that shows right-clicking Solution in the Solution Explorer, and then selecting Manage NuGet Packages for Solution.](./media/remove-application-insights/manage-nuget-framework.png)
5555

@@ -75,8 +75,8 @@ The following sections show two ways to remove NuGet packages and what was autom
7575
# [.NET Core](#tab/netcore)
7676

7777
1. In the Solution Explorer on the right, right-click **Solution** and select **Manage NuGet Packages for Solution**.
78-
79-
A screen appears where you can edit all the NuGet packages that are part of the project.
78+
79+
A screen appears where you can edit all the NuGet packages that are part of the project.
8080

8181
![Screenshot that shows right-clicking Solution in the Solution Explorer and then select Manage NuGet Packages for Solution.](./media/remove-application-insights/manage-nuget-core.png)
8282

0 commit comments

Comments
 (0)