Browse Source

Included globalusing to Devspaces.Support project

pull/1770/head
Sumit Ghosh 3 years ago
parent
commit
4ef6c63bdd
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/BuildingBlocks/Devspaces.Support/GlobalUsings.cs

+ 6
- 0
src/BuildingBlocks/Devspaces.Support/GlobalUsings.cs 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;

Loading…
Cancel
Save