Skip to content

Commit

Permalink
Merge pull request #318 from SciSharp/dependabot/nuget/System.Text.Js…
Browse files Browse the repository at this point in the history
…on-8.0.0

build(deps): bump System.Text.Json from 7.0.3 to 8.0.0
  • Loading branch information
martindevans authored Nov 20, 2023
2 parents 33b1e42 + 9379058 commit 9f0a978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LLama/LLamaSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>LLama</RootNamespace>
Expand Down Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" PrivateAssets="all" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f0a978

Please sign in to comment.