From 6d35ed4bb3b6423bd9c1f5e2f6855f9a4c7448b5 Mon Sep 17 00:00:00 2001 From: Brandon Bernard Date: Tue, 26 Mar 2024 00:19:16 -0500 Subject: [PATCH] Fix versions and remove Unit Test artifacts that shouldn't be checked into source control. --- FlurlGraphQL.Tests/FlurlGraphQL.Tests.csproj | 7 +++++++ FlurlGraphQL/FlurlGraphQL.csproj | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/FlurlGraphQL.Tests/FlurlGraphQL.Tests.csproj b/FlurlGraphQL.Tests/FlurlGraphQL.Tests.csproj index b0eb350..0a1c954 100644 --- a/FlurlGraphQL.Tests/FlurlGraphQL.Tests.csproj +++ b/FlurlGraphQL.Tests/FlurlGraphQL.Tests.csproj @@ -8,6 +8,13 @@ false + + + + + + + diff --git a/FlurlGraphQL/FlurlGraphQL.csproj b/FlurlGraphQL/FlurlGraphQL.csproj index 7bd794a..d0dcd12 100644 --- a/FlurlGraphQL/FlurlGraphQL.csproj +++ b/FlurlGraphQL/FlurlGraphQL.csproj @@ -4,9 +4,9 @@ net461;netstandard2.0;netstandard2.1;net6.0; - 1.3.2 - 1.3.2 - 1.3.2 + 2.0.0 + 2.0.0 + 2.0.0 BBernard / CajunCoding CajunCoding GraphQL client extensions for Flurl.Http -- lightweight, simplified, asynchronous, fluent GraphQL client API extensions for the amazing Flurl Http library!