System.Collections.Generic namespace added to globalusings.

This commit is contained in:
Onurkan Bakırcı 2022-05-06 10:18:06 +03:00 committed by GitHub
parent 9817c865f3
commit 3170b3e7ce
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.Tasks;
global using System.Threading; global using System.Threading;
global using System; global using System;
global using System.Collections.Generic;