Skip to content

Commit 2ffb02b

Browse files
committed
chore: corrected net6 dll path
1 parent ad190a0 commit 2ffb02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twilio/Twilio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup Label="NuGet">
33
<TargetFramework>net6.0</TargetFramework>
4-
<OutputPath>bin/Release/net6.0/</OutputPath>
4+
<OutputPath>bin/Release</OutputPath>
55
<Nullable>enable</Nullable>
66
<IsPackable>true</IsPackable>
77
<PackageId>Twilio</PackageId>

0 commit comments

Comments
 (0)