;; File passed to the SignCheck tool for exclusions

;; Skip verification on all NuGet packages
*nupkg;;

;; The IL version of SPCL is never signed.
runtimes/*/il/System.Private.CoreLib.dll;*nupkg;

;;
;; Platforms that don't support signing.
;;
*;*osx*nupkg;
*;*linux*nupkg;
*;*rhel*nupkg;
