Skip to content

Commit

Permalink
Update NuGet package references
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Nov 18, 2024
1 parent cb4f093 commit 374b3b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<!-- Package reference(s) -->
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
</ItemGroup>

<!-- Project reference(s) -->
Expand Down
6 changes: 3 additions & 3 deletions source/Firecrawl/Firecrawl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

<!-- Conditional compilation when targeting .NET Standard -->
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.1'">
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="9.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="9.0.0" />
</ItemGroup>

<!-- Init keyword support for older compiler versions -->
Expand All @@ -64,6 +64,6 @@

<!-- Package reference(s) -->
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
</Project>

0 comments on commit 374b3b2

Please sign in to comment.