Skip to content

Commit 858ea8d

Browse files
Merge branch 'vnext' into jsa-fix-issues-1680
2 parents 7237da6 + ba4a854 commit 858ea8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/components/general-getting-started-blazor-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Specify additional project options, and click **Create**
2929

3030
Ignite UI for Blazor is delivered via NuGet packages. To use the Ignite UI for Blazor components in your Blazor applications, you must first install the appropriate NuGet packages.
3131

32-
In Visual Studio, open the NuGet package manager by selecting **Tools****NuGet Package Manager****Manage NuGet Packages for Solution**. Search for and install the **IgniteUI.Blazor** NuGet package.
32+
In Visual Studio, open the NuGet package manager by selecting **Tools****NuGet Package Manager****Manage NuGet Packages for Solution**. Select all target projects for package installation, then search for and install the **IgniteUI.Blazor** NuGet package.
3333

3434
For more information on installing Ignite UI for Blazor using NuGet, read the [Installing Ignite UI for Blazor](general-installing-blazor.md) topic.
3535

@@ -74,7 +74,7 @@ await builder.Build().RunAsync();
7474
</head>
7575
```
7676

77-
4 - Add Script Reference to the **wwwroot/index.html** file:
77+
4 - Add Script Reference to the **Components/App.razor** file:
7878

7979
```razor
8080
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>

0 commit comments

Comments
 (0)