Skip to content

Commit

Permalink
chore: corrected net6 dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Oct 5, 2023
1 parent ad190a0 commit 2ffb02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio/Twilio.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="NuGet">
<TargetFramework>net6.0</TargetFramework>
<OutputPath>bin/Release/net6.0/</OutputPath>
<OutputPath>bin/Release</OutputPath>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackageId>Twilio</PackageId>
Expand Down

0 comments on commit 2ffb02b

Please sign in to comment.