From 980c01737f0128bfaabafdda27494160a5b4335b Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Fri, 22 Dec 2023 11:27:09 +0100 Subject: [PATCH] Supported .NET frameworks --- src/core/Dime.Linq.csproj | 14 +++++++------- src/test/Dime.Linq.Tests.csproj | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/core/Dime.Linq.csproj b/src/core/Dime.Linq.csproj index 42e5dfa..9bfc1f9 100644 --- a/src/core/Dime.Linq.csproj +++ b/src/core/Dime.Linq.csproj @@ -1,29 +1,29 @@  - net461;net5.0;net6.0 - 1.3.5 + net461;net48;net8.0 + 1.3.6 Dime Software latest true Extensions for the LINQ library git - https://github.com/dimenics/linq + https://github.com/dimesoftware/linq https://cdn.dime-software.com/dime-software/logo-shape.png https://github.com/dimenics/linq utilities;linq;dotnet;csharp - Copyright © 2021 + Copyright © 2023 linq en - 1.3.5.0 - 1.3.5.0 + 1.3.6.0 + 1.3.6.0 MIT True True - + diff --git a/src/test/Dime.Linq.Tests.csproj b/src/test/Dime.Linq.Tests.csproj index 90d29e1..bf898d1 100644 --- a/src/test/Dime.Linq.Tests.csproj +++ b/src/test/Dime.Linq.Tests.csproj @@ -1,16 +1,16 @@  - net461;net5.0;net6.0 + net461;net48;net8.0 false latest - - - + + +