Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Mandel <jesse.mandel@gmail.com>2021-10-11 19:31:53 +0300
committerGitHub <noreply@github.com>2021-10-11 19:31:53 +0300
commitd7dec124ebd1d67e66cb195646cbd42980145158 (patch)
tree3affba9b597a926cb6c91b3c2e414f9e92d30377
parent1fe4acc270988cd4615e4f129c3911982d3f66e7 (diff)
Update nuget docs to specify only .NET Framework projects are supported. (#35124)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--.cspell.json1
-rw-r--r--site/content/docs/5.1/getting-started/download.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.cspell.json b/.cspell.json
index 3a649ab884..e3d599e19b 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 67bc295a9f..8a4c8f215d 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