We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f906881 commit 55bd0c0Copy full SHA for 55bd0c0
src/Microsoft.AspNetCore.SpaServices/README.md
@@ -20,7 +20,7 @@ Behind the scenes, it uses the [`Microsoft.AspNetCore.NodeServices`](https://git
20
21
### Installation into existing projects
22
23
- * Add `Microsoft.AspNetCore.SpaServices` to the dependencies list in your `project.json` file
+ * Install the `Microsoft.AspNetCore.SpaServices` NuGet package
24
* Run `dotnet restore` (or if you use Visual Studio, just wait a moment - it will restore dependencies automatically)
25
* Install supporting NPM packages for the features you'll be using:
26
* For **server-side prerendering**, install `aspnet-prerendering`
0 commit comments