diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e2b67b7..56b3374 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
- dotnet-version: '8.0.x'
+ dotnet-version: '10.0.x'
- name: Build
run: dotnet build --configuration Release
diff --git a/XTS.NET.Benchmarks/XTS.NET.Benchmarks.csproj b/XTS.NET.Benchmarks/XTS.NET.Benchmarks.csproj
index 9f9b705..f1d5e30 100644
--- a/XTS.NET.Benchmarks/XTS.NET.Benchmarks.csproj
+++ b/XTS.NET.Benchmarks/XTS.NET.Benchmarks.csproj
@@ -2,13 +2,13 @@
Exe
- net8.0
+ net10.0
enable
enable
-
+
diff --git a/tests/XTS.NET.Tests.csproj b/tests/XTS.NET.Tests.csproj
index 5d6e380..6929f1a 100644
--- a/tests/XTS.NET.Tests.csproj
+++ b/tests/XTS.NET.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net10.0
enable
enable
@@ -10,14 +10,17 @@
-
-
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+