From c9955b53fca19d2555e9a7231ac53ee86720454d Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 13 Sep 2023 00:48:51 +0100 Subject: [PATCH] fix: remove netcoreapp3.1 target from Benchmarks tool (#87) --- tools/Benchmarks/Benchmarks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Benchmarks/Benchmarks.csproj b/tools/Benchmarks/Benchmarks.csproj index 186c2f8..22af013 100644 --- a/tools/Benchmarks/Benchmarks.csproj +++ b/tools/Benchmarks/Benchmarks.csproj @@ -1,7 +1,7 @@ - net7.0;net6.0;netcoreapp3.1 + net7.0;net6.0 Release Exe true