0

When creating custom NuGet packages, how do we provide the option for uninstalling a NuGet package, which removes the references/ static files which came as part of the package.

Thanks in Advance

Bhargava
  • 329
  • 5
  • 13

1 Answers1

1

You can do that by providing an uninstall.ps1 script. See the documentation for further details.

Julian
  • 20,008
  • 17
  • 77
  • 108