File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11namespace Fabulous
22
33open System.ComponentModel
4- open Fabulous.WidgetAttributeDefinitions
54open Fabulous.WidgetCollectionAttributeDefinitions
65open Fabulous.StackAllocatedCollections
76open Fabulous.StackAllocatedCollections .StackList
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments