Browse Source

Merge pull request #318 from SciSharp/dependabot/nuget/System.Text.Json-8.0.0

build(deps): bump System.Text.Json from 7.0.3 to 8.0.0
tags/v0.8.1
Martin Evans GitHub 2 years ago
parent
commit
9f0a978e29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      LLama/LLamaSharp.csproj

+ 2
- 2
LLama/LLamaSharp.csproj View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks> <TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>LLama</RootNamespace> <RootNamespace>LLama</RootNamespace>
@@ -43,7 +43,7 @@
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" /> <PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" PrivateAssets="all" /> <PackageReference Include="System.Memory" Version="4.5.5" PrivateAssets="all" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" /> <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>


<ItemGroup> <ItemGroup>


Loading…
Cancel
Save