Browse Source

Fix nuget package naming in to doc.

pull/301/head
Halil ibrahim Kalkan 8 years ago
parent
commit
c98dea032b
  1. 4
      docs/AspNetCore/Bundling-Minification.md

4
docs/AspNetCore/Bundling-Minification.md

@ -224,7 +224,7 @@ Using the built-in contributors for standard packages;
Standard package contributors are defined in the `Volo.Abp.AspNetCore.Mvc.UI.Packages` nuget package. To install it into your project:
````
install-package Volo.Abp.AspNetCore.Mvc.UI.Bundling
install-package Volo.Abp.AspNetCore.Mvc.UI.Packages
````
Then add the `AbpAspNetCoreMvcUiPackagesModule` module dependency to your own module
@ -245,7 +245,7 @@ namespace MyCompany.MyProject
##### Themes
Themes (TODO: link) uses the standard package contributors to add library resources to page layouts.
Themes (TODO: link) also uses the standard package contributors to add library resources to page layouts.
### See Also

Loading…
Cancel
Save