選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

21 行
582B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <PlatformTarget>x64</PlatformTarget>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\ChatConversationStructure\ChatConversationStructure.csproj" />
  10. <ProjectReference Include="..\OllamaModels\OllamaModels.csproj" />
  11. <ProjectReference Include="..\ToolsService\ToolsService.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Folder Include="Models\" />
  15. </ItemGroup>
  16. </Project>