Browse Source

Update target frameworks with .NET 8

tags/0.9.1
Philipp Bauer 2 years ago
parent
commit
f1eac82ecc
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      LLama.Examples/LLama.Examples.csproj
  2. +1
    -1
      LLama.KernelMemory/LLamaSharp.KernelMemory.csproj

+ 1
- 1
LLama.Examples/LLama.Examples.csproj View File

@@ -2,7 +2,7 @@
<Import Project="..\LLama\LLamaSharp.Runtime.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>


+ 1
- 1
LLama.KernelMemory/LLamaSharp.KernelMemory.csproj View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>



Loading…
Cancel
Save