|
9 | 9 | </PropertyGroup> |
10 | 10 |
|
11 | 11 | <ItemGroup> |
| 12 | + <Compile Remove="Agents\Workflow\**" /> |
12 | 13 | <Compile Remove="Controllers\**" /> |
13 | 14 | <Compile Remove="Mem0\**" /> |
| 15 | + <Content Remove="Agents\Workflow\**" /> |
14 | 16 | <Content Remove="Controllers\**" /> |
15 | 17 | <Content Remove="Mem0\**" /> |
| 18 | + <EmbeddedResource Remove="Agents\Workflow\**" /> |
16 | 19 | <EmbeddedResource Remove="Controllers\**" /> |
17 | 20 | <EmbeddedResource Remove="Mem0\**" /> |
| 21 | + <None Remove="Agents\Workflow\**" /> |
18 | 22 | <None Remove="Controllers\**" /> |
19 | 23 | <None Remove="Mem0\**" /> |
20 | 24 | </ItemGroup> |
21 | 25 |
|
22 | 26 | <ItemGroup> |
| 27 | + <Compile Remove="Agents\ServerFunctionApprovalAgent.cs" /> |
23 | 28 | <Compile Remove="Services\ChatHistoryMemoryProvider.cs" /> |
24 | 29 | <Compile Remove="Services\ChatHistoryMemoryProviderOptions.cs" /> |
25 | 30 | <Compile Remove="Services\ChatHistoryMemoryProviderScope.cs" /> |
|
28 | 33 |
|
29 | 34 | <ItemGroup> |
30 | 35 | <PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" /> |
31 | | - <PackageReference Include="Azure.Identity" Version="1.17.1" /> |
| 36 | + <PackageReference Include="Azure.Identity" Version="1.18.0" /> |
32 | 37 | <PackageReference Include="DotNetEnv" Version="3.1.1" /> |
33 | | - <PackageReference Include="Microsoft.Agents.AI.Abstractions" Version="1.0.0-preview.260108.1" /> |
34 | | - <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.23.0" /> |
35 | | - <PackageReference Include="Microsoft.Agents.AI" Version="1.0.0-preview.260108.1" /> |
36 | | - <PackageReference Include="Microsoft.Agents.AI.DevUI" Version="1.0.0-preview.260108.1" /> |
37 | | - <PackageReference Include="Microsoft.Agents.AI.Hosting.AGUI.AspNetCore" Version="1.0.0-preview.260108.1" /> |
38 | | - <PackageReference Include="Microsoft.Agents.AI.Workflows" Version="1.0.0-preview.260108.1" /> |
39 | | - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" /> |
| 38 | + <PackageReference Include="Microsoft.Agents.AI.Abstractions" Version="1.0.0-rc2" /> |
| 39 | + <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="3.0.0" /> |
| 40 | + <PackageReference Include="Microsoft.Agents.AI" Version="1.0.0-rc2" /> |
| 41 | + <PackageReference Include="Microsoft.Agents.AI.DevUI" Version="1.0.0-preview.260225.1" /> |
| 42 | + <PackageReference Include="Microsoft.Agents.AI.Hosting.AGUI.AspNetCore" Version="1.0.0-preview.260225.1" /> |
| 43 | + <PackageReference Include="Microsoft.Agents.AI.Workflows" Version="1.0.0-rc2" /> |
| 44 | + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.3" /> |
40 | 45 | <PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.6.0" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.AI" Version="10.2.0" /> |
42 | | - <PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.1.1-preview.1.25612.2" /> |
43 | | - <PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.2.0" /> |
44 | | - <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.0" /> |
| 46 | + <PackageReference Include="Microsoft.Extensions.AI" Version="10.3.0" /> |
| 47 | + <PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.3.0" /> |
| 48 | + <PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.3.0" /> |
| 49 | + <PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.1" /> |
45 | 50 | <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> |
46 | | - <PackageReference Include="OpenAI" Version="2.8.0" /> |
47 | | - <PackageReference Include="ModelContextProtocol" Version="0.5.0-preview.1" /> |
| 51 | + <PackageReference Include="OpenAI" Version="2.9.0" /> |
| 52 | + <PackageReference Include="ModelContextProtocol" Version="1.0.0" /> |
48 | 53 | <PackageReference Include="OpenTelemetry" Version="1.15.0" /> |
49 | 54 | <PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.15.0" /> |
50 | 55 | <PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.0" /> |
51 | 56 | <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.15.0" /> |
52 | 57 | <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.0" /> |
53 | 58 | <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.15.0" /> |
54 | 59 | <PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.15.0" /> |
55 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.1" /> |
| 60 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.4" /> |
56 | 61 | </ItemGroup> |
57 | 62 |
|
58 | 63 | <ItemGroup> |
|
0 commit comments