From 181b92a9605990bbacc6eb5800ffc5c628d14c61 Mon Sep 17 00:00:00 2001 From: hazre <37149950+hazre@users.noreply.github.com> Date: Sat, 22 Nov 2025 00:39:33 +0100 Subject: [PATCH] Upgrade to .NET 10 --- Hardware.Info.Benchmark/Hardware.Info.Benchmark.csproj | 4 ++-- Hardware.Info.Test/Hardware.Info.Test.csproj | 4 ++-- Hardware.Info/Hardware.Info.csproj | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Hardware.Info.Benchmark/Hardware.Info.Benchmark.csproj b/Hardware.Info.Benchmark/Hardware.Info.Benchmark.csproj index 84d2466..bddfeb3 100644 --- a/Hardware.Info.Benchmark/Hardware.Info.Benchmark.csproj +++ b/Hardware.Info.Benchmark/Hardware.Info.Benchmark.csproj @@ -2,8 +2,8 @@ Exe - net8.0 - 12.0 + net10.0 + latest enable diff --git a/Hardware.Info.Test/Hardware.Info.Test.csproj b/Hardware.Info.Test/Hardware.Info.Test.csproj index 56e8a63..96191b9 100644 --- a/Hardware.Info.Test/Hardware.Info.Test.csproj +++ b/Hardware.Info.Test/Hardware.Info.Test.csproj @@ -2,8 +2,8 @@ Exe - net8.0 - 12.0 + net10.0 + latest enable diff --git a/Hardware.Info/Hardware.Info.csproj b/Hardware.Info/Hardware.Info.csproj index e72c5df..c3cc891 100644 --- a/Hardware.Info/Hardware.Info.csproj +++ b/Hardware.Info/Hardware.Info.csproj @@ -1,8 +1,8 @@  - netstandard2.0 - 8.0 + net10.0 + latest enable @@ -35,8 +35,8 @@ - - + +