From 0fb13f4261d23b91da526bc8a79c25d523734530 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Tue, 5 Mar 2024 13:50:30 +0000 Subject: [PATCH 1/2] Add ExcludeAssets for FSharp.Core --- src/FsHttp/FsHttp.fsproj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/FsHttp/FsHttp.fsproj b/src/FsHttp/FsHttp.fsproj index a7063704..45444e29 100644 --- a/src/FsHttp/FsHttp.fsproj +++ b/src/FsHttp/FsHttp.fsproj @@ -1,15 +1,12 @@ - net6.0 + net6.0 false Debug;Release true - false 8 true bin\$(Configuration)\$(TargetFramework)\FsHttp.xml - - A .Net HTTP client library for F#, C#, and friends FsHttp @@ -49,6 +46,6 @@ Removal triggers issues in dotnet publish, e.g. for Lambda projects Also avoids Rider search finding stuff in FSharp.Core.xml --> - + \ No newline at end of file From b22c24db65ac6423c3c438104923404f6e4bd4c6 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Tue, 5 Mar 2024 13:53:40 +0000 Subject: [PATCH 2/2] 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