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 472 B

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