Skip to content

Commit 29b2506

Browse files
committed
Add Net5.0
1 parent b8d7e53 commit 29b2506

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
include:
1919
- dotnet-version: 3.1.x
2020
framework: netcoreapp3.1
21+
- dotnet-version: 5.0.x
22+
framework: net5.0
2123
- dotnet-version: 6.0.x
2224
framework: net6.0
23-
- dotnet-version: 7.0.x
24-
framework: net7.0
2525
- dotnet-version: 8.0.x
2626
framework: net8.0
2727

.github/workflows/net-framework.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
framework: net480
2323
- net-version: v4.8.1
2424
framework: net481
25+
- dotnet-version: v5.0
26+
framework: net5.0
2527

2628
continue-on-error: true
2729

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This repository contains Aspose.BarCode Cloud SDK for .NET source code. This SDK
2222

2323
Aspose.BarCode Cloud SDK for .NET provides cross-platform bindings for:
2424

25-
- .NET 6 and higher
25+
- .NET 5 and higher
2626
- .NET Standard 2.0 and higher
2727
- .NET Core 3.1 and higher
2828
- .NET Framework 4.6.2 and higher

0 commit comments

Comments
 (0)