We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa014dc commit dd5d45cCopy full SHA for dd5d45c
docs/ai/quickstarts/snippets/mcp-server/MinimalMcpServer.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
@@ -9,7 +9,7 @@
9
10
<ItemGroup>
11
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" />
12
- <PackageReference Include="ModelContextProtocol" Version="0.2.0-preview.1" />
+ <PackageReference Include="ModelContextProtocol" Version="0.2.0-preview.2" />
13
</ItemGroup>
14
15
</Project>
0 commit comments