From 2a41195d8d77d3c508a269403c96c6eb6b7918f5 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:53:32 +0200 Subject: [PATCH] Remove redundant target frameworks --- CliWrap.Benchmarks/CliWrap.Benchmarks.csproj | 2 +- CliWrap/CliWrap.csproj | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj index 539781dd..373be887 100644 --- a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj +++ b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 diff --git a/CliWrap/CliWrap.csproj b/CliWrap/CliWrap.csproj index 63848e36..ee0d54ff 100644 --- a/CliWrap/CliWrap.csproj +++ b/CliWrap/CliWrap.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;netcoreapp3.0;net462;net8.0 + netstandard2.0;netstandard2.1;net9.0 true true true @@ -24,13 +24,12 @@ - + - + - - +