diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 5e3342d..09f6547 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - name: Setup .NET
- uses: actions/setup-dotnet@v1
- with:
- dotnet-version: 5.0.x
- - name: Restore dependencies
- run: dotnet restore source/DataMatrix.NetCore.sln
- - name: Build
- run: dotnet build --no-restore source/DataMatrix.NetCore.sln
- - name: Test
- run: dotnet test --no-build --verbosity normal source/Test.DataMatrix.NetCore/Test.DataMatrix.NetCore.csproj
+ - uses: actions/checkout@v2
+ - name: Setup .NET
+ uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: 8.0.x
+ - name: Restore dependencies
+ run: dotnet restore source/DataMatrix.NetCore.sln
+ - name: Build
+ run: dotnet build --no-restore source/DataMatrix.NetCore.sln
+ - name: Test
+ run: dotnet test --no-build --verbosity normal source/Test.DataMatrix.NetCore/Test.DataMatrix.NetCore.csproj
diff --git a/source/DataMatrix.NetCore/DataMatrix.NetCore.csproj b/source/DataMatrix.NetCore/DataMatrix.NetCore.csproj
index ff74005..b356c93 100644
--- a/source/DataMatrix.NetCore/DataMatrix.NetCore.csproj
+++ b/source/DataMatrix.NetCore/DataMatrix.NetCore.csproj
@@ -1,12 +1,15 @@
-
- net5.0;netcoreapp3.1;net461;netstandard2.0;netstandard2.1
- DataMatrix.NetCore
-
+
+ net8.0;net9.0;net10.0;net461;netstandard2.0;netstandard2.1
+ DataMatrix.NetCore
+
-
-
-
+
+
+
+
diff --git a/source/Directory.Build.props b/source/Directory.Build.props
index 485ad6c..47b416f 100644
--- a/source/Directory.Build.props
+++ b/source/Directory.Build.props
@@ -1,6 +1,6 @@
- 0.4.2
+ 0.4.3
Encode and Decode DataMatrix strings and images.
Scott Downing, Michael Faschinger
Figz International UG
diff --git a/source/Test.DataMatrix.NetCore/Test.DataMatrix.NetCore.csproj b/source/Test.DataMatrix.NetCore/Test.DataMatrix.NetCore.csproj
index 14e4454..fbd5ebe 100644
--- a/source/Test.DataMatrix.NetCore/Test.DataMatrix.NetCore.csproj
+++ b/source/Test.DataMatrix.NetCore/Test.DataMatrix.NetCore.csproj
@@ -1,31 +1,31 @@
-
- net5.0
-
+
+ net10.0
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+