|
33 | 33 | <ItemGroup>
|
34 | 34 | <!-- Web API 和 框架包 -->
|
35 | 35 | <PackageVersion Include="AngleSharp" Version="1.3.0" />
|
36 |
| - <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" /> |
37 |
| - <PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6" /> |
| 36 | + <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" /> |
| 37 | + <PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.7" /> |
38 | 38 | <PackageVersion Include="MySql.EntityFrameworkCore" Version="9.0.3" />
|
39 |
| - <PackageVersion Include="Scalar.AspNetCore" Version="2.5.0" /> |
| 39 | + <PackageVersion Include="Scalar.AspNetCore" Version="2.6.5" /> |
40 | 40 | <!-- Entity Framework Core -->
|
41 |
| - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.6" /> |
42 |
| - <PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.6" /> |
43 |
| - <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.6" /> |
44 |
| - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6" /> |
45 |
| - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.6" /> |
46 |
| - <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6" /> |
| 41 | + <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.7" /> |
| 42 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="9.0.7" /> |
| 43 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7"> |
| 44 | + <PrivateAssets>all</PrivateAssets> |
| 45 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 46 | + </PackageVersion> |
| 47 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.7"> |
| 48 | + <PrivateAssets>all</PrivateAssets> |
| 49 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 50 | + </PackageVersion> |
| 51 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.7" /> |
| 52 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.7" /> |
47 | 53 | <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.6" />
|
48 | 54 | <!-- 数据库提供程序 -->
|
49 | 55 | <PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
|
50 | 56 | <!-- Microsoft Extensions -->
|
51 |
| - <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.6" /> |
52 |
| - <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" /> |
| 57 | + <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.7" /> |
| 58 | + <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.7" /> |
53 | 59 | <!-- AI 和 机器学习 -->
|
54 |
| - <PackageVersion Include="Microsoft.SemanticKernel" Version="1.57.0" /> |
55 |
| - <PackageVersion Include="Microsoft.SemanticKernel.Connectors.AzureOpenAI" Version="1.57.0" /> |
56 |
| - <PackageVersion Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.57.0" /> |
| 60 | + <PackageVersion Include="Microsoft.SemanticKernel" Version="1.61.0" /> |
| 61 | + <PackageVersion Include="Microsoft.SemanticKernel.Connectors.AzureOpenAI" Version="1.61.0" /> |
| 62 | + <PackageVersion Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.61.0" /> |
57 | 63 | <PackageVersion Include="Lost.SemanticKernel.Connectors.Anthropic" Version="1.25.0-alpha3" />
|
58 | 64 | <PackageVersion Include="Mem0.NET" Version="1.1.3" />
|
59 | 65 | <!-- AWS SDK - 解决版本冲突 -->
|
|
75 | 81 | <PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
|
76 | 82 | <PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
|
77 | 83 | <!-- 弹性和重试 -->
|
78 |
| - <PackageVersion Include="Polly" Version="8.6.1" /> |
| 84 | + <PackageVersion Include="Polly" Version="8.6.2" /> |
79 | 85 | <!-- 服务和分析 -->
|
80 | 86 | <PackageVersion Include="FastService" Version="0.2.2" />
|
81 | 87 | <PackageVersion Include="FastService.Analyzers" Version="0.2.2" />
|
82 | 88 | <!-- 协议支持 -->
|
83 |
| - <PackageVersion Include="ModelContextProtocol.AspNetCore" Version="0.3.0-preview.1" /> |
| 89 | + <PackageVersion Include="ModelContextProtocol.AspNetCore" Version="0.3.0-preview.3" /> |
84 | 90 | <!-- Thor 框架相关包 (来自子模块) -->
|
85 | 91 | <PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.6.1" />
|
86 | 92 | <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
|
|
0 commit comments