Skip to content

Commit dd5d45c

Browse files
Bump ModelContextProtocol from 0.2.0-preview.1 to 0.2.0-preview.2 (#46520)
--- updated-dependencies: - dependency-name: ModelContextProtocol dependency-version: 0.2.0-preview.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa014dc commit dd5d45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai/quickstarts/snippets/mcp-server/MinimalMcpServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" />
12-
<PackageReference Include="ModelContextProtocol" Version="0.2.0-preview.1" />
12+
<PackageReference Include="ModelContextProtocol" Version="0.2.0-preview.2" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)