Skip to content

Commit

Permalink
Update to net8 and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Jul 7, 2024
1 parent b60f3ab commit 7b572bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Fabulous.Benchmarks/Fabulous.Benchmarks.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fabulous.Tests/APISketchTests/TestUI.Attributes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module TestUI_Attributes =

module Container =
let Children =
Attributes.defineListWidgetCollection "Container_Children" (fun target ->
ComponentAttributes.defineListWidgetCollection "Container_Children" (fun target ->
(target :?> IContainer).Children :> System.Collections.Generic.IList<_>)

let Tap = defineContainerTappable "Container_Tap"
Expand Down
2 changes: 1 addition & 1 deletion src/Fabulous.Tests/Fabulous.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fabulous/Fabulous.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<PackageId>Fabulous</PackageId>
<IsPackable>true</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 7b572bd

Please sign in to comment.