Skip to content

Commit df0744c

Browse files
author
linyuqiao
committed
chore: 更新包引用
1 parent eb351e6 commit df0744c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

YCode.CLI/ServiceRegistration.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using System.Reflection;
2+
13
namespace YCode.CLI
24
{
35
internal static class ServiceRegistration

YCode.CLI/YCode.CLI.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
19-
<PackageReference Include="Microsoft.Agents.AI" Version="1.0.0-preview.251016.1" />
20-
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.0.0-preview.251016.1" />
21-
<PackageReference Include="ModelContextProtocol" Version="0.4.0-preview.3" />
18+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.2" />
19+
<PackageReference Include="Microsoft.Agents.AI" Version="1.0.0-preview.260205.1" />
20+
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.0.0-preview.260205.1" />
21+
<PackageReference Include="ModelContextProtocol" Version="0.8.0-preview.1" />
2222
<PackageReference Include="Spectre.Console" Version="0.53.0" />
2323
<PackageReference Include="YamlDotNet" Version="16.3.0" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)