Skip to content

Commit

Permalink
Merge pull request #154 from twilio-labs/update-788
Browse files Browse the repository at this point in the history
Update Twilio Version
  • Loading branch information
AJLange authored Dec 6, 2024
2 parents c8f6641 + 4ff57cb commit a42d308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Twilio.AspNet.Core/Twilio.AspNet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>Twilio helper library for ASP.NET Core</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Twilio" Version="7.7.0" />
<PackageReference Include="Twilio" Version="7.8.0" />
<!-- Use local project reference for local development, but NuGet package for release -->
<ProjectReference
Condition="'$(Configuration)' == 'Debug'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Twilio" Version="7.7.0" />
<PackageReference Include="Twilio" Version="7.8.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.analyzers" Version="1.17.0">
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio.AspNet.Mvc/Twilio.AspNet.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Twilio" Version="7.7.0" />
<PackageReference Include="Twilio" Version="7.8.0" />
<!-- Use local project reference for local development, but NuGet package for release -->
<ProjectReference
Condition="'$(Configuration)' == 'Debug'"
Expand Down

0 comments on commit a42d308

Please sign in to comment.