Skip to content

Commit 955ac01

Browse files
committed
Updated NuGet packages
1 parent e1f79db commit 955ac01

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/ES.SFTP.Host/ES.SFTP.Host.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="6.0.0" />
2121
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.0.1" />
22-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.5" />
22+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" />
2323
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
2424
<PackageReference Include="Serilog" Version="2.9.0" />
2525
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />

src/ES.SFTP.Host/SSH/HookRunner.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ private async Task RunHook(string hook, string args = null)
6262

6363
_logger.LogDebug("Executing hook '{hook}'", hook);
6464
var hookRun = await ProcessUtil.QuickRun(hook, args, false);
65-
var a = new FileInfo(hook);
66-
6765

6866
if (string.IsNullOrWhiteSpace(hookRun.Output))
6967
_logger.LogDebug("Hook '{hook}' completed with exit code {exitCode}.", hook, hookRun.ExitCode);

0 commit comments

Comments
 (0)