Skip to content

Commit

Permalink
opt: sort namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nidbCN committed Oct 17, 2024
1 parent 7a09672 commit 32e380d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions AliCdnSSLWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
<PackageReference Include="AlibabaCloud.SDK.Cdn20180510" Version="2.4.1" />
<PackageReference Include="Aliyun.Credentials" Version="1.3.3" />
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.22.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Services/CertScanService.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using AliCdnSSLWorker.Configs;
using Microsoft.Extensions.Options;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using AliCdnSSLWorker.Configs;
using Microsoft.Extensions.Options;

namespace AliCdnSSLWorker.Services;

Expand Down

0 comments on commit 32e380d

Please sign in to comment.