Commit fb00fe7 1 parent 5868e63 commit fb00fe7 Copy full SHA for fb00fe7
File tree 1 file changed +2
-3
lines changed
src/CodeOfChaos.GeneratorTools/Backports
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
// ---------------------------------------------------------------------------------------------------------------------
2
2
// Imports
3
3
// ---------------------------------------------------------------------------------------------------------------------
4
- #if NETSTANDARD2_0
5
4
using System . Diagnostics . CodeAnalysis ;
6
5
6
+ #if NETSTANDARD2_0
7
7
// ReSharper disable once CheckNamespace
8
8
namespace System . Collections . Generic ;
9
9
#else
10
10
using System . Collections . Generic ;
11
- using System . Diagnostics . CodeAnalysis ;
12
11
12
+ // ReSharper disable once CheckNamespace
13
13
namespace CodeOfChaos . GeneratorTools ;
14
14
#endif
15
-
16
15
// ---------------------------------------------------------------------------------------------------------------------
17
16
// Code
18
17
// ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments