Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- <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>
|