Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 9, 2023
1 parent b02f2fe commit 72af52e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SevenZipSharp.Interop">
<Version>19.0.2</Version>
<Version>19.1.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion src/net/Wexflow.Tasks.Twilio/Wexflow.Tasks.Twilio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Twilio">
<Version>6.15.1</Version>
<Version>6.15.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Selenium.WebDriver">
<Version>4.15.0</Version>
<Version>4.16.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion src/net/Wexflow.Tasks.WebToScreenshot/WebToScreenshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public override TaskStatus Run()
var destFile = Path.Combine(Workflow.WorkflowTempFolder,
$"WebToScreenshot_{DateTime.Now:yyyy-MM-dd-HH-mm-ss-fff}.png");

ss.SaveAsFile(destFile, ScreenshotImageFormat.Png);
ss.SaveAsFile(destFile);

if (!atLeastOneSuccess)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Selenium.WebDriver">
<Version>4.15.0</Version>
<Version>4.16.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Twilio" Version="6.15.1" />
<PackageReference Include="Twilio" Version="6.15.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/tests/net/Wexflow.Tests/Wexflow.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\..\..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
Expand Down Expand Up @@ -648,7 +648,7 @@
<Version>3.1.1</Version>
</PackageReference>
<PackageReference Include="SevenZipSharp.Interop">
<Version>19.0.2</Version>
<Version>19.1.0</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.118</Version>
Expand Down

0 comments on commit 72af52e

Please sign in to comment.