From 181e0e08a34525444f91bc87510e32596d210eed Mon Sep 17 00:00:00 2001 From: Gabriel Odero Date: Fri, 29 Nov 2024 23:55:02 +0300 Subject: [PATCH] Added .net 9 support --- .../WhatsappBusiness.CloudApi.csproj | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/WhatsappBusiness.CloudApi/WhatsappBusiness.CloudApi.csproj b/WhatsappBusiness.CloudApi/WhatsappBusiness.CloudApi.csproj index 4333da0..192817d 100644 --- a/WhatsappBusiness.CloudApi/WhatsappBusiness.CloudApi.csproj +++ b/WhatsappBusiness.CloudApi/WhatsappBusiness.CloudApi.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0 + net9.0;net8.0;net6.0;netstandard2.1;netstandard2.0 false Gabriel Odero This is C# wrapper of whatsapp business cloud api for .NET @@ -12,25 +12,25 @@ https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net enable latest - 1.0.39 + 1.0.40 + + + + + + - + - - - - - - - - - + + +