mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update nuget docs to specify only .NET Framework projects are supported. (#35124)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
1fe4acc270
commit
d7dec124eb
2 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@
|
||||||
"Jumpstart",
|
"Jumpstart",
|
||||||
"keyframes",
|
"keyframes",
|
||||||
"libera",
|
"libera",
|
||||||
|
"libman",
|
||||||
"Libsass",
|
"Libsass",
|
||||||
"lightboxes",
|
"lightboxes",
|
||||||
"Lowercased",
|
"Lowercased",
|
||||||
|
|
|
@ -108,7 +108,7 @@ composer require twbs/bootstrap:{{< param current_version >}}
|
||||||
|
|
||||||
### NuGet
|
### 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
|
```powershell
|
||||||
Install-Package bootstrap
|
Install-Package bootstrap
|
||||||
|
|
Loading…
Reference in a new issue