From e59fa23f9ff1ae9046c8da5baaab6a3d909efb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Duquette?= Date: Fri, 19 Dec 2025 14:17:06 -0500 Subject: [PATCH] chore: Update to .net10 for tests and benchmarks --- .github/workflows/ci.yml | 2 +- .../BCryptPbkdf.Benchmarks.csproj | 4 ++-- tests/BCryptPbkdf.Tests.csproj | 18 ++++++++++++------ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b05ee9..1849bf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,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/BCryptPbkdf.Benchmarks/BCryptPbkdf.Benchmarks.csproj b/BCryptPbkdf.Benchmarks/BCryptPbkdf.Benchmarks.csproj index 2fc8eab..f66f1cc 100644 --- a/BCryptPbkdf.Benchmarks/BCryptPbkdf.Benchmarks.csproj +++ b/BCryptPbkdf.Benchmarks/BCryptPbkdf.Benchmarks.csproj @@ -2,14 +2,14 @@ Exe - net8.0 + net10.0 enable enable - + diff --git a/tests/BCryptPbkdf.Tests.csproj b/tests/BCryptPbkdf.Tests.csproj index 9c80f72..d36d1be 100644 --- a/tests/BCryptPbkdf.Tests.csproj +++ b/tests/BCryptPbkdf.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable @@ -10,11 +10,17 @@ - - - - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +