Included globalusing to Devspaces.Support project

This commit is contained in:
Sumit Ghosh 2021-10-13 18:08:41 +05:30
parent c1657937ef
commit 4ef6c63bdd

View File

@ -0,0 +1,6 @@
global using Microsoft.AspNetCore.Http;
global using Microsoft.Extensions.DependencyInjection;
global using System.Collections.Generic;
global using System.Net.Http;
global using System.Threading.Tasks;
global using System.Threading;