Skip to content

Commit 7decfd7

Browse files
author
Per Kops
committed
Cleanup GlobalUsings in CLI tool
1 parent b290e50 commit 7decfd7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Atc.CodingRules.Updater.CLI/GlobalUsings.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
global using System;
2-
global using System.Collections.Generic;
32
global using System.Collections.ObjectModel;
43
global using System.Data;
54
global using System.Diagnostics;
65
global using System.Diagnostics.CodeAnalysis;
76
global using System.Globalization;
8-
global using System.IO;
9-
global using System.Linq;
107
global using System.Text;
118
global using System.Text.Json;
12-
global using System.Threading.Tasks;
139

1410
global using Atc.CodingRules.AnalyzerProviders;
1511
global using Atc.CodingRules.AnalyzerProviders.Models;

0 commit comments

Comments
 (0)