Skip to content

Instantly share code, notes, and snippets.

@harshbaid
Created September 11, 2020 19:03
Show Gist options
  • Select an option

  • Save harshbaid/123b8bffa86be0698b71667f22c965ba to your computer and use it in GitHub Desktop.

Select an option

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.
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