Created
September 11, 2020 19:03
-
-
Save harshbaid/123b8bffa86be0698b71667f22c965ba to your computer and use it in GitHub Desktop.
Command (to run from Package Manager Console) to install NuGet package without dependencies for Sitecore 9.3 and onwards.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Command Template: Install-Package -IgnoreDependencies -ID <Package.Name> -Version <version> | |
| Example: Install-Package -IgnoreDependencies -ID Sitecore.Kernel -Version 9.3.0 (replacement for Sitecore.Kernel.NoReferences) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment