Skip to content

Commit d9aac62

Browse files
author
Per Kops
committed
chore: cleanup globalusings
1 parent a0baf74 commit d9aac62

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Atc.Hosting/GlobalUsings.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
global using System.Collections.Concurrent;
22
global using System.Diagnostics.CodeAnalysis;
3-
43
global using Atc.Hosting.Internal;
5-
64
global using Cronos;
7-
85
global using Microsoft.Extensions.DependencyInjection;
96
global using Microsoft.Extensions.Hosting;
107
global using Microsoft.Extensions.Logging;
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
global using System.Collections.Concurrent;
22
global using System.Reflection;
3-
43
global using Atc.Hosting.Tests.XUnitTestTypes;
5-
64
global using Microsoft.Extensions.Logging;
75
global using Microsoft.Extensions.Logging.Abstractions;
86
global using Microsoft.Extensions.Options;

0 commit comments

Comments
 (0)