You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

LLama.Web.csproj 530 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <Import Project="..\LLama\LLamaSharp.Runtime.targets" />
  3. <PropertyGroup>
  4. <TargetFramework>net7.0</TargetFramework>
  5. <Nullable>disable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\LLama\LLamaSharp.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Folder Include="wwwroot\image\" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <PackageReference Include="System.Linq.Async" Version="6.0.1" />
  16. </ItemGroup>
  17. </Project>