System.Collections.Generic namespace added to globalusings

This commit is contained in:
Onurkan Bakırcı 2022-05-04 14:20:23 +03:00 committed by GitHub
parent ad201284a2
commit 4539e6d659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,4 @@ global using System.Linq;
global using System.Threading.Tasks;
global using System.Threading;
global using System;
global using System.Collections.Generic;