diff options
| author | Jesse Mandel <[email protected]> | 2021-10-11 09:31:53 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-11 19:31:53 +0300 |
| commit | d7dec124ebd1d67e66cb195646cbd42980145158 (patch) | |
| tree | 3affba9b597a926cb6c91b3c2e414f9e92d30377 | |
| parent | 1fe4acc270988cd4615e4f129c3911982d3f66e7 (diff) | |
| download | bootstrap-d7dec124ebd1d67e66cb195646cbd42980145158.tar.xz bootstrap-d7dec124ebd1d67e66cb195646cbd42980145158.zip | |
Update nuget docs to specify only .NET Framework projects are supported. (#35124)
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | .cspell.json | 1 | ||||
| -rw-r--r-- | site/content/docs/5.1/getting-started/download.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.cspell.json b/.cspell.json index 3a649ab88..e3d599e19 100644 --- a/.cspell.json +++ b/.cspell.json @@ -53,6 +53,7 @@ "Jumpstart", "keyframes", "libera", + "libman", "Libsass", "lightboxes", "Lowercased", diff --git a/site/content/docs/5.1/getting-started/download.md b/site/content/docs/5.1/getting-started/download.md index 67bc295a9..8a4c8f215 100644 --- a/site/content/docs/5.1/getting-started/download.md +++ b/site/content/docs/5.1/getting-started/download.md @@ -108,7 +108,7 @@ composer require twbs/bootstrap:{{< param current_version >}} ### NuGet -If you develop in .NET, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org/): +If you develop in .NET Framework, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org/). Newer projects should use [libman](https://docs.microsoft.com/en-us/aspnet/core/client-side/libman/) or another method as NuGet is designed for compiled code, not frontend assets. ```powershell Install-Package bootstrap |
