From 433aa40fe859d8d077de37fd2c1c311eb5bb828a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Landsman?= Date: Wed, 15 Nov 2023 13:26:41 +0100 Subject: [PATCH] Update target frameworks in Bolero.Html.fsproj The project file for Bolero.Html has been updated to include both .NET 6.0 and .NET 8.0 as target frameworks. This extends compatibility and support for the library across these versions. --- src/Bolero.Html/Bolero.Html.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bolero.Html/Bolero.Html.fsproj b/src/Bolero.Html/Bolero.Html.fsproj index 136aac8c..ee632937 100644 --- a/src/Bolero.Html/Bolero.Html.fsproj +++ b/src/Bolero.Html/Bolero.Html.fsproj @@ -1,11 +1,11 @@ - net6.0 true Library Bolero true + net6.0;net8.0