mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Few updates for v5.0.0-beta1 NuGet support (#32453)
PopperJS 2.0 isn't on Nuget so dropped as a dependency
This commit is contained in:
parent
fe3658672c
commit
a31ea592d6
@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>bootstrap</id>
|
||||
<!-- pulled from package.json -->
|
||||
<version>4</version>
|
||||
<version>5</version>
|
||||
<title>Bootstrap CSS</title>
|
||||
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
||||
<owners>bootstrap</owners>
|
||||
@ -16,9 +16,6 @@
|
||||
<license type="file">LICENSE.txt</license>
|
||||
<copyright>Copyright 2017-2020</copyright>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<dependencies>
|
||||
<dependency id="@popperjs/core" version="[2.5.4,3)" />
|
||||
</dependencies>
|
||||
<tags>css mobile-first responsive front-end framework web</tags>
|
||||
<contentFiles>
|
||||
<files include="**/*" buildAction="Content" />
|
||||
|
@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>bootstrap.sass</id>
|
||||
<!-- pulled from package.json -->
|
||||
<version>4</version>
|
||||
<version>5</version>
|
||||
<title>Bootstrap Sass</title>
|
||||
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
||||
<owners>bootstrap</owners>
|
||||
@ -16,9 +16,6 @@
|
||||
<license type="file">LICENSE.txt</license>
|
||||
<copyright>Copyright 2017-2020</copyright>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<dependencies>
|
||||
<dependency id="@popperjs/core" version="[2.5.4,3)" />
|
||||
</dependencies>
|
||||
<tags>css sass mobile-first responsive front-end framework web</tags>
|
||||
<contentFiles>
|
||||
<files include="**/*" buildAction="Content" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user