Skip to content

Commit

Permalink
fix(deps): Remove redundant TFM-specific builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 28, 2024
1 parent 96d1a90 commit c566b62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<FsDocsReleaseNotesLink>https://www.nuget.org/packages/FsHttp#release-body-tab</FsDocsReleaseNotesLink>

<PackageReleaseNotes>
v14.4.2
- Reduced FSharp.Core version dependency back down to 5.0.0
- Removed net7.0, net8.0 TFM-specific builds

v14.4.1
- Fixed missing explicit dependency on FSharp.Core

Expand Down
2 changes: 1 addition & 1 deletion src/FsHttp/FsHttp.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Configurations>Debug;Release</Configurations>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
Expand Down

0 comments on commit c566b62

Please sign in to comment.