]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update nuget docs to specify only .NET Framework projects are supported. (#35124)
authorJesse Mandel <jesse.mandel@gmail.com>
Mon, 11 Oct 2021 16:31:53 +0000 (09:31 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 16:31:53 +0000 (19:31 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
.cspell.json
site/content/docs/5.1/getting-started/download.md

index 3a649ab8844d2d988a15c5994a2ecd84e4b2ec85..e3d599e19be26c60260a04c483e85e886a638273 100644 (file)
@@ -53,6 +53,7 @@
     "Jumpstart",
     "keyframes",
     "libera",
+    "libman",
     "Libsass",
     "lightboxes",
     "Lowercased",
index 67bc295a9fe095da3bcaa167cf0ab27f028ea751..8a4c8f215dc59e21f3f32a7435ed6989c7e1c90f 100644 (file)
@@ -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