- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\ChatConversationStructure\ChatConversationStructure.csproj" />
- <ProjectReference Include="..\OllamaModels\OllamaModels.csproj" />
- <ProjectReference Include="..\ToolsService\ToolsService.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Folder Include="Models\" />
- </ItemGroup>
-
- </Project>
|