Skip to content

Commit

Permalink
Exclude S.CM.C from the uap closure detection Exclude S.CM.C
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamariyan committed Nov 3, 2017
1 parent b634f1c commit f8fe9cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<!-- Exclude shims from the closure verification -->
<ExcludeFromClosure Include="mscorlib" />
<ExcludeFromClosure Include="System" />
<ExcludeFromClosure Include="System.ComponentModel.Composition" />
<ExcludeFromClosure Include="System.Configuration" />
<ExcludeFromClosure Include="System.Core" />
<ExcludeFromClosure Include="System.Data" />
Expand Down

0 comments on commit f8fe9cb

Please sign in to comment.