Skip to content

Commit

Permalink
Add .NET 8 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Mar 22, 2024
1 parent 2c87e08 commit 2cbb43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Release notes
### Unreleased

* Fixed subject name when using `_.Should()`
* On .NET 8, `Map<_, _>` now serializes as an object (not array) for non-`string` key types (
using `WithMapFormat(MapFormat.Object)` in FSharp.SystemTextJson)

### 1.3.7 (2024-03-15)

Expand Down
2 changes: 1 addition & 1 deletion src/Faqt/Faqt.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0;net7.0</TargetFrameworks>
<TargetFrameworks>net5.0;net7.0;net8.0</TargetFrameworks>
<Version>1.3.7</Version>
<Authors>Christer van der Meeren</Authors>
<Description>A fluent assertion library for F#.</Description>
Expand Down

0 comments on commit 2cbb43b

Please sign in to comment.