From c2273de4c32353a796ebba5cf899a456989f8733 Mon Sep 17 00:00:00 2001 From: Richard Tallent Date: Sat, 20 Nov 2021 16:41:45 -0600 Subject: [PATCH] Remove explicit .NET 5 targeting (netstandard is fine) --- src/RT.Comb/RT.Comb.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RT.Comb/RT.Comb.csproj b/src/RT.Comb/RT.Comb.csproj index 7b1cf39..fc490d9 100644 --- a/src/RT.Comb/RT.Comb.csproj +++ b/src/RT.Comb/RT.Comb.csproj @@ -13,7 +13,7 @@ https://github.com/richardtallent/RT.Comb MIT https://github.com/richardtallent/RT.Comb - net5.0;netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1 9 enable @@ -21,6 +21,6 @@ - + \ No newline at end of file