Skip to content

Commit 71866b7

Browse files
committed
simplify usings
1 parent 2dd1863 commit 71866b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/DiffEngineTray/DiffEngineTray.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,5 @@
4040
<PackageReference Include="System.IO.Compression" />
4141
<PackageReference Include="System.Net.Http" />
4242
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" />
43-
<Using Include="Serilog" />
44-
<Using Include="System.Text.Json" />
45-
<Using Include="System.Text.Json.Serialization" />
46-
<Using Include="System.Diagnostics.CodeAnalysis" />
4743
</ItemGroup>
4844
</Project>

src/DiffEngineTray/GlobalUsings.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
global using System.ComponentModel;
2-
global using Microsoft.Win32.SafeHandles;
2+
global using Microsoft.Win32.SafeHandles;
3+
global using Serilog;
4+
global using System.Text.Json;
5+
global using System.Text.Json.Serialization;
6+
global using System.Diagnostics.CodeAnalysis;

0 commit comments

Comments
 (0)