문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top