Skip to content

Commit

Permalink
Merge pull request #38 from aelassas/dependabot/nuget/Twilio-6.9.0
Browse files Browse the repository at this point in the history
Bump Twilio from 6.8.0 to 6.9.0
  • Loading branch information
aelassas authored Jun 28, 2023
2 parents 2f38e1f + c2b8478 commit a5b8589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/net/Wexflow.Tasks.Twilio/Wexflow.Tasks.Twilio.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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -100,7 +100,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Twilio">
<Version>6.8.0</Version>
<Version>6.9.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions src/netcore/Wexflow.Tasks.Twilio/Wexflow.Tasks.Twilio.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Twilio" Version="6.8.0" />
<PackageReference Include="Twilio" Version="6.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a5b8589

Please sign in to comment.