Browse Source

Reverted Net8.0

tags/v0.10.0
Steven Kennedy 2 years ago
parent
commit
988f2fa302
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama/LLamaSharp.csproj

+ 1
- 1
LLama/LLamaSharp.csproj View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>LLama</RootNamespace>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>


Loading…
Cancel
Save