File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11global 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 ;
You can’t perform that action at this time.
0 commit comments