-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDotPilot.Core.csproj
More file actions
33 lines (30 loc) · 1.75 KB
/
DotPilot.Core.csproj
File metadata and controls
33 lines (30 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LLamaSharp" />
<PackageReference Include="LLamaSharp.Backend.Cpu" />
<PackageReference Include="ManagedCode.ClaudeCodeSharpSDK" />
<PackageReference Include="ManagedCode.ClaudeCodeSharpSDK.Extensions.AgentFramework" />
<PackageReference Include="ManagedCode.ClaudeCodeSharpSDK.Extensions.AI" />
<PackageReference Include="ManagedCode.CodexSharpSDK" />
<PackageReference Include="ManagedCode.CodexSharpSDK.Extensions.AgentFramework" />
<PackageReference Include="ManagedCode.CodexSharpSDK.Extensions.AI" />
<PackageReference Include="ManagedCode.Communication" />
<PackageReference Include="GitHub.Copilot.SDK" />
<PackageReference Include="ManagedCode.GeminiSharpSDK.Extensions.AgentFramework" />
<PackageReference Include="ManagedCode.GeminiSharpSDK.Extensions.AI" />
<PackageReference Include="Microsoft.Agents.AI" />
<PackageReference Include="Microsoft.Agents.AI.GitHub.Copilot" />
<PackageReference Include="Microsoft.Agents.AI.Workflows" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
<PackageReference Include="Microsoft.Extensions.AI" />
<PackageReference Include="Microsoft.ML.OnnxRuntimeGenAI" />
<PackageReference Include="Microsoft.Orleans.Server" />
</ItemGroup>
</Project>