Skip to content

Commit d9b87af

Browse files
authored
Remove DebuggerBrowsable from excluded classes (#78)
1 parent d321b97 commit d9b87af

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/nanoFramework.CoreLibrary/CoreLibrary.nfproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,6 @@
226226
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggableAttribute">
227227
<InProject>false</InProject>
228228
</NFMDP_PE_ExcludeClassByName>
229-
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggerBrowsableAttribute">
230-
<InProject>false</InProject>
231-
</NFMDP_PE_ExcludeClassByName>
232-
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggerBrowsableState">
233-
<InProject>false</InProject>
234-
</NFMDP_PE_ExcludeClassByName>
235229
<NFMDP_PE_ExcludeClassByName Include="System.Diagnostics.DebuggerDisplayAttribute">
236230
<InProject>false</InProject>
237231
</NFMDP_PE_ExcludeClassByName>

0 commit comments

Comments
 (0)