From 33e800b5b72dfad276e9cf055b81e9782fafc2f1 Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 31 Jan 2025 13:00:16 +0100 Subject: [PATCH] refactor: update benchmarks to .NET9 --- .../TestableIO.System.IO.Abstractions.Benchmarks.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj b/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj index 11ac7f094..46aa4724f 100644 --- a/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj +++ b/benchmarks/TestableIO.System.IO.Abstractions.Benchmarks/TestableIO.System.IO.Abstractions.Benchmarks.csproj @@ -3,7 +3,7 @@ TestableIO.System.IO.Abstractions.Benchmarks TestableIO.System.IO.Abstractions.Benchmarks Bencharmks comparisons. - net8.0;net462 + net9.0 https://github.com/TestableIO/System.IO.Abstractions MIT testing @@ -17,10 +17,6 @@ - - all - runtime; build; native; contentfiles; analyzers -