Skip to content

Commit

Permalink
FTP: Bump dependencies STUD-72042
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-petre committed Sep 17, 2024
1 parent 1196edb commit af78b4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</Target>

<ItemGroup>
<PackageReference Include="FluentFTP" Version="50.1.0" />
<PackageReference Include="SSH.NET" Version="2024.0.0" />
<PackageReference Include="FluentFTP" Version="51.1.0" />
<PackageReference Include="SSH.NET" Version="2024.1.0" />
</ItemGroup>

<Target Name="AddDlls">
Expand Down
5 changes: 1 addition & 4 deletions Activities/FTP/UiPath.FTP.Tests/UiPath.FTP.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<ItemGroup>
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Activities/FTP/UiPath.FTP/UiPath.FTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<PackageReference Include="UiPath.Workflow" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentFTP" Version="50.1.0" />
<PackageReference Include="SSH.NET" Version="2024.0.0" />
<PackageReference Include="FluentFTP" Version="51.1.0" />
<PackageReference Include="SSH.NET" Version="2024.1.0" />
</ItemGroup>

</Project>

0 comments on commit af78b4a

Please sign in to comment.