From 2ffb02bb525792141601c8397577c5adda0a809f Mon Sep 17 00:00:00 2001 From: sbansla Date: Thu, 5 Oct 2023 17:50:38 +0530 Subject: [PATCH] chore: corrected net6 dll path --- src/Twilio/Twilio.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Twilio/Twilio.csproj b/src/Twilio/Twilio.csproj index 032b73528..79d109c12 100644 --- a/src/Twilio/Twilio.csproj +++ b/src/Twilio/Twilio.csproj @@ -1,7 +1,7 @@  net6.0 - bin/Release/net6.0/ + bin/Release enable true Twilio