System.Collections.Generic namespace added to globalusings.
This commit is contained in:
parent
9817c865f3
commit
3170b3e7ce
@ -15,3 +15,4 @@ global using System.Linq;
|
|||||||
global using System.Threading.Tasks;
|
global using System.Threading.Tasks;
|
||||||
global using System.Threading;
|
global using System.Threading;
|
||||||
global using System;
|
global using System;
|
||||||
|
global using System.Collections.Generic;
|
Loading…
x
Reference in New Issue
Block a user