This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Included globalusing to Devspaces.Support project
pull/1770/head
Sumit Ghosh
3 years ago
parent
c1657937ef
commit
4ef6c63bdd
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save