Skip to content

Commit 950a3ab

Browse files
author
flsl0
committed
Update test project to net9
1 parent 6323d07 commit 950a3ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Fli.Tests/Fli.Tests.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88
<ItemGroup>
@@ -25,4 +25,4 @@
2525
<ProjectReference Include="..\Fli\Fli.fsproj" />
2626
</ItemGroup>
2727
<Import Project="..\..\.paket\Paket.Restore.targets" />
28-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)