From 39e7a0b7f73bca0beec9f18cb40b843f6f1329ee Mon Sep 17 00:00:00 2001 From: Gabriel Odero Date: Sat, 30 Nov 2024 00:32:25 +0300 Subject: [PATCH] Added .net 9 support --- MpesaSdk/MpesaSdk.csproj | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/MpesaSdk/MpesaSdk.csproj b/MpesaSdk/MpesaSdk.csproj index 43be93c..7dbbdaa 100644 --- a/MpesaSdk/MpesaSdk.csproj +++ b/MpesaSdk/MpesaSdk.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0 + netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0 false Gabriel Odero This is a M-Pesa SDK to allow you to integrate Safaricom M-Pesa API in net framework, .NetCore, NET5, NET6 and Net Standard projects. @@ -14,29 +14,29 @@ latest - 1.0.26 + 1.0.27 + + + + + + - - - + + + - - - - - - - - - + + + - +