From b22c24db65ac6423c3c438104923404f6e4bd4c6 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Tue, 5 Mar 2024 13:53:40 +0000 Subject: [PATCH] Consistency changes --- src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj | 5 +---- src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj | 3 +-- src/Tests/Tests.fsproj | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj b/src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj index 6e4a68ab..af587e43 100644 --- a/src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj +++ b/src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj @@ -1,12 +1,9 @@  - net6.0 + net6.0 false Debug;Release true - false - - FSharp.Data (JSON) integration package for FsHttp FsHttp.FSharpData diff --git a/src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj b/src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj index 159018c4..d8fa0c6f 100644 --- a/src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj +++ b/src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj @@ -1,10 +1,9 @@  - net6.0 + net6.0 false Debug;Release true - false JSON.Net (Newtonsoft.Json) integration package for FsHttp diff --git a/src/Tests/Tests.fsproj b/src/Tests/Tests.fsproj index e0b616ff..13aea037 100644 --- a/src/Tests/Tests.fsproj +++ b/src/Tests/Tests.fsproj @@ -1,7 +1,7 @@ - net6.0 + net6.0 Debug;Release