[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
[platform/upstream/coreclr.git] / eng / SignCheckExclusionsFile.txt
1 ;; File passed to the SignCheck tool for exclusions
2
3 ;; Skip verification on all NuGet packages
4 *nupkg;;
5
6 ;; The IL version of SPCL is never signed.
7 runtimes/*/il/System.Private.CoreLib.dll;*nupkg;
8
9 ;;
10 ;; Platforms that don't support signing.
11 ;;
12 *;*osx*nupkg;
13 *;*linux*nupkg;
14 *;*rhel*nupkg;