I have code that MSOCAF required us to use the AntiXSS library. It was added and the package was updated to deploy the AntiXSS.dll to the GAC. Once the DLL is in the GAC, I remove the original reference and update the reference to the AntiXSS to the one in the GAC.
When I run the update-spsolution however, the AntiXSS.dll is removed from the GAC (even though I've removed the original path in the package and the reference is pointing to the one in the GAC).
How do I force this DLL to stay in the GAC and never get removed from the update-spsolution process?
- Thank you. Respectfully, Janette M. Ricker