Skip to content

Commit

Permalink
Fixed build (#135)
Browse files Browse the repository at this point in the history
* Update mongodb and ftp dependencies

* Fixed
  • Loading branch information
PascalSenn authored Dec 14, 2023
1 parent d78c2a5 commit b52beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFtpServer.Tests/SFtpServer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<None Remove="SampleFile.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SSH.NET" Version="2020.0.1" />
<PackageReference Include="SSH.NET" Version="2023.0.0" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="SampleFile.txt">
Expand Down

0 comments on commit b52beff

Please sign in to comment.