Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageVersion Include="LoxSmoke.DocXml" Version="3.9.0" />
<!-- MCP SDK (aligned with the MCP 2026-07-28 specification) -->
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.10.0" />
<PackageVersion Include="ModelContextProtocol" Version="2.1.0" />
<PackageVersion Include="ModelContextProtocol" Version="2.2.0" />
Comment thread
vnbaaij marked this conversation as resolved.
<!-- Test dependencies -->
<PackageVersion Include="bunit" Version="2.9.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
Expand All @@ -37,7 +37,7 @@
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="2.3.3" />
<!-- Shared dependencies -->
<PackageVersion Include="Markdig.Signed" Version="1.3.2" />
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.147" />
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.177" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
<PackageVersion Include="Microsoft.OData.Client" Version="8.4.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ModelContextProtocol" />
</ItemGroup>
Comment thread
Copilot marked this conversation as resolved.

<ItemGroup>
Expand Down
Loading