Skip to content

Commit

Permalink
Update target framework for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Dec 7, 2024
1 parent 0c16b61 commit 55125db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Firecrawl.Tests/Firecrawl.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net9.0</TargetFrameworks>
<RootNamespace>Firecrawl</RootNamespace>
<LangVersion>latest</LangVersion>

Expand Down

0 comments on commit 55125db

Please sign in to comment.