csharp: update C# bindings to work with GGUF (#1651)

This commit is contained in:
Jared Van Bortel
2024-01-16 14:33:41 -05:00
committed by GitHub
parent f8564398fc
commit 03a9f0bedf
10 changed files with 17 additions and 57 deletions

View File

@@ -5,6 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>