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 +