|
|
@@ -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> |
|
|
|