From 4ef6c63bdd96a76556f1dc3a449486f11c25de9a Mon Sep 17 00:00:00 2001 From: Sumit Ghosh Date: Wed, 13 Oct 2021 18:08:41 +0530 Subject: [PATCH] Included globalusing to Devspaces.Support project --- src/BuildingBlocks/Devspaces.Support/GlobalUsings.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/BuildingBlocks/Devspaces.Support/GlobalUsings.cs diff --git a/src/BuildingBlocks/Devspaces.Support/GlobalUsings.cs b/src/BuildingBlocks/Devspaces.Support/GlobalUsings.cs new file mode 100644 index 000000000..06c07e8fb --- /dev/null +++ b/src/BuildingBlocks/Devspaces.Support/GlobalUsings.cs @@ -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;