Browse Source

Prevent compilation errors due to duplicated assembly info

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

+ 1
- 0
LLama/LLamaSharp.csproj View File

@@ -28,6 +28,7 @@
<Platforms>AnyCPU;x64;Arm64</Platforms>
<PackageId>LLamaSharp</PackageId>
<Configurations>Debug;Release;GPU</Configurations>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<PropertyGroup>


Loading…
Cancel
Save