Skip to content

Commit

Permalink
Remove DebuggerBrowsable from excluded classes (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 12, 2019
1 parent d321b97 commit d9b87af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,6 @@
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggableAttribute">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggerBrowsableAttribute">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggerBrowsableState">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggerDisplayAttribute">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
Expand Down

0 comments on commit d9b87af

Please sign in to comment.