From 04ad82b3e890ed005888e8f70156d59796ae580b Mon Sep 17 00:00:00 2001 From: snifter Date: Tue, 31 Dec 2024 12:42:21 +0100 Subject: [PATCH] .net8.0 added; tests dependencies upgraded --- src/Graph.ArgumentValidator.csproj | 5 ++--- test/Graph.ArgumentValidator.Tests.csproj | 12 ++++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/Graph.ArgumentValidator.csproj b/src/Graph.ArgumentValidator.csproj index 584cc85..ac13228 100644 --- a/src/Graph.ArgumentValidator.csproj +++ b/src/Graph.ArgumentValidator.csproj @@ -2,9 +2,8 @@ - net6.0; - net6.0; netstandard2.0 - net6.0 + net8.0; net6.0 + net8.0; net6.0; netstandard2.0 HotChocolate.Validator, HotChocolate, GraphQL icon.png true diff --git a/test/Graph.ArgumentValidator.Tests.csproj b/test/Graph.ArgumentValidator.Tests.csproj index ed2504e..79f75c9 100644 --- a/test/Graph.ArgumentValidator.Tests.csproj +++ b/test/Graph.ArgumentValidator.Tests.csproj @@ -1,23 +1,23 @@  - net6.0 + net8.0 false - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all