From 9461d9bdf8fcbb7cf5637102452796ad1437249b Mon Sep 17 00:00:00 2001 From: Sedat Kapanoglu Date: Wed, 24 Apr 2024 12:39:55 +0300 Subject: [PATCH] upgrade to .NET 8.0 --- .vscode/launch.json | 2 +- benchmark/benchmark.csproj | 2 +- src/HashDepot.csproj | 2 +- test/HashDepotTest.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c7fd454..0c82830 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "releaseBuild", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/benchmark/bin/Release/net6.0/benchmark.dll", + "program": "${workspaceFolder}/benchmark/bin/Release/net8.0/benchmark.dll", "args": [], "cwd": "${workspaceFolder}/benchmark", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/benchmark/benchmark.csproj b/benchmark/benchmark.csproj index 94ae03b..a250b75 100644 --- a/benchmark/benchmark.csproj +++ b/benchmark/benchmark.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 benchmark Exe latest diff --git a/src/HashDepot.csproj b/src/HashDepot.csproj index dee27a8..5fe6f01 100644 --- a/src/HashDepot.csproj +++ b/src/HashDepot.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 HashDepot 3.1.0 Tested and performant implementations of xxHash, SipHash (SipHash-2-4), MurmurHash (MurmurHash3), FNV (FNV-1, FNV-1a) diff --git a/test/HashDepotTest.csproj b/test/HashDepotTest.csproj index b7f82bb..1bd982f 100644 --- a/test/HashDepotTest.csproj +++ b/test/HashDepotTest.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 HashDepotTest HashDepot.Test Library @@ -21,7 +21,7 @@ - +