diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a6289e3..01508e3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- dotnet-version: [ '8.0.x' ]
+ dotnet-version: [ '10.0.x' ]
steps:
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- dotnet-version: [ '8.0.x' ]
+ dotnet-version: [ '10.0.x' ]
steps:
- uses: actions/checkout@v4
diff --git a/.github/workflows/pack-and-push.yml b/.github/workflows/pack-and-push.yml
index 351b1e7..c016ca5 100644
--- a/.github/workflows/pack-and-push.yml
+++ b/.github/workflows/pack-and-push.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- dotnet-version: [ '8.0.x' ]
+ dotnet-version: [ '10.0.x' ]
steps:
- uses: actions/checkout@v4
diff --git a/logo-75.png b/logo-75.png
index 46972ef..095daf3 100644
Binary files a/logo-75.png and b/logo-75.png differ
diff --git a/logo.png b/logo.png
index 65aaf66..96cfa5f 100644
Binary files a/logo.png and b/logo.png differ
diff --git a/src/JWTGuard.SampleApi/JWTGuard.SampleApi.csproj b/src/JWTGuard.SampleApi/JWTGuard.SampleApi.csproj
index 92b8c8f..d4eb826 100644
--- a/src/JWTGuard.SampleApi/JWTGuard.SampleApi.csproj
+++ b/src/JWTGuard.SampleApi/JWTGuard.SampleApi.csproj
@@ -1,17 +1,17 @@
- net8.0
+ net10.0
enable
enable
-
+
-
-
-
+
+
+
diff --git a/src/JWTGuard.SampleApi/Program.cs b/src/JWTGuard.SampleApi/Program.cs
index 75f80b3..a8c6895 100644
--- a/src/JWTGuard.SampleApi/Program.cs
+++ b/src/JWTGuard.SampleApi/Program.cs
@@ -39,7 +39,7 @@ IEnumerable AllowSpecialCases(string token, SecurityToken securityT
var certPem = (x5c as List