diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml
index 82ab738..c55e2a3 100644
--- a/.github/workflows/dotnet-core.yml
+++ b/.github/workflows/dotnet-core.yml
@@ -16,10 +16,12 @@ jobs:
# and https://github.com/dotnet/core/blob/main/releases.md
# for versions
include:
+ - dotnet-version: 3.1.x
+ framework: netcoreapp3.1
+ - dotnet-version: 5.0.x
+ framework: net5.0
- dotnet-version: 6.0.x
framework: net6.0
- - dotnet-version: 7.0.x
- framework: net7.0
- dotnet-version: 8.0.x
framework: net8.0
diff --git a/Makefile b/Makefile
index ddebccd..2a4b398 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ format:
.PHONY: format-doc
format-doc:
+ # Remove trailing white space
find . -iname "*.md" -exec sed -i -e 's_[[:space:]]*$$__' {} \;
.PHONY: test
diff --git a/README.md b/README.md
index 9170e92..617a996 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
[](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)
- API version: 3.0
-- SDK version: 24.6.0
+- SDK version: 24.7.0
## Demo applications
diff --git a/Tests/Aspose.BarCode.Cloud.Sdk.Tests.csproj b/Tests/Aspose.BarCode.Cloud.Sdk.Tests.csproj
index e699f92..41f9c0e 100644
--- a/Tests/Aspose.BarCode.Cloud.Sdk.Tests.csproj
+++ b/Tests/Aspose.BarCode.Cloud.Sdk.Tests.csproj
@@ -1,7 +1,7 @@
- net462;net480;net481;net6.0;net7.0;net8.0
+ net462;net480;net481;netcoreapp3.1;net5.0;net6.0;net8.0
true
true
8.0
diff --git a/examples/GenerateQR/GenerateQR.csproj b/examples/GenerateQR/GenerateQR.csproj
index b7bfddf..8a68a46 100644
--- a/examples/GenerateQR/GenerateQR.csproj
+++ b/examples/GenerateQR/GenerateQR.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/examples/ReadQR/ReadQR.csproj b/examples/ReadQR/ReadQR.csproj
index b7bfddf..8a68a46 100644
--- a/examples/ReadQR/ReadQR.csproj
+++ b/examples/ReadQR/ReadQR.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/src/Aspose.BarCode.Cloud.Sdk.csproj b/src/Aspose.BarCode.Cloud.Sdk.csproj
index 9a9683a..35bc118 100644
--- a/src/Aspose.BarCode.Cloud.Sdk.csproj
+++ b/src/Aspose.BarCode.Cloud.Sdk.csproj
@@ -23,11 +23,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
Aspose.BarCode-Cloud
Aspose.BarCode Cloud SDK for .NET
PackageIcon.png
- 24.6.0
+ 24.7.0
Aspose
- 24.6.0.0
+ 24.7.0.0
README.md
- https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.6.0
+ https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.7.0
true
LICENSE.txt
true