From 9bbcabd146a014bcfd7966d5186831f0321e72a8 Mon Sep 17 00:00:00 2001 From: hawkeye116477 Date: Mon, 18 Nov 2024 23:47:32 +0100 Subject: [PATCH] Revert "Remove redundant target frameworks (#267)" This reverts commit 99bd5fb45adb0ca62e5469b18f306fba3e740fc1. --- CliWrap.Benchmarks/CliWrap.Benchmarks.csproj | 2 +- CliWrap/CliWrap.csproj | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj index 373be887..539781dd 100644 --- a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj +++ b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net8.0 diff --git a/CliWrap/CliWrap.csproj b/CliWrap/CliWrap.csproj index ee0d54ff..63848e36 100644 --- a/CliWrap/CliWrap.csproj +++ b/CliWrap/CliWrap.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;net9.0 + netstandard2.0;netstandard2.1;netcoreapp3.0;net462;net8.0 true true true @@ -24,12 +24,13 @@ - + - + - + +