Skip to content

Commit 6d81781

Browse files
authored
Merge pull request #1101 from fabulous-dev/update-fabulous-to-net-8
target net8 to fix attribute targets incompatibilities.
2 parents c616ef4 + ba9b5c2 commit 6d81781

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Fabulous/Builders.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace Fabulous
22

33
open System.ComponentModel
4-
open Fabulous.WidgetAttributeDefinitions
54
open Fabulous.WidgetCollectionAttributeDefinitions
65
open Fabulous.StackAllocatedCollections
76
open Fabulous.StackAllocatedCollections.StackList

src/Fabulous/Fabulous.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
3+
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
44
<PackageId>Fabulous</PackageId>
55
<IsPackable>true</IsPackable>
66
</PropertyGroup>
@@ -60,6 +60,6 @@
6060
FSharp.Core is fixed to a specific version that is not necessarily the latest one.
6161
This version will be used as the lower bound in the NuGet package
6262
-->
63-
<PackageReference Include="FSharp.Core" VersionOverride="7.0.0" />
63+
<PackageReference Include="FSharp.Core" VersionOverride="8.0.300" />
6464
</ItemGroup>
6565
</Project>

0 commit comments

Comments
 (0)